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(a)winehq.org
Reporter: werifGX(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)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/OriginTh…
won't open on winvista+ environment.
# To reproduce
- Download
https://origin-a.akamaihd.net/Origin-Client-Download/origin/legacy/OriginTh…
- 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
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42298
Bug ID: 42298
Summary: err:clipboard:convert_selection Timed out waiting for
SelectionNotify event
Product: Wine
Version: 2.0-rc6
Hardware: x86-64
OS: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Although I'm a fan of the "console messages are not bugs" this is a little
annoying, it can repeat several times. Happens under heavy CPU/IO usage and
will repeat until CPU/IO goes back to "normal", this is the impression I have,
it could be something else.
It is sort of easy to reproduce and it is NOT present since the patch that
moved stuff ( http://source.winehq.org/git/wine.git/commitdiff/7d0ddff2 ), it
was something that was changed later I believe started less than 2 months ago.
I can try bisecting but it will take some time so if anybody (Julliard) has a
hint it will be better.
Am I the only affected?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47774
Bug ID: 47774
Summary: OST PST Viewer fails to launch in Wine
Product: Wine
Version: 4.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sendtojimmy(a)yahoo.com
Distribution: ---
Created attachment 65259
--> https://bugs.winehq.org/attachment.cgi?id=65259
error and backtraces
OST PST Viewer v. 1.01.104
(http://try.ostpstviewer.com/free-ost-pst-files-viewer/) installs in Wine 4.0.2
on Linux Mint 19 Tara but fails to launch.
OST PST Viewer (free version) works OK in Windows 8.
ZIP attachments:
Program error from Wine when trying to launch OST PST Viewer:
OSTPSTViewer-Wine_Program_Error.png
Wine backtrace with app settings for Windows 8:Â OSTPSTViewer-backtrace-Win8.txt
Wine backtrace with app settings for Windows 10:
OSTPSTViewer-backtrace-Win10.txt
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47762
Bug ID: 47762
Summary: LoadStringA fails instead of returning const pointer
to string if buffer length is zero
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: tsmx(a)tut.by
Distribution: ---
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-loads…
According to MSDN doc, LoadStringA should be able to return const pointer
without using allocated buffer if the buffer size is set to zero.
Here we see that Wine just returns -1 in that case:
https://source.winehq.org/git/wine.git/blob/refs/heads/master:/dlls/user32/…
Since there is something that looks legit in the LoadStringW just above, it
shouldn't be too hard to fix, amirite?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47732
Bug ID: 47732
Summary: This is bad bug in wine.
Product: Packaging
Version: unspecified
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: dfurman156(a)gmail.com
CC: dimesio(a)earthlink.net, michael(a)fds-team.de,
sebastian(a)fds-team.de
Created attachment 65207
--> https://bugs.winehq.org/attachment.cgi?id=65207
This is nightmare
Everybody have this
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47752
--- Comment #1 from tempel.julian(a)gmail.com ---
An incomplete list of applications affected:
Hitman 2
Doom (2016) OpenGL
TES IV: Oblivion
TES V: Skyrim
The Witcher 3
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47760
Bug ID: 47760
Summary: "Music racer" game crash
Product: Wine
Version: 4.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: przemowi2002(a)gmail.com
Distribution: ---
Created attachment 65242
--> https://bugs.winehq.org/attachment.cgi?id=65242
backtrace
Latest version of "Music racer" from steam is crashing when trying to start the
game.
Tried clear install of wine, wine64, 32/64bit prefixes, playonlinux install.
HW: Thinkpad T60p/4gb ram (FireGL V5250 [modified X1300])
SW: Lubuntu desktop 19.04
Error report in the attachment.
Thanks.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47761
Bug ID: 47761
Summary: BYOND Dreamseeker 512.1472 crashes upon shift-clicking
a mob
Product: Wine
Version: 4.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: steamport(a)protonmail.com
Distribution: ---
Created attachment 65243
--> https://bugs.winehq.org/attachment.cgi?id=65243
winedbg backtrace
Upon attempting to examine a mob (via shift-click), sometimes, the game will
crash. The crash is inconsistent but easily reproduced.
BYOND download: http://www.byond.com/download/build/512/512.1479_byond.exe
`wine --version` outputs "wine-4.15 (Staging)".
Steps to reproduce:
- Install/setup BYOND + it's dependencies
- Join SS13 server (I was playing on Hippie)
- Observe
- Shift click random mobs til you crash.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42907
Bug ID: 42907
Summary: Wine crashes when loading The Specialists mod for Half
Life
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ganthore(a)gmail.com
Distribution: ---
Consider this a followup to the ABANDONED ticket:
https://bugs.winehq.org/show_bug.cgi?id=8859
This has been a long standing problem for around a decade, I'd like for this to
get fixed...
When running The Specialists mod, the game will instantly crash once a map
being to load.
I've reproduced this on both Gentoo and FreeBSD systems. The game runs fine on
native windows.
> wine hl.exe -game ts -novid -debug
fixme:module:load_dll Loader redirect from L"wined3d.dll" to
L"wined3d-csmt.dll"
err:dc:CreateDCW no driver found for L"\\\\.\\DISPLAY2\\Monitor0"
Using breakpad crash handler
fixme:ntdll:EtwEventRegister ({47a9201e-73b0-42ce-9821-7e134361bc6f},
0x3f006740, 0x3f041d28, 0x3f041d20) stub.
fixme:ntdll:EtwEventRegister ({58a9201e-73b0-42ce-9821-7e134361bc70},
0x3f006740, 0x3f041d60, 0x3f041d58) stub.
fixme:ntdll:EtwEventRegister ({3fa9201e-73b0-43fe-9821-7e145359bc6f},
0x3f006740, 0x3f041cf0, 0x3f041ce8) stub.
fixme:ntdll:EtwEventRegister ({1432afee-73b0-42ce-9821-7e134361b433},
0x3f006740, 0x3f041d98, 0x3f041d90) stub.
fixme:ntdll:EtwEventRegister ({4372afee-73b0-42ce-9821-7e134361b519},
0x3f006740, 0x3f041dd0, 0x3f041dc8) stub.
fixme:ver:GetCurrentPackageId (0x30eb40 0x0): stub
fixme:ntdll:create_logical_proc_info stub
fixme:ntdll:create_logical_proc_info stub
Setting breakpad minidump AppID = 70
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
fixme:ntdll:EtwEventRegister ({47a9201e-73b0-42ce-9821-7e134361bc6f}, 0xe57850,
0xece168, 0xece160) stub.
fixme:ntdll:EtwEventRegister ({58a9201e-73b0-42ce-9821-7e134361bc70}, 0xe57850,
0xece1a0, 0xece198) stub.
fixme:ntdll:EtwEventRegister ({3fa9201e-73b0-43fe-9821-7e145359bc6f}, 0xe57850,
0xece130, 0xece128) stub.
fixme:ntdll:EtwEventRegister ({1432afee-73b0-42ce-9821-7e134361b433}, 0xe57850,
0xece1d8, 0xece1d0) stub.
fixme:ntdll:EtwEventRegister ({4372afee-73b0-42ce-9821-7e134361b519}, 0xe57850,
0xece210, 0xece208) stub.
fixme:imm:ImmGetOpenStatus (0x168bd8): semi-stub
fixme:ver:GetCurrentPackageId (0x32e68c 0x0): stub
Steam_SetMinidumpSteamID: Caching Steam ID: 76561197960455784 [API loaded
yes]
Steam_SetMinidumpSteamID: Setting Steam ID: 76561197960455784
err:ole:CoGetClassObject class {4c9b6dde-6809-46e6-a278-9b6a97588670} not
registered
err:ole:CoGetClassObject no class object {4c9b6dde-6809-46e6-a278-9b6a97588670}
could be created for context 0x1
fixme:win:RegisterDeviceNotificationW (hwnd=0x10182,
filter=0x161f64c,flags=0x00000000) returns a fake device notification handle!
fixme:xinput:XInputGetCapabilities (index 0, flags 0x1, capabilities 0x32f674)
Stub!
fixme:win:RegisterTouchWindow (0x10184 00000003): stub
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:imm:ImmReleaseContext (0x10184, 0xf8a6a0): stub
fixme:msctf:ThreadMgr_ActivateEx Unimplemented flags 0x4
fixme:msctf:ThreadMgrSource_AdviseSink (0x206a58) Unhandled Sink:
{ea1ea136-19df-11d7-a6d2-00065b84435c}
fixme:imm:NotifyIME NI_CLOSECANDIDATE
fixme:msctf:ThreadMgrSource_AdviseSink (0x206a58) Unhandled Sink:
{ea1ea136-19df-11d7-a6d2-00065b84435c}
fixme:iphlpapi:NotifyAddrChange (Handle 0x1022ee34, overlapped 0xfc55670): stub
fixme:winsock:WSALookupServiceBeginW (0x1022ef34 0x00000ff0 0x1022ef7c) Stub!
[0428/164919:ERROR:network_change_notifier_win.cc(111)] WSALookupServiceBegin
failed with: 8
fixme:ntdll:create_logical_proc_info stub
fixme:ntdll:create_logical_proc_info stub
AppActive: active
AppActive: active
fixme:winsock:convert_af_w2u unhandled Windows address family 6
fixme:winsock:convert_af_w2u unhandled Windows address family 6
fixme:winsock:convert_af_w2u unhandled Windows address family 6
fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
fixme:wbemprox:client_security_SetBlanket 0x666b4b18, 0x1f22f620, 10, 0,
(null), 3, 3, 0x0, 0x00000000
fixme:wbemprox:client_security_Release 0x666b4b18
fixme:iphlpapi:NotifyAddrChange (Handle 0x307014c, overlapped 0x3070150): stub
fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
fixme:wbemprox:client_security_SetBlanket 0x666b4b18, 0x1f221328, 10, 0,
(null), 3, 3, 0x0, 0x00000000
fixme:wbemprox:client_security_Release 0x666b4b18
fixme:wbemprox:enum_class_object_Next timeout not supported
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Steam_SetMinidumpSteamID: Caching Steam ID: 76561197960455784 [API loaded
yes]
Steam_SetMinidumpSteamID: Setting Steam ID: 76561197960455784
fixme:winsock:interface_bind Broadcast packets on interface-bound sockets are
not currently supported on this platform, receiving broadcast packets will not
work on socket 03ac.
err:winsock:interface_bind Failed to bind to interface, receiving broadcast
packets will not work on socket 03ac.
fixme:ntdll:EtwEventRegister ({47a9201e-73b0-42ce-9821-7e134361bc6f},
0x3f006740, 0x3f041d28, 0x3f041d20) stub.
fixme:ntdll:EtwEventRegister ({58a9201e-73b0-42ce-9821-7e134361bc70},
0x3f006740, 0x3f041d60, 0x3f041d58) stub.
fixme:ntdll:EtwEventRegister ({3fa9201e-73b0-43fe-9821-7e145359bc6f},
0x3f006740, 0x3f041cf0, 0x3f041ce8) stub.
fixme:ntdll:EtwEventRegister ({1432afee-73b0-42ce-9821-7e134361b433},
0x3f006740, 0x3f041d98, 0x3f041d90) stub.
fixme:ntdll:EtwEventRegister ({4372afee-73b0-42ce-9821-7e134361b519},
0x3f006740, 0x3f041dd0, 0x3f041dc8) stub.
File c:\program files\steam\steamapps\common\half-life\ts\demoheader.dmf was
never closed
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47524
Bug ID: 47524
Summary: Hearthstone black screen
Product: Wine-staging
Version: 4.12.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: priit(a)ww.ee
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Hearthstone not working correctly with this new version either (since 4.10) -
on startup the screen remains black while the sound / music is working on the
background. Had to revert back to 4.9-1 where it works.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.