-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getGameName function returns empty string, causing prepareMenu to fail #1210
Comments
Indeed, The first thing to try is to launch SteamTinkerLaunch with this game as a compatibility tool and see if that works. Maybe create a fresh Is there a reason you're running For what it's worth, your config header does look mangled. It should look something along these lines:
It is unusual that it is missing. Your log shows that SteamTinkerLaunch has only found the following library folder paths:
Is Grim Dawn in any of these paths? Something else that might be interesting to note is, do you have multiple Steam accounts, and if so, is the last logged in Steam User the one that has this game? You can check the contents of If you only have one Steam User, then there must be a different cause. Quite an unusual issue, but I'll try help as best I can :-) |
I encountered the error when trying to help in issue 1209. I was going through the available commands and working through the steamtinkerlaunch.bash script. I re-corrupted 219990.conf and launched via Steam with STL as the compat tool and reached the Main menu successfully. Looking at the Grim Dawn.log shows $AID is set via initAID:
I then tried running
Next, I deleted the corrupt 219990.conf and ran
I am not sure which process initially creates the .config, so here's the full steamtinkerlaunch.log:
Also of note, when I ran the I did change my username to $USER in the logs for privacy and Grim Dawn is in the Also, would it be a good idea to try and generate a P.S.
I do not believe it is nice to accuse someone of practicing the occult via their use of Find+Replace.... |
System Information
Issue Description
Attempting to run
steamtinkerlaunch settings 219990
fails to launch. Succeeds when run with a different AppID such as 1091500.I believe this is caused by the 219990.conf within
~/.gandamecfgs/id/
being corrupted or miss-created. Taking the top 11 lines from 1091500.conf, moving to 219990.conf while modifying them to make sense for 219990 (Grim Dawn) leads to a successful launch of the settings menu with the correct game selected. The most relevant entries can be found in steamtinkerlaunch.log and in Grim Dawn.log:I may have broken something during install or use, as $STLSHM/listAppManifests.log does not exist which I suspect would have avoided the error.
My question is how do I generate the listAppManifests.log and/or a given AppID.conf?
Logs
steaminkerlaunch.log
lastrun.log
Grim Dawn.log snippet
219990.conf header:
Note: Timestamps may not line up as I had to restore the issue to reproduce some of the logs adequately.
The text was updated successfully, but these errors were encountered: