-
Notifications
You must be signed in to change notification settings - Fork 4
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
MaxIDE stuck on resuming Windows #60
Comments
Am not sure but some files might have been from network-mapped-drives ("Z:") which were not available on startup (other network). Dunno if the file loading just fails then - or responds with something MaxIDE/brl.modules cannot handle. |
Has anyone experienced this issue too? Just resumed my notebook again - at a different location so this means the network mapped drive was not there on resume (might happen too if your local wifi / lan does not link fast enough). Again MaxIDE was stuck and I needed to kill the process via the task manager. |
Yes, I've seen this, but I can't remember what was the reason for it. |
I could add some "maxide.startup.log" thing which is written during starting/resuming MaxIDE - dunno if that was of "public interest" (aka "commit to the repo"). @ mingw/bcc/bmk |
I don't think MaxIDE needs any logging. |
Optionally... you could have it "poll" for some time (eg. check, wait 1 sec, until loops = 10), to see if bcc appears later, and then either continue loading if it does, or fail if not. |
In general, I like the resume after shutdown feature we now have. I'm now less stressed about Windows Update running during the night when the laptop is charging :-p |
Yes the feature is nice. Especially as it is something which does not need active help by the user - it just adds some convenience. @ bcc But: as said I do not move files. NG is installed on "C:" so this means the bcc, bmk, gcc, ... should be available right on start - exception would be some blocked access by "Windows Defender" (or your AV solution) but this should only mean it will "hang" until that blocking tool releases the handle. Why should it block gcc, bcc, ... but not "maxide.exe" ? So in other words: cannot understand why bcc/gcc-access could be the issue. Also important: if the application is hanging it still shows the "document tabs" (with some files) so this means the files (at least some of them) were already kind of loaded ( Maybe it cannot do this: Are you working with network / attached-usb-device files? So files which are temporarily not available on resume? |
(Auto-)Powered off my Notebook last week (after having it closed for some time).
Now I started the Windows 10 on it again ... and it opened up my Chrome, my Notepad++ - and two different MaxIDE instances (one running in legacy and one in NG - I assume so as both share the same icon ;-)).
Both MaxIDE instances did display open documents but did not allow any interaction (menu and documents). Also "Taskbar + right click + close" did result in no change. Had to close them via "Task Manager".
I assume that these MaxIDEs were stucking somewhere in some logic so that system events were never polled ... an infinite loop somewhere.
Dunno how to tackle that now - maybe adding some stuff to a statusbar informing about what it does, or creating a "startup.log" which gets written each time some startup / resume takes place.
The text was updated successfully, but these errors were encountered: