Resource icon

jrDockie (save and load window and dock layouts) 1.4

@dcmouser
Oddly, I am seeing the CycleDock and LoadDock methods both working now, from both the OBS Websocket Tester and from the OBS Raw Generator tools!

Not sure what actually caused that, except maybe exiting OBS, and disconnecting/reconnecting from those websocket tools, perhaps.

Now I am on to figureing out how to send the command to OBS from Javascript!
 
And the results are in -- this is the Javascript code I ahve working to load a specific dockset:

JavaScript:
obs.call('CallVendorRequest', {'vendorName': 'jrDockie', 'requestType': 'LoadDockset', 'requestData': {'filename': 'Recording and Zoom Sharing'}});
 

MrLucioCampos

New Member
I am not sure what I am doing wrong. Whenever I try to save a DockSet it keeps crashing OBS.

Any help would be greatly appreciated so I can regain sanity with my Docks lol
 

Attachments

  • Crash 2025-04-06 15-33-42.txt
    126.7 KB · Views: 5

dcmouser

Member
For those of you with it crashing, did you download it using the Download button on this forum, which gives you a zip with two directories, one of which is jrDockie_obs31beta3?

If not, can you try that, and make sure you use the dll inside jrDockie_obs31beta3/ directory.
 

KameMameHa

New Member
For those of you with it crashing, did you download it using the Download button on this forum, which gives you a zip with two directories, one of which is jrDockie_obs31beta3?

If not, can you try that, and make sure you use the dll inside jrDockie_obs31beta3/ directory.
Installed from the download button, using the folder for OBS 31, in the OBS version 31.0.3
c0000005 Exception occurs when I try to save the set, with or without changes.
Just to be clear, the plugin works fine, no problems, I can change docks, is just I cant modify them now, need to stick with the config I had before and I cant add a new change to them, which is not super important for me, but just to add to the group of people with crashes and what I am experiencing in case it helps to identify the issue.
TLDR : plugin works fine with latest version 31.b3 , but crashes when saving a set.
 
Top