-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Close wrapper program when chobby exits #1498
Comments
Need to know more information, how was it started? Is there anything in logs? |
There's no console output after |
Please in steam folder, delete files from root + cache folder and do verify local copy. |
@Licho1 This happened on a machine that didn't even have Steam installed. |
Happens to me too. If i start from CLI, i can then finish it by killing the process with Ctrl+C. |
Unable to replicate on my VM.. no idea how to fix or diagnose. Maybe it does not detect spring closes? |
Run ubuntu from a liveCD to diagnose. Also try doing safe mode and all the jazz, I've "ran" spring in VirtualBox a year or so ago (it didn't crash but rendering was very glitchy). |
It spits GameAnalyticsSDK.Net.Logging.GALogger Warning about "failed to send events to collector" over and Seme background thread isn't marked as background and prevents app from exiting it seems. |
Regarding some docs, class finalizers might be run during Environment.Exit(); so perhaps GA is preventing it? |
I tried on ubuntu in VM ,with xfce, steam started from command line and it closed properly.. |
Still happens to me, so i thought i'd deliver a log: http://pastebin.com/cAn43Vka |
Hmm, thats not a steam version.. retry with steam after next stable. |
I was impatient so i tried steam version outright. It seems to exit nicely. |
Retry again now after deployments i'm closing until it resurfaces. |
Looks fixed here on Ubuntu. |
ok great thanks! Nothing really fixed except missing native libs got deployed. So I guess the reason was missing steam libs. |
This is still broken on Ubuntu 16.04 http://pastebin.com/kuhnzQL6 |
FWIW, this is still not fixed (at least when starting from command line). Chobby app is running and it shows me playing ZK on Steam, even after I've closed Chobby.
|
Also having zombie wrapper. |
should be fixed agfain |
This still seems to be an issue, bohan reported on discord that he can still find rogue |
This happened to me with the game downloaded on April 22 (the debian package). Notice that So this is when I noticed the background process still attached to my terminal. I'm unable to reproduce this :-/ PS to Github: You do not allow us to be sad in your supercool newworld, so you're only proposing happy face simlies... Fascists! Also, pasting code is reaaaalllyyy painful, which is a shame of a site dedicated to ... code! |
I guess broken steam support made it fail like that.. |
Should I deactivate steam in the settings ? I don't plan on signing up anyway. |
This wont help its wrapper issue |
Seems to be happening to windows users fairly frequently now. Still 100% replicable on Linux too. Recently complaining people to interrogate:
|
@Cat-Lady may have figured out the issue:
|
Great finding! I indeed experience this bug and I'm not a steam customer.On Jun 21, 2019 6:26 PM, "L.J. Lim" <[email protected]> wrote:@Cat-Lady may have figured out the issue:
it tries to connect to steam api and fails if steam not present - but somehow, doesn't terminate the steam api connection attempt, even when ZK gets exit'ed
(if at later time steam is turned On, it sucessfully connects, then gets idea that zk is closed, and finishes itself)
so, when using steam, this problem doesn't exist, but without it, there is lingering process trying to connect to steam api ad infinitum, until killed
—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or mute the thread.
|
Chobby.exe wrapper keeps running even after Spring exits, leaving all these processes dangling:
The text was updated successfully, but these errors were encountered: