Posts by mglae

    Code
    Thread 1 (Thread 0x7f201a7fc640 (LWP 46193)):
    #0  0x000000000099719a in ?? ()
    #1  0x00000000009993a0 in ?? ()
    #2  0x00000000009993a0 in ?? ()
    #3  0x0000000000999777 in CJSONVariantWriter::Write(CVariant const&, std::string&, bool) ()
    #4  0x0000000000d4bc90 in JSONRPC::CJSONRPC::MethodCall(std::string const&, JSONRPC::ITransportLayer*, JSONRPC::IClient*) ()
    #5  0x0000000000c97b6d in JSONRPC::CTCPServer::CTCPClient::PushBuffer(JSONRPC::CTCPServer*, char const*, int) ()
    #6  0x0000000000ca0d16 in JSONRPC::CTCPServer::Process() ()
    #7  0x00000000009ccb72 in CThread::Action() ()

    It is crashing in JSONRPC. Start by adding component logging.

    I'm unsure if this occurs because of latest updates in LE master (e.g. gcc12) and running older somehow incompatible binary addons.

    1) I removed the PVR Simpe Client add-on

    According to the post you have to remove .kodi.FAILED/addons/packages/* too.


    To be on the stable side again I recommend updating (at least) to nigthly image 20220806 to include glibc 2.36 and confirm you do have pvr.iptvsimple-20.4.0.2 installed on this.

    If still failing a new debug crash log show most helpful information.

    Code
    Program terminated with signal SIGSEGV, Segmentation fault.
    #0  0x0000000001288ef0 in PVR::CPVRTimers::UpdateEntries(int) ()
    [Current thread is 1 (Thread 0x7f3deaffd640 (LWP 3107))]
    
    Thread 1 (Thread 0x7f3deaffd640 (LWP 3107)):
    #0  0x0000000001288ef0 in PVR::CPVRTimers::UpdateEntries(int) ()
    #1  0x000000000128a4dd in PVR::CPVRTimers::Process() ()
    #2  0x0000000000e62c53 in CThread::Action() ()
    #3  0x0000000001694446 in ?? ()

    Currently your kodi is crashing in PVR Manager when starting PVR Simple Client.

    Follow this post to remove the PVR addon and install the latest version. Please post new crash log if still failing.

    Code
    Apr 11 16:28:37 LibreELEC fsck: STORAGE: 11/8192 files (0.0% non-contiguous), 5914/32768 blocks

    STORAGE failed to expand on first boot. It is still 32MB small.

    Try the installation again and check the on screen messages on first boot.


    In addition there is a SD error that may have caused the failure, keep an eye on it:

    Code
    Apr 11 16:28:52 LibreELEC kernel: mmc0: timeout waiting for hardware interrupt.
    Apr 11 16:28:52 LibreELEC kernel: [00dcef12] TCM> ad9675a0 0
    [...]

    I'm afraid nobody can can help without logs.

    Please provide a full debug log.

    How to post a log (wiki)

    1. Enable debugging in Settings>System Settings>Logging
    2. Restart Kodi
    3. Replicate the problem
    4. Generate a log URL (do not post/upload logs to the forum)

    use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link

    Disabled the Nvidia ones and now it works.

    Good.

    One problem though, YouTube gives me 401 when I try to sign in.

    Better use youtube thread in Kodi forum for such questions.

    I tried to actually use it with the Intel drivers, it cannot handle hevc video. so, how can I get the Nvidia drivers to work?

    Not possible (at least on LE).

    1. LE only supports a single GPU and Intel drivers are required for output.
    2. There is no NVidia VDPAU support for HEVC in Kodi.
    3. I'm unsure what is supported at all in Linux for your NVidia Optmius system.

    The issue is visible in the log. The default audio device returned by kodi is "Default" but when trying to set the value again it is interpreted as "PULSE:Default".

    Your alsa devices are:

    To avoid any guessing try all possible devices:

    • "ALSA:Default"
    • "ALSA:@" (already tested by you with failure)
    • "ALSA:sysdefault"
    • "ALSA:sysdefault:CARD=vc4hdmi"
    • "ALSA:hdmi:CARD=vc4hdmi,DEV=0"

    I wasn't sure what to put in the 'Audio Device' setting for Bluetooth Audio Device Changer so I set it to "ALSA:@"

    Best practice to set the correct device in Bluetooth Changer:

    1. Deinstall Bluetooth Changer Addon and it's configuration
    2. Configure correct audio device via kodi settings.
    3. Install Bluetooth Changer again. It will use the kodi setting as default.

    If still failing debug log may tell more.