Good evening! It's my first mail to this list, so just remind me if I do something not allowed or desired. O.k. here is my problem: I've installed on a computer running debian/lenny and Wine from WineHQ v1.1.35~winehq1-1 the program "Teamviewer" (latest version v5) There were no error messages during installation. But I can't start the program. Trying to start from a konsole I get: $ env WINEPREFIX="/home/ulrich/.wine" wine "C:\\Programme\\TeamViewer\\Version5\\TeamViewer.exe" fixme:mixer:ALSA_MixerInit No master control found on MPU-401 UART, disabling mixer fixme:advapi:SetSecurityInfo stub fixme:advapi:SetSecurityInfo stub fixme:advapi:SetSecurityInfo stub fixme:advapi:SetSecurityInfo stub fixme:crypt:CRYPT_CriticalExtensionsSupported unsupported critical extension "2.5.29.32" fixme:crypt:CRYPT_CriticalExtensionsSupported unsupported critical extension "2.5.29.32" fixme:msg:ChangeWindowMessageFilter 4a 00000001 fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),4,3,(nil),0,(nil)) - stub! fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_MAX_CONNS_PER_SERVER (20): STUB fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_MAX_CONNS_PER_1_0_SERVER (20): STUB fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (9000): STUB fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 9000 fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 120000 fixme:netapi32:NetWkstaUserGetInfo Level 1 processing is partially implemented fixme:advapi:LsaOpenPolicy ((null),0x32ea70,0x00000001,0x32ea6c) stub fixme:advapi:LsaClose (0xcafe) stub err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x4c5a91 I googled the error message but didn't find something related to my problem. Can someone please help me finding out what is going wrong? Thanks, Ulrich -- Wenn man Qualit?t managen will, dann muss man sie erstmal zustande kommen lassen.
Ulrich F?rst wrote:> err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x4c5a91I'm sorry, but this isn't enough information to help you. What we really need is the stack trace that Wine should have produced when TeamViewer crashed. Please post it here. Then we can help you. Chip
Ulrich F??rst wrote:> err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x4c5a91Close crash dialog and post remainder of messages. Most likely it won't work because of some missing functionality from advapi.
Charles Davis wrote:> Ulrich F?rst wrote: > > Thank you for your answer. Could you please help me with this "stack > > trace"? I guess I have to start with WINEDEBUG=$something in front? > > But there's no stack channel listet here: > > http://www.winehq.org/docs/wineusr-guide/x542#AEN544 > You don't need one. When a process running inside Wine dies, Wine > should automatically start a program called a debugger, which > produces the stack trace. Typically, Wine prints a message like this: > > wine: Unhandled page fault exception, starting debugger...Nothing alike> and then right after comes the stack trace. It will have a "Stack > trace" header or some such, so you should be able to find it. If you > really aren't getting anything, then something's wrong with your > setup.So, something's wrong, I guess.> Another important thing I should mention: you should have the debug > symbols installed.Hm, I installed wine according to the explanation on http://www.winehq.org/download/deblenny There's no libwine-dbg available. There's nothing than just "wine", so I thought, it's all in one package. Is that right? If not, were do I get this libwine-dbg and maybe other packages I need for using wine? Ulrich P.S. Sorry for PM P. P. S. is it recommended to CC the OP on this list?
Ulrich F?rst wrote:> Hm, I installed wine according to the explanation on > http://www.winehq.org/download/deblenny > There's no libwine-dbg available.O.k. found it if the name is wine-dbg and not libwine-dbg. I'll just try... Hm, nothing changed. So this probably is not what I'm searching for!? Ulrich
Ulrich F?rst wrote:> James McKenzie wrote: > >> Run TeamWeaver from a terminal session. You should see a lot of >> output. >> > > That's what I did. The lines in the OP are the complete output from a > terminal session (konsole from KDE). Cause of its shortness I didn't put > it in a file. > > If you did mean that I should start the program with > $ wineconsole "C:\\Programme\\TeamViewer\\Version5\\TeamViewer.exe" > This leads to just the same messages. > > If I (according to the FAQ) start with > $ WINEDEBUG=+relay,+seh,+tid wine > "C:\\Programme\\TeamViewer\\Version5\\TeamViewer.exe" > > (in one line of course) gives the output which I put here: > <https://smartdrive.web.de/guest?path=Meine%20Dokumente%20von%20fuerst.ulrich&token=4A3F20DDD5558D74&locale=de> > (~96 MB uncompressed). > (Sorry, I don't know how to upload a file to wastebin.com and I can't > find anything about uploading files in the help of this site).The site is pastebin.com. They will not allow a file that big to posted there either. That is a lot of output as well. Maybe someone else on the forum/mailing list can provide better assistance. I will remark however, that running WINEDEBUG=+relay,+seh,+tid will create a great deal of output. James McKenzie