Question / Help Some games crashing with 0.12.1?

UnkemptPanda

New Member
I am currently trying to setup OBS MultiPlatform but every time I start CS:GO, or start OBS with CS:GO open, CS:GO ends up crashing. It's totally fine without OBS open, but OBS keeps crashing CS:GO. I've tried running both programs as administrator, but I cannot seem to find a fix.

Using Windows 8.1


[FIXED]: Reinstalling worked.
Could someone close this thread?
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
This is a known issue and I'm going to release a 0.12.2 patch for it. In the mean time, you can fix it with the following steps:

1.) Close OBS if it's open
2.) Press windows key + R, then paste this is and press OK: %appdata%\obs-studio\plugin_config\win-capture
3.) (Optional) Attach 32.ini here in a reply so I can take a look at it. Would be really helpful.
4.) Delete the files
5.) Restart OBS

That should fix the problem. If it doesn't, please let me know.
 

lihp

New Member
I was having the same game crashing problem with the new OBS-MP, deleting 32.ini as described fixed it.

Here's the old 32.ini:

Code:
[d3d8]
present=0x64230
reset=0xff0fab90
[d3d9]
present=0xe9fd0
present_ex=0xea040
present_swap=0x54a50
reset=0x26a5c0
reset_ex=0x26a660
[dxgi]
present=0xcfe0
resize=0x1aa30

Not sure if you need this too, but here's 32.ini after OBS recreated it (working):

Code:
[d3d8]
present=0x64230
reset=0x63e10
[d3d9]
present=0xe9fd0
present_ex=0xea040
present_swap=0x54a50
reset=0xea360
reset_ex=0xea440
[dxgi]
present=0xcfe0
resize=0x1aa30
 
Last edited:

Flaim

New Member
fixed it for me aswell, thanks!

old 32.ini
Code:
[d3d8]
present=0x64230
reset=0x5fa2ab90
[d3d9]
present=0xe9fd0
present_ex=0xea040
present_swap=0x54a50
reset=0x532a5c0
reset_ex=0x532a660
[dxgi]
present=0xcfe0
resize=0x1aa30

new 32.ini
Code:
[d3d8]
present=0x64230
reset=0x63e10
[d3d9]
present=0xe9fd0
present_ex=0xea040
present_swap=0x54a50
reset=0xea360
reset_ex=0xea440
[dxgi]
present=0xcfe0
resize=0x1aa30
 
Top