https://bugs.winehq.org/show_bug.cgi?id=42267
Bug ID: 42267 Summary: wine: Call from 0x7bc57709 to unimplemented function ntdll.dll._aulldvrm, aborting Product: Wine Version: 2.0-rc5 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: xerox_xerox2000@yahoo.co.uk Distribution: ---
As the title says. The app is installer of Rogue-Killer. I dont know what the unimplemented function is supposed to.
https://bugs.winehq.org/show_bug.cgi?id=42267
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://www.fosshub.com/Rog | |ueKiller.html Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=42267
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- AFAIK it's unsigned integer division... You could take a look at the reactos source, they seem to have it. Dunno about license issues though.
https://bugs.winehq.org/show_bug.cgi?id=42267
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|wine: Call from 0x7bc57709 |Rogue-Killer requires |to unimplemented function |unimplemented function |ntdll.dll._aulldvrm, |ntdll.dll._aulldvrm |aborting |
https://bugs.winehq.org/show_bug.cgi?id=42267
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=42267
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |STAGED Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/ntdll-_aulldvr | |m CC| |dmitry@baikal.ru, | |erich.e.hoover@wine-staging | |.com, michael@fds-team.de, | |sebastian@fds-team.de
https://bugs.winehq.org/show_bug.cgi?id=42267
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
https://bugs.winehq.org/show_bug.cgi?id=42267
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer CC| |focht@gmx.net Summary|Rogue-Killer requires |Rogue-Killer installer |unimplemented function |crashes on unimplemented |ntdll.dll._aulldvrm |function | |ntdll.dll._aulldvrm
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
still present.
--- snip --- $ WINEDEBUG=+seh,+relay,+module,+imports wine ./setup.exe >>log.txt 2>&1 ... 0052:Call KERNEL32.CreateFileA(005217e0 "C:\users\focht\Temp\is-4DNLK.tmp\RogueKillerDLL.dll",40000000,00000000,00000000,00000002,00000080,00000000) ret=00450f4d 0052:Ret KERNEL32.CreateFileA() retval=00000064 ret=00450f4d ... 0052:Call KERNEL32.LoadLibraryA(005217e0 "C:\users\focht\Temp\is-4DNLK.tmp\RogueKillerDLL.dll") ret=00448b03 ... 0052:trace:module:load_native_dll Trying native dll L"C:\users\focht\Temp\is-4DNLK.tmp\RogueKillerDLL.dll" 0052:trace:module:map_image mapped PE file at 0x10000000-0x106a6000 ... 0052:trace:imports:import_dll --- _alldiv ntdll.dll.1188 = 0x7bc3ac68 0052:warn:module:import_dll No implementation for ntdll.dll._aulldvrm imported from L"C:\users\focht\Temp\is-4DNLK.tmp\RogueKillerDLL.dll", setting to 0x650000 0052:trace:imports:import_dll --- _aulldvrm ntdll.dll.1197 = 0x650000 0052:trace:imports:import_dll --- _allshl ntdll.dll.1193 = 0x7bc3acb0 0052:trace:imports:import_dll --- _allmul ntdll.dll.1190 = 0x7bc3ac80 0052:trace:imports:import_dll --- _aullrem ntdll.dll.1198 = 0x7bc3ad10 0052:trace:imports:import_dll --- _aulldiv ntdll.dll.1196 = 0x7bc3acf8 ... 0052:trace:seh:raise_exception code=80000100 flags=1 addr=0x7bc644d8 ip=7bc644d8 tid=0052 0052:trace:seh:raise_exception info[0]=1061f4f8 0052:trace:seh:raise_exception info[1]=1061fa3e wine: Call from 0x7bc644d8 to unimplemented function ntdll.dll._aulldvrm, aborting --- snip ---
$ sha1sum setup.exe b4f785a2671b14a5c6d63833bcdd767e57d54ff9 setup.exe
$ du -sh setup.exe 35M setup.exe
$ wine --version wine-3.3
Regards
https://bugs.winehq.org/show_bug.cgi?id=42267
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com Status|STAGED |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |f80b1f45ff31c8a4f079bdda85c | |44a64b6d667fe
--- Comment #3 from Zebediah Figura z.figura12@gmail.com --- Fixed by https://source.winehq.org/git/wine.git/commit/f80b1f45ff31c8a4f079bdda85c44a...
https://bugs.winehq.org/show_bug.cgi?id=42267
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 3.6.
https://bugs.winehq.org/show_bug.cgi?id=42267
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |3.0.x
https://bugs.winehq.org/show_bug.cgi?id=42267
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|3.0.x |---
--- Comment #5 from Michael Stefaniuc mstefani@winehq.org --- Removing the 3.0.x milestone from bugs included in 3.0.2.