http://bugs.winehq.org/show_bug.cgi?id=9854
Summary: Unhandled exception: page fault on read access to 0x00000010 in 32-bit code (0x7e89d651). Product: Wine Version: 0.9.46. Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-programs AssignedTo: wine-bugs@winehq.org ReportedBy: gabriele.tassoni@email.it
Created an attachment (id=8330) --> (http://bugs.winehq.org/attachment.cgi?id=8330) The error given in the terminal
I need to work with those software to program Crestron CPUs fpr home automation, they all install well, but when I try to run the ToolBox, it freezes with the attached errors. I'm willing to help in resolving this bug, please tell me what you need beside the attached file, I can send you a copy of all the Crestron programs, if needed.
http://bugs.winehq.org/show_bug.cgi?id=9854
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #1 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2007-10-01 12:26:08 --- Hi, please try this on a completely new ~/.wine (move your old one away), and don't set any dlls to native. Then install and run the app and attach the crash log to this bug again.
http://bugs.winehq.org/show_bug.cgi?id=9854
--- Comment #2 from Gabriele Tassoni gabriele.tassoni@email.it 2007-10-01 13:27:58 --- Created an attachment (id=8338) --> (http://bugs.winehq.org/attachment.cgi?id=8338) Some errors with a pristine .wine directory.
Thank you for the answer, I renamed the .wine directory to wine_tasu, then I launched winecfg and closed it (this has created a new .wine directory, I guess), then I launched the command wine followed by the name of the installer, in the console I've seen some requests for mfc42.dll or something alike (however in the tar.gz file there's even the setup log with all the errors), the setup went fine untill the registration of some ocx (attached there's even the screenshot of those errors), after accepting the errors, the setup seemed to finish without further errors. Then i tried to run the application, it's not even started (log attached).
Waiting for more instructions and tryouts, sir! ^_^
http://bugs.winehq.org/show_bug.cgi?id=9854
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2007-10-01 14:39:41 --- Wine does not provide mfc42.dll. So before you install the application, you have to copy one into ~/.wine/drive_c/windows/system32/
Then install, then start the application, and attach the crash log. Regards
http://bugs.winehq.org/show_bug.cgi?id=9854
--- Comment #4 from Gabriele Tassoni gabriele.tassoni@email.it 2007-10-01 15:01:23 --- Created an attachment (id=8339) --> (http://bugs.winehq.org/attachment.cgi?id=8339) After adding MFC42.dll and reinstalling.
This is the error after reinitializing the .wine dir and installing the app, with the mfc42.dll copied to system32. No errors during setup, but it gave the error in the attachment while using the program.
http://bugs.winehq.org/show_bug.cgi?id=9854
--- Comment #5 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2007-10-01 15:15:42 --- hmm, at least one fixme is gone .... ;)
Looks like some ole-bug, does using dcom98 change anything? -->
wget http://www.kegel.com/wine/winetricks && sh winetricks dcom98
then run again
http://bugs.winehq.org/show_bug.cgi?id=9854
--- Comment #6 from Gabriele Tassoni gabriele.tassoni@email.it 2007-10-01 15:35:55 --- Indeed something has changed after dcom installation, now it looks like crashing a little sooner than before, and writes a lot less lines on the terminal before freezing. Here is the log, I've not made an attachment because it's just 7 lines long:
gabrieletassoni@daelerouth:~$ wine .wine/drive_c/Crestron/Toolbox/Toolbox.exe Fontconfig warning: "/etc/fonts/conf.d/53-monospace-lcd-filter.conf", line 17: invalid constant used : legacy Fontconfig warning: "/etc/fonts/conf.d/53-monospace-lcd-filter.conf", line 17: invalid constant used : legacy fixme:win:LockWindowUpdate (0x1003e), partial stub! Fontconfig warning: "/etc/fonts/conf.d/53-monospace-lcd-filter.conf", line 17: invalid constant used : legacy wine: Unhandled page fault on read access to 0x8000010c at address 0x701069b2 (thread 000d), starting debugger... err:dbghelp:pe_load_dbg_file -Unable to peruse .DBG file rpcrt4.dbg ("\x01")
http://bugs.winehq.org/show_bug.cgi?id=9854
--- Comment #7 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2007-10-01 15:56:12 --- hmm, bit out of ideas now then. What you could do is start with a fresh wine again (+mfc42.dll) , reinstall,and run by:
WINEDEBUG=+tid,+seh,+relay wine "Z:\home\gabrieletassoni.wine\drive_c\Crestron\Toolbox\Toolbox.exe" &> /tmp/relay.log && grep -A 2 -B 1000 "Unhandled exception:" /tmp/relay.log > /tmp/relay.txt
and attach the file /tmp/relay.txt to this bug, so others could have a look (too) completely
http://bugs.winehq.org/show_bug.cgi?id=9854
--- Comment #8 from Gabriele Tassoni gabriele.tassoni@email.it 2007-10-01 16:29:00 --- Created an attachment (id=8342) --> (http://bugs.winehq.org/attachment.cgi?id=8342) Pristine .wine, mfc42.dll copied.
Ok, here it is, hope that someone can find a solution with the infos in the attachment, however many thanks for helping me out 'till now. ;-)
http://bugs.winehq.org/show_bug.cgi?id=9854
--- Comment #9 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2007-10-03 17:01:36 --- Created an attachment (id=8379) --> (http://bugs.winehq.org/attachment.cgi?id=8379) crash
Here's the crash with debug info. It crashes in ole32 (probably as formatetc=0x0)
http://bugs.winehq.org/show_bug.cgi?id=9854
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|wine-programs |wine-ole Ever Confirmed|0 |1 Summary|Unhandled exception: page |Toolbox crashes |fault on read access to | |0x00000010 in 32-bit code | |(0x7e89d651). |
--- Comment #10 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2007-10-03 17:02:31 --- confirming
http://bugs.winehq.org/show_bug.cgi?id=9854
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Toolbox crashes |Crestron Toolbox crashes
http://bugs.winehq.org/show_bug.cgi?id=9854
Rob Shearman rob@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rob@codeweavers.com
--- Comment #11 from Rob Shearman rob@codeweavers.com 2007-11-27 13:20:48 --- A patch for this issue has been committed and will be in 0.9.50 when released.
http://bugs.winehq.org/show_bug.cgi?id=9854
--- Comment #12 from Austin English austinenglish@gmail.com 2008-06-03 13:36:31 --- Is this still an issue in 1.0-rc3?
http://bugs.winehq.org/show_bug.cgi?id=9854
Rob Shearman robertshearman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Component|ole |ole32 Resolution| |FIXED
--- Comment #13 from Rob Shearman robertshearman@gmail.com 2008-07-11 06:55:52 --- Assuming fixed.
http://bugs.winehq.org/show_bug.cgi?id=9854
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard julliard@winehq.org 2008-07-11 11:09:04 --- Closing bugs fixed in 1.1.1.