Itch version.
Application Details:
Version: | Itch |
License: | Free to use |
URL: | |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 8.9 |
Maintainers: About Maintainership
What works
Game works fine without problem.
Game updates under Itch works fine (Itch app is native Linux and it updates and run the game without a problem).
Game animations works fine.
I don't see any big problems.
What does not
When you change focus, to look up something on Firefox etc., it loses the input.
Workarounds
I found a simple workaround for the input lose:
-I set it windowed and full screen using Alt+Enter.
Wine staging has a patch for it.
What was not tested
Game is not finished yet. I'm waiting for more updates.
Hardware tested
Graphics:
Additional Comments
I updated my Mesa to fix my flickering problem. It's not a Wine problem. Rather, it is related to Intel iris drivers.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Slackware64 15.0 multilib | Jun 12 2023 | 8.9 | Yes | Yes | Yes | Gold | Ozan | |
Show | Slackware64 15.0 multilib | Dec 25 2022 | 8.0-rc2-staging | Yes | Yes | Yes | Gold | Ozan | |
Current | Slackware64 15.0 multilib | Sep 08 2022 | 7.16-staging | Yes | Yes | Yes | Gold | Ozan | |
Show | Slackware64 15.0 multilib | May 26 2022 | 7.9 | N/A | Yes | Yes | Gold | Ozan |
A lot of people with Intel GPU has problems with screen flicking. I found the below workaround that works for me. If you have it, give it a try:
MESA_LOADER_DRIVER_OVERRIDE=i965 wine ThirdCrisis_x64.exe
It will force MESA to use old drivers instead of new Gallium3D based drivers.
I noticed the flicking under Mesa 21.3.5 but not under Mesa 22.1.
I usually do below to regain keyboard control:
- Alt-Enter to enter or exit windowed mod
-Alt-Enter again to enter or exit windowed mod
After that, I got keyboard controls back.