[Bug 18688] New: Ventrilo crashes on startup
http://bugs.winehq.org/show_bug.cgi?id=18688 Summary: Ventrilo crashes on startup Product: Wine Version: 1.1.22 Platform: PC URL: http://pastey.net/115072 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: vhaarr+wine(a)gmail.com This is a weird one for me. If Ventrilo 3.0.x is the first application to start under WINE (1.1.22), it works fine. If, however, you start another application first, say World of Warcraft, and then try to start Ventrilo, it crashes with the following debug output: http://pastey.net/115072 Note that this only happens with WINE 1.1.22, NOT 1.1.21 or earlier. So it is a recent regression. Hopefully that should lead to a speedy fix. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression URL|http://pastey.net/115072 | --- Comment #1 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-05-29 08:28:41 --- Attach to Bugzilla, do not use pastey.net You'll need to run a regression test: http://wiki.winehq.org/RegressionTesting -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #2 from Vidar Haarr <vhaarr+wine(a)gmail.com> 2009-05-29 08:31:01 --- Created an attachment (id=21401) --> (http://bugs.winehq.org/attachment.cgi?id=21401) wine Ventrilo.exe output Attached the pastey.net entry. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 Vidar Haarr <vhaarr+wine(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead(a)gmail.com --- Comment #3 from Vidar Haarr <vhaarr+wine(a)gmail.com> 2009-05-29 09:31:48 --- 9a0f600574fdc8a01625a5c7f65b0e0b08b1af8e is first bad commit commit 9a0f600574fdc8a01625a5c7f65b0e0b08b1af8e Author: Nikolay Sivov <bunglehead(a)gmail.com> Date: Mon May 18 19:27:15 2009 +0400 comctl32/toolbar: Retrieve control data once at WinProc. :040000 040000 b0d272de5fbddb84e41da8a128790b6e8547abca 1a0523f56df193e26e843a186661b7be7e51f18b M dlls -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-05-29 09:36:04 --- (In reply to comment #3)
9a0f600574fdc8a01625a5c7f65b0e0b08b1af8e is first bad commit commit 9a0f600574fdc8a01625a5c7f65b0e0b08b1af8e Author: Nikolay Sivov <bunglehead(a)gmail.com> Date: Mon May 18 19:27:15 2009 +0400
comctl32/toolbar: Retrieve control data once at WinProc.
:040000 040000 b0d272de5fbddb84e41da8a128790b6e8547abca 1a0523f56df193e26e843a186661b7be7e51f18b M dlls
Try to rebase just before it and on it and post test results. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #5 from Vidar Haarr <vhaarr+wine(a)gmail.com> 2009-05-29 09:49:25 --- Excuse me but I'll need exact git commands for all operations. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #6 from Vidar Haarr <vhaarr+wine(a)gmail.com> 2009-05-29 09:53:13 --- And I have no idea what "post test results" implies. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #7 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-05-29 10:09:21 --- (In reply to comment #5)
Excuse me but I'll need exact git commands for all operations.
First try without this commit rebasing before it: --- git reset --hard 2b72ae6e01f72dca5503677a5097c1c002e6db09 --- Next 'make install' and test your app again. Second step is to rebase on 'bad commit': --- git reset --hard 9a0f600574fdc8a01625a5c7f65b0e0b08b1af8e --- then rebuild & reinstall and test application again. (In reply to comment #6)
And I have no idea what "post test results" implies.
If application crashes on any step post a WINEDEBUG=+toolbar log. If there's no crash on both steps then your regression test is invalid and I need a the same WINEDEBUG=+toolbar log but running current git. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #8 from Vidar Haarr <vhaarr+wine(a)gmail.com> 2009-05-29 10:16:33 --- Created an attachment (id=21406) --> (http://bugs.winehq.org/attachment.cgi?id=21406) WINEDEBUG=+toolbar wine Ventrilo.exe output -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #9 from Vidar Haarr <vhaarr+wine(a)gmail.com> 2009-05-29 10:17:28 --- (In reply to comment #8)
Created an attachment (id=21406) --> (http://bugs.winehq.org/attachment.cgi?id=21406) [details] WINEDEBUG=+toolbar wine Ventrilo.exe output
Ah, forgot to mention; Everything works fine with git reset --hard 2b72ae6e01f72dca5503677a5097c1c002e6db09 (without the commit) but when I do git reset --hard 9a0f600574fdc8a01625a5c7f65b0e0b08b1af8e (with the commit) it crashes with the above. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #10 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-05-29 10:22:10 --- (In reply to comment #9)
(In reply to comment #8)
Created an attachment (id=21406) --> (http://bugs.winehq.org/attachment.cgi?id=21406) [details] [details] WINEDEBUG=+toolbar wine Ventrilo.exe output
Ah, forgot to mention;
Everything works fine with git reset --hard 2b72ae6e01f72dca5503677a5097c1c002e6db09 (without the commit) but when I do git reset --hard 9a0f600574fdc8a01625a5c7f65b0e0b08b1af8e (with the commit) it crashes with the above.
Ok. Post a download link for this app. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #11 from Vidar Haarr <vhaarr+wine(a)gmail.com> 2009-05-29 10:25:58 --- I went to the Ventrilo website and to my amazement they've released several new versions since the one I'm using (3.0.1), so I couldn't find a download link for that version there. http://dailyfreeware.net/2007/11/21/ventrilo-301/ I've never used the site linked above, it was the result of a "ventrilo 3.0.1 download" search on google.com. I'm going to upgrade to 3.0.5 (available from ventrilo.com) locally, because there's several other good fixes in these versions. "Hopefully" the bug will be present in this version as well in case you need me to test any further. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #12 from Vidar Haarr <vhaarr+wine(a)gmail.com> 2009-05-29 10:29:17 --- The bug is indeed in the latest (3.0.5) version as well, which you can download at http://www.ventrilo.com/dlprod.php?id=1 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2009-05-29 10:31:06 --- Please attach a +toolbar trace: $ WINEDEBUG=+toolbar wine ventrilo.exe &> /tmp/output.txt -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #14 from Vidar Haarr <vhaarr+wine(a)gmail.com> 2009-05-29 10:33:37 --- I thought I'd already done that ...? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.ventrilo.com/dlp | |rod.php?id=1 --- Comment #15 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-05-29 10:36:40 --- (In reply to comment #12)
The bug is indeed in the latest (3.0.5) version as well, which you can download at http://www.ventrilo.com/dlprod.php?id=1
Ok. I'll take a look. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #16 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-05-29 10:55:50 --- I can reproduce it. Starting Notepad first and Ventrilo 3.0.5 after that doesn't lead to crash. It pops a dialog with connection properties. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #17 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-05-29 10:56:38 --- (In reply to comment #16)
I can reproduce it.
read "can't". Sorry. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #18 from Vidar Haarr <vhaarr+wine(a)gmail.com> 2009-05-29 11:00:06 --- Have you followed the howto listed at http://appdb.winehq.org/objectManager.php?sClass=version&iId=9832 Also maybe you need to add in a server so that it has something to connect to at startup, I have no idea. If you want, I can give you my server through private e-mail or on #winehq (I'm connected as 'vhaarr'). I can, as you can see, reproduce it, and so can "Robert Andersson" at http://appdb.winehq.org/commentview.php?iAppId=2169&iVersionId=9832&iThreadI... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #19 from Vidar Haarr <vhaarr+wine(a)gmail.com> 2009-05-29 11:00:57 --- Also, my test case doesn't involve notepad, it involves starting World of Warcraft first, then Ventrilo. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #20 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-05-29 11:06:27 --- (In reply to comment #18)
If you want, I can give you my server through private e-mail or on #winehq (I'm connected as 'vhaarr').
Yes, send me it directly, please. (In reply to comment #19)
Also, my test case doesn't involve notepad, it involves starting World of Warcraft first, then Ventrilo.
I don't have World of Warcraft and will never have it. (In reply to comment #0)
If Ventrilo 3.0.x is the first application to start under WINE (1.1.22), it works fine.
If, however, you start another application first, say World of Warcraft, and then try to start Ventrilo, it crashes with the following debug output: http://pastey.net/115072
I've started another application first, say Notepad. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #21 from Vidar Haarr <vhaarr+wine(a)gmail.com> 2009-05-29 11:10:19 --- What's with the asshole attitude? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|bunglehead(a)gmail.com | --- Comment #22 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-05-29 11:21:15 --- (In reply to comment #21)
What's with the asshole attitude?
Are you speaking about yourself? No? Bye. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #23 from Vidar Haarr <vhaarr+wine(a)gmail.com> 2009-05-29 11:27:21 --- For the record here, after I started reading comment #20, I promptly sent Nikolay an e-mail containing detailed server information for a private Ventrilo server, which should have been empty of other people at the time, leaving him room to test. Then I read the rest of comment #20, where I detected an attitude I didn't like, so I posted comment #21. Apparently he must've thought I was being rude before he was, as evident by comment #22. So I went back through my posts and I see that he might've interpreted the last part of my comment #18 as me being rude. However, that was only meant to point out that I'm not the only one seeing this problem (i.e. it seems not to be a local configuration issue, but a more widespread one). I wasn't trying to project any attitude. In any case, I don't know how to follow up on this issue now. I'm going to poke someone on #winehq about it and maybe they have an idea. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #24 from Austin English <austinenglish(a)gmail.com> 2009-05-29 11:27:44 --- (In reply to comment #21)
What's with the asshole attitude?
Many people don't have WoW, and spending time downloading 3 GB of data to test for a bug is hard for some people, especially those with poor download speeds. Your bug report said that starting another application shows the bug. Notepad is another application. If you're expecting someone to fix a bug for you, showing some courtesy and giving a detailed bug report goes a long way. Giving an attitude and no gratitude for someone volunteering to help you, however, will get you nowhere. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #25 from Vidar Haarr <vhaarr+wine(a)gmail.com> 2009-05-29 11:29:36 --- (In reply to comment #24)
Giving an attitude and no gratitude for someone volunteering to help you, however, will get you nowhere.
What attitude? From what I can see I've been nothing short of extremely helpful. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #26 from Austin English <austinenglish(a)gmail.com> 2009-05-29 11:56:19 --- (In reply to comment #25)
(In reply to comment #24)
Giving an attitude and no gratitude for someone volunteering to help you, however, will get you nowhere.
What attitude? From what I can see I've been nothing short of extremely helpful.
I posted that before seeing your comment #23. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 Lev Abashkin <kyle1.schrecknet(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle1.schrecknet(a)gmail.com --- Comment #27 from Lev Abashkin <kyle1.schrecknet(a)gmail.com> 2009-06-01 08:04:20 --- I confirm this bug. Running Ventrilo after World of Warcraft makes Ventrilo crash. After crash Ventrilo stays in memory and prevents loading another copies of itself. Looks like recent regression. Wine 1.1.22, Ubuntu 9.04 x64 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #28 from Vidar Haarr <vhaarr+wine(a)gmail.com> 2009-06-05 18:00:32 --- Bug persists in WINE 1.1.23. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 nick ves <vespenegeyser(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vespenegeyser(a)hotmail.com --- Comment #29 from nick ves <vespenegeyser(a)hotmail.com> 2009-06-12 14:05:14 --- confirming the bug, since i have it also -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #30 from nick ves <vespenegeyser(a)hotmail.com> 2009-06-12 14:12:18 --- hmm now that im reviewing the programs that come as default with a wine installation, there isn't one that uses sounds. maybe one can suggest an alternative for testing reasons? (first open a multimedia program, then ventrilo) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #31 from Vidar Haarr <vhaarr+wine(a)gmail.com> 2009-06-19 16:20:25 --- Bug persists in WINE 1.1.24. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #32 from Vidar Haarr <vhaarr+wine(a)gmail.com> 2009-06-19 16:32:23 --- I think I managed to find another application that reproduces the crash. Try downloading http://www.freedownloadscenter.com/Games/Board_Games/2004_Backgammon_Downloa..., install it with the option that install the IE toolbar and whatever. Then you have to do the following fast, because it appears that the Backgammon game crashes shortly after launch (which is probably another bug): 1. Launch Backgammon. 2. Launch Ventrilo. Results: Ventrilo crashes first, then Backgammen a second later. Note that I have a server set up in my Ventrilo, I have no idea if it will crash when started on a fresh install. I did provide a test server for Nikolay, and I will do so again if anyone requests it of me. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 Vidar Haarr <vhaarr+wine(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 Peter Norell <bithir(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bithir(a)gmail.com --- Comment #33 from Peter Norell <bithir(a)gmail.com> 2009-06-21 14:52:32 --- Can confirm that this bug exists for another application as well. Given the other applications above, it might not come as a surprise that the same can be reproduced with Perfect World Online as well. Fought for about 2 hours trying to get vent to work until I found this note. Once I realised this was it - I just shutdown all my wine applications (Password Safe, Perfect World International) and ventrilo started up fine. I have a suspicion, just with notepad, that you can run password safe without it causing the issue. Before getting flack for it - I do not expect the one assigned to this to download perfect world, just saying that the trend seems to be starting games, or more advanced games that causes the issue. Willing to try to provide additional details if it will help, just ask. Running wine (1.11.23) on 64 bit Ubuntu 9.04. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #34 from Peter Norell <bithir(a)gmail.com> 2009-06-21 14:54:15 --- Created an attachment (id=21938) --> (http://bugs.winehq.org/attachment.cgi?id=21938) terminal output -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 Peter Norell <bithir(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #35 from Peter Norell <bithir(a)gmail.com> 2009-06-21 14:54:40 --- *** This bug has been confirmed by popular vote. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #36 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-06-21 17:58:25 --- (In reply to comment #34)
Created an attachment (id=21938) --> (http://bugs.winehq.org/attachment.cgi?id=21938) [details] terminal output
Repeat that with debug symbols installed. Without them your attachment is useless. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 Robert Andersson <roband(a)pobox.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |roband(a)pobox.com --- Comment #37 from Robert Andersson <roband(a)pobox.com> 2009-06-22 03:30:34 --- Problem is still there: Wine 1.1.24 Nvidia GTX 285, 1GB RAM, software version 185.18.14 Intel I7 920, 6GB RAM Ubuntu 9.04 32bit-server-kernel Tested by first starting World of Warcraft, then Ventrilo version 3.0.5 Same debug stacktrace as the others have already posted. Robert -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #38 from Peter Norell <bithir(a)gmail.com> 2009-06-22 16:48:34 --- (In reply to comment #36)
(In reply to comment #34)
Created an attachment (id=21938) --> (http://bugs.winehq.org/attachment.cgi?id=21938) [details] [details] terminal output
Repeat that with debug symbols installed. Without them your attachment is useless.
Sorry for the delay - not built wine on ubuntu before. I followed the advice above and did: git reset --hard 2b72ae6e01f72dca5503677a5097c1c002e6db09 This works fine and no crash is produced. The following however caused issues (log to be attached) git reset --hard 9a0f600574fdc8a01625a5c7f65b0e0b08b1af8e Log achieved with the help of: WINEDEBUG=+toolbar wine ventrilo.exe I am sorry for my earlier attachement, hopefully this one is more useful. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #39 from Peter Norell <bithir(a)gmail.com> 2009-06-22 16:49:45 --- Created an attachment (id=21956) --> (http://bugs.winehq.org/attachment.cgi?id=21956) Crash with debug-symbols, hopefully. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 Peter Norell <bithir(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #21938|0 |1 is obsolete| | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #40 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-06-22 17:08:50 --- (In reply to comment #39)
Created an attachment (id=21956) --> (http://bugs.winehq.org/attachment.cgi?id=21956) [details] Crash with debug-symbols, hopefully.
Hi, Peter. Could you also attach +toolbar,+message,+relay? (if it will be too big to attach it compressed some thousands lines before crash will suffice I think). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #41 from Peter Norell <bithir(a)gmail.com> 2009-06-23 00:24:53 --- Created an attachment (id=21959) --> (http://bugs.winehq.org/attachment.cgi?id=21959) WINEDEBUG=+toolbar,+message,+relay wine ventrilo.exe This is after: git reset --hard 9a0f600574fdc8a01625a5c7f65b0e0b08b1af8e Log achieved with the help of: WINEDEBUG=+toolbar,+message,+relay wine ventrilo.exe -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #42 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-06-23 16:30:12 --- Created an attachment (id=21983) --> (http://bugs.winehq.org/attachment.cgi?id=21983) Set internal handle value earlier Peter, does attached patch change things? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #43 from Peter Norell <bithir(a)gmail.com> 2009-06-25 13:32:49 --- (In reply to comment #42)
Created an attachment (id=21983) --> (http://bugs.winehq.org/attachment.cgi?id=21983) [details] Set internal handle value earlier
Peter, does attached patch change things?
The patch removes the issue for me - not succeeding crashing it now. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |comctl32 AssignedTo|wine-bugs(a)winehq.org |bunglehead(a)gmail.com --- Comment #44 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-06-25 14:23:54 --- (In reply to comment #43)
(In reply to comment #42)
Created an attachment (id=21983) --> (http://bugs.winehq.org/attachment.cgi?id=21983) [details] [details] Set internal handle value earlier
Peter, does attached patch change things?
The patch removes the issue for me - not succeeding crashing it now.
Great. I'll post a notice here when it'll got committed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #45 from Lev Abashkin <kyle1.schrecknet(a)gmail.com> 2009-06-26 09:59:05 --- Patch in (In reply to comment #42)
Created an attachment (id=21983) --> (http://bugs.winehq.org/attachment.cgi?id=21983) [details] Set internal handle value earlier
Peter, does attached patch change things?
This patch fixed the bug for me. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #46 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-06-26 10:42:39 --- Should be fixed in current git. Commit: http://source.winehq.org/git/wine.git/?a=commit;h=e7dc4ed07f01274adb299768ba... Peter, Lev - retest please, and I'll close it. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #47 from Peter Norell <bithir(a)gmail.com> 2009-06-26 11:57:46 --- (In reply to comment #46)
Should be fixed in current git. Commit:
http://source.winehq.org/git/wine.git/?a=commit;h=e7dc4ed07f01274adb299768ba...
Peter, Lev - retest please, and I'll close it.
How do I get that one? I thought I could do: git reset --hard e7dc4ed07f01274adb299768ba8c3cf995faf844 But get: fatal: Could not parse object 'e7dc4ed07f01274adb299768ba8c3cf995faf844'. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #48 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-06-26 12:02:10 --- (In reply to comment #47)
(In reply to comment #46)
Should be fixed in current git. Commit:
http://source.winehq.org/git/wine.git/?a=commit;h=e7dc4ed07f01274adb299768ba...
Peter, Lev - retest please, and I'll close it.
How do I get that one? I thought I could do: git reset --hard e7dc4ed07f01274adb299768ba8c3cf995faf844
But get: fatal: Could not parse object 'e7dc4ed07f01274adb299768ba8c3cf995faf844'.
You don't have it your tree yet. Do 'git fetch'. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 --- Comment #49 from Peter Norell <bithir(a)gmail.com> 2009-06-26 13:02:55 --- (In reply to comment #46)
Should be fixed in current git. Commit:
http://source.winehq.org/git/wine.git/?a=commit;h=e7dc4ed07f01274adb299768ba...
Peter, Lev - retest please, and I'll close it.
Retested, works. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #50 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-06-26 13:09:02 --- (In reply to comment #49)
Should be fixed in current git. Commit:
http://source.winehq.org/git/wine.git/?a=commit;h=e7dc4ed07f01274adb299768ba...
Peter, Lev - retest please, and I'll close it.
Retested, works.
Thanks. Reported fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18688 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #51 from Alexandre Julliard <julliard(a)winehq.org> 2009-07-03 12:25:00 --- Closing bugs fixed in 1.1.25. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=18688 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bunglehead(a)gmail.com |wine-bugs(a)winehq.org -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org