https://bugs.winehq.org/show_bug.cgi?id=47772
Bug ID: 47772 Summary: Origin: Legacy installer client won't open on winvista+ environment Product: Wine-staging Version: 4.16 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: werifGX@gmail.com CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Created attachment 65253 --> https://bugs.winehq.org/attachment.cgi?id=65253 wine_output.txt
Legacy installer of Origin (Digital Distribution Platform) from https://origin-a.akamaihd.net/Origin-Client-Download/origin/legacy/OriginThi... won't open on winvista+ environment.
# To reproduce - Download https://origin-a.akamaihd.net/Origin-Client-Download/origin/legacy/OriginThi... - Execute with wine <4.16 in winvista+ environment - Expect failure like 'wine_output.txt'
# Workaround Workaround is to use winxp environment for the installation and then switch to default environment with overwrites alike:
```bash # Set environment on winxp for required apps ## Using winvista is mandatory https://github.com/Winetricks/winetricks/pull/1318#issuecomment-531562386 if [ "$(uname)" = 'FreeBSD' ]; then w_set_app_winver 'Origin.exe' 'winxp'; else w_set_app_winver 'Origin.exe' 'winvista' ; fi w_set_app_winver 'OriginClientService.exe' 'winxp' w_set_app_winver 'Setup.exe' 'winvista' w_set_app_winver 'UpdateTool.exe' 'winvista' w_set_app_winver 'OriginUninstall.exe' 'winvista' w_set_app_winver 'OriginCrashReporter.exe' 'winvista' w_set_app_winver 'OriginClient.exe' 'winvista' w_set_app_winver 'IGOProxy.exe' 'winvista' w_set_app_winver 'IGOProxy64.exe' 'winvista' w_set_app_winver 'OriginFR.exe' 'winvista' w_set_app_winver 'GetGameToken32.exe' 'winvista' w_set_app_winver 'GetGameToken64.exe' 'winvista' w_set_app_winver 'EAProxyInstaller.exe' 'winvista'
# winxp is required for the installation w_set_winver 'winxp'
w_warn "You should *uncheck* sharing hardware info"
# Installer w_try "$WINE" "${W_CACHE}/origin/OriginThinSetup.exe"
# Switch back to default environment w_unset_winver ```
Referencing winetricks merge request: https://github.com/Winetricks/winetricks/pull/1318