Unknown game version '1.5.0.0'
See original GitHub issueRunning version 1.2.5.1:
After clicking through, the game refuses to patch, with this message in the log:
[10/28/2020 5:33:49 PM] death penalties not found...
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
my game won't launch :: ELDEN RING General Discussions
Faulting application name: eldenring.exe, version: 1.5.0.0, time stamp: 0x6295c83c. Faulting module name: unknown, version: 0.0.0.0, ...
Read more >I get a "Fatal Unknown Game Version" when trying to start ...
They put out a security update for the wretched RDO so now the game version is 1.0.1436.31 instead of 1.0.1436.25, breaking script hook....
Read more >controller not recognized
hey I've come across an issue where I can use the controller i have hooked up to my pc to skip the intros...
Read more >I reinstalled everything and now Empire crashes on start
I reinstalled everything and now Empire crashes on start. Other Steam games work fine (RTW, M2TW, Modern Warfare 2), as do non-Steam games....
Read more >Mod lost/LO assistance. (Proper topic placement unknown)
It will run a 'regular' game, however, when I access the 'Prepare' tools, it seems to not generate the map, and boots me...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks like they just updated the game on October 28th, and the game version is now
1.5.0.0
.These lines show acceptable versions for the patcher: https://github.com/uberhalit/SekiroFpsUnlockAndMore/blob/53fd55c3b96bc650d3b8a59671366c7b14ffe481/SekiroFpsUnlockAndMore/GameData.cs#L10-L14
These lines perform the version checks: https://github.com/uberhalit/SekiroFpsUnlockAndMore/blob/53fd55c3b96bc650d3b8a59671366c7b14ffe481/SekiroFpsUnlockAndMore/MainWindow.xaml.cs#L361-L376
These lines deal with the death penalty offset: https://github.com/uberhalit/SekiroFpsUnlockAndMore/blob/53fd55c3b96bc650d3b8a59671366c7b14ffe481/SekiroFpsUnlockAndMore/MainWindow.xaml.cs#L701-L706
Seems like some work needs to be done 😄
Fixed in version 1.2.5.2, updated necessary code for death penalties.