-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wwivd.exe crashes on launch beginning with v5.9.03742 Win11 x86 #1633
Comments
I'll have to try to update the dependencies again to see if there was just a bad version in hte mix. Can you run it with --v=4 to see some more debugging info? |
Also I don't have a Win11 machine to test on :( |
I was finally able to take some time to elevate logging from 3 to 4 but the log file generated upon crash is empty as wwivd crashes before anything can really be generated. 2024-11-28 12:30:07,142 INFO wwivd - WWIV Daemon. {[1] WWIV (WWIV)} Found some useful info in the Windows Event logs: Faulting application name: wwivd.exe, version: 0.0.0.0, time stamp: 0x67109025 Windows Error Report attached. |
Thanks, there wasn't a stacktrace in there, Any chance you can g\run this under the debugger to get a stack trace so we can see where it crashes? |
Upgrading Visual Studio now. Wil try again when it's complete. Crashing still occurring on all builds post 03741 |
Not sure if this is complete, I keep getting an error in VS about a missing mutex.c
|
Not sure if related, but VS 2022 is not supported on my Windows 10 x86 install. Perhaps something introduced there? |
Apparently, Ninja is not supported on x86 anymore either. |
Is this the Call Stack info needed?
-- |
Can you build your own ninja and replace the one in msvc?
See ninja-build/ninja#1339
…On Mon, Jan 20, 2025 at 9:12 AM Jimmy Mac ***@***.***> wrote:
Is this the Call Stack info needed?
msvcp140.dll!mtx_do_lock(_Mtx_internal_imp_t * mtx, const xtime * target)
Line 99 C++
wwivd.exe!00f72c66() Unknown
wwivd.exe![Frames below may be incorrect and/or missing, no symbols loaded
for wwivd.exe] Unknown
[External Code
--
Debug Output:
'wwivd.exe' (Win32): Loaded 'C:\wwiv\wwivd.exe'. Module was built without
symbols.
'wwivd.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Symbols
loaded.
'wwivd.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Symbols
loaded.
'wwivd.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Symbols
loaded.
'wwivd.exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. Symbols
loaded.
'wwivd.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Symbols
loaded.
'wwivd.exe' (Win32): Loaded 'C:\Windows\System32\ucrtbase.dll'. Symbols
loaded.
'wwivd.exe' (Win32): Loaded 'C:\wwiv\msvcp140.dll'. Symbols loaded.
'wwivd.exe' (Win32): Loaded 'C:\Windows\System32\dbghelp.dll'. Symbols
loaded.
'wwivd.exe' (Win32): Loaded 'C:\wwiv\vcruntime140.dll'. Symbols loaded.
The thread 0x1b7c has exited with code 0 (0x0).
Exception thrown at 0x75892992 in wwivd.exe: Microsoft C++ exception:
cereal::Exception at memory location 0x008FF160.
Exception thrown at 0x7AC1C559 (msvcp140.dll) in wwivd.exe: 0xC0000005:
Access violation reading location 0x00000000.
—
Reply to this email directly, view it on GitHub
<#1633 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABQVX5QKTDKEN25USJX3K432LUU7LAVCNFSM6AAAAABQDT5MUGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBSHEZDOMZSG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Since v5.9.03742, any upgrades from v5.9.0371 breaks wwivd.
Launch fails at Set signal handlers
Rolling wwivd back to 5.9.0371 fixes issue.
Have tried updating to the latest VCredist. no luck.
wwivd log only shows:
{[1] WWIV (WWIV)}
2024-10-17 05:13:41,281 INFO wwivd - WWIV Daemon.
2024-10-17 05:13:41,291 INFO Loaded BBSES:
{[1] WWIV (WWIV)}
2024-10-17 05:15:49,325 INFO wwivd - WWIV Daemon.
2024-10-17 05:15:49,349 INFO Loaded BBSES:
The text was updated successfully, but these errors were encountered: