You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some users report that Kodi 21-Omega crashes on Windows using the latest version of pvr.waipu. The version is tested and working on Linux, not sure what causes the crash.
Since I am not a Windows user, I had to setup a Windows VM and I was able to reproduce the issue. (See crashlog below). I tried to create a debug Build on Windows, but I had some issues with the dev setup within the Windows VM.
EXCEPTION_RECORD: (.exr -1)
ExceptionAddress: 73055383 (msvcp140!mtx_do_lock+0x00000078)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 00000000
Parameter[1]: 00000000
Attempt to read from address 00000000
PROCESS_NAME: kodi.exe
READ_ADDRESS: 00000000
ERROR_CODE: (NTSTATUS) 0xc0000005 - Die Anweisung in 0x%p verwies auf Arbeitsspeicher bei 0x%p. Der Vorgang %s konnte im Arbeitsspeicher nicht durchgef hrt werden.
Describe the bug / Beschreibe den Fehler
Some users report that Kodi 21-Omega crashes on Windows using the latest version of pvr.waipu. The version is tested and working on Linux, not sure what causes the crash.
Since I am not a Windows user, I had to setup a Windows VM and I was able to reproduce the issue. (See crashlog below). I tried to create a debug Build on Windows, but I had some issues with the dev setup within the Windows VM.
I tried to analyze the crashlog:
I thought it might be related to "Access violation with std::mutex::lock after upgrading to VS 2022 version 17.10.0", caused by this command, but I am absolutely not sure how to proceed.
@ksooo Could you please help me finding a solution for the Windows users of pvr.waipu?
Environment / Umgebung:
The text was updated successfully, but these errors were encountered: