SteamGridDB / steam-rom-manager

An app for managing ROMs in Steam
GNU General Public License v3.0
1.88k stars 120 forks source link

CLI throws exception - tries opening file node_modules/yargs/locales/en_US.json #628

Closed KirstenZa closed 5 months ago

KirstenZa commented 9 months ago

I get the error below when trying to use the CLI. The application does not really start doing anything.

I tried options "--help", "list" and "add". I tried version 2.4.0, version 2.4.12, version 2.4.17 I tried the portable version and I installed via MSI. I am using Windows 10.

FileError

cbartondock commented 5 months ago

Portable CLI is definitely broken, specifically it can't print anything do to a limitation in electron for portable apps. I am unable to reproduce with MSI (my copy of SRM is installed via MSI and everything works fine in the CLI). Does this also happen if you install via setup executable?

KirstenZa commented 5 months ago

Yes, it happened also when installing. I really needed a working solution, so I just build it by myself. It also works now for me. However, after three months and tons of work, I just do not remember if I did some nasty things... sorry!

cbartondock commented 5 months ago

Okay I am going to close this in that case!