Yandere Simulator crashes after load

Questions about Wine on Linux
Locked
User avatar
kriChris
Newbie
Newbie
Posts: 4
Joined: Sat Oct 05, 2019 12:59 pm

Yandere Simulator crashes after load

Post by kriChris »

At first the game seems to work normally. But when trying to go to school, it crashes as soon as the loading is completed.
In the game error log this appears:
UnityPlayer.dll caused an Access Violation (0xc0000005) in module UnityPlayer.dll
And this is the Wine log:
error log.zip
(10.2 KiB) Downloaded 142 times
I did some testing and found that this only happens when I select "Max Quality" and "Low Quality" on the graphics option.
I have also tried using:
  • DLL Overrides (d3dx11_42, d3dx11_43);
  • winetricks.
But nothing helped me.
Not sure if it's a Wine bug or if I'm doing something wrong.

System information:
Wine build: wine-4.17 (devel)
OS: Linux Mint 19.2

Game download link: yanderesimulator.com/dl/latest.zip
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Yandere Simulator crashes after load

Post by jkfloris »

Not sure if it's a Wine bug
This game is under development, so it could be a in-game bug.

If your GPU can handle Vulkan [1] you could install the game in a clean Wine prefix [2] and try:

Code: Select all

winetricks dxvk
[1] https://github.com/doitsujin/dxvk/wiki/Driver-support
[2] https://wiki.winehq.org/FAQ#Can_I_store ... 2F.wine.3F
Locked