https://bugs.winehq.org/show_bug.cgi?id=45713
Bug ID: 45713 Summary: FusionFall Retro: fails to launch Product: Wine-staging Version: 3.14 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: macariopatrick@icloud.com CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Created attachment 62144 --> https://bugs.winehq.org/attachment.cgi?id=62144 Upon getting the error message, I exit Terminal to kill Wine.
The launcher allows me to log into my account, but when the launcher downloads the files necessary to play the game, it doesn't launch. Unity Web Player displays an error message stating that Unity Web Player needs to be updated. It works on Windows correctly, but not in Wine. The game uses a custom version of Unity Web Player 2.x.x.
https://bugs.winehq.org/show_bug.cgi?id=45713
Stellarspace macariopatrick@icloud.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://www.fusionfallretro | |.com/
https://bugs.winehq.org/show_bug.cgi?id=45713
Stellarspace macariopatrick@icloud.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu
https://bugs.winehq.org/show_bug.cgi?id=45713
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- I get a crash with Win7, and a whitescreen with XP, but not this error.
Are you running in a clean WINEPREFIX?
https://bugs.winehq.org/show_bug.cgi?id=45713
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- Ok, after downloading and installing webplayer from https://unity3d.com/de/webplayer, I get the same error. But this also seems to happen to windows users, can't test on windows right now.
https://bugs.winehq.org/show_bug.cgi?id=45713
--- Comment #3 from Stellarspace macariopatrick@icloud.com --- (In reply to Fabian Maurer from comment #1)
I get a crash with Win7, and a whitescreen with XP, but not this error.
Are you running in a clean WINEPREFIX?
I created this script to create a clean WINEPREFIX.
rm -vr ~/.wine32 WINEPREFIX=~/.wine32 WINEARCH=win32 wineboot --init WINEPREFIX=~/.wine32 WINEARCH=win32 winetricks -q vcrun2015 vcrun2013 d3dx11_43 d3dcompiler_43 WINEPREFIX=~/.wine32 WINEARCH=win32 winetricks -q win7 wget https://cdn.fusionfalluniverse.com/launcher/ULInstaller.exe WINEPREFIX=~/.wine32 WINEARCH=win32 wine ULInstaller.exe rm ULInstaller.exe
I am on Ubuntu (Linux). It won't work on macOS because OpenGL 4.5 is not supported.
https://bugs.winehq.org/show_bug.cgi?id=45713
--- Comment #4 from Stellarspace macariopatrick@icloud.com --- (In reply to Fabian Maurer from comment #2)
Ok, after downloading and installing webplayer from https://unity3d.com/de/webplayer, I get the same error. But this also seems to happen to windows users, can't test on windows right now.
The latest version of Unity Web Player does not work for FusionFall Retro. FusionFall Retro uses a custom version of Unity Web Player that is much older than the latest version.
https://bugs.winehq.org/show_bug.cgi?id=45713
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #5 from Fabian Maurer dark.shadow4@web.de --- Confirming.
How does it behave on windows? When it's using an older version of webplayer, shouldn't it skip the update?
https://bugs.winehq.org/show_bug.cgi?id=45713
--- Comment #6 from Stellarspace macariopatrick@icloud.com --- (In reply to Fabian Maurer from comment #5)
Confirming.
How does it behave on windows? When it's using an older version of webplayer, shouldn't it skip the update?
On Windows, the launcher opens the client, which is called Retro.exe and the client proceeds to download the game resources. There is no error message in the client that displays something like this message: "Failed to update - a newer version of Unity Web Player is required, but the AUTO-UPDATE download failed." It was trying to download http://wp-cartoonnetwork.unity3d.com/ff/big/beta-20111013/autodowload_webplu... which is no longer available.
https://bugs.winehq.org/show_bug.cgi?id=45713
--- Comment #7 from Fabian Maurer dark.shadow4@web.de --- How do you know it was trying to download that file?
https://bugs.winehq.org/show_bug.cgi?id=45713
--- Comment #8 from Stellarspace macariopatrick@icloud.com --- The launcher installs the version of Unity Web Player it needs (via some sort of script) to the PREFIX when a user clicks the PLAY NOW button for the first time. I even reinstalled the custom version of Unity Web Player with the actual installer and it still displays that message.
Unity Web Player loads in Retro.exe and displays that information on the screen.
https://bugs.winehq.org/show_bug.cgi?id=45713
--- Comment #9 from Stellarspace macariopatrick@icloud.com --- I'm trying to say that on native Windows, it doesn't try to download or install a Unity Web Player update.
https://bugs.winehq.org/show_bug.cgi?id=45713
--- Comment #10 from Stellarspace macariopatrick@icloud.com --- (In reply to Fabian Maurer from comment #7)
How do you know it was trying to download that file?
I found a post on the forums that indicates that a user on native Windows was getting the same error message. They uninstalled Unity Web Player and installed it again. Maybe a reinstall isn't good enough. It's too bad the launcher automatically installs Unity Web Player. I don't think I can prevent that from happening without developer assistance.
https://bugs.winehq.org/show_bug.cgi?id=45713
--- Comment #11 from Fabian Maurer dark.shadow4@web.de --- Ok, I got it to work. using wine-staging-3.14. 1) Deleted .wine 2) 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?
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?
https://bugs.winehq.org/show_bug.cgi?id=45713
--- Comment #13 from Zebediah Figura z.figura12@gmail.com --- Is this bug a regression in Staging?
If not, let's please move it to the Wine project.
It would also be good to know what in Staging is necessary for this game to work, and to mark it as a dependency of this bug.
https://bugs.winehq.org/show_bug.cgi?id=45713
--- Comment #14 from Stellarspace macariopatrick@icloud.com --- (In reply to Zebediah Figura from comment #13)
Is this bug a regression in Staging?
If not, let's please move it to the Wine project.
It would also be good to know what in Staging is necessary for this game to work, and to mark it as a dependency of this bug.
I was using Wine Staging 3.14 because I thought it would fix the issue of not being able to play the game, but it turns out that the launcher doesn't install Unity Web Player correctly.
I will build it using Wine 3.14 to see if I can play the game in the Stable version of Wine.
https://bugs.winehq.org/show_bug.cgi?id=45713
--- Comment #15 from Stellarspace macariopatrick@icloud.com --- (In reply to Zebediah Figura from comment #13)
Is this bug a regression in Staging?
If not, let's please move it to the Wine project.
It would also be good to know what in Staging is necessary for this game to work, and to mark it as a dependency of this bug.
There is no Wine 3.14 Stable in https://dl.winehq.org/wine-builds/ubuntu/pool/main/ and the client, which is named Retro.exe, crashes in Wine 3.0.2 Stable. It works in 3.14 Staging though, minus the keyboard and mouse issue.
https://bugs.winehq.org/show_bug.cgi?id=45713
Stellarspace macariopatrick@icloud.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #62144|0 |1 is obsolete| |
https://bugs.winehq.org/show_bug.cgi?id=45713
--- Comment #16 from Stellarspace macariopatrick@icloud.com --- Can we fix the keyboard and mouse issue? The avatar keeps spinning and firing with no keyboard or mouse input. The ENTER key and the Space Bar key work, but W S A D doesn't work.
https://bugs.winehq.org/show_bug.cgi?id=45713
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |38960 Component|-unknown |-unknown Product|Wine-staging |Wine
--- Comment #17 from Fabian Maurer dark.shadow4@web.de ---
Can we fix the keyboard and mouse issue? The avatar keeps spinning and firing with no keyboard or mouse input. The ENTER key and the Space Bar key work, but W S A D doesn't work.
Can't confirm, works for me. Also, this would be a separate issue.
@Zebediah Figura Moving to Wine product and add dependency on issue fixed by staging patchset.
New approach to getting it to work: 1) Compile 32bit wine with needed staging patchset (kernel32-SetFileCompletionNotificationModes) 2) Install and start game until you get to error screen 3) Copy "player" and "mono" folders from "drive_c/users/fabian/Application Data/FusionFall Universe/Games/Retro/WebPlayer" to "drive_c/users/fabian/AppData/LocalLow/Unity/WebPlayer/" 4) Start game again, works now.
https://bugs.winehq.org/show_bug.cgi?id=45713
--- Comment #18 from Stellarspace macariopatrick@icloud.com --- Alright.
https://bugs.winehq.org/show_bug.cgi?id=45713
--- Comment #19 from Stellarspace macariopatrick@icloud.com --- On Windows, Unity Web Player is installed in the following directory: C:\Users%username%\AppData\LocalLow\Unity\WebPlayer\
The uninstaller is installed in the following directory: C:\Users%username%\AppData\Local\Unity\WebPlayer\
If Unity Web Player is trying to update, then why not delete the following file: C:\Users%username%\AppData\LocalLow\Unity\WebPlayer\UnityWebPlayerUpdate.exe
It would no longer try to update, which means it would load normally without moving any files.
https://bugs.winehq.org/show_bug.cgi?id=45713
--- Comment #20 from Stellarspace macariopatrick@icloud.com --- On Windows, there is no Application Data folder and FusionFall Universe folder is located in the Roaming folder.
https://bugs.winehq.org/show_bug.cgi?id=45713 Bug 45713 depends on bug 38960, which changed state.
Bug 38960 Summary: Multiple applications need 'kernel32.SetFileCompletionNotificationModes' implementation (Steam 'steamwebhelper.exe' and Blizzard Battle.net desktop app CEF v3.2+/Chromium v44+ crash in Win7 mode, Sony Xperia Companion 1.7.x) https://bugs.winehq.org/show_bug.cgi?id=38960
What |Removed |Added ---------------------------------------------------------------------------- Status|STAGED |RESOLVED Resolution|--- |FIXED
https://bugs.winehq.org/show_bug.cgi?id=45713
Linards linards.liepins@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |linards.liepins@gmail.com
--- Comment #21 from Linards linards.liepins@gmail.com --- Is this issue still present?
https://bugs.winehq.org/show_bug.cgi?id=45713
--- Comment #22 from Fabian Maurer dark.shadow4@web.de --- Any news?