[Bug 19217] New: EVE Online glitches graphically, then crashes under 1.1.25.
http://bugs.winehq.org/show_bug.cgi?id=19217 Summary: EVE Online glitches graphically, then crashes under 1.1.25. Product: Wine Version: 1.1.25 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: denali(a)shadowforge.net Created an attachment (id=22216) --> (http://bugs.winehq.org/attachment.cgi?id=22216) Graphic Glitch Crash Terminal Output See the attached document for the terminal output. It does not complete the debug trace, even after letting it sit for over an hour. My distribution is Kubuntu 9.04. System specs: AMD Athlon XP 2000+ 1gb RAM nVidia 6200 w/256mb RAM Registry has been edited to tell wine that I have 256mb ram on video card. EVE is installed in a clean prefix and native DirectX 9 is installed. I'm working on doing screen caps to attach. Problem is, it crashes before I can do this. Dialing back to 1.1.24 fixes the problem. I will attempt to do regression testing when/if I have time. -- 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=19217 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sven.dack(a)ntlworld.com --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2009-07-06 11:24:36 --- *** Bug 19219 has been marked as a duplicate of this bug. *** -- 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=19217 --- Comment #2 from Sven Dack <sven.dack(a)ntlworld.com> 2009-07-06 12:45:08 --- Changed the status of 19219 back to unconfirmed and is not a duplicate. It appears this here describes two problems as one or may have a completely different cause. -- 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=19217 --- Comment #3 from Steve McKnelly <denali(a)shadowforge.net> 2009-07-06 23:09:24 --- Created an attachment (id=22235) --> (http://bugs.winehq.org/attachment.cgi?id=22235) Screenshot of Quit Dialog, showing graphic glitch prior to crash Regression testing is moving along. I've attached a screenshot so you can see the glitch. Look inside the quit confirmation dialog. -- 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=19217 Steve McKnelly <denali(a)shadowforge.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kennybobs(a)o2.co.uk --- Comment #4 from Steve McKnelly <denali(a)shadowforge.net> 2009-07-09 07:03:48 --- This appears to be the commit in question: e096b59ceb394096f31fc8c5f0a0fb9cc8b6c5d9 is first bad commit commit e096b59ceb394096f31fc8c5f0a0fb9cc8b6c5d9 Author: Ken Sharp <kennybobs(a)o2.co.uk> Date: Mon Jun 22 21:59:59 2009 +0100 gdiplus: Add GdipIsVisibleRegionPointI stub. :040000 040000 f3953d2f39b9464276849a8fc398d4b43fffc17b 4cd6a3bf893a4e5cf709415f817c66ba6c160a10 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=19217 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression Severity|normal |minor --- Comment #5 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-07-09 07:58:46 --- I doubt that commit makes any difference. If it did, it would appear as a fixme in the backtrace, This looks a lot more likely: err:threadpool:iocp_poller NtRemoveIoCompletion failed: 0xc0000008 You should have seen an unhandled exception in unimplemented function GdipIsVisibleRegionPointI long before now if that is indeed the cause. What happens if you revert that commit? Also, attach this bug to the correct version of EVE, I have to do this every time an EVE bug is opened! -- 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=19217 --- Comment #6 from Steve McKnelly <denali(a)shadowforge.net> 2009-07-09 10:25:05 --- (In reply to comment #5)
I doubt that commit makes any difference. If it did, it would appear as a fixme in the backtrace, This looks a lot more likely: err:threadpool:iocp_poller NtRemoveIoCompletion failed: 0xc0000008 You should have seen an unhandled exception in unimplemented function GdipIsVisibleRegionPointI long before now if that is indeed the cause. What happens if you revert that commit? Also, attach this bug to the correct version of EVE, I have to do this every time an EVE bug is opened!
RE: Add to EVE in AppDB - Done RE: Commit itself - Honestly, I was pretty surprised myself. There were other commits that I was actually betting on that were removed by bisect. When I got down to two commits left, the one that didn't have this commit worked fine, if I read git bisect visualize correctly. I will revert this patch on my local repository tonight to see what happens. The glitch is trivial to cause. You simply open several windows in the game including one with a list and scroll the list up and down repeatedly. After about 3-4 minutes, the windows in the game will start flashing. After 5-6 minutes, you start to see the graphic corruption shown in the JPG I attached. After 7-10 minutes, the game crashes but won't complete debug. -- 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=19217 --- Comment #7 from Steve McKnelly <denali(a)shadowforge.net> 2009-07-10 06:48:44 --- With the above captioned commit removed from my local copy of 1.1.25, EVE runs with no issues. -- 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=19217 --- Comment #8 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-07-10 06:56:35 --- (In reply to comment #7)
With the above captioned commit removed from my local copy of 1.1.25, EVE runs with no issues.
Interesting, maybe EVE wraps this calls and uses different paths if call is missed. Could you try with 'winetricks gdiplus' to be sure? -- 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=19217 --- Comment #9 from Steve McKnelly <denali(a)shadowforge.net> 2009-07-10 09:09:40 --- (In reply to comment #8)
Interesting, maybe EVE wraps this calls and uses different paths if call is missed. Could you try with 'winetricks gdiplus' to be sure?
Sure thing. It'll be tomorrow morning, but I'll get'er done. -- 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=19217 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|EVE Online glitches |EVE Online glitches |graphically, then crashes |graphically, then crashes |under 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.
http://bugs.winehq.org/show_bug.cgi?id=19217 --- Comment #10 from Steve McKnelly <denali(a)shadowforge.net> 2009-07-11 05:51:09 --- I did the following: 1) git reset hard=wine-1.1.25, configure, make and install. 2) winetricks gdiplus Upon starting the game, the issues began immediately. -- 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=19217 N3o <diafoirus(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |diafoirus(a)gmail.com --- Comment #11 from N3o <diafoirus(a)gmail.com> 2009-08-08 14:06:04 --- This bug still occur in current wine version (1.1.27)? if not, please 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=19217 --- Comment #12 from Steve McKnelly <denali(a)shadowforge.net> 2009-08-10 08:13:09 --- (In reply to comment #11)
This bug still occur in current wine version (1.1.27)? if not, please close it....
Unfortunately I had to quit EVE due to financial difficulties. I won't be able to test it at this time. I'll close it for now and reopen it when things improve and if it's necessary. -- 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=19217 Steve McKnelly <denali(a)shadowforge.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED --- Comment #13 from Steve McKnelly <denali(a)shadowforge.net> 2009-08-10 08:15:45 --- Closing as abandoned because I no longer play EVE Online. -- 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=19217 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED CC|kennybobs(a)o2.co.uk | Resolution|ABANDONED | --- Comment #14 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-08-10 09:55:04 --- Then leave it for the other people who have reported the same bug. -- 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=19217 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #15 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-08-10 10:09:30 --- Marking as new, since it's a duplicate of other bugs, and there are other people experiencing this. -- 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=19217 --- Comment #16 from Steve McKnelly <denali(a)shadowforge.net> 2009-08-10 15:02:00 --- (In reply to comment #15)
Marking as new, since it's a duplicate of other bugs, and there are other people experiencing this.
My apologies. I was only responding to the request made in Comment 11. I was also unaware of other people having this problem, as they haven't made themselves heard in this forum. -- 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=19217 evanh <evanh(a)clear.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |evanh(a)clear.net.nz --- Comment #17 from evanh <evanh(a)clear.net.nz> 2010-02-11 20:01:40 --- This bug is long since fixed. Please close. -- 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=19217 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #18 from Austin English <austinenglish(a)gmail.com> 2010-02-12 02:28:52 --- 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=19217 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #19 from Alexandre Julliard <julliard(a)winehq.org> 2010-02-19 12:32:20 --- Closing bugs fixed in 1.1.39. -- 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.
participants (1)
-
wine-bugs@winehq.org