-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Ikenfell (854940) #4248
Comments
Yep, along with the changes mentioned in #3886 it looks like it's missing an update to the UserStats version (expects 012, but the latest in TOT is 011). Created a quick branch here that takes the relevant commit from that fork and adding the update to the user stats; and with those changes was able to launch the game. In general, it looks like the root cause of the issue is based on some updates to the steamworks sdk in version 1.49 that looks to have incremented the expected version numbers (see here). |
I can confirm that @tealnoise 's fixes work like a charm, the game runs perfectly after launching. |
For those looking for a quick fix, doing a quick and dirty patch on the game binary seems to work as well. Do this at your own risk, of course. I run this Python 3 script in the game directory (the one that contains
After applying this patch I can run the game from Steam normally. I do have it set to use the latest 5.x.x version of Proton I can select within Steam, so if it doesn't work for you, you might need to change that setting. |
It seems that Ikenfell works perfectly for me after the latest Proton 5.13 release, without needing to do any manual patching/compiling from my part. If @tealnoise or @rvolgers can check and confirm this, I'll close this issue. |
Can confirm latest proton release supports the game (as it now supports steamworks sdk versions 1.49 and 1.50). |
Fwiw, can confirm it works for me too. |
System Information
I confirm:
Symptoms
Game doesn't start.
The issue seems to be partially fixed by using the proton version linked in #3886, but some extra errors appear about other unimplemented interfaces or whatever that error means.
Reproduction
I guess just try to launch it.
The text was updated successfully, but these errors were encountered: