protonscr

Epic Battle Fantasy 4

protonopen appid 265610Game compatibility - Unofficial
ValveSoftware/Proton#2169 · opened 2018-12-31 by unit73e · updated 2020-02-15 · 4 comments · github · game page · search this game
2 matching comments, n / p to jump
Uunit73e 2018-12-31 github

Compatibility Report

  • Name of the game with compatibility issues: Epic Battle Fantasy 4
  • Steam AppID of the game: 265610

System Information

I confirm:

  • [x] that I haven't found an existing compatibility report for this game.
  • [x] that I have checked whether there are updates for my system available.

steam-265610.log

Symptoms

The game does not start.

Reproduction

Start the game.


Update

It's possible to start the game by moving both kernel32.dll and user32.dll like so:

cd $STEAM_APPS/compatdata/265610/pfx/drive_c/windows/system32
mv kernel32.dll kernel32.dll.bck
mv user32.dll user32.dll.bck
cd $STEAM_APPS/compatdata/265610/pfx/drive_c/windows/syswow64
mv kernel32.dll kernel32.dll.bck
mv user32.dll user32.dll.bck

After that the game will work. It's not a proper solution, however, as it does not work out of the box.
Source: https://bugs.winehq.org/show_bug.cgi?id=15437#c48

Thanks to @Altomb for this update.

AAltomb 2019-04-10 github

Somebody did try to look at this:
https://bugs.winehq.org/show_bug.cgi?id=15437#c48

After checking my own logs, I get to the same conclusion

Uunit73e 2019-04-14 github

@Altomb so I did test and it works by moving kernel32.dll and user32.dll out of the way. Weird but at least there's a solution. It's not a proper solution, however, but I'll update the issue.

Thanks

Uunit73e 2019-09-06 github

Having played for a long time my results with the patch result in the game running fairly well expect that the performance is somewhat slow. This is not a demanding game so it should be fine for the most part. I worked around by having low quality settings. Seems like it's not detecting hardware acceleration. This may be fixed in wine 4.13 given this patch: https://bugs.winehq.org/show_bug.cgi?id=35345

Uunit73e 2020-02-15 github

I made a script to fix this issue because every time Proton is updated you need to fix the game again. It's in my own personal fixes page.

https://gitlab.com/unit73e/archlinux-games-compatibility

Upstream links

DLLs