Write on the thread that in constructor cPVRClientNextPVR there should be CreateThread() without false argument.
Then addon starts without Kodi crashing.
You can try Generic x86_64 version with this change: pvr.nextpvr-3.3.13.3.zip
Diff
--- a/src/pvrclient-nextpvr.cpp 2019-03-08 23:02:24.000000000 +0100
+++ b/src/pvrclient-nextpvr.cpp 2019-03-28 12:16:43.445033631 +0100
@@ -159,7 +159,7 @@ cPVRClientNextPVR::cPVRClientNextPVR()
m_realTimeBuffer = new timeshift::DummyBuffer();
m_livePlayer = nullptr;
- CreateThread(false);
+ CreateThread();
}
cPVRClientNextPVR::~cPVRClientNextPVR()
Display More