I found out why this may only work with GE and derivatives echo "WINE: -GAME FIXES- add file search workaround hack for Phantasy Star Online 2 (WINE_NO_OPEN_FILE_SEARCH)" https://github.com/GloriousEggroll/proton-ge-cust...
I forgot to add I’m using Proton-CachyOS-11 from Protonup-QT. I looked at the source of this particular repository with all sub modules with the help of an LLM and identified the WINE_NO_OPEN_FILE_SEARCH launch option. I...
Just tested this. Proton GE-11.3 was 17 seconds to load the test battle in rome using `WINE_NO_OPEN_FILE_SEARCH="models_building/textures"`. Proton 11.0-2 still takes a long time though and WINEFSYNC_FUTEX2, PROTON_NO_FS...
Hi, I was doing some digging with an LLM using strace and perf, using the launch option WINE_NO_OPEN_FILE_SEARCH="models_building/textures" will tell Wine to simply return the files as not found instead of recursively se...