(BAT File) OBS Failed to find locale/en-us.ini (My Solution) (2025)

J

JOSHSKORN

New Member
  • Oct 10, 2020
  • #1

I'm new to OBS. Basically, I had this same problem, but I managed to solve it, myself. Now, I really don't quite understand the logic of why this works, but I wanted to put this out there since others seem to have the same problem.

As I mentioned, I'm new to OBS. Eventually, the point I want to get to is to open up my Capture device to full screen. I'm not there yet (it starts but not in full screen preview) and if I can't figure it out, I'll create another topic.

My first batch file attempt is as follows, and the error I was getting was Failed to find locale/en-us.in. Come to find out, this only occurs if I had not set the directory in any previous lines of code.

Code:

start "FURUI" "C:\Program Files\obs-studio\bin\64bit\obs64.exe"

The method that I found works for me, is to set the directory first, THEN call OBS to open up.

Code:

cd "C:\Program Files\obs-studio\bin\64bit\start FURUI "C:\Program Files\obs-studio\bin\64bit\obs64.exe"

The second line can be shortened to:

Code:

start "FURUI" obs64.exe

Keep in mind which directory your particular OBS installation is installed to. Mie is in

C:\Program Files

, some others have it in

C:\Program Files (x86)

.

I hope this helps someone. I imagine for MAC users (which I'm not), the error message might also be fixed with this solution, as well.

Ajerbi

New Member
  • Jan 11, 2021
  • #2

Thanks for sharing your solution Josh! it saved my day

D

Darketernal

New Member
  • Jan 19, 2021
  • #3

I tried the above and it didn't work for me "maybe because I was using a different directory?"

But anyway I did find a working alternative solution for me since i installed OBS in a different directory.

cd /d "H:\username\OBS\obs-studio\bin\64bit\"
start "OBS" "H:\username\OBS\obs-studio\bin\64bit\obs64.exe"

This is my path and username, but to find the right path for you, rightclicking the properties of the OBS studio (shortcut) will show the target location.

Maybe it will help someone else too.

D

D0pet

New Member
  • Mar 1, 2021
  • #4

im dumb wut

F

foczy

New Member
  • Mar 9, 2021
  • #5

You can use the /d parameter to specify the startup directory and make it a one-liner:
start /d "C:\Program Files\obs-studio\bin\64bit" "" obs64.exe
You can also pass launch parameters to OBS. For example, I start the virtual camera automatically:
start /d "C:\Program Files\obs-studio\bin\64bit" "" obs64.exe --startvirtualcam

Albert Einstin

New Member
  • Mar 16, 2021
  • #6

C:\Program Files\OBS Studio\bin\64bit> ./obs64 --profile C:\Users\agole\dev\Obs\OBS-ingest_2k_60fps_h264 --startstreaming
launches obs in streaming mode, fine. However, it doesn't load the profile correctly. To test it, I modified service.json, part of profile, to a bogous url, however launching reverts to profile I set through ui.
BTW, what batch utility are u using to specify the above launch? quote
start /d "C:\Program Files\obs-studio\bin\64bit" "" obs64.exe

jerry247

New Member
  • Mar 27, 2021
  • #7

Not all heroes wear capes.

P

PrettyTeddy

New Member
  • Jun 27, 2021
  • #8

Albert Einstin said:

C:\Program Files\OBS Studio\bin\64bit> ./obs64 --profile C:\Users\agole\dev\Obs\OBS-ingest_2k_60fps_h264 --startstreaming
launches obs in streaming mode, fine. However, it doesn't load the profile correctly. To test it, I modified service.json, part of profile, to a bogous url, however launching reverts to profile I set through ui.
BTW, what batch utility are u using to specify the above launch? quote
start /d "C:\Program Files\obs-studio\bin\64bit" "" obs64.exe

Have you tried using a profile launch parameter? --profile "name"

R

RoyinRaver

New Member
  • Jan 26, 2022
  • #9

Hey so at the risk of sounding really noobish, when you guys are putting in these directory codes, am I putting BOTH of those codes? Is it suppose to be macro style where one code is on one line, the next code is activated on the next line? Very new here to this specific subject on this thread.

bay

New Member
  • Feb 4, 2025
  • #10

You're a legend, TS! Thanks!

You must log in or register to reply here.

(BAT File) OBS Failed to find locale/en-us.ini (My Solution) (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: The Hon. Margery Christiansen

Last Updated:

Views: 6510

Rating: 5 / 5 (50 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: The Hon. Margery Christiansen

Birthday: 2000-07-07

Address: 5050 Breitenberg Knoll, New Robert, MI 45409

Phone: +2556892639372

Job: Investor Mining Engineer

Hobby: Sketching, Cosplaying, Glassblowing, Genealogy, Crocheting, Archery, Skateboarding

Introduction: My name is The Hon. Margery Christiansen, I am a bright, adorable, precious, inexpensive, gorgeous, comfortable, happy person who loves writing and wants to share my knowledge and understanding with you.