[Bug 9604] New: JCreator: divide by zero exception
http://bugs.winehq.org/show_bug.cgi?id=9604 Summary: JCreator: divide by zero exception Product: Wine Version: 0.9.44. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs(a)winehq.org ReportedBy: nodisgod(a)yahoo.com Created an attachment (id=7981) --> (http://bugs.winehq.org/attachment.cgi?id=7981) Wine output After installing the Sun Java JRE and JDK on Wine, I installed JCreator LE without any issues. After an initial configuration phase, the application crashes. Any further attempts to start the application are met with the same issue. Testing the application on Windows XP did not reveal any issues. The application can be obtained at: http://jcreator.com/download.htm -- 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=9604 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #7981|application/octet-stream |text/plain mime type| | -- 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=9604 Damjan Jovanovic <damjan.jov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov(a)gmail.com --- Comment #1 from Damjan Jovanovic <damjan.jov(a)gmail.com> 2007-09-07 02:27:25 --- Try using native MSVCRT.DLL. -- 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=9604 --- Comment #2 from scguy318 <nodisgod(a)yahoo.com> 2007-09-07 18:13:12 --- (In reply to comment #1)
Try using native MSVCRT.DLL.
Same issue. I created a new application profile for JCreator.exe and set msvcrt to native, and also copied a native msvcrt.dll to the application directory. -- 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=9604 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk --- Comment #3 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2007-09-08 03:25:00 ---
After installing the Sun Java JRE and JDK on Wine
Could you provide the (direct) download links to the installers of these, please. I cannot reproduce this bug, as i have problems installing them, but maybe i got the wrong packages? -- 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=9604 --- Comment #4 from scguy318 <nodisgod(a)yahoo.com> 2007-09-08 13:08:33 --- (In reply to comment #3)
After installing the Sun Java JRE and JDK on Wine
Could you provide the (direct) download links to the installers of these, please. I cannot reproduce this bug, as i have problems installing them, but maybe i got the wrong packages?
Sure, I obtained the downloads from (http://java.sun.com/javase/downloads/index.jsp), I installed the Java Runtime Environment 6 Update 2 standalone, then installed JDK Update 2 (and unchecked JRE in the installer), because installing the JRE bundled with JDK causes an error as detailed in AppDb. -- 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=9604 --- Comment #5 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2007-09-08 14:39:48 --- Created an attachment (id=8004) --> (http://bugs.winehq.org/attachment.cgi?id=8004) Jcreator running in wine Thanks for the info . I can confirm the bug. Just before it crashes, there was a call to gdi32.GetDeviceCaps with cap BITSPIXEL (returning "24") that caught my attention. I have a wine-tree here with a hack to report back 32-bit depth (for games), and now the app got a bit further, but then crashes in msxml3. With native msxml3 it starts fine. So looks like there are 2 bugs here: App not happy with screendepth reported back by wine, and unimplemented stuff in msxml3. -- 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=9604 --- Comment #6 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2007-09-08 14:44:35 --- Created an attachment (id=8005) --> (http://bugs.winehq.org/attachment.cgi?id=8005) hack to report back 32-bit screendepth I "improved" hack from SplinterCell Pandora tomorrow a bit, so it won't break any other apps. After applying this patch , i just ran with: WDEPTH=32 WINEDLLOVERRIDES="msxml3=n" wine JCreator.exe (you need to copy native msxml3.dll and msxml3r.dll to system32) As the first bug is probrably a dupe of other bugs in bugzilla, i'll change component to msxml -- 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=9604 --- Comment #7 from scguy318 <nodisgod(a)yahoo.com> 2007-09-08 23:29:32 --- (In reply to comment #6)
Created an attachment (id=8005) --> (http://bugs.winehq.org/attachment.cgi?id=8005) [details] hack to report back 32-bit screendepth
I "improved" hack from SplinterCell Pandora tomorrow a bit, so it won't break any other apps. After applying this patch , i just ran with:
WDEPTH=32 WINEDLLOVERRIDES="msxml3=n" wine JCreator.exe
(you need to copy native msxml3.dll and msxml3r.dll to system32)
As the first bug is probrably a dupe of other bugs in bugzilla, i'll change component to msxml
Thanks very much, I am able to report that this patch worked for me. I strangely had a page fault after I closed JCreator for the first time, but I was unable to reproduce. Should I report the JDK installer issue? -- 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=9604 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|wine-binary |wine-msxml Ever Confirmed|0 |1 --- Comment #8 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2007-09-09 02:50:55 ---
Should I report the JDK installer issue?
I already filed a bug for that, when i tried to reproduce your bug (bug #9608) As the first bug in this bugreport is probably a duplicate, (and i think it will take quite some time before it will be fixed), i'll put this up as an msxml bug. -- 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=9604 scguy318 <nodisgod(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|JCreator: divide by zero |JCreator: unimplemented |exception |interface in msxml --- Comment #9 from scguy318 <nodisgod(a)yahoo.com> 2008-02-15 05:06:25 --- While the original depth issue has been resolved (tested on 0.9.54), the application fails with an abnormal termination dialog on 0.9.54, presumably due to: fixme:msxml:Internal_QueryInterface interface {2933bf81-7b36-11d2-b20e-00c04f983e60} not implemented -- 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=9604 --- Comment #10 from scguy318 <nodisgod(a)yahoo.com> 2008-02-15 05:08:17 --- Created an attachment (id=10787) --> (http://bugs.winehq.org/attachment.cgi?id=10787) msxml traces -- 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=9604 scguy318 <nodisgod(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.jcreator.com/down | |load.htm Keywords| |download --- Comment #11 from scguy318 <nodisgod(a)yahoo.com> 2008-03-26 21:20:12 --- This still seems to be present with 0.9.58 and current Git. It seems that xmlnode_get_ownerDocument needs to be implemented. -- 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=9604 scguy318 <nodisgod(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #7981 is|0 |1 obsolete| | Attachment #10787|0 |1 is obsolete| | --- Comment #12 from scguy318 <nodisgod(a)yahoo.com> 2008-07-10 05:46:15 --- Created an attachment (id=14714) --> (http://bugs.winehq.org/attachment.cgi?id=14714) JCreator msxml backtrace With today's Git (wine-1.1.0-459-g2893294), which has xmlnode_get_ownerDocument implemented, JCreator presents a different crash. Also, obsoleting prior traces. -- 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=9604 scguy318 <nodisgod(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #14714|0 |1 is obsolete| | --- Comment #13 from scguy318 <nodisgod(a)yahoo.com> 2008-07-10 05:48:14 --- Created an attachment (id=14715) --> (http://bugs.winehq.org/attachment.cgi?id=14715) JCreator msxml backtrace + traces Forgot to attach the msxml traces. -- 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=9604 scguy318 <nodisgod(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #14 from scguy318 <nodisgod(a)yahoo.com> 2008-07-10 14:48:06 --- With today's Git the crash seems to be fixed, so resolving 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=9604 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #15 from Alexandre Julliard <julliard(a)winehq.org> 2008-07-11 11:08:54 --- Closing bugs fixed in 1.1.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.
participants (1)
-
wine-bugs@winehq.org