[Bug 14419] New: Icons outputted to textbox crashes program.
http://bugs.winehq.org/show_bug.cgi?id=14419 Summary: Icons outputted to textbox crashes program. Product: Wine Version: 1.1.1 Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: chris062689(a)gmail.com \icon outputs controls both use COM/OLE. That'd be the place to look. When an icon gets outputted to a textbox, the program crashes. Look in test case scenario on BYOND App DB 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=14419 --- Comment #1 from Chris <chris062689(a)gmail.com> 2008-07-12 17:28:35 --- I said that the program crashed before; I believe that was due to bug #14419. When an icon is outputted to the program, we simply get a "Internal Application Error"; then the program does not respond. -- 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=14419 --- Comment #2 from Lei Zhang <thestig(a)google.com> 2008-07-16 15:21:52 --- (In reply to comment #1)
I said that the program crashed before; I believe that was due to bug #14419. When an icon is outputted to the program, we simply get a "Internal Application Error"; then the program does not respond.
Huh? you made a circular reference to this bug. What application are you talking about? BYOND? Please describe in detail what the problem is and the steps to reproduce 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=14419 --- Comment #3 from Chris <chris062689(a)gmail.com> 2008-07-18 02:23:17 --- I am taking about BYOND 4.x branch. I'm sorry if I confused you guys. What currently happens is, when attempting to output an icon into the output window of Dream Seeker, the program gets an internal application error, and then closes. Please ignore Comment #1. Thank you. -- 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=14419 Stephen Badger <sb1105(a)ecs.soton.ac.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #4 from Stephen Badger <sb1105(a)ecs.soton.ac.uk> 2008-09-08 23:05:11 --- *** 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=14419 --- Comment #5 from Stephen Badger <sb1105(a)ecs.soton.ac.uk> 2008-09-09 00:12:39 --- Created an attachment (id=15943) --> (http://bugs.winehq.org/attachment.cgi?id=15943) winedbg output, catching a C++ exception. Alright, I've caught some debugging data for this, along with running it in winedbg to catch any exceptions flying out. Attached is the output for 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=14419 Stephen Badger <sb1105(a)ecs.soton.ac.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sb1105(a)ecs.soton.ac.uk --- Comment #6 from Stephen Badger <sb1105(a)ecs.soton.ac.uk> 2008-09-09 00:17:30 --- Incidentally, if you want to test this yourself, BYOND can be a bit of a pain. Fire up byond.exe and login, that is unrelated to the problem, but will save you some console output. Fire up dreamseeker.exe (the offender) with a command-line argument of the BYOND world you wish to access. byond://67.207.147.44:6031 is a pretty safe bet, it'll take you to a server running a program called Chatters, that seems to be pretty \icon heavy (from our best guess). -- 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=14419 --- Comment #7 from Chris <chris062689(a)gmail.com> 2008-09-09 23:43:05 --- (In reply to comment #6)
Incidentally, if you want to test this yourself, BYOND can be a bit of a pain. Fire up byond.exe and login, that is unrelated to the problem, but will save you some console output.
Fire up dreamseeker.exe (the offender) with a command-line argument of the BYOND world you wish to access. byond://67.207.147.44:6031 is a pretty safe bet, it'll take you to a server running a program called Chatters, that seems to be pretty \icon heavy (from our best guess).
They can also use the demo I posted in the AppDB entry, that includes a \icon output (you will have to uncomment that section of the code though.) -- 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=14419 Danial Bulloch <DBulloch(a)BluePCSolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |DBulloch(a)BluePCSolutions.com --- Comment #8 from Danial Bulloch <DBulloch(a)BluePCSolutions.com> 2008-09-20 00:00:38 --- Due to a recent update of BYOND, icons no longer crash DS, but they do not display. Error handling code was inserted to handle this issue, but icons(in text) do not work at all. -- 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=14419 Chris <chris062689(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Icons outputted to textbox |Icons outputted to textbox |crashes program. |do not render. -- 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=14419 --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2009-04-17 12:17:45 --- Is this still an issue in current (1.1.19 or newer) wine? -- 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=14419 --- Comment #10 from Danial Bulloch <DBulloch(a)BluePCSolutions.com> 2009-04-18 09:25:52 --- (In reply to comment #9)
Is this still an issue in current (1.1.19 or newer) wine?
Yes it is. -- 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=14419 --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2009-10-29 15:25:38 --- Is this still an issue in current (1.1.32 or newer) wine? -- 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=14419 --- Comment #12 from Danial Bulloch <DBulloch(a)BluePCSolutions.com> 2009-10-30 07:57:46 --- So far as I can tell it is still an issue. The maintainer of the BYOND software has long since changed the code to prevent crashing on icon failure, but they still don't display. I did not, however, attempt to wipe out my .wine folder first to see if any overwrites I've done might have been getting in the way. -- 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=14419 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |datatheandroid(a)gmail.com --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2010-01-03 15:23:45 --- *** Bug 8270 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=14419 --- Comment #14 from Stephen Badger <sb1105(a)ecs.soton.ac.uk> 2010-07-31 07:42:32 --- Just to confirm, this bug is still present in Wine 1.2. -- 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=14419 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com Severity|enhancement |trivial --- Comment #15 from Jerome Leclanche <adys.wh(a)gmail.com> 2011-10-28 08:51:53 CDT --- Is this still an issue in wine-1.3.31? Do you have a link to the test 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=14419 Alex Hayton <alex.hayton(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alex.hayton(a)gmail.com --- Comment #16 from Alex Hayton <alex.hayton(a)gmail.com> 2011-12-06 21:08:58 CST --- I can't reproduce this issue in Wine 1.3.32 (in fact this version is pretty close to Gold, except for sound not working on my system). There's a seperate regression that seems to be affecting Wine 1.3.33 and later (bug 29257). -- 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=14419 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #17 from Jerome Leclanche <adys.wh(a)gmail.com> 2011-12-06 21:09:45 CST --- 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=14419 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #18 from Alexandre Julliard <julliard(a)winehq.org> 2011-12-16 13:30:48 CST --- Closing bugs fixed in 1.3.35. -- 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