ValveSoftware / ValveSoftware/Proton
Epic Battle Fantasy 4 (265610)
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 32.8k
- Forks
- 1.6k
- PR merge metrics
- PR metrics pending
Description
Compatibility Report
- Name of the game with compatibility issues: Epic Battle Fantasy 4
- Steam AppID of the game: 265610
System Information
- GPU: R9 380
- Driver/LLVM version: Mesa 18.3.1
- Kernel version: 4.19.12
- Link to full system information report as Gist: https://gist.github.com/unit73e/24ef938c170ac7d9bdb14a5150b5c45a
- Proton version: 3.16-6 Beta
I confirm:
- that I haven't found an existing compatibility report for this game.
- that I have checked whether there are updates for my system available.
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with steam-265610.log and the linked system information Gist, then read the referenced WineHQ bug report about kernel32.dll and user32.dll. Done means Epic Battle Fantasy 4 launches through Proton without manually moving those DLLs in the compatdata prefix.
Written by the indexing model from the issue text.
Assessment
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100