[Bug 42267] New: wine: Call from 0x7bc57709 to unimplemented function ntdll.dll._aulldvrm, aborting
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(a)winehq.org Reporter: xerox_xerox2000(a)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. -- 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=42267 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://www.fosshub.com/Rog | |ueKiller.html Keywords| |download -- 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=42267 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4(a)web.de --- Comment #1 from Fabian Maurer <dark.shadow4(a)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. -- 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=42267 Jeff Zaroyko <jeffz(a)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 | -- 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=42267 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com -- 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=42267 Sebastian Lackner <sebastian(a)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(a)baikal.ru, | |erich.e.hoover(a)wine-staging | |.com, michael(a)fds-team.de, | |sebastian(a)fds-team.de -- 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=42267 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- 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=42267 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer CC| |focht(a)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(a)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 -- 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=42267 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12(a)gmail.com Status|STAGED |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |f80b1f45ff31c8a4f079bdda85c | |44a64b6d667fe --- Comment #3 from Zebediah Figura <z.figura12(a)gmail.com> --- Fixed by https://source.winehq.org/git/wine.git/commit/f80b1f45ff31c8a4f079bdda85c44a... -- 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=42267 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 3.6. -- 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=42267 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |3.0.x -- 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=42267 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|3.0.x |--- --- Comment #5 from Michael Stefaniuc <mstefani(a)winehq.org> --- Removing the 3.0.x milestone from bugs included in 3.0.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.
participants (1)
-
wine-bugs@winehq.org