http://bugs.winehq.org/show_bug.cgi?id=32532
Bug #: 32532 Summary: Access violation at address 7EF6F957 in module 'ntdll.dll'. Read of address FFFFFFFF Product: Wine Version: 1.5.19 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: alpha_one_x86@first-world.info Classification: Unclassified
Hello, when I run inno setup 5 under wine under my server (vserver guest) I have: Error in Z:\home\ultracopier-temp\Ultracopier-installer-windows-x86\Installeur-ultracopier-x86.iss: Access violation at address 7EF6F957 in module 'ntdll.dll'. Read of address FFFFFFFF. bt:
=>0 0x7b86fed5 in kernel32 (+0x4fed5) (0x0033fec8) 1 0x7bc92090 call_thread_func_wrapper+0xb() in ntdll (0x0033fed8) 2 0x7bc9527e call_thread_func+0x7d() in ntdll (0x0033ffa8) 3 0x7bc9206e RtlRaiseException+0x21() in ntdll (0x0033ffc8) 4 0x7bc5c21f call_dll_entry_point+0x71e() in ntdll (0x0033ffe8) 5 0xf75bbd5d wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000) 6 0xf75bbe2c wine_switch_to_stack+0x2b() in libwine.so.1 (0xff96a4f8) 7 0x7bc6392e LdrInitializeThunk+0x2ed() in ntdll (0xff96a568) 8 0x7b877232 __wine_kernel_init+0xef1() in kernel32 (0xff96b748) 9 0x7bc64263 __wine_process_init+0x262() in ntdll (0xff96b7c8) 10 0xf75b88ca wine_init+0x2c9() in libwine.so.1 (0xff96b848) 11 0x7bf010bb main+0x7a() in <wine-loader> (0xff96bc98) 12 0xf7410597 __libc_start_main+0xe6() in libc.so.6 (0xff96bd08)
All other process work (I compil under gcc my Qt5 application). Same wine under my desktop computer work too. Work under windows (of course). Thanks to help me.
http://bugs.winehq.org/show_bug.cgi?id=32532
--- Comment #1 from alpha_one_x86@first-world.info 2012-12-24 05:45:02 CST --- Created attachment 42924 --> http://bugs.winehq.org/attachment.cgi?id=42924 My iss
http://bugs.winehq.org/show_bug.cgi?id=32532
--- Comment #2 from alpha_one_x86@first-world.info 2012-12-24 05:50:09 CST --- Used: isetup-5.5.2-unicode.exe Same with previous version.
http://bugs.winehq.org/show_bug.cgi?id=32532
Rico kgbricola@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #42924|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=32532
Rico kgbricola@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.jrsoftware.org/d | |ownload.php/is-unicode.exe
http://bugs.winehq.org/show_bug.cgi?id=32532
--- Comment #3 from alpha_one_x86@first-world.info 2012-12-24 06:13:24 CST --- CLI used: wine "/mnt/progs/Inno Setup 5/ISCC.exe" *.iss
http://bugs.winehq.org/show_bug.cgi?id=32532
--- Comment #4 from alpha_one_x86@first-world.info 2012-12-24 06:50:24 CST --- Created attachment 42925 --> http://bugs.winehq.org/attachment.cgi?id=42925 ulimit -a
http://bugs.winehq.org/show_bug.cgi?id=32532
--- Comment #5 from alpha_one_x86@first-world.info 2012-12-24 07:05:48 CST --- Output: Application tried to create a window, but no driver could be loaded. Make sure that your X server is running and that $DISPLAY is set correctly. err:systray:initialize_systray Could not create tray window Application tried to create a window, but no driver could be loaded. Make sure that your X server is running and that $DISPLAY is set correctly. Application tried to create a window, but no driver could be loaded. Make sure that your X server is running and that $DISPLAY is set correctly. Application tried to create a window, but no driver could be loaded. Make sure that your X server is running and that $DISPLAY is set correctly. Application tried to create a window, but no driver could be loaded. Make sure that your X server is running and that $DISPLAY is set correctly. fixme:storage:create_storagefile Storage share mode not implemented. err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:mscoree:LoadLibraryShim error reading registry key for installroot err:secur32:SECUR32_initSchannelSP TLS library not found, SSL connections will fail err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. fixme:iphlpapi:NotifyAddrChange (Handle 0xdbe308, overlapped 0xdbe320): stub Application tried to create a window, but no driver could be loaded. Make sure that your X server is running and that $DISPLAY is set correctly. wine: Unhandled page fault on read access to 0xffffffff at address 0x7bc60447 (thread 0031), starting debugger... err:seh:start_debugger Couldn't start debugger ("winedbg --auto 48 60") (2) Read the Wine Developers Guide on how to set up winedbg or another debugger wine: configuration in '/home/wine/ultracopier-general' has been updated. fixme:process:SetProcessDEPPolicy (1): stub fixme:process:SetProcessDEPPolicy (1): stub Inno Setup 5 Command-Line Compiler Copyright (C) 1997-2012 Jordan Russell. All rights reserved. Portions Copyright (C) 2000-2012 Martijn Laan Inno Setup Preprocessor Copyright (C) 2001-2004 Alex Yackimoff. All rights reserved.
Compiler engine version: Inno Setup 5.5.2 (a)
Error in Z:\home\ultracopier-temp\Ultracopier-installer-windows-x86\Installeur-ultracopier-x86.iss: Access violation at address 7BC60447. Read of address FFFFFFFF.
http://bugs.winehq.org/show_bug.cgi?id=32532
--- Comment #6 from alpha_one_x86@first-world.info 2012-12-24 07:26:21 CST --- Work normally without arguments. (show the help for cli usage)
http://bugs.winehq.org/show_bug.cgi?id=32532
--- Comment #7 from alpha_one_x86@first-world.info 2012-12-24 07:42:44 CST --- Same if I do echo '' > *.iss (empty file).
http://bugs.winehq.org/show_bug.cgi?id=32532
--- Comment #8 from alpha_one_x86@first-world.info 2012-12-24 07:44:03 CST --- Log with WINEDEBUG=+relay,+tid,+seh: http://files.first-world.info/temp/log.xz
http://bugs.winehq.org/show_bug.cgi?id=32532
--- Comment #9 from alpha_one_x86@first-world.info 2012-12-24 08:17:44 CST --- The cli work when I put: WINEDEBUG=+relay,+tid,+seh before...
http://bugs.winehq.org/show_bug.cgi?id=32532
alpha_one_x86@first-world.info changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #42924|0 |1 is obsolete| |
--- Comment #10 from alpha_one_x86@first-world.info 2012-12-24 08:36:06 CST --- Created attachment 42926 --> http://bugs.winehq.org/attachment.cgi?id=42926 minimal iss
http://bugs.winehq.org/show_bug.cgi?id=32532
mrhattontoyou@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mrhattontoyou@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=32532
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com 2012-12-24 12:21:54 CST --- First thing to try would be to fix this I think:
--- Application tried to create a window, but no driver could be loaded. Make sure that your X server is running and that $DISPLAY is set correctly. ---
Are you able to run 'wine winecfg' on this system?
http://bugs.winehq.org/show_bug.cgi?id=32532
--- Comment #12 from alpha_one_x86@first-world.info 2012-12-24 12:41:40 CST --- No, on my desktop (X disable for the test) like on my server (no X). But on my desktop the application work, not on my server. Scheduler have different policy too.
http://bugs.winehq.org/show_bug.cgi?id=32532
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #13 from Austin English austinenglish@gmail.com 2012-12-24 13:02:27 CST --- (In reply to comment #12)
No, on my desktop (X disable for the test) like on my server (no X). But on my desktop the application work, not on my server. Scheduler have different policy too.
Wine needs X to run.
http://bugs.winehq.org/show_bug.cgi?id=32532
alpha_one_x86@first-world.info changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID |
--- Comment #14 from alpha_one_x86@first-world.info 2012-12-24 13:26:47 CST --- Firstly is not linked with X, I have the same problem with X. Secondly no! wine not need X, lot of console only is compatible with wine, and wine work perfectly in console only.
http://bugs.winehq.org/show_bug.cgi?id=32532
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #15 from Nikolay Sivov bunglehead@gmail.com 2012-12-24 22:03:16 CST --- What you got in log indicates that application wants to create a window, so it needs X.
http://bugs.winehq.org/show_bug.cgi?id=32532
--- Comment #16 from alpha_one_x86@first-world.info 2012-12-25 04:39:58 CST --- On my desktop, with or without X (with same error then), the application work (this error don't block the normal work).
On my serveur, with preampt for the scheduler at none (server), with/without X the application not work (Access violation).
http://bugs.winehq.org/show_bug.cgi?id=32532
--- Comment #17 from alpha_one_x86@first-world.info 2012-12-26 04:32:10 CST --- I have corrupted .exe with this workaround, then I have not temporary solution. log.xz updated.
http://bugs.winehq.org/show_bug.cgi?id=32532
alpha_one_x86@first-world.info changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID |
--- Comment #18 from alpha_one_x86@first-world.info 2012-12-26 04:32:51 CST --- Same with X.
https://bugs.winehq.org/show_bug.cgi?id=32532
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Summary|Access violation at address |inno setup 5 crashes |7EF6F957 in module | |'ntdll.dll'. Read of | |address FFFFFFFF |
--- Comment #19 from Austin English austinenglish@gmail.com --- Is this still an issue in current (1.7.35 or newer) wine? If so, please attach terminal output.
https://bugs.winehq.org/show_bug.cgi?id=32532
alpha_one_x86@first-world.info changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED
--- Comment #20 from alpha_one_x86@first-world.info --- To old
https://bugs.winehq.org/show_bug.cgi?id=32532
Béla Gyebrószki gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #21 from Béla Gyebrószki gyebro69@gmail.com --- Closing all abandoned/duplicated/invalid bugs.