https://bugs.winehq.org/show_bug.cgi?id=47469
Bug ID: 47469 Summary: winecfg fails on winearch="" Product: Wine Version: 4.12 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: rnowotny@rotek.at Distribution: Ubuntu
WINE Version 4.12, winearch="", winecfg crashes, works with winearch=win32. WINE Version 4.11, winearch="", winearch=win32 works.
Travis build, Ubuntu xenial. headless, xvfb stopped
WINE Version 4.12:
Environment: winearch="" # (so 64 Bit) wineprefix="/home/travis/wine/wine64"
winecfg crashes with : wine: Unhandled page fault on write access to 0x00000030 at address 0x4024f5 (thread 000b), starting debugger...
see: https://travis-ci.org/bitranox/lib_registry/jobs/554992058
with the same environment: WINE Version 4.12, winearch=win32 --> WORKS ! see: https://travis-ci.org/bitranox/lib_registry/jobs/554992059
WINE Version 4.11, winearch="" --> WORKS ! see: https://travis-ci.org/bitranox/lib_registry/jobs/554992066
WINE Version 4.11, winearch=win32 --> WORKS ! see: https://travis-ci.org/bitranox/lib_registry/jobs/554992065
https://bugs.winehq.org/show_bug.cgi?id=47469
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |programs CC| |focht@gmx.net Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED Summary|winecfg fails on |64-bit WINEPREFIX creation |winearch="" |fails with Wine 4.12
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello Robert,
I guess you mean uppercase 'WINEARCH' variable? Lowercase 'winearch' variable won't do anything w.r.t. WINEPREFIX bitness.
Anyway, the crash is known, dupe of bug 47464
--- snip --- ... Setting environment variables from .travis.yml $ export github_master="https://github.com/$%7BTRAVIS_REPO_SLUG%7D/archive/master.zip" $ export pip_command="pip" $ export python_command="python" $ export WINEDEBUG=fixme-all $ export WINEPREFIX="${HOME}/wine/wine64" $ export CMDPREFIX="wine" $ export wine_windows_version="winxp" $ export wine_version="devel" $ export wine_python_version="python2" ... WARNING - no WINEARCH in environment - will install 64 Bit Wine in Order to install 32Bit You need to set WINEARCH="win32" in Order to install 64Bit You need to set WINEARCH="" Check if we run headless and xvfb Server is running we run headless, xvfb service is running Setup Wine Machine at /home/travis/wine/wine64, WINEARCH=, wine_windows_version=winxp wine: Unhandled page fault on write access to 0x00000030 at address 0x4024f5 (thread 000b), starting debugger... 000b:err:seh:start_debugger Couldn't start debugger ("winedbg --auto 10 24") (2) Read the Wine Developers Guide on how to set up winedbg or another debugger arshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} 000d:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa} 000d:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002 000d:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002 000d:err:ole:get_local_server_stream Failed: 80004002 000f:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. 000f:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly. ... --- snip ---
Regards
*** This bug has been marked as a duplicate of bug 47464 ***
https://bugs.winehq.org/show_bug.cgi?id=47469
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate.