https://bugs.winehq.org/show_bug.cgi?id=52352
Bug ID: 52352 Summary: Impossible completing the installation of YI Home Product: Wine Version: 6.0.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: s.magrini@tiscali.it Distribution: ---
Created attachment 71528 --> https://bugs.winehq.org/attachment.cgi?id=71528 Error log
After launching the installation by means of the command: wine YIHomePCClientIntl_download_1.0.0.2.exe the installation starts correctly but, after asking some questions, it stops with the attached log.
https://bugs.winehq.org/show_bug.cgi?id=52352
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal Summary|Impossible completing the |YI Home installer crashes |installation of YI Home |on unimplemented | |urlmon.dll.414 Keywords| |Installer
--- Comment #1 from Gijs Vermeulen gijsvrm@gmail.com --- 6.0.2 is already a little old, could you try with wine-7.0rc4? Do you have any native components installed? Is there a free and legal download to reproduce this with?
Not a blocker, a bug in one application is severity "normal".
https://bugs.winehq.org/show_bug.cgi?id=52352
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com Keywords| |download URL| |https://oss.yitechnology.co | |m/file/YIHomePCClientIntl_d | |ownload_1.0.0.2.exe
--- Comment #2 from Louis Lenders xerox.xerox2000x@gmail.com --- i`m assuming it`s the program from the downloadlink.
@OP: can you confirm that?
I can reproduce the crash by "winetricks ie8" and than setting urlmon to builtin again: Unimplemented function urlmon.dll.414 called at address 7BC2794A (thread 0144)).
So doesn`t seem likely valid
However, on a fresh prefix it doesn`t work either for me, it halts with a messagebox "Invalid code (0)".
So I guess there`s still a bug
https://bugs.winehq.org/show_bug.cgi?id=52352
Ben Shefte shefben@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |shefben@gmail.com
--- Comment #3 from Ben Shefte shefben@gmail.com --- I think 414 is the ordinal number for the exported function: LogSqmIncrement
https://bugs.winehq.org/show_bug.cgi?id=52352
--- Comment #4 from Ben Shefte shefben@gmail.com --- Created attachment 71642 --> https://bugs.winehq.org/attachment.cgi?id=71642 urlmon_ordinal_stub.patch
here is the stub for the function, hope it works.
https://bugs.winehq.org/show_bug.cgi?id=52352
Bartosz gang65@poczta.onet.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gang65@poczta.onet.pl
--- Comment #5 from Bartosz gang65@poczta.onet.pl --- @Ben Shefte How did you found that the function name is:
stdcall LogSqmIncrement
and it looks like: /*********************************************************************** * LogSqmIncrement * Undocumented */ DWORD WINAPI LogSqmIncrement(DWORD unknown1, DWORD unknown2 ) { FIXME("variable 1: %x; variable 2: %x: stub\n", unknown1, unknown2); return 1; }
https://bugs.winehq.org/show_bug.cgi?id=52352
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |2fd582e1653de1bd2871625c7f9 | |54238d60dc404 CC| |infyquest@gmail.com Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #6 from Vijay Kamuju infyquest@gmail.com --- A stub is implemented - https://source.winehq.org/git/wine.git/commit/2fd582e1653de1bd2871625c7f9542...
https://bugs.winehq.org/show_bug.cgi?id=52352
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.5.