Describe the bug
I couldn´t run Unity Web Player games on Flashpoint on Linux Mint XCFE, and i fixed it.
Steps to reproduce the behavior:
- you have to have linux
- Download any Unity Webplayer game
- Run the game you just downloaded
Expected behavior
The Project stays still, and gives out this error message:
Desktop (please complete the following information):
- OS: Linux Mint XCFE
- Flashpoint Version: Infinity 14.0.3
Before i will show you what i changed, Flashpoint was moved to the folder "/home/user/Documents/"
This shows what i changed on the program (the extracted .7z program) to finally make it work:
WINE="/home/user/Documents/Flashpoint/FPSoftware/Wine/bin/wine"
WINEPREFIX="/home/user/Documents/Flashpoint/FPSoftware/Wine"
winetricks dxvk d3dx9 vcrun2010 vcrun2015
cat << 'EOF' >> /home/user/Documents/Flashpoint/FPSoftware/Wine/user.reg
[Software\Wine\DllOverrides]
"d3d9"="native,builtin"
"d3d10core"="native,builtin"
"d3d11"="native,builtin"
"dxgi"="native,builtin"
EOF
ALSO it is quite interesting that this only solved one game, the different games depend on different graphic systems, one likes Vulkan the other one likes OpenGL, and i still don´t 100% know what is wrong, but i also found out that not every vcrun was installed, i would probably need to do that.
Describe the bug
I couldn´t run Unity Web Player games on Flashpoint on Linux Mint XCFE, and i fixed it.
Steps to reproduce the behavior:
Expected behavior
The Project stays still, and gives out this error message:
Desktop (please complete the following information):
Before i will show you what i changed, Flashpoint was moved to the folder "/home/user/Documents/"
This shows what i changed on the program (the extracted .7z program) to finally make it work:
WINE="/home/user/Documents/Flashpoint/FPSoftware/Wine/bin/wine"
WINEPREFIX="/home/user/Documents/Flashpoint/FPSoftware/Wine"
winetricks dxvk d3dx9 vcrun2010 vcrun2015
cat << 'EOF' >> /home/user/Documents/Flashpoint/FPSoftware/Wine/user.reg
[Software\Wine\DllOverrides]
"d3d9"="native,builtin"
"d3d10core"="native,builtin"
"d3d11"="native,builtin"
"dxgi"="native,builtin"
EOF
ALSO it is quite interesting that this only solved one game, the different games depend on different graphic systems, one likes Vulkan the other one likes OpenGL, and i still don´t 100% know what is wrong, but i also found out that not every vcrun was installed, i would probably need to do that.