http://bugs.winehq.org/show_bug.cgi?id=18569
Summary: TeamViewer: App doesn't start, probably heap corruption Product: Wine Version: 1.1.21 Platform: PC URL: http://www.teamviewer.com/download/TeamViewer_Setup.ex e OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: scpan@live.fr
Created an attachment (id=21230) --> (http://bugs.winehq.org/attachment.cgi?id=21230) Result of WINEDEBUG=+relay,+seh,+tid wine TeamViewer.exe &>/tmp/relay.txt
I installed TeamViewer with the default options. At the end the cursor blinks forever so I ctrl-c it.
I moved to the working directory and tried to launch TeamViewer with: wine TeamViewer.exe The app doesn't start and I get an error in terminal (check attach)
I went to #winehq irc to find help, I did steps below :
I removed my .wine directory and re-installed TeamViewer: same error I did a trace log with WINEDEBUG=+relay,+seh,+tid wine TeamViewer.exe &>/tmp/relay.txt and lzma -9 /tmp/relay.txt You can find the trace log in attachment Focht thinks it's because of a heap corruption, I did WINEDEBUG=+relay,+seh,+tid,+heap wine TeamViewer.exe &>/tmp/relay.txt and TeamViewer launches succesfully but it doesn't lauch with WINEDEBUG=warn+heap wine ./TeamViewer.exe
So I now use WINEDEBUG=+seh,+tid,+heap wine TeamViewer.exe &>/tmp/relay.txt for a workaround but still looking for a fix.