[Bug 12153] New: Mathcad 2000K hangs using signal processing pack
http://bugs.winehq.org/show_bug.cgi?id=12153 Summary: Mathcad 2000K hangs using signal processing pack Product: Wine Version: 0.9.57. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: kc8ldo(a)arrl.net Created an attachment (id=11550) --> (http://bugs.winehq.org/attachment.cgi?id=11550) Terminal window output during application run Mathcad 2000 Pro generates a buch of ole control errors when running. Also when the signal processing function pack is loaded by loading up the signal processing handbook the application hangs when you try the “remez” example. This handbook uses an external dll file. -- 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=12153 --- Comment #1 from Lei Zhang <thestig(a)google.com> 2008-03-24 15:12:01 --- (In reply to comment #0)
Created an attachment (id=11550) --> (http://bugs.winehq.org/attachment.cgi?id=11550) [details] Terminal window output during application run
Mathcad 2000 Pro generates a buch of ole control errors when running.
There errors may be harmless?
Also when the signal processing function pack is loaded by loading up the signal processing handbook the application hangs when you try the “remez” example. This handbook uses an external dll file.
Can you run wine with WINEDEBUG=+relay,+seh,+tid, perform the actions that cause the hang / crash, and attach the compressed logs? Is there a trial / demo? -- 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=12153 --- Comment #2 from Leland C. Scott <kc8ldo(a)arrl.net> 2008-03-24 16:47:19 --- Created an attachment (id=11620) --> (http://bugs.winehq.org/attachment.cgi?id=11620) Command Line error 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=12153 --- Comment #3 from Lei Zhang <thestig(a)google.com> 2008-03-24 17:16:15 --- No, you need to do: WINEDEBUG=+relay,+seh,+tid wine mcad.exe > mcad_log.txt 2>&1 You will get a lot more output and it'll all be in mcad_log.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=12153 --- Comment #4 from Leland C. Scott <kc8ldo(a)arrl.net> 2008-03-24 19:32:44 --- (In reply to comment #3)
No, you need to do: WINEDEBUG=+relay,+seh,+tid wine mcad.exe > mcad_log.txt 2>&1
Typed it in exactly as shown above.
You will get a lot more output and it'll all be in mcad_log.txt.
Oh my! No kidding! 148.5MB worth of stuff. I've attached the log file. Hope it uploads OK. Nope. It's too big even compressed (tar.gz) at 5.6 MB, will not upload. Seems the limit is 1000 KB. I need some place else to upload the file, like a private ftp site. -- 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=12153 --- Comment #5 from Lei Zhang <thestig(a)google.com> 2008-03-24 19:34:41 --- Try compressing it with bzip2. It should compress really well. -- 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=12153 --- Comment #6 from Leland C. Scott <kc8ldo(a)arrl.net> 2008-03-24 20:57:56 --- (In reply to comment #5)
Try compressing it with bzip2. It should compress really well.
Did better than gzip. File size is 2.9MB. Let me see if it will upload now. Nope. Message pops up saying the file size is still too big. Has to be less than 1000KB or it will not up load. Is there some place else I can send the file? -- 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=12153 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-03-25 03:30:24 --- (In reply to comment #6)
(In reply to comment #5)
Try compressing it with bzip2. It should compress really well.
Did better than gzip. File size is 2.9MB. Let me see if it will upload now. Nope. Message pops up saying the file size is still too big. Has to be less than 1000KB or it will not up load. Is there some place else I can send the file?
You can either try using rzip (or bzip2 again, making sure to set the compression to -9) or trim the log down to a smaller size that'll compress to < 1.0MB. -- 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=12153 --- Comment #8 from Leland C. Scott <kc8ldo(a)arrl.net> 2008-03-25 20:47:58 --- Created an attachment (id=11656) --> (http://bugs.winehq.org/attachment.cgi?id=11656) edited mcad_log.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=12153 --- Comment #9 from Leland C. Scott <kc8ldo(a)arrl.net> 2008-05-04 20:06:54 --- I just tried MathCAD 2000 Pro under wine 0.9.61. The signal processing function pack DLL still does not work and hangs forever when trying out some of the functions. -- 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=12153 --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2008-11-03 16:29:08 --- Is this still an issue in current (1.1.7 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=12153 --- Comment #11 from Leland C. Scott <kc8ldo(a)arrl.net> 2008-11-03 17:59:28 --- (In reply to comment #10)
Is this still an issue in current (1.1.7 or newer) wine?
Yes it is, and tested on an up to date Fedora 8 system. Wine was compiled from source and installed for the tests. Also some of the icons in the tool bar are completely grayed out; you don't even see the outlines like before. This seems to come and go depending on the version of wine used. The signal processing function pack DLL has never worked and still doesn't. Also 3D graphs are totally screwed up too. This may have something to do with Open-GL. I remember talking to Mathsoft’s support one time about a graphics issue and they said it was an issue with Window's Open-GL implementation. The last two items I've just given up on to see working. -- 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=12153 Leland C. Scott <kc8ldo(a)arrl.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|0.9.57. |1.1.9 --- Comment #12 from Leland C. Scott <kc8ldo(a)arrl.net> 2008-11-23 21:40:43 --- I tried the lastest Wine build 1.1.9 and the Signal Processing function Pack DLL still does not work. It still dies when the Remez Exchange example is run. The app just hangs forever. -- 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=12153 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.9 |0.9.57. --- Comment #13 from James Hawkins <truiken(a)gmail.com> 2008-11-23 21:46:32 --- Please don't change the original reported version. -- 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=12153 --- Comment #14 from Austin English <austinenglish(a)gmail.com> 2009-05-29 12:16:29 --- Is this still an issue in current (1.1.22 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=12153 --- Comment #15 from Leland C. Scott <kc8ldo(a)arrl.net> 2009-05-29 18:15:41 --- (In reply to comment #14)
Is this still an issue in current (1.1.22 or newer) wine?
Yes. Under Fedora 8 I can't even get the table of contents to show when the icon is clicked on. Under Fedora 10 Mathcad loads but fails to create a new document so trying to open the handbook is pointless. I did find that the "gl.ocx" will not register under under Fedora 10. It does under Fedora 8. I don't know what all was done different in Fedora 10 but what use to work in 8 now fails in 10. -- 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=12153 --- Comment #16 from Austin English <austinenglish(a)gmail.com> 2010-01-04 12:16:56 --- This is your friendly reminder that there has been no bug activity for 6 months. Is this still an issue in current (1.1.35 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=12153 --- Comment #17 from Leland C. Scott <kc8ldo(a)arrl.net> 2010-07-12 08:36:44 --- (In reply to comment #16)
This is your friendly reminder that there has been no bug activity for 6 months. Is this still an issue in current (1.1.35 or newer) wine?
I've tried wine 1.2-rc7 and it doesn't work. In fact the binary format of the handbooks are not even readable either, I can't evenget the table of contents to show up. The asciii formated handbooks can still be read however. -- 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=12153 butraxz(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |butraxz(a)gmail.com --- Comment #18 from butraxz(a)gmail.com 2012-05-16 14:11:48 CDT --- No download, no update from OP for two years. Is this still an issue in 1.5.4 or should this be closed as abandoned ? -- 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=12153 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED --- Comment #19 from Austin English <austinenglish(a)gmail.com> 2013-11-13 15:38:42 CST --- No reply in over a year, and no download. Resolving abandoned, if anyone is still able to reproduce this in the current development version (currently 1.7.6) feel free to reopen. -- 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=12153 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #20 from Austin English <austinenglish(a)gmail.com> 2013-11-13 15:40:30 CST --- Closing. -- 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