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.