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.
http://bugs.winehq.org/show_bug.cgi?id=27986
jsoltren@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jsoltren@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=27986
--- Comment #1 from jsoltren@gmail.com 2011-08-05 10:46:30 CDT --- I should note that I am running Ubuntu and installed Wine via apt.
$ uname -a Linux corvidae 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
$ apt-cache show wine1.3 | grep Version | tail -n 1 Version: 1.3.25-0ubuntu1~ppa1~natty1
http://bugs.winehq.org/show_bug.cgi?id=27986
--- Comment #2 from Vincent Povirk madewokherd@gmail.com 2011-08-08 10:31:50 CDT --- That's a wine server call, and it should return immediately. Are you sure it's getting stuck there and not just looping?
http://bugs.winehq.org/show_bug.cgi?id=27986
--- Comment #3 from Vincent Povirk madewokherd@gmail.com 2011-08-08 10:33:53 CDT --- You might want to try a +relay log and see if there are repeated calls.
http://bugs.winehq.org/show_bug.cgi?id=27986
--- Comment #4 from jsoltren@gmail.com 2011-08-10 09:56:14 CDT --- Thanks for the response. It certainly looks like there is looping. I see the same symbol every time I manually break (same as before) :
0xf772d425 __kernel_vsyscall+0x5 in [vdso].so: movl $0x2b,%ecx
If I step forward from here, I see a bunch of calls through dlls/user32/painting.c, dlls/comctl32/rebar.c, dlls/user32/winproc.c, and dlls/user32/message.c. These look to be UI-related events. This would make sense, as the program is trying to render the first window. (This is a mapping program. I imagine it is trying to render map tiles but I know nothing of the internals.)
So, it appears this gets called repeatedly.
FWIW, I tried letting this run overnight, and saw no further progress.
http://bugs.winehq.org/show_bug.cgi?id=27986
--- Comment #5 from jsoltren@gmail.com 2011-08-10 09:56:50 CDT --- Created an attachment (id=35907) --> (http://bugs.winehq.org/attachment.cgi?id=35907) Backtrace of Delorme Topo USA 7.0 hang, with symbols
http://bugs.winehq.org/show_bug.cgi?id=27986
--- Comment #6 from jsoltren@gmail.com 2011-08-10 09:57:51 CDT --- Created an attachment (id=35908) --> (http://bugs.winehq.org/attachment.cgi?id=35908) winedbg session, trace out of syscall through UI code
http://bugs.winehq.org/show_bug.cgi?id=27986
--- Comment #7 from Austin English austinenglish@gmail.com 2013-11-13 16:47:51 CST --- This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.6 or newer) wine? If so, please attach the terminal output in 1.7.6 (see http://wiki.winehq.org/FAQ#get_log).
https://bugs.winehq.org/show_bug.cgi?id=27986
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED
--- Comment #8 from Austin English austinenglish@gmail.com --- Abandoned.
https://bugs.winehq.org/show_bug.cgi?id=27986
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Austin English austinenglish@gmail.com --- Closing.