Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

How to setup butler

A topic by CinemaOnDemand created Jan 07, 2023 Views: 1,129 Replies: 4
Viewing posts 1 to 2

Hello, I have read how to setup it, I watched a youtube video also and it still doesn't work. The path is CORRECT and I am 100% sure about it because I checked it a million times and I still get "butler not recognized as an external or internal command, operable program or batch file." Please help.

(1 edit)

Are you entering the exact path to the butler executable – e.g. C:/some/folders/and/then/butler.exe – or did you add it to the %PATH% environment variable?

Since the error just says “butler not recognized […]”, this sounds like the latter.

You should check that PATH is actually set correctly in your terminal. If you’re using cmd, this will print it out:

echo %PATH%

If you’re using Powershell, run this:

$Env:Path

If the path to the butler executable doesn’t show up in there, then something’s wrong. You do need to open a new shell after editing environment variables, in case you haven’t tried that yet.

Also, one thing to note: the path you add should be the directory containing the butler executable, not the executable itself. So, the first one is wrong, and the second one is right:

C:/something/itchstuff/bin/butler.exe
C:/something/itchstuff/bin/

(1 edit)

I added it to the environment variable and also in the cmd. I opened a new shell a million times after I did everything correctly.

Show post...

Watch this video

and its from BunnyGun Games, He has awesome video on Butler installation and setup.

Thanks so much!

This topic has been auto-archived and can no longer be posted in because there haven't been any posts in a while.