http://bugs.winehq.org/show_bug.cgi?id=27986
Summary: Delorme Topo USA 7.0 fails to start Product: Wine Version: 1.3.25 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jsoltren@gmail.com
Created an attachment (id=35822) --> (http://bugs.winehq.org/attachment.cgi?id=35822) Backtrace of Delorme Topo USA 7.0 hang.
Delorme Topo USA 7.0 fails to start. I am able to install the program successfully off a retail CD by running: $ wine path/to/setup.exe
When I try to launch the application, I see the following: - splash screen appears - application loads through splash screen - main application window appears with some menus rendered - application hangs (appears to be a loop or deadlock)
I tried running Topo7.exe in the debugger: $ WINEDEBUG=+warn+heap winedbg /home/jsoltren/.wine/drive_c/Program\ Files/DeLorme/Topo\ USA\ 7.0/Topo7.exe &> wine.error.log2
At the looping section, I did a break and backtrace. It seems to get stuck here:
0xf77a4425 __kernel_vsyscall+0x5 in [vdso].so: movl $0x2b,%ecx
Please see attachment topo7.bt.txt for more details.