https://bugs.winehq.org/show_bug.cgi?id=42306
Bug ID: 42306 Summary: One Note Free Retail installer crashes in xmllite Product: Wine Version: 2.0-rc5 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: xmllite Assignee: wine-bugs@winehq.org Reporter: xerox_xerox2000@yahoo.co.uk Distribution: ---
Created attachment 57030 --> https://bugs.winehq.org/attachment.cgi?id=57030 crashlog
A user reported troubles with this in AppdB.
Attached is +xmllite debugcrash
I was able to get a bit further using hack below *, then it ran into unimplmeneted function
Call from 0x7b43f417 to unimplemented function api-ms-win-crt-locale-l1-1-0.dll.__initialize_lconv
there is already bugreport for that one
*hack:
diff --git a/dlls/xmllite/reader.c b/dlls/xmllite/reader.c index de61d13..6d961cc 100644 --- a/dlls/xmllite/reader.c +++ b/dlls/xmllite/reader.c @@ -2777,7 +2777,8 @@ static HRESULT WINAPI xmlreader_Read(IXmlReader* iface, XmlNodeType *nodetype) if (hr == S_OK) { TRACE("node type %s\n", debugstr_nodetype(This->nodetype)); - *nodetype = This->nodetype; + if (nodetype) + *nodetype = This->nodetype; }
return hr;
https://bugs.winehq.org/show_bug.cgi?id=42306
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.onenote.com/down | |load
--- Comment #1 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- Added downloadlink
sha1sum ~/Downloads/setuponenotefreeretail.x86.en-us_.exe d7adbfcc5656a77209e915c5fec8ca8c8a6dc63d /home/louis/Downloads/setuponenotefreeretail.x86.en-us_.exe
https://bugs.winehq.org/show_bug.cgi?id=42306
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- Yes, this makes sense. Please add corresponding call to tests and send this fix.
https://bugs.winehq.org/show_bug.cgi?id=42306
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- Created attachment 57033 --> https://bugs.winehq.org/attachment.cgi?id=57033 /tmp/zooi
(In reply to Nikolay Sivov from comment #2)
Yes, this makes sense. Please add corresponding call to tests and send this fix.
Well, my knowledge about this is not very much, so then i need some guidance i guess.
I did an attempt in attachment, i dont know where to put test. When i put it in other places in reader.c i get several failed tests/crash, when i put it like in attachment it passes (on XP). Would this be correct place?
https://bugs.winehq.org/show_bug.cgi?id=42306
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |bunglehead@gmail.com
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com --- No, it doesn't look right. I'll take care of it.
https://bugs.winehq.org/show_bug.cgi?id=42306
--- Comment #5 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- (In reply to Nikolay Sivov from comment #4)
No, it doesn't look right. I'll take care of it.
ok, thats fine
https://bugs.winehq.org/show_bug.cgi?id=42306
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Assignee|bunglehead@gmail.com |wine-bugs@winehq.org Fixed by SHA1| |33d8a323d01f36785ea3db0f7c9 | |5eda5c36bea07 Status|NEW |RESOLVED
--- Comment #6 from Nikolay Sivov bunglehead@gmail.com --- Fixed with 33d8a323d01f36785ea3db0f7c95eda5c36bea07, please test.
https://bugs.winehq.org/show_bug.cgi?id=42306
--- Comment #7 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- (In reply to Nikolay Sivov from comment #6)
Fixed with 33d8a323d01f36785ea3db0f7c95eda5c36bea07, please test.
Yes, the crash is gone.
(Next problem is an errorwindow comes up, winetricks msxml6 is workaround, but that should be tracked in new bugreport then)
https://bugs.winehq.org/show_bug.cgi?id=42306
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com --- Yes, please.
https://bugs.winehq.org/show_bug.cgi?id=42306
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 2.1.
https://bugs.winehq.org/show_bug.cgi?id=42306
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.0.x
https://bugs.winehq.org/show_bug.cgi?id=42306
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|2.0.x |---
--- Comment #10 from Michael Stefaniuc mstefani@winehq.org --- Removing the 2.0.x milestone from bugs included in 2.0.1.