
igeljaeger
Published
Runs out of the box ON X.ORG/X11. Graphic glitches on Wayland.
tbh protondb needs to add an "on wayland" option for these reports now. Like I and many others said, the game runs out of the box on X11 but on wayland it's unplayable. If you need an example as to why, see this photo I took of my screen: https://i.imgur.com/HlEGP7Y.png If links arent allowed or you simply dont want to click, then just imagine gigantic black pixels all over the main menu. This problem went away completely when switching to my x11 session.
Runs out of the box on the Deck, but bad code leads to the Steam Deck running it not so well. Doitsujin's patch is recommended.
Add this patch on the deck to gain some fps, not a linux related issue: https://github.com/doitsujin/atelier-sync-fix
The crashes are annoying but it has auto save so it's not a deal breaker for enjoyment to me right now.
weird reflection lighting glitches related to lens flare which I just turned off entirely
It crashes every few hours. It takes a while and seems random. Straight up closes itself like I just alt-f4'd
If you can deal with the crashes it's fine. If that's unacceptable to you, maybe wait for a proton hotfix, if valve ever makes one.
Launches fine and is playable if you dont mind the load-stutter. DSFix is basically mandatory. Everyone used it on windows too so whatever.
WINEDLLOVERRIDES="dinput8=n,b" %command%
loading causes framedrops without DSFix
Get DSFix from Nexus Mods, add WINEDLLOVERRIDES="dinput8=n,b" %command% to launch options on steam, enjoy.
Game runs fine out of the box (if youre not using wayland). Framerate drops in menus for some reason to about 40fps. 60fps during gameplay though. Occasionally can cause your DE to freeze (this happened to me multiple times on gnome 3 classic and xfce4).
GloriousEggroll saving the day as usual.
Logitech RumblePad 2 not detected. Other controllers may work.
Works out of the box. No issues
Coop Mod also works if you add it as a non-steam game and use the same proton prefix.
Even with the Coop mod theres no issues. Feels like a native game.
Works out of the box.
The developers were obviously thinking about proton compatibility as a Linux native port and Steam deck compatibility were announced already far before release.
taskset -c 1-8 %command%
Added this mod for 2k res and 60fps: https://github.com/Banz99/Final-Fantasy-Type-0-Hd-Unlocker
It's a lazy port so most of this tinkering would be necessary on windows too.
(DEMO tested pre-launch). It displays a false error on launch claiming my drivers aren't compatible, then launches anyways. Performance was alright 99% of the time, with some dips. Without GE-Proton there were weird graphical glitches so I highly recommend not using Valve's vanilla proton.
Works well enough with GE-Proton but the performance problems are a bit annoying. (Game isn't well optimized). Not the fault of linux afaik.
Work out of the box but you must set the Proton version to 8, otherwise it will crash at every cutscene.
Works out of the box but the audio crackling of SOME of the audio effects can get annoying if you can notice it. It's kind of subtle.
PULSE_LATENCY_MSEC=30 %command%
Some crackling that is solved with the launch option I mentioned.
Runs like native. No issues (Game version 1.0.3)
Could launch and play with no issues. Some Steam reviews mention something about crashes during the intro before the title screen on inputs but that did not happen either.
Could launch and play with no issues. Some Steam reviews mention something about crashes during the intro before the title screen on inputs but that did not happen either.
Another report after having finished all the quests. Game runs perfectly!
Amazing game and great compatibility with linux.
VKD3D_CONFIG=dxr11,dxr PROTON_ENABLE_NVAPI=1 PROTON_ENABLE_NGX_UPDATER=1 %command% --use-d3d11
Works out of the box.
Problems it does have aren't due to Linux compatibility issues. (Mainly crashing while opening a new scene)
Works technically out of th box. But the crashes require a bit of tinkering with Linux itself. Certain settings also improve performance.
Added these lines at the end of the file /steamapps/compatdata/990080/pfx/drive_c/users/steamuser/AppData/Local/Hogwarts Legacy/Saved/Config/WindowsNoEditor/Engine.ini:
[SystemSettings] r.bForceCPUAccessToGPUSkinVerts=True r.GTSyncType=1 r.OneFrameThreadLag=1 r.FinishCurrentFrame=0 r.TextureStreaming=1 r.Streaming.PoolSize=3072 r.Streaming.LimitPoolSizeToVRAM=1
[ConsoleVariables] AllowAsyncRenderThreadUpdates=1 AllowAsyncRenderThreadUpdatesDuringGamethreadUpdates=1 AllowAsyncRenderThreadUpdatesEditor=1
Crashes caused by max_map_count in the OS being too low. Fixed by adding "m.max_map_count = 1000000" to /etc/sysctl.conf and rebooting.
Overall "ok" but if you want a performance boost with Nvidia GPUs def add this environment variable which sets nvidia shader cache size within /etc/profile.d/nvidia_shader_cache_size.sh with following content: "export __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1"
Also as stated before, without the max_map fix the game crashes every few loading screens!
After copying the files in KingdomComeDeliverance/Bin/Win64Shared to Win64 and setting the launch options to "PROTON_NO_ESYNC=1 %command%" the game ran perfectly. Before doing these two things, I was getting crashes shortly after launching it/only seeing black but hearing audio.
Not sure why only I have this problem, but it doesn't work with Proton 9.
7.0rc3-GE-1 GloriousEggroll https://github.com/GloriousEggroll/proton-ge-custom/releases/tag/7.0rc3-GE-1
Massive drop in average FPS makes this game unplayable to me since Sunbreak. No problems before that.
Performance took a gigantic hit ever since the Sunbreak update. I get 120 fps on windows but only 10-30 fps on Linux now. I don't have this problem with any other game.
Runs well with the custom Proton Pack. For why I'm actually submitting this report, see my extra notes below.
Proton-5.0-GE-1 GloriousEggroll
light stutter when the game loads something new into cache
Custom proton, which is required: https://github.com/GloriousEggroll/proton-ge-custom
Good news: Monhun with proton is compatible with MODS. Yes you can use them.
Stacker's Loader is required for that, if you look on nexusmods. This requires the latest visual c++ redistributable by microsoft. After you've set up the custom proton version from github. Install the VC_redist like so:
env WINEPREFIX="/home/USER/.steam/debian-installation/compatibilitytools.d/Proton-5.0-GE-1/dist/share/default_pfx/" WINEPATH="/home/USER/.steam/debian-installation/compatibilitytools.d/Proton-5.0-GE-1/dist/bin/wine64/" wine /path/to/VC_redist.x64.exe
After the installation you can add mods manually like any windows user would in /.../Monster Hunter World/nativePC. I did not test nexusmods' modmanager for this. But it's not necessary at all so why bother?
I hope this helps some people who've been missing mod support for their proton monhun experience ;)
Launcher opens, game doesn't start due to Kernel-level Anti-cheat
The usual with predatory pvp online games let's be real.
cutscenes have an audio sync problem
Game does not launch for me without downgrading proton for some reason. DirectX errors would occur if I would try to launch at anything higher than 5.13-6.
Consistently crashes after the first hunt after a few minutes.
The beta didn't get my hopes up. Might need to refund this if it still crashes my DE on launch day.
The shortcomings of the pc version in general aside, the Linux/Proton/Wine way made me want to install Windows again at times.
MESA_DISK_CACHE_SINGLE_FILE=0 __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1 VKD3D_DISABLE_EXTENSIONS=VK_NV_low_latency2 VKD3D_CONFIG=disable_uav_compression %command% -force-vulkan WINE_CPU_TOPOLOGY=8
The crashes seem to be solved for mesa/amd gpus if you have all that stuff in the launch options. Before that it crashed for me at least once a day... At least one day multiple times...
I hope these launch options work for not just me. What I actually hope is that capcom fixes whatever makes these crashes and freeze-frames happen. It's infuriating.
A correction to my last review. The game crashes won't be solved until either Capcom or AMD solve it. The launch options barely matter.
WINE_CPU_TOPOLOGY=8 MESA_DISK_CACHE_SINGLE_FILE=0 __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1 VKD3D_DISABLE_EXTENSIONS=VK_NV_low_latency2 VKD3D_CONFIG=disable_uav_compression %command% -force-vulkan
underclock your GPU and run the game on lower settings. This makes the crashes occur less frequently... The game seems to go crazy with Hz on the GPU so keep that in mind when playing on highest.
Only playable as a fanboy. Everyone else should stay away with this much instability. Im playing the game in KDE's "power save" mode on lowest settings just to not have a crash every hour.
Works well with major tinkering. DLLs must be updated. Run with gamemoderun and gamescope. Then youll have a good experience with no crashes
gamemoderun WINEDLLOVERRIDES="dstorage.dll=n,b;dstoragecore.dll=n,b" MESA_DISK_CACHE_SINGLE_FILE=0 __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1 VKD3D_DISABLE_EXTENSIONS=VK_NV_low_latency2 VKD3D_CONFIG=disable_uav_compression gamescope -w 2560 -h 1440 -W 2560 -H 1440 -f --adaptive-sync --force-grab-cursor --steam -- %command%
Highly recommended for stability (basically essential until they patch the game): DirectStorage 1.2.2 Upgrade to 1.2.3 - IO Stutter Fix Mod
Download the latest version of directstorage from nexusmods: https://www.nexusmods.com/monsterhunterwilds/mods/127
Copy the original .dll files of the game installation dstorage.dll and dstoragecore.dll to this path: /home/user/.local/share/Steam/steamapps/compatdata/2246340/pfx/drive_c/windows/system32/ or /partition/path/of/your/library/SteamLibrary/steamapps/compatdata/2246340/pfx/drive_c/windows/system32/ Depending on where you installed the game at, this may vary. As far as I know it won't work with the flatpak version of Steam.
Then overwrite/replace the original files in the games path with the 2 mod files. /partition/path/of/your/library/SteamLibrary/steamapps/common/MonsterHunterWilds/
Implement the DLL overwrite launch options. The rest is kind of optional but still recommended for stability. If you can get gamescope and gamemoderun to install.
As far as I can tell the proton version doesn't matter really. You can either use GE or Experimental. I couldn't tell the difference.
After latest proton hotfix, the game runs better than on windows when I compare with friends. Valve did what Capcom won't.
After the most recent proton update you can get via experimental, the game runs smooth and doesn't crash anymore. Even better than on windows.
Needed to get Mods to work (Stacker's Launcher). Install VC_redist.exe via protontricks.
Requires tinkering if you want mods to work. Make sure to rename hid.dll to dtdata.dll to avoid the launch-crash.
Run out of the box. No issues after 7 hours of playing non-stop shortly after release.
game is badly optimized right now. Unrelated to linux gaming in this case but I thought I'd mention it anyways.
Game launcher works but clicking on "start" launches nothing
Performance is horrible but I'm not sure thats due to running it on Linux. Game doesn't recognize VRAM without launch options.
AMD_VULKAN_ICD=RADV PROTON_FORCE_LARGE_ADDRESS_AWARE=true WINEDLLOVERRIDES="amd_ags_x64.dll=b" %command%
drops from 100fps to below 30fps sometimes at seemingly random things like looking into the direction of mirrors
Bad experience in my opinion and I won't continue playing the game either. But it is "playable" if you're okay with the subpar experience this port provides. I'd still suggest just emulating the ps3 version instead.
AMD_VULKAN_ICD=RADV PROTON_FORCE_LARGE_ADDRESS_AWARE=true WINEDLLOVERRIDES="amd_ags_x64.dll=b" %command%
The launch options help but are not necessary. Proton version had to be set to experimental or it didn't launch. GE-Proton works too and was my first 15 hours before testing other Proton versions.
Works flawlessly
Small sidenote: The mod that removes the weird film grain filter causes water to flicker in crazy colours which might cause seizures. Other mods worked fine.
Works out of the box
Lag when finishing battles
Weird lags afer battles make me think theres needs to be added a fix
It works but the late game will present you with significant stuttering due to shader buffer
The game seems fine at first but the stutters after battles and after certain attacks and effects get VERY severe in the late game. This seems to be a shader buffer problem. It went down to single digits in some of the last fights.
EA Launcher seemed to cause trouble within Steam Deck UI so I tried Desktop mode which worked better. After that launching within Steam Deck UI wasnt a Problem anymore.
Videofiles don't seem to work and are replaced by an error image. Seems like the devs expected this on Steam Deck so it at least wouldn't crash the game.
The video file issues might be solved by using Proton-GE: https://github.com/GloriousEggroll/proton-ge-custom/releases/tag/GE-Proton7-49 They're mostly only needed for tutorial videos so if you don't need those you don't have to bother.
Using normal Proton causes the video files to not play correctly. Using Proton-GE fixes this.
You might need to wait a while for the game to actually launch after the EA stuff. Just be patient and it'll launch the game.
Works after copying the .exe of the CRACK to the game directory (deleting the original .exe). This gets rid of the game's DRM (besides steam itself). After that the game starts, but you have to turn off "postprocessing" in the graphics settings as well, because of the graphical glitches it causes.