Skip to content

Couldn´t run Unity Web Player Projects on Linux - tried to fix it myself #520

Description

@DaikoGames

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:

  1. you have to have linux
  2. Download any Unity Webplayer game
  3. Run the game you just downloaded

Expected behavior
The Project stays still, and gives out this error message:

Image

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions