You have to add this line to the scriptive been having this issue, stopas method seemed to work, but i get these errors
"failed to find locale/en-us.ini"
"failed to find locale"
CD "C:\Program Files\obs-studio\bin\64bit\"
You have to add this line to the scriptive been having this issue, stopas method seemed to work, but i get these errors
"failed to find locale/en-us.ini"
"failed to find locale"
CD "C:\Program Files\obs-studio\bin\64bit\"
Try this script:errors are gone, but i still have the issue (obs still does not boot up)
CD "C:\Program Files\OBS Studio\bin\64bit\"
START "" "C:\Program Files\OBS Studio\bin\64bit\obs64.exe" --disable-shutdown-check --startreplaybuffer
I keep all my pc's in sync, so I place a few batch files, in shell:startup, to keep my pc's uniform, and also it minimises future work to get the pc up to speed. My one batch file is now as follows, obs.cmd.What program should I use to run these scripts? I'm a complete beginner to them. A picture of the script would also be really helpful, thanks in advance!
apologies, i didn't know that the del command doesn't support /y. See my post above. I've fixed the script in the post above. there is no way that file is ever showing up on your pc again!I'm running a script similar to this but still getting the error message on Windows/OBS startup. Also, I always have OBS running as an administrator (for resource priority/preventing recording lag).
I'm the same as Wisq, using OBS as a replacement for ShadowPlay. Are there any other startup scripts that work?
The script I'm using is:
del %APPDATA%\obs-studio\safe_mode /y
cd "C:\Program Files\obs-studio\bin\64bit\"
start "" "C:\Program Files\obs-studio\bin\64bit\obs64.exe" --startreplaybuffer
Log file attached if needed!
Post that in the Mac sub-forum. This is Windows.I am having the same issue on my Mac for version 30.0.2 anybody know the solution?
I just started having that problem recently. Luckily, just deleting the file fixed it. Bookmarking this to remind me in the future.I'm in the same boat — I use OBS as a replacement for ShadowPlay, so it starts up silently (or at least, it's supposed to) and starts the replay buffer, then shuts down with the computer. Having to manually exit it each shutdown would be a real pain in the arse.
I've also got one game that needs OBS running as admin, so I've got scripts that kill and relaunch OBS with/without admin privileges as needed — and obviously those scripts are running into this same issue as well.
It seems that this message only appears if%APPDATA%\obs-studio\safe_mode
(a zero-byte file) exists, so if you need to work around this, just launch OBS via a script that deletes that file first.
I have the same problem. I open in safe mode, shut down and then restart and it does not give me the error. This is also true in Windows 11. The --disable-shutdown-check --startreplaybuffer flags seem to have solved the problem.Hi,
After the last OBS update on Steam "v30.0.0", I always get the following message when I log in to Windows 10:
//
OBS did not shut down properly during your last session.
Would you like to start in Safe Mode (third-party plugins, scripting, and WebSockets disabled)?
//
And choosing Safe Mode does not seem to make any difference.
Is there any way to fix this?
Here is the log file.
Thanks.