Resource icon

jrDockie (save and load window and dock layouts) 1.5

I always crash when I try to save new layout on the latest obs 32 and the latest jrdockie 1.5
I'm too. Crash reports contain the following information:

Code:
Unhandled exception: c0000005

Fault address: 7FFAADB44868 (c:\program files\obs-studio\bin\64bit\obs.dll)
// or
Fault address: 7FFA9CE34868 (c:\program files\obs-studio\bin\64bit\obs.dll)

@dcmouser
 
I'm too. Crash reports contain the following information:

Code:
Unhandled exception: c0000005

Fault address: 7FFAADB44868 (c:\program files\obs-studio\bin\64bit\obs.dll)
// or
Fault address: 7FFA9CE34868 (c:\program files\obs-studio\bin\64bit\obs.dll)

@dcmouser
Can confirm I am also crashing on save.
 
Hi @dcmouser ,

i get the crash on saving Docksets again with version OBS 32.1.1. and Version 1.5.2 of jrDockie.
Can you check or can i give you anything that would help? Only the save seems to be the problem. Everything else works.

EDIT: I found a solution and maybe a help to make the code a little more robust. The crash only happens when i want to save the default.dockset. I duplicated the file and renamed the copy. Then I switched to the new dockset (since its the same) and tried saving again. This time the save window opens and i can save the dockset.
 
That's an interesting clue -- let me look into the code and see if that explains what's gone wrong -- it may even be as simple as not catching an exception if the file can't be overwritten for some reason.
 
Hi @dcmouser ,

<…>

EDIT: I found a solution and maybe a help to make the code a little more robust. The crash only happens when i want to save the default.dockset. I duplicated the file and renamed the copy. Then I switched to the new dockset (since its the same) and tried saving again. This time the save window opens and i can save the dockset.
Hi.

Such manipulations did not help me. However, the situation changes when I disable the custom name for the menu (or change it to something else). Depending on this, the display of your plugin in the menu generally behaves strangely and unpredictably: it may not be displayed at all, a submenu item may also appear in the main section and show a duplicate list of scenes (and gives the above-described failures when trying to save the layouts or load something from a previously saved one), and it may also work normally (if you clear the name line). dcmouser, try to look for the cause of the problems somewhere in this.

@dcmouser

 
Back
Top