http://bugs.winehq.org/show_bug.cgi?id=23425
Summary: unimplemented function KERNEL32.dll.QueryMemoryResourceNotification Product: Wine Version: 1.2-rc5 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: denis.bonnenfant@diderot.org
When opening a file in SolidWorks 2010, it crashes with this message :
wine: Call from 0x7bc4b0a0 to unimplemented function KERNEL32.dll.QueryMemoryResourceNotification, aborting
It sounds quite explicit that this function has to be implemented, or maybe just stubbed ?
I'm not sure if it is a regression or not, as it used to work with SW2009 up ro rc4, I will test it again to be sure.
http://bugs.winehq.org/show_bug.cgi?id=23425
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |austinenglish@gmail.com
--- Comment #1 from Austin English austinenglish@gmail.com 2010-06-28 13:00:45 --- Created an attachment (id=29220) --> (http://bugs.winehq.org/attachment.cgi?id=29220) patch
Try this.
http://bugs.winehq.org/show_bug.cgi?id=23425
--- Comment #2 from denis bonnenfant denis.bonnenfant@diderot.org 2010-06-28 15:27:46 --- Ok, it works.
As expected, some fixmes, but it seems to be harmful :
fixme:sync:QueryMemoryResourceNotification ((nil), 0x32f7d0) stub
Thanks !
http://bugs.winehq.org/show_bug.cgi?id=23425
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2010-06-29 02:38:20 --- Please post complete backtrace. Are you using any native DLLs?
http://bugs.winehq.org/show_bug.cgi?id=23425
--- Comment #4 from denis bonnenfant denis.bonnenfant@diderot.org 2010-06-29 03:14:55 --- I had just the minimal set of dlls installed : vcrun2005, vcrun2008 and msxml6
It doesn't really crash : so there was no backtrace : solidworks closes and display a window saying that there was a problem, do you want to send the log to solidworks corp, and restart the app ?...
wine log ends up with just :
wine: Call from 0x7bc4b0a0 to unimplemented function KERNEL32.dll.QueryMemoryResourceNotification, aborting fixme:dbghelp_dwarf:compute_location Only supporting one breg (18 -> 24) fixme:dbghelp_dwarf:compute_location Only supporting one breg (17 -> 23) fixme:dbghelp_dwarf:compute_location Only supporting one breg (17 -> 23) err:dbghelp:pe_load_dbg_file Couldn't find .DBG file "Vbe6.dbg" ("") err:dbghelp:pe_load_msc_debug_info -Debug info stripped, but no .DBG file in module L"vbe6intl"
Anyway, the problem was solved by Austin's patch.
http://bugs.winehq.org/show_bug.cgi?id=23425
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #5 from Austin English austinenglish@gmail.com 2010-06-29 10:38:49 --- http://source.winehq.org/git/wine.git/?a=commitdiff;h=5dca2545f20ca1f1f0487a...
patch committed.
http://bugs.winehq.org/show_bug.cgi?id=23425
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2010-07-02 12:35:29 --- Closing bugs fixed in 1.2-rc6.