-
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
Random Rainmeter Crashes with versions greater than 1.2.0 #8
Comments
Does this happen when you do something specific? Like executing a wnp bang like pausing/skipping, or when closing the browser? |
funnily enough, this catches me mostly off guard when i leave my computer, and i am pretty sure the browser is minimized (sometimes with a few tabs of youtube videos). |
Please give this version a go: WebNowPlaying.zip |
thanks for the help! i will update if i see any crashes with this version. |
I also had a similar problem like this. But in my case Rainmeter couldn't turn on. Tried this version and the latest but still not working. |
weird, what used to happen is it would simply crash but i could re open rainmeter normally with no issues and it would crash some time later again. maybe you have some old/broken plugin/skin causing those crashes... |
@lehuymanhtan If possible, please provide some Rainmeter logs or event viewer logs as without those there is nothing I can diagnose. |
@BigBagss Good to know it's going well so far, I'm hoping it'll stay that way. |
I think I found out why my Rainmeter crashed. The plugin somehow can’t start the WebSocket. In version 1.2.0, if it can’t start the WebSocket, it writes it in the log. However, in newer versions, it crashes Rainmeter. And here is crash log from Event Viewer:
|
nope, as far as i can tell everything is working normally. thanks! |
@lehuymanhtan I see, I can definitely catch this error but why can't it start it in the first place... Any other program running the same port? |
Nope. I checked Process Hacker and found no applications running on that port. |
Anyway, thank you all for your help. |
Interesting, I'll still implement better error handling for it soon. |
Just an FYI, this version did not work for me. If you need any logs, feel free to message me. |
@mrinmaydhar The plugin needs to be replaced in %AppData%\Rainmeter\Plugins, so you didn't actually replace it. |
i had no crashes after using this version. here is everything i did:
also check in rainmeter |
@BigBagss native API shouldn't be the cause btw as they don't touch websockets. |
yeah i suspected something like that, i don't really use the native API so i left it disabled and had no crashes with the new version. thanks! |
I'll be waiting for a bit longer and if you still don't experience any crashes on the new version I'll release it and consider this closed. |
Going to assume this has been resolved. Released v2.0.6 with this and another crash hopefully fixed. |
TL;DR:
Rainmeter crashes at random times with versions greater than 1.2.0. windows event viewer Log included.
hi, thank you for this great plugin!
for some reason new releases (>1.2.0) cause Rainmeter to crash at random times (sometimes no crashes for a couple of days, sometimes a few times a day.)
this is the log i found in windows event viewer, i hope this helps:
and in the log i see
WNPReduxAdapterLibrary
so it's something with the plugin i guess.i don't know much about this but it could be my antivirus (Kaspersky free) blocking this or something like that, not sure.
things i've tried:
both locally and from the extension:
ran the command that added this directory
...\AppData\Local\WebNowPlaying\disable_native_apis
and disabled native API's from the chrome extension popup.
only versions after 1.2.0 have this issue. (with 1.2.0 i have 0 crashes.)
so i don't think this is an issue with Rainmeter/it's skins.
i am sorry if I'm missing the solution / something out about this in the documentation.
thanks!
The text was updated successfully, but these errors were encountered: