https://bugs.winehq.org/show_bug.cgi?id=50782
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Ever confirmed|0 |1 URL| |https://download.pcon-plann | |er.com/pCon.planner_setup.e | |xe Status|UNCONFIRMED |NEW Component|-unknown |msxml3
--- Comment #5 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Javier Domingo Cansino from comment #3)
Created attachment 69586 [details] Installation steps performed for pcon
I installed msxml3 and urlmon with winetricks, the steps I performed are the following:
I think that is the problem like winetricks recipe for msxml3 seems outdated as it only installs 32-bit msxml3; I installed 64-bit as well.
Anyway, I`m quite sure it must be a problem in msxml3, the stupid hack below gets around the crash as well:
diff --git a/dlls/msxml3/saxreader.c b/dlls/msxml3/saxreader.c index fc27260cc2c..f6205e60a0c 100644 --- a/dlls/msxml3/saxreader.c +++ b/dlls/msxml3/saxreader.c @@ -1282,7 +1282,7 @@ static HRESULT WINAPI isaxattributes_getType( saxlocator *This = impl_from_ISAXAttributes( iface );
FIXME("(%p)->(%d) stub\n", This, nIndex); - return E_NOTIMPL; + return 0;; }
static HRESULT WINAPI isaxattributes_getTypeFromName(
(Note: the following bug is that when I click in the upcoming window "I don`t want to register" it crashes; i think native mshtml is not needed after all, only urlmon and ieframe. But again, I think you have to install the 64-bit dlls for that, don`t know if winetricks is able to install the 64bit ieframe; i used homebrew winetricksscript forthat)