Hi, recently Ive discovered that if I delete a scene obs crashes
Ive upload a crash log and shared it on the chat, and a dev told me that issue was on the websocket and I must contact the plugin developer.
So I did and here is the response:
ok I have found the problem, https://github.com/Palakis/obs-websocket/issues/55 the comment there by the dev that he can reproduce it on his laptop under power saving conditions is an interesting one! if you go to your power settings and adjust them and see if that changes things. Fixing the bug is down on their to do list for the new version of OBS websockets
I don't know what you should change! but obviously if he can only manage to reproduce it on a certain power setting then something in those changes must change the timing at which threads are managing to call processes as it's a race conditions error that is causing your problems that means 2 threads are calling the same thing at the same time, its not an area I know a huge amount about, node which I do most of my programing in has become popular partly as it is single threaded so doesn't have multithread problems!
So, I changed my power settings from high performance to power saver, but obs keeps crashing...
What can I do to solve this crash? I would appreciate any help on this, because im not on coding and 80% of written before is like Chinese for me...
Ive upload a crash log and shared it on the chat, and a dev told me that issue was on the websocket and I must contact the plugin developer.
So I did and here is the response:
ok I have found the problem, https://github.com/Palakis/obs-websocket/issues/55 the comment there by the dev that he can reproduce it on his laptop under power saving conditions is an interesting one! if you go to your power settings and adjust them and see if that changes things. Fixing the bug is down on their to do list for the new version of OBS websockets
I don't know what you should change! but obviously if he can only manage to reproduce it on a certain power setting then something in those changes must change the timing at which threads are managing to call processes as it's a race conditions error that is causing your problems that means 2 threads are calling the same thing at the same time, its not an area I know a huge amount about, node which I do most of my programing in has become popular partly as it is single threaded so doesn't have multithread problems!
So, I changed my power settings from high performance to power saver, but obs keeps crashing...
What can I do to solve this crash? I would appreciate any help on this, because im not on coding and 80% of written before is like Chinese for me...