[Bug 10914] New: jedit crashes on startup in ddraw
http://bugs.winehq.org/show_bug.cgi?id=10914 Summary: jedit crashes on startup in ddraw Product: Wine Version: CVS/GIT Platform: Other URL: http://jedit.org OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-directx-ddraw AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com Running real Java apps under the latest Sun win32 JRE on Wine seems like a fine stress test, even though in many cases users should run with the Linux JRE instead. The Sun JRE and jEdit install ok, but jedit has many startup problems. The first one was bug 10913. Here's the second one. Start it up like jedit.bat would have, but without using start: $ wine 'c:\windows\system32\javaw.exe' -Xms64M -Xmx192M -jar 'C:\Program Files\jEdit\jedit.jar' -reuseview This fails with java.lang.IllegalArgumentException: Noncontiguous red mask (300a7 at java.awt.image.PackedColorModel.createBitsArray(Unknown Source) at java.awt.image.PackedColorModel.<init>(Unknown Source) at java.awt.image.DirectColorModel.<init>(Unknown Source) at java.awt.image.DirectColorModel.<init>(Unknown Source) at sun.awt.Win32GraphicsDevice.makeColorModel(Native Method) at sun.awt.Win32GraphicsDevice.getDynamicColorModel(Unknown Source) at sun.awt.Win32GraphicsConfig.getDeviceColorModel(Unknown Source) at sun.awt.windows.WComponentPeer.getDeviceColorModel(Unknown Source) at sun.java2d.windows.Win32SurfaceData.createData(Unknown Source) You can bypass this and get to the next problem (I think) by adding the flag -Dsun.java2d.noddraw=true After a few tries, Java gets smart and starts running with that flag set by default, I think. Removing ~/.wine and reinstalling them lets you get the error back. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10914 --- Comment #1 from Dan Kegel <dank(a)kegel.com> 2007-12-27 19:17:55 --- Created an attachment (id=9830) --> (http://bugs.winehq.org/attachment.cgi?id=9830) +relay,+ddraw log from load of ddraw to exception. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10914 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk --- Comment #2 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2007-12-28 01:29:10 --- This looks very much like problem reported in bug #9537 by Andrey Turkin. I have the idea that this is a regression. Dan, could you try to run this in older wine-version like wine-0.9.46 (or earlier) and see if this bug is really a regression. Thanks -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10914 Jyrki Muukkonen <jvtm(a)kruu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jvtm(a)kruu.org --- Comment #3 from Jyrki Muukkonen <jvtm(a)kruu.org> 2008-03-29 04:05:27 --- Duplicated by #11019 ? -- 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=10914 --- Comment #4 from Dan Kegel <dank(a)kegel.com> 2008-03-29 07:14:29 --- Really a regression. It works in wine-0.9.41 and before, and fails in wine-0.9.42 and later (using the Feisty packages from winehq on a gutsy laptop). -- 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=10914 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2008-12-07 18:34:18 --- Using jedit 4.2 / java 6.11: # # An unexpected error has been detected by Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000, pid=8, tid=35 # # Java VM: Java HotSpot(TM) Client VM (11.0-b16 mixed mode, sharing windows-x86) # Problematic frame: # C 0x00000000 # # An error report file with more information is saved as: # C:\Program Files\jEdit\hs_err_pid8.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the 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=10914 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2009-01-18 03:47:25 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks! -- 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=10914 Damjan Jovanovic <damjan.jov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |damjan.jov(a)gmail.com Resolution| |DUPLICATE --- Comment #7 from Damjan Jovanovic <damjan.jov(a)gmail.com> 2009-05-17 05:14:44 --- Closing duplicate. *** This bug has been marked as a duplicate of bug 14547 *** -- 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=10914 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-05-17 09:21:40 --- Closing dup. -- 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=10914 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|directx-ddraw |directx-d3d -- 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