[Bug 10576] New: TOP.exe crashing with EAccessViolation
http://bugs.winehq.org/show_bug.cgi?id=10576 Summary: TOP.exe crashing with EAccessViolation Product: Wine Version: 0.9.49. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-gui AssignedTo: wine-bugs(a)winehq.org ReportedBy: christian.fischer(a)tennis-unterfranken.de Created an attachment (id=9365) --> (http://bugs.winehq.org/attachment.cgi?id=9365) output TOP provides an interface to some kind of Applicationserver. Simple Logic. Only seen in our System. I'am trying to get some more Information (...what YOU need) As announced it crashes with a Exception EAccessViolation in Module Top.exe at 00000000 Output attached. d -- 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=10576 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9365|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=10576 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #1 from Juan Lang <juan_lang(a)yahoo.com> 2007-11-27 10:37:43 --- Not a wine bug, you need to install the MS data access components, e.g. using winetricks mdac28 -- 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=10576 --- Comment #2 from Christian Fischer <christian.fischer(a)tennis-unterfranken.de> 2007-11-27 10:57:47 --- Created an attachment (id=9366) --> (http://bugs.winehq.org/attachment.cgi?id=9366) output_after_mdac28 -- 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=10576 Christian Fischer <christian.fischer(a)tennis-unterfranken.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID | --- Comment #3 from Christian Fischer <christian.fischer(a)tennis-unterfranken.de> 2007-11-27 10:59:22 --- Did the wintricks thing - now coming up with a similar Error: EAccessViolation at 001ACF6C output after installing mdac28 is attached -- 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=10576 Christian Fischer <christian.fischer(a)tennis-unterfranken.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9366|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=10576 --- Comment #4 from Christian Fischer <christian.fischer(a)tennis-unterfranken.de> 2007-11-27 15:02:16 --- Okay...pushed it now a little bit further.... The Missing Class is in DCOM98 so winetricks dcom98 did help. But now i am getting a couple of runtime-errors 216 and the same AccessViolation before. PLEASE help PS: Still Version 0.9.49 -- 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=10576 --- Comment #5 from Christian Fischer <christian.fischer(a)tennis-unterfranken.de> 2007-11-27 15:03:13 --- Created an attachment (id=9378) --> (http://bugs.winehq.org/attachment.cgi?id=9378) output after installing mdac28 and dcom98 -- 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=10576 --- Comment #6 from Christian Fischer <christian.fischer(a)tennis-unterfranken.de> 2007-11-27 15:12:44 --- Okay...perhaps this was one step 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=10576 --- Comment #7 from Juan Lang <juan_lang(a)yahoo.com> 2007-11-27 22:23:14 --- Since the bug appears similar with and without DCOM98 installed, please test without it (but with mdac installed, as that's required.) The problem is a bogus pointer is being dereferenced. The question is, where's it coming from? Try running 'WINEDEBUG=+relay wine TOP.exe >& log.txt'. If it's reasonably sized, compress the output and attach it here. If it's too big, even compressed, tail the last 50000 lines or so and compress and attach them. Is there a downloadable version of this available? -- 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=10576 --- Comment #8 from Christian Fischer <christian.fischer(a)tennis-unterfranken.de> 2007-12-02 10:01:13 --- Created an attachment (id=9453) --> (http://bugs.winehq.org/attachment.cgi?id=9453) log.txt for Comment #7 I started with no .wine and wineprefix on the newest wine-package for Debian (0.9.49). Then invoked ./winetricks mdac28 In the meantime the maintainer sent me the newest installer - till now i had a version running under windows for long time with tons of data. So i generated the log with the command above. The Error "Provider cannot be found" bzw "Provider kann nicht gefunden werden" (i tried also some different MDAC-Versions) appeared ~10 times. -- 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=10576 --- Comment #9 from Christian Fischer <christian.fischer(a)tennis-unterfranken.de> 2007-12-02 10:03:38 --- After some digging the internet i found the same error here: http://forums.zuggsoft.com/forums/viewtopic.php?t=22901 and voilá...the program runs! So i do not really know why (DCOM? JET? can someone tell me?!?!) nor wether the Program will run now cleanly and with all the data... After some testing i will report to the 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=10576 --- Comment #10 from Christian Fischer <christian.fischer(a)tennis-unterfranken.de> 2007-12-02 10:14:02 --- Created an attachment (id=9454) --> (http://bugs.winehq.org/attachment.cgi?id=9454) Violation in the end I forgot to tell: for the procedure learned from zmud i used the native debian-testing packages (wine 0.9.44) The oldest "AccessViolation"-Error now comes in the end. I don't know wether i should care... Added last 5000 lines of the log -- 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=10576 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|_obsolete_gui |ole -- 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=10576 --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2008-06-04 14:10:04 --- Is this still an issue in 1.0-rc3? -- 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=10576 Rob Shearman <robertshearman(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|ole |-unknown -- 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=10576 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED --- Comment #12 from Austin English <austinenglish(a)gmail.com> 2009-01-12 12:00:42 --- 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=10576 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2009-01-13 01:12:20 --- 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