danaketh / stellaris-profile-manager

Profile Manager for Stellaris game from Paradox Interactive
MIT License
0 stars 0 forks source link

The App closes when I press any button. #7

Open Ryuichiro opened 7 years ago

Ryuichiro commented 7 years ago

I guess the problem ist that my games are installed on D:\Steam\steamapps... while Steam itself is installed on C:/Program Files (x86)/Steam/Steam.exe

danaketh commented 7 years ago

That shouldn't be an issue. App starts the game using Steam, so it's Steam who handles it. Can you open command line and run the app from there and then play around with buttons? If it crashes, it should print out the reason.

Ryuichiro commented 7 years ago

Nothing in the console and I don't think there could be. It just starts the app like a double click in explorer. I don't think the app actually crashes because Windows doesn't advice me to attach a debugger etc.

How does it check the available mods? I thought it searches for the .zip files in the Steam\steamapps\workshop\content\281990... subfolders.

danaketh commented 7 years ago

It looks into the Documents\Paradox Interactive\Stellaris\mod for .mod files as that is where the mod info files are. Or at least should be because if the file is not there, mod won't load in my case.

I'll check the other path in Steam library to see how that works.