https://bugs.winehq.org/show_bug.cgi?id=51850
Bug ID: 51850 Summary: does not start MediaCreationTool21H1.exe Product: Wine Version: 6.16 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: 79625490833@yandex.ru Distribution: ---
Created attachment 70744 --> https://bugs.winehq.org/attachment.cgi?id=70744 backtrace
Hello. Does not start MediaCreationTool21H1.exe Operating System: ROSA Fresh Desktop 2021.1 KDE Plasma Version: 5.22.5 KDE Frameworks Version: 5.86.0 Qt Version: 5.15.2 Kernel Version: 5.10.70-generic-2rosa2021.1-x86_64 (64-bit) Graphics Platform: X11 Processors: 6 × AMD FX(tm)-6300 Six-Core Processor Memory: 7.7 ГиБ of RAM Graphics Processor: NVC1
https://bugs.winehq.org/show_bug.cgi?id=51850
--- Comment #1 from Rafał Mużyło galtgendo@o2.pl --- This bug report is of a significantly poor quality.
Yet, it accidentally captures the important part.
Unhandled exception: unimplemented function wdscore.dll.CurrentIP called in 32-bit code (0x7b033520).
Currently that function is just a stub - this seems to be not enough.
https://bugs.winehq.org/show_bug.cgi?id=51850
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|does not start |MediaCreationTool21H1.exe |MediaCreationTool21H1.exe |crashes, missing | |wdscore.dll.CurrentIP Status|UNCONFIRMED |NEW URL| |https://web.archive.org/web | |/20211007053140/https://dow | |nload.microsoft.com/downloa | |d/d/5/2/d528a4e0-03f3-452d- | |a98e-3e479226d166/MediaCrea | |tionTool21H1.exe CC| |dark.shadow4@web.de Keywords| |download Ever confirmed|0 |1
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- Confirming, adding download. The program also needs mfc42.
Now, if anyone knows the function signature of CurrentIP...?
https://bugs.winehq.org/show_bug.cgi?id=51850
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- Probably needs a bit more analysis, but here is something: https://github.com/seven-mile/CallCbsCore/blob/6465d9c6801768c56c7ca1faebc65...
https://bugs.winehq.org/show_bug.cgi?id=51850
--- Comment #4 from saber716rus 79625490833@yandex.ru --- (In reply to Fabian Maurer from comment #2)
Confirming, adding download. The program also needs mfc42.
Now, if anyone knows the function signature of CurrentIP...?
Yes, I set it on demand.
https://bugs.winehq.org/show_bug.cgi?id=51850
--- Comment #5 from Fabian Maurer dark.shadow4@web.de ---
Now, if anyone knows the function signature of CurrentIP...?
Yes, I set it on demand.
What's that supposed to mean?
https://bugs.winehq.org/show_bug.cgi?id=51850
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|MediaCreationTool21H1.exe |Microsoft Media Creation |crashes, missing |tool crashes on |wdscore.dll.CurrentIP |unimplemented function | |wdscore.dll.CurrentIP
https://bugs.winehq.org/show_bug.cgi?id=51850
Ben Shefte shefben@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |shefben@gmail.com
--- Comment #6 from Ben Shefte shefben@gmail.com --- If I am not mistaken IP is refering to a register, according to stack exchange it must be retrieved using assembly as C has no way of retrieving the value:
https://stackoverflow.com/questions/17640855/how-can-get-value-of-ip-registe...
looks like it is 2 simple lines of assembly