Giter Site home page Giter Site logo

Comments (2)

neo1973 avatar neo1973 commented on May 27, 2024

How did you install this? Because I just checked the Debian Sid repo and it's still on 20.5 (https://ftp.debian.org/debian/dists/sid/main/binary-amd64/Packages.gz):

Package: kodi
Source: kodi (2:20.5+dfsg-2)
Version: 2:20.5+dfsg-2+b1
Installed-Size: 118
Maintainer: Debian Multimedia Maintainers <[email protected]>
Architecture: amd64
Replaces: xbmc (<< 2:13.2+dfsg1-5~)
Provides: kodi-api-audiodecoder (= 4.0.0), kodi-api-audioencoder (= 3.0.0), kodi-api-audioengine (= 1.1.1), kodi-api-filesystem (= 1.1.8), kodi-api-game (= 3.0.0), kodi-api-general (= 1.0.5), kodi-api-gui (= 5.15.0), kodi-api-imagedecoder (= 3.0.1), kodi-api-inputstream (= 3.2.0), kodi-api-main (= 2.0.2), kodi-api-network (= 1.0.4), kodi-api-peripheral (= 2.0.0), kodi-api-pvr (= 8.2.0), kodi-api-screensaver (= 2.2.0), kodi-api-vfs (= 3.0.1), kodi-api-videocodec (= 2.0.3), kodi-api-visualization (= 4.0.0)
Depends: kodi-bin (>= 2:20.5+dfsg-2), kodi-bin (<< 2:20.5+dfsg-2.1~), kodi-data (>= 2:20.5+dfsg-2)
Recommends: kodi-repository-kodi | kodi-repository, kodi-visualization-spectrum
Breaks: xbmc (<< 2:13.2+dfsg1-5~)
Description: Open Source Home Theatre (executable binaries)
Homepage: https://kodi.tv/
Description-md5: 8cbb7a58aa8f70442021b6474bb4487a
Section: video
Priority: optional
Filename: pool/main/k/kodi/kodi_20.5+dfsg-2+b1_amd64.deb
Size: 30552
MD5sum: 5230b1e40b784037a84f19000a3a9184
SHA256: 27fb4ce3b07060e60780fafa56d7a86630b58ce100cd49721eb8ec011686763d

Also, please provide a full debug log.

from xbmc.

pitsi avatar pitsi commented on May 27, 2024

I do not wait for the main repo to package it. I use deb-multimedia.org since ever and I have been getting kodi from there since kodi was called xbmc and its version was a single digit number.

Here is a debug log (kodi launched with the --debug parameter) and a crash log from that.
https://paste.debian.net/hidden/f18fd98a/
https://paste.debian.net/hidden/eec91c00/

---edit
Please do not tell me that kodi was built with python 3.12!

---re-edit
Assuming that python's shudown function is to blame, I checked threading.py from both python 3.11 and 3.12.
This bit is where they differ. The rest of the function is identical for both files.
3.12

    if _main_thread._is_stopped and _is_main_interpreter():
        # _shutdown() was already called
        return

3.11

    if _main_thread._is_stopped:
        # _shutdown() was already called
        return

from xbmc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.