https://bugs.winehq.org/show_bug.cgi?id=49266
Bug ID: 49266 Summary: Amazon Games installs but won't start Product: Wine Version: 5.8 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: maiktapwagner@aol.com Distribution: ---
Created attachment 67270 --> https://bugs.winehq.org/attachment.cgi?id=67270 Console Output (wine 5.8)
Hello everyone,
I download the Amazon games installer from:
https://download.amazongames.com/AmazonGamesSetup.exe
and got it installed with wine 5.8 - Unfortunately the application doesn't launch. Console output is attached.
https://bugs.winehq.org/show_bug.cgi?id=49266
Maik Wagner maiktapwagner@aol.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |SUSE CC| |maiktapwagner@aol.com URL| |https://download.amazongame | |s.com/AmazonGamesSetup.exe
https://bugs.winehq.org/show_bug.cgi?id=49266
mirh mirh@protonmail.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mirh@protonmail.ch
--- Comment #1 from mirh mirh@protonmail.ch --- My educate guess is that you just need to install .NET https://www.reddit.com/r/wine_gaming/comments/eg4s9j/amazon_games_on_linux/
And maybe make sure to be using wine-staging, since electron brings in all the chromium shenanigans.
https://bugs.winehq.org/show_bug.cgi?id=49266
Wojciech Arabczyk arabek+wine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |arabek+wine@gmail.com
--- Comment #2 from Wojciech Arabczyk arabek+wine@gmail.com --- Created attachment 68434 --> https://bugs.winehq.org/attachment.cgi?id=68434 installer backtrace on wine-5.19
Won't even install on vanilla wine-5.19 anymore.
Backtrace attached.
$ wine --version wine-5.19 $ qlist -ICv wine-vanilla app-emulation/wine-vanilla-5.19 $ uname -r 5.9.0-gentoo
https://bugs.winehq.org/show_bug.cgi?id=49266
--- Comment #3 from Cheyner ryan@rnrcarpet.com --- It can kind of start on 6.5 wine-staging but its not going to get all the way. Doesn't even make it with 4.20 as per the link.
I'm guessing the application updated its libraries since then and wine could no longer deal with one or more things.
Not aware of anyone being able to run it anymore.
https://bugs.winehq.org/show_bug.cgi?id=49266
--- Comment #4 from Cheyner ryan@rnrcarpet.com --- wine-staging 6.6 works and amazon games starts and works. Guessing from the .net install timeout fix at least for me anyway but perhaps its also from something else.
Working step-by-step follows. There could be errors as I put it together quickly. ie8 for instance I believe won't install as it may be 32bit only and thus not needed.
Have a clean 64bit prefix with wine 6.6 (eg WINEPREFIX=~/amazon_games winecfg)
Download amazon games exe Run amazon games setup using prefix (eg WINEPREFIX=~/amazon_games wine AmazonGamesSetup.exe)
Cancel gecko install if it asks Application will install successfully
Get winetricks if needed cd amazon_games wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetrick... chmod +x winetricks
WINEPREFIX=~/amazon_games sh ~/amazon_games/winetricks --unattended dotnet40 dotnet452 dotnet45 dotnet46 dotnet461 dotnet462 dotnet471 dotnet472 dotnet48
WINEPREFIX=~/amazon_games sh ~/amazon_games/winetricks --unattended vcrun2017
WINEPREFIX=~/amazon_games sh ~/amazon_games/winetricks --unattended corefonts
WINEPREFIX=~/amazon_games sh ~/amazon_games/winetricks --unattended winhttp wininet msxml4 msxml6 iertutil ie8
Start amazon games (eg WINEPREFIX=~/amazon_games wine "~/amazon_games/drive_c/users/linux64/Local Settings/Application Data/Amazon Games/App Amazon Games.exe")
Login
Click retry on dx11 error if it pops up
Amazon games should start. I haven't yet tested if games will install and work but the application itself appears to be working fine.
https://bugs.winehq.org/show_bug.cgi?id=49266
--- Comment #5 from Cheyner ryan@rnrcarpet.com --- Additional.
Games do not install. [ElectronMain.UI: Twilight] Error type "13" received from Fuel during install
d3dx9_40 looks to fix the dx11 related error.
Do not install ole32 or you will have to override it back to wine builtin to start the application.
https://bugs.winehq.org/show_bug.cgi?id=49266
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |xerox.xerox2000x@gmail.com Keywords| |download Component|-unknown |mscoree Status|UNCONFIRMED |NEW Summary|Amazon Games installs but |Amazon Games installs but |won't start |won't start (winetricks | |dotnet48 is a workaround)
--- Comment #6 from Louis Lenders xerox.xerox2000x@gmail.com ---
Working step-by-step follows.
Hi , thanks for testing. I did too, and apparantly only "winetricks dotnet48" is enough to get to the login-window, so for now I mark this as mono-bug
Games do not install.
That would need different bugreport then. Can one sign in free to test this? There was no "Register as new user" in the login window
https://bugs.winehq.org/show_bug.cgi?id=49266
--- Comment #7 from Cheyner ryan@rnrcarpet.com ---
That would need different bugreport then. Can one sign in free to test this? There was no "Register as new user" in the login window.
The amazon.com account is free but I don't know what happens if one is not a Prime member and that is definitely not free. From what I can see there would be no games in that case.
https://bugs.winehq.org/show_bug.cgi?id=49266
--- Comment #8 from Cheyner ryan@rnrcarpet.com --- Also to add, I tried a few different things including installing gecko, vcrun2015, etc and nothing made a difference.
Quite confident that wine needs some fixes here for game installation.
https://bugs.winehq.org/show_bug.cgi?id=49266
--- Comment #9 from Cheyner ryan@rnrcarpet.com --- Added a bug report for the game installation failure https://bugs.winehq.org/show_bug.cgi?id=50984
https://bugs.winehq.org/show_bug.cgi?id=49266
--- Comment #10 from Maik Wagner maiktapwagner@aol.com --- Created attachment 69837 --> https://bugs.winehq.org/attachment.cgi?id=69837 Console Output (wine 6.5)
https://bugs.winehq.org/show_bug.cgi?id=49266
--- Comment #11 from Maik Wagner maiktapwagner@aol.com --- Created attachment 69838 --> https://bugs.winehq.org/attachment.cgi?id=69838 Backtrace (6.5)
Wine 6.6 hasn't arrived in the openSUSE Tumbleweed repositories yet. I did the installations of winetricks but still the application doesn't start.
https://bugs.winehq.org/show_bug.cgi?id=49266
--- Comment #12 from Cheyner ryan@rnrcarpet.com --- "Wine 6.6 hasn't arrived in the openSUSE Tumbleweed repositories yet. I did the installations of winetricks but still the application doesn't start."
You should see a notice in winetricks when doing the .net install that you need wine >= 6.6. It was problematic with wine for a while. I don't know the full situation there but this application did not work for me with wine 6.5.
Don't expect it to start with 6.5.
https://bugs.winehq.org/show_bug.cgi?id=49266
--- Comment #13 from Esme Povirk madewokherd@gmail.com --- With current Wine Mono, I get a couple of NotImplementedExceptions, one in WindowsIdentity.get_User (which we seemingly already have duplicate bugs for: bug 25167 and bug 32266) and one in WindowsFormsApplicationBase.OnCreateMainForm. I know WindowsFormsApplicationBase is missing a lot of functionality but have been having trouble finding a test case (bug 32760 says this but does not have a test case).
Not sure how to classify this bug since the application may depend on both of these, or neither. Or maybe this bug should be considered fixed since the WPF error no longer occurs, and the other bugs should be updated to indicate that this application is affected.
https://bugs.winehq.org/show_bug.cgi?id=49266
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Amazon Games installs but |Amazon Games installs but |won't start (winetricks |won't start (needs |dotnet48 is a workaround) |WindowsFormsApplicationBase | |startup code?)
--- Comment #14 from Esme Povirk madewokherd@gmail.com --- I'm going to keep this bug open for the WindowsFormsApplicationBase thing, since right now we have no better example of it.
https://bugs.winehq.org/show_bug.cgi?id=49266
--- Comment #15 from Esme Povirk madewokherd@gmail.com --- WindowsFormsApplicationBase and get_User are both implemented now, but it still fails to start. I get a NullReferenceException in OnStartup, followed by another NRE and an assertion failure.
https://bugs.winehq.org/show_bug.cgi?id=49266
Alexey Ugnichev alexey.ugnichev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexey.ugnichev@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=49266
Anton Romanov theli.ua@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |theli.ua@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=49266
--- Comment #16 from Maik Wagner maiktapwagner@aol.com --- Revisiting.
(In reply to Cheyner from comment #4)
WINEPREFIX=~/amazon_games sh ~/amazon_games/winetricks --unattended dotnet40 dotnet452 dotnet45 dotnet46 dotnet461 dotnet462 dotnet471 dotnet472 dotnet48
WINEPREFIX=~/amazon_games sh ~/amazon_games/winetricks --unattended corefonts
I did these two steps and Amazon Games started up fine without a backtrace and logging in seems to work fine: Amazon sends a verification link but unfortunately I currently only have an old dumbphone at hand.
Off-Topic: As far as I can see from this Lutris script apparently only corefonts needs to be installed now.
https://lutris.net/games/install/21137/view
Apparently the installation path has also changed in the meantime: /home/mwagner/WineApps/AmazonGames/drive_c/users/mwagner/AppData/Local/Amazon Games/App
bash-5.1$ sha256sum AmazonGamesSetup.exe 9dbb71cb9c4bcad710768db6493317ccf31702a6023aed8700209667f0fae547 AmazonGamesSetup.exe
https://bugs.winehq.org/show_bug.cgi?id=49266
Maik Wagner maiktapwagner@aol.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=50984 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #17 from Maik Wagner maiktapwagner@aol.com --- I got some SNK-NeoGeo Games working recently with
winetricks corefonts dotnet48
installed. I am not sure if dotnet48 is really required but also in latest CrossOver I can get to the login screen okay with only corefonts installed.
For 50984 this can be closed as well.
For me this can be marked as FIXED.
https://bugs.winehq.org/show_bug.cgi?id=49266
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #18 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.4.