[Bug 40174] New: Lego Mindstorms EV3 Home Edition crashes on startup, needs urlmon.dll.446 implementation
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(a)winehq.org Reporter: asdfghrbljzmkd(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40174 Qwerty Chouskie <asdfghrbljzmkd(a)outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |asdfghrbljzmkd(a)outlook.com Distribution|--- |Ubuntu -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40174 Austin English <austinenglish(a)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(a)gmail.com Ever confirmed|0 |1 --- Comment #1 from Austin English <austinenglish(a)gmail.com> --- Confirming, unimplemented. It's CoInternetGetBrowserProfile, according to http://www.geoffchappell.com/studies/windows/ie/urlmon/history/ords800.htm -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40174 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de --- Comment #2 from André H. <nerv(a)dawncrow.de> --- Which Windows Version is set in winecfg? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40174 --- Comment #3 from Qwerty Chouskie <asdfghrbljzmkd(a)outlook.com> --- (In reply to André H. from comment #2)
Which Windows Version is set in winecfg?
Windows XP (default) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40174 --- Comment #4 from André H. <nerv(a)dawncrow.de> --- We report urlmon version 6, that function was introduced in 8 Stupid Mindstorms shouldn't call it... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40174 Qwerty Chouskie <asdfghrbljzmkd(a)outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.9.3 |1.9.5 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40174 --- Comment #5 from Qwerty Chouskie <asdfghrbljzmkd(a)outlook.com> --- Could someone create a stub for testing? A stub that reports success may be all it needs. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40174 --- Comment #6 from Austin English <austinenglish(a)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). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40174 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk --- Comment #7 from Louis Lenders <xerox_xerox2000(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40174 --- Comment #8 from Louis Lenders <xerox_xerox2000(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40174 --- Comment #9 from Nikolay Sivov <bunglehead(a)gmail.com> --- Right, if IE was installed all system dlls it provides have to be used as 'native'. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40174 --- Comment #10 from Qwerty Chouskie <asdfghrbljzmkd(a)outlook.com> --- Created attachment 53926 --> https://bugs.winehq.org/attachment.cgi?id=53926 override list part 1 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40174 --- Comment #11 from Qwerty Chouskie <asdfghrbljzmkd(a)outlook.com> --- Created attachment 53927 --> https://bugs.winehq.org/attachment.cgi?id=53927 override list part 2 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40174 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.9.5 |1.9.3 --- Comment #12 from André H. <nerv(a)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? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40174 --- Comment #13 from Qwerty Chouskie <asdfghrbljzmkd(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40174 --- Comment #14 from Qwerty Chouskie <asdfghrbljzmkd(a)outlook.com> --- Maybe the actual bug is "Wine uses builtin urlmon.dll instead of native version when override is set to 'native,builtin'" -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40174 --- Comment #15 from Nikolay Sivov <bunglehead(a)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? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40174 Qwerty Chouskie <asdfghrbljzmkd(a)outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #16 from Qwerty Chouskie <asdfghrbljzmkd(a)outlook.com> --- Opened new bug 40729 for the root cause. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40174 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #17 from Bruno Jesus <00cpxxx(a)gmail.com> --- Closing invalid bugs. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org