https://bugs.winehq.org/show_bug.cgi?id=45205
Bug ID: 45205 Summary: Firefox 60 crashes on start due to missing function LdrRegisterDllNotification Product: Wine Version: 3.8 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: alexhenrie24@gmail.com Distribution: ---
Created attachment 61420 --> https://bugs.winehq.org/attachment.cgi?id=61420 WINEDEBUG=+relay
Firefox 60.0 crashes on start shortly after calling GetProcAddress for LdrRegisterDllNotification. Log with +relay attached.
https://bugs.winehq.org/show_bug.cgi?id=45205
tokktokk fdsfgs@krutt.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs@krutt.org
https://bugs.winehq.org/show_bug.cgi?id=45205
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE URL| |https://www.mozilla.org/en- | |US/firefox/60.0/releasenote | |s/ CC| |focht@gmx.net Summary|Firefox 60 crashes on start |Firefox 60 crashes on start |due to missing function |due to missing function |LdrRegisterDllNotification |ntdll.LdrRegisterDllNotific | |ation Keywords| |download
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
dupe of bug 44585
Please search Bugzilla more carefully before creating tickets. It already shows the existing bug when one starts typing 'LdrRegisterDllNotification'.
--- snip --- 0009:Call KERNEL32.GetModuleHandleW(1001dfa0 L"ntdll.dll") ret=1000e5a4 ... 0009:Ret KERNEL32.GetModuleHandleW() retval=7bc10000 ret=1000e5a4 ... 0009:Call KERNEL32.GetProcAddress(7bc10000,1001dfb4 "LdrRegisterDllNotification") ret=1000e5ab 0009:Ret KERNEL32.GetProcAddress() retval=00000000 ret=1000e5ab 0009:Call ucrtbase._except_handler4_common(0042b008,00405510,0032f4a8,0032feb0,0032f1dc,0032f128) ret=00405a2e 0009:Call ucrtbase._seh_filter_exe(c0000005,0032eff4) ret=004054ce 0009:Ret ucrtbase._seh_filter_exe() retval=00000000 ret=004054ce 0009:Ret ucrtbase._except_handler4_common() retval=00000001 ret=00405a2e 0009:Call KERNEL32.SetUnhandledExceptionFilter(02f3e94d) ret=0193a452 0009:Ret KERNEL32.SetUnhandledExceptionFilter() retval=02f35d7d ret=0193a452 0009:Call ucrtbase._set_invalid_parameter_handler(00000000) ret=02f35cc8 0009:Ret ucrtbase._set_invalid_parameter_handler() retval=02f35e19 ret=02f35cc8 0009:Call ucrtbase._set_purecall_handler(00000000) ret=02f35cd6 0009:Ret ucrtbase._set_purecall_handler() retval=02f35f94 ret=02f35cd6 ... --- snip ---
Regards
*** This bug has been marked as a duplicate of bug 44585 ***
https://bugs.winehq.org/show_bug.cgi?id=45205
--- Comment #2 from Alex Henrie alexhenrie24@gmail.com --- OK. I didn't consider it a duplicate because Firefox is happy with just a stub. It doesn't need a full implementation to get it working like it worked before. Nevertheless, I'll remember the preference for reusing existing bug reports in this situation.
https://bugs.winehq.org/show_bug.cgi?id=45205
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Ken Sharp imwellcushtymelike@gmail.com --- Closing bugs marked as duplicate.