https://bugs.winehq.org/show_bug.cgi?id=45713
--- Comment #12 from Stellarspace macariopatrick@icloud.com --- (In reply to Fabian Maurer from comment #11)
Ok, I got it to work. using wine-staging-3.14.
- Deleted .wine
- WINEARCH=win32 winetricks -q vcrun2015 vcrun2013 d3dx11_43 d3dcompiler_43
win7 3) wine ULInstaller.exe 4) Start game, get to the error screen, close program 5) Delete "drive_c/users/fabian/AppData/LocalLow/Unity/WebPlayer" and replace it with "drive_c/users/fabian/Application Data/FusionFall Universe/Games/Retro/WebPlayer" 6) Game starts up now
It wasn't properly installing the webplayer, now to investigate why. But first, can you confirm the workaround makes the game work?
Yes, the workaround works. I wrote this to do it automatically: cd ~/.wine32/drive_c/users/$USER/AppData/LocalLow/Unity/ & rm -r WebPlayer mkdir -vp WebPlayer && cp -vr ~/.wine32/drive_c/users/$USER/Application\ Data/FusionFall\ Universe/Games/Retro/WebPlayer/* ~/.wine32/drive_c/users/$USER/AppData/LocalLow/Unity/WebPlayer/
Is there a reason the avatar spins around and fires without touching the keyboard and mouse?