https://bugs.winehq.org/show_bug.cgi?id=40174
Bug ID: 40174 Summary: Lego Mindstorms EV3 Home Edition crashes on startup, needs urlmon.dll.446 implementation Product: Wine Version: 1.9.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: urlmon Assignee: wine-bugs@winehq.org Reporter: asdfghrbljzmkd@outlook.com Distribution: ---
The Lego Mindstorms EV3 Home Edition software crashes on startup, needs urlmon.dll.446 implementation. If I use the builtin version, I get wine: Call from 0x7bc54bb0 to unimplemented function urlmon.dll.446, aborting wine: Call from 0x7b83d0b2 to unimplemented function urlmon.dll.446, aborting in the terminal and also get "LEGO MINDSTORMS EV3 has terminated unexpectedly. Please restart the application." in a dialog box. Forcing the native version allows the program to launch.
https://bugs.winehq.org/show_bug.cgi?id=40174
Qwerty Chouskie asdfghrbljzmkd@outlook.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |asdfghrbljzmkd@outlook.com Distribution|--- |Ubuntu
https://bugs.winehq.org/show_bug.cgi?id=40174
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://esd.lego.com.edgesui | |te.net/digitaldelivery/mind | |storms/6ecda7c2-1189-4816-b | |2dd-440e22d65814/public/LMS | |-EV3-WIN32-ENUS-01-01-01-fu | |ll-setup.exe CC| |austinenglish@gmail.com Ever confirmed|0 |1
--- Comment #1 from Austin English austinenglish@gmail.com --- Confirming, unimplemented. It's CoInternetGetBrowserProfile, according to http://www.geoffchappell.com/studies/windows/ie/urlmon/history/ords800.htm
https://bugs.winehq.org/show_bug.cgi?id=40174
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #2 from André H. nerv@dawncrow.de --- Which Windows Version is set in winecfg?
https://bugs.winehq.org/show_bug.cgi?id=40174
--- Comment #3 from Qwerty Chouskie asdfghrbljzmkd@outlook.com --- (In reply to André H. from comment #2)
Which Windows Version is set in winecfg?
Windows XP (default)
https://bugs.winehq.org/show_bug.cgi?id=40174
--- Comment #4 from André H. nerv@dawncrow.de --- We report urlmon version 6, that function was introduced in 8 Stupid Mindstorms shouldn't call it...
https://bugs.winehq.org/show_bug.cgi?id=40174
Qwerty Chouskie asdfghrbljzmkd@outlook.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.9.3 |1.9.5
https://bugs.winehq.org/show_bug.cgi?id=40174
--- Comment #5 from Qwerty Chouskie asdfghrbljzmkd@outlook.com --- Could someone create a stub for testing? A stub that reports success may be all it needs.
https://bugs.winehq.org/show_bug.cgi?id=40174
--- Comment #6 from Austin English austinenglish@gmail.com --- (In reply to Qwerty Chouskie from comment #5)
Could someone create a stub for testing? A stub that reports success may be all it needs.
It's not trivial, as the function is undocumented (and I couldn't find a prototype for it).
https://bugs.winehq.org/show_bug.cgi?id=40174
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #7 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- Created attachment 53919 --> https://bugs.winehq.org/attachment.cgi?id=53919 446
(In reply to Qwerty Chouskie from comment #5)
Could someone create a stub for testing? A stub that reports success may be all it needs.
I`m not sure but maybe you could just try trial and error like in patch. Uncomment appropiate corresponding lines in urlmon.spec and umon.c and see if something changes in crash. I`m currnetly downloading the game myself and will give it a shot later this day
https://bugs.winehq.org/show_bug.cgi?id=40174
--- Comment #8 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- Hi, i tried this app and didn`t see this call to urlmon.dll.446.
I can only reproduce this using native mshtml. So apparently Lego-app doesn`kt call this fucntion, but native mshtml does.
I don`t think this bugreport is really valid in this way. @Bugreporter: can you give us info on what dlls you`ve set to native? Thanks in advance
https://bugs.winehq.org/show_bug.cgi?id=40174
--- Comment #9 from Nikolay Sivov bunglehead@gmail.com --- Right, if IE was installed all system dlls it provides have to be used as 'native'.
https://bugs.winehq.org/show_bug.cgi?id=40174
--- Comment #10 from Qwerty Chouskie asdfghrbljzmkd@outlook.com --- Created attachment 53926 --> https://bugs.winehq.org/attachment.cgi?id=53926 override list part 1
https://bugs.winehq.org/show_bug.cgi?id=40174
--- Comment #11 from Qwerty Chouskie asdfghrbljzmkd@outlook.com --- Created attachment 53927 --> https://bugs.winehq.org/attachment.cgi?id=53927 override list part 2
https://bugs.winehq.org/show_bug.cgi?id=40174
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.9.5 |1.9.3
--- Comment #12 from André H. nerv@dawncrow.de --- Please don't change original reported version. And yes, this looks quite invalid. urlmon is set to "native,builtin", but is there a native dll around?
https://bugs.winehq.org/show_bug.cgi?id=40174
--- Comment #13 from Qwerty Chouskie asdfghrbljzmkd@outlook.com --- (In reply to André H. from comment #12)
Please don't change original reported version. And yes, this looks quite invalid. urlmon is set to "native,builtin", but is there a native dll around?
The native DLL is around, as setting it to "native" instead of "native,builtin" fixes the problem.
https://bugs.winehq.org/show_bug.cgi?id=40174
--- Comment #14 from Qwerty Chouskie asdfghrbljzmkd@outlook.com --- Maybe the actual bug is "Wine uses builtin urlmon.dll instead of native version when override is set to 'native,builtin'"
https://bugs.winehq.org/show_bug.cgi?id=40174
--- Comment #15 from Nikolay Sivov bunglehead@gmail.com --- It's more productive to make it work without IE. What's a problem with this application that you have to install IE?
https://bugs.winehq.org/show_bug.cgi?id=40174
Qwerty Chouskie asdfghrbljzmkd@outlook.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID
--- Comment #16 from Qwerty Chouskie asdfghrbljzmkd@outlook.com --- Opened new bug 40729 for the root cause.
https://bugs.winehq.org/show_bug.cgi?id=40174
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #17 from Bruno Jesus 00cpxxx@gmail.com --- Closing invalid bugs.