Skip to content
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

On my UBUNTU 24.04.1 Kodi crash immediatelly after about 1 seconds. Only apparently work if i launch it from terminal. #320

Open
1 of 7 tasks
DjDiabolik opened this issue Jan 5, 2025 · 70 comments

Comments

@DjDiabolik
Copy link

Bug report

Describe the bug

Some days ago i have already reported this my issue on kodi.tv forum..... i have received one reply but i'm not fully understand if i need to do somethigs on my setup to fix the issue.
Anyway the issue it's descripted on the title:
Without any apparently error and without any warning or error the day before (the last night i use kodi how i ever do daily for watch youtube for example) about two days ago i have switch on my Intel Mini-PC and when at desktop i have try to launch Kodi but it's not start.
It seems to start but then it doesn't and in fact crashes after less than a minute so much so that it generates the crash file kodi_crashlog_xxxxxx.log where xxxx it's the date and time when crash appened.

Expected Behavior

Seeing the boot screen appear with the current skin that has been used for months now...

Actual Behavior

Described above

Possible Fix

I don't have idea...

To Reproduce

Steps to reproduce the behavior:

  1. Simply try to start kodi from UBUNTU 24.04.1 LTS

Debuglog

I can't obtain a DebugLog because I don't have the physical time to activate the function...
If i can enable it modifying some config files by hand let me know.
I can post the crashlog also posted on kodi.tv forum:
https://paste.kodi.tv/izunayuwem.kodi

Screenshots

I can made screenshot.. nothing appear on my TV :)

Additional context or screenshots (if appropriate)

...also here...
I have see one strange.. if i launch kodi directly from terminal apparently it's start. But after that for use kodi i need to maintain the terminal windows open in background.

Your Environment

Used Operating system:

  • Android

  • iOS

  • tvOS

  • Linux

  • macOS

  • Windows

  • Windows UWP

  • Operating system version/name: UBUNTU 24.04.1 LTS

  • Kodi version: 21.1 (21.1.0) Git:20240817-183eb85-dirty (directly from log upper here)

@razzeee
Copy link
Member

razzeee commented Jan 5, 2025

what's the used flatpak version?

flatpak --version 

should be at least 1.14

@DjDiabolik
Copy link
Author

what's the used flatpak version?

flatpak --version 

should be at least 1.14

confirmed @razzeee

the output it's this:

diabolik@NUC-Ubuntu:~$ flatpak --version
Flatpak 1.14.6
diabolik@NUC-Ubuntu:~$ 

The strange issue is the very fast crash... it's under two seconds :) More than a crash it seems like something is failing to start directly also because from the log that you get there do not seem to be any errors reported.

@neo1973
Copy link
Contributor

neo1973 commented Jan 5, 2025

I haven't tired it but maybe by installing the SKD + debug symbols Kodi is able to capture information about the crash in the crash log:

flatpak install --include-sdk --include-debug tv.kodi.Kodi

@DjDiabolik
Copy link
Author

I haven't tired it but maybe by installing the SKD + debug symbols Kodi is able to capture information about the crash in the crash log:

flatpak install --include-sdk --include-debug tv.kodi.Kodi

ah ok... you have speak about this issue also on forum but I didn't understand your reply correctly until now.

I thinks i can try.... but after this i have to start kodi with some particular commands ?

@neo1973
Copy link
Contributor

neo1973 commented Jan 5, 2025

Just start the same way as usual to produce the crash. And if we are lucky there will be a new kodi_crashlog_xxxxxx.log that contains the information about the crash.

@DjDiabolik
Copy link
Author

Just start the same way as usual to produce the crash. And if we are lucky there will be a new kodi_crashlog_xxxxxx.log that contains the information about the crash.

ok i start to download it:
immagine

I hope this is not a full reinstall of kodi...... or it's be installed a different version of same app ?

@neo1973
Copy link
Contributor

neo1973 commented Jan 5, 2025

This is just the SDK and additional debug information. Kodi and the freedesktop runtime are not reinstalled.

@DjDiabolik
Copy link
Author

This is just the SDK and additional debug information. Kodi and the freedesktop runtime are not reinstalled.

ok.. completed all.... now i start my normal usage and when obtain a new crashlog i upload/paste on kodi.paste.tv....

@DjDiabolik
Copy link
Author

@neo1973 @razzeee Crash happened immediatelly right now....

Upload on paste.kodi.tv but apparently nothings it's different and there's no debug info.....

https://paste.kodi.tv/tiquvufibi.kodi

I don't have idea if i can to run with debug log.... i can modify some file setting manually to enable it ?

@Hairo
Copy link

Hairo commented Jan 6, 2025

Having the same issue on diet-pi (debian) with an intel NUC too, logs are similar to above (no debug info).

EDIT: it loads as expected when reverting to commit d6f2c81da5a78bffd805ccb7b263db74119f2ee052fe1d6dd453c7113f2751bb.

@neo1973
Copy link
Contributor

neo1973 commented Jan 6, 2025

Upload on paste.kodi.tv but apparently nothings it's different and there's no debug info.....

Well, it was worth a try 🙂

it loads as expected when reverting to commit d6f2c81da5a78bffd805ccb7b263db74119f2ee052fe1d6dd453c7113f2751bb.

That commit is before #309 so the freedesktop SDK update is likely the culprit.

To investigate further we need the stack trace either via flatpak-coredumpctl or by running Kodi in GDB, both as described in https://docs.flatpak.org/en/latest/debugging.html

@DjDiabolik
Copy link
Author

Having the same issue on diet-pi (debian) with an intel NUC too, logs are similar to above (no debug info).

EDIT: it loads as expected when reverting to commit d6f2c81da5a78bffd805ccb7b263db74119f2ee052fe1d6dd453c7113f2751bb.

interesting that here too we are faced with an Intel NUC.... If it were a common problem I don't think only you and I would report the same problem, do you think?

Upload on paste.kodi.tv but apparently nothings it's different and there's no debug info.....

Well, it was worth a try 🙂

it loads as expected when reverting to commit d6f2c81da5a78bffd805ccb7b263db74119f2ee052fe1d6dd453c7113f2751bb.

That commit is before #309 so the freedesktop SDK update is likely the culprit.

To investigate further we need the stack trace either via flatpak-coredumpctl or by running Kodi in GDB, both as described in https://docs.flatpak.org/en/latest/debugging.html

since I installed the sdk I would say that I am available for any test :)
but I am totally ignorant on the subject and I need to be guided step by step if possible....

Installing the SDK took up about 3 or 4GB of space. I wouldn't want to "mess up" my HD by installing tools that would then be useless in my case because I don't have the skills to use them...... I hope you understand what I mean...

@neo1973
Copy link
Contributor

neo1973 commented Jan 7, 2025

Does the command flatpak-coredumpctl tv.kodi.Kodi start a GDB session? If yes, what is the output of bt in GDB?

@DjDiabolik
Copy link
Author

Does the command flatpak-coredumpctl tv.kodi.Kodi start a GDB session? If yes, what is the output of bt in GDB?

ok thanks and sorry for my incompetence.... on this afternoon or at max ...

I'll be able to tell you for sure later this evening, but there's something I read in the first lines of my previous logs, namely this:

############### STACK TRACE #################
gdb not installed, can't get stack trace.
############# END STACK TRACE ###############

should this perhaps mean that I have to install the gdb package first?

then maybe another oddity is that if I start it from the terminal this problem doesn't seem to occur.... the problem happens if you launch it from its icon among the apps then but now it even seems that every 2 or 3 random times kodi then start (sometime i see the Estuary skin image on my TV and kodi close himselft after about 5 second).

I can't figure it out though, is it Kodi that crashes, but is it its entire ecosystem that closes (freedesktop or similar there doesn't seem to be any serious errors related to Kodi itself) ?

@razzeee
Copy link
Member

razzeee commented Jan 7, 2025

gdb should be there, due to https://docs.flatpak.org/en/latest/debugging.html#debug-packages which you ran earlier

@DjDiabolik
Copy link
Author

DjDiabolik commented Jan 7, 2025

@razzeee and @neo1973

Ok i can try.... the output it's this:

diabolik@NUC-Ubuntu:~$ flatpak-coredumpctl tv.kodi.Kodi
Comando «flatpak-coredumpctl» non trovato, ma può essere installato con:
sudo apt install libflatpak-dev
diabolik@NUC-Ubuntu:~$ 

You can understand my italian terminal windows ?

what do I do, do I also install this package as you suggest or not?

Anyway thanks for all support until now....

EDIT and ADD
Ironically, last night I also noticed another strange behavior:
I have try to open a Youtube Live Stream.... using the Youtube Addons it's use HLS protocol. Video it's open but after about 30 seconds it's got in buffering and this CAUSE a stuck completely kodi whit buffering block at about 2%.
At this point i can do nothings.... the entire UI it's completely stuck... i can only open a terminal (with CTRL + T) and kill the kodi process with command "flatpak kill tv.kodi.Kodi"

I thinks this is an issue on inputstream.adaptive.... but it's a totally different issue.

Anyway.... right now for obtain kodi works i need to reclick 5 time the icon on ubuntu desktop :)

EDIT num.2

2025-01-06 13:49:43.082 T:7        info <CWebserver[8080]>: Started
2025-01-06 13:49:43.083 T:7        info <general>: CWSDiscoveryListenerUDP::Start - Started

What is this CWebServer? Isn't that what causes the crash because it fails to boot or something?

@DjDiabolik
Copy link
Author

My Daily usage it's become terrible.... in addiction of this istant crash right now KODI it's completely crash while watching a youtube video. in full playback and totally random with no apparent errors.

The crash error log there's no report buffer error or similar..... tha kodi daily use it's every days terrible.

It's ubuntu kernel ? Freedesktop bug and all session crash ? I don't have idea.....

@neo1973
Copy link
Contributor

neo1973 commented Jan 7, 2025

what do I do, do I also install this package as you suggest or not?

Yes, you have to install libflatpak-dev

@DjDiabolik
Copy link
Author

DjDiabolik commented Jan 7, 2025

what do I do, do I also install this package as you suggest or not?

Yes, you have to install libflatpak-dev

diabolik@NUC-Ubuntu:~$ flatpak-coredumpctl tv.kodi.Kodi
'coredumpctl' not present on the system, can't run.
diabolik@NUC-Ubuntu:~$ 

Installed the libflatpak-dev with about another 1GB of free space needed... strange. After that there's the error obtain.

Again here:

diabolik@NUC-Ubuntu:~$ coredumpctl list
Comando «coredumpctl» non trovato, ma può essere installato con:
sudo apt install systemd-coredump
diabolik@NUC-Ubuntu:~$ 

Also coredumpctl installed right now:

diabolik@NUC-Ubuntu:~$ coredumpctl list
No coredumps found.
diabolik@NUC-Ubuntu:~$

Tryed this after installed:

diabolik@NUC-Ubuntu:~$ flatpak-coredumpctl tv.kodi.Kodi
Traceback (most recent call last):
  File "/usr/bin/flatpak-coredumpctl", line 83, in <module>
    coredumper.run()
  File "/usr/bin/flatpak-coredumpctl", line 44, in run
    subprocess.check_call(["coredumpctl", "dump"] + shlex.split(self.coredumpctl_matches),
  File "/usr/lib/python3.12/subprocess.py", line 413, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['coredumpctl', 'dump']' returned non-zero exit status 1.
diabolik@NUC-Ubuntu:~$ 

How i need to do right now ?

@neo1973

@DjDiabolik
Copy link
Author

Simply try to found some info by google... popped out other similar issue with other app close himself immediatelly after startup..

like this:
https://gitlab.gnome.org/GNOME/gimp/-/issues/11692

@razzeee
Copy link
Member

razzeee commented Jan 7, 2025

My Daily usage it's become terrible.... in addiction of this istant crash right now KODI it's completely crash while watching a youtube video. in full playback and totally random with no apparent errors.

At this point, I'm confused, if your app crashes instantly or if you can actually watch stuff. If it crashes instantly, you shouldn't be able to reach youtube?

@DjDiabolik
Copy link
Author

At this point, I'm confused, if your app crashes instantly or if you can actually watch stuff. If it crashes instantly, you shouldn't be able to reach youtube?
@razzeee

More often than not it crashes immediately and creates that crashlog file.

but if I insist and launch kodi several times in the end it starts then it happens that I can use it for several hours or that it crashes after a few minutes even if it is in the GUI without doing anything.

there is definitely something wrong... since it often doesn't start at all anyway I would say that it is normal that this undermines stability in the long term.

if we can get there and figure out what is causing those instant crashes then we'll see if other crashes persist and then we can move on to something else.

@DjDiabolik
Copy link
Author

DjDiabolik commented Jan 7, 2025

For example from right now i thinks i can try to use kodi starting from terminal using that:

diabolik@NUC-Ubuntu:~$ flatpak run --devel tv.kodi.Kodi
'this->recurse > 0' failed at ../src/pipewire/thread-loop.c:62 do_unlock()
libva info: VA-API version 1.22.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/intel-vaapi-driver/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
diabolik@NUC-Ubuntu:~$ 

if I start it from the terminal it seems to always start.
Maybe using that --devel logs something more at this point I don't know but as said from the terminal the "false starts" don't seem to happen.

in this example i opened.. kodi started and i terminated it correctly from the GUI in fact you can see that it returned to the terminal prompt correctly.

@tmortagne
Copy link

tmortagne commented Jan 7, 2025

interesting that here too we are faced with an Intel NUC.... If it were a common problem I don't think only you and I would report the same problem, do you think?

I reproduce the same problem on Ubuntu 24.04 and it's a NUC too (NUC5i3RYH to be precise).

Thanks for the terminal workaround.

It also made me realize that my problems with the Netflix plugin probably have the same root cause: it suddenly stopped starting video playback right when Kodi started crashing randomly at startup (if I try often enough I can get it to not crash). If I start Kodi from the terminal, it works like a charm again.

@DjDiabolik
Copy link
Author

NUC5i3RYH

We can't be sure that the problem is limited to users of NUCs and similar mini PC setups.
Anyway my intel nuc it's a NUC7PJYHN..... the night before since I started having those failed startups I had no problems whatsoever.
As you can see from my LOG I also use my NUC to watch and use my subscription to DAZN Italy and I watched live events for hours without the slightest problem.

It seems that now the general stability has been compromised in some way.....

I'll try launching it from the terminal and using it with the terminal opened in background....if I get any weird crashes then see if anything appears in the crash log or normal log that can help us work around and fix the problem.

@DjDiabolik
Copy link
Author

If you want to know... after my last comment I used kodi for almost all 4 hours and no strange crashes. As an enthusiast I watched an event in "On Demand" on DAZN and for the whole duration never a buffering problem or similar or strange crashes like those reported so far.
Just out of curiosity I started Kodi from the terminal with the addition of the --devel option.

Then there are times instead where if I use its icon from the desktop it crashes instantly or after a few minutes of use.

I'm confused like you :) ... but if you help me understand how to make this stacktrace thing work, let's see if it can be useful for the resolution... obviously thanks in advance.

@DjDiabolik
Copy link
Author

This afternoon for me a purpose test.... at my brothers home another mini pc with Ubuntu. it's an Asus VM40B. Also here i have updated all componet of ubuntu and kodi to latest flatpak build. Here apparently no problems...

Come back right now to my home... turn on my NUC reach Ubuntu Desktop and Kodi not start :) LOL...

I have try to make a look on Flatseal and i have tryed to reset all permission..... look on list there's it:
image

do you know that "allow devel" could help to enable debug logs?

@DjDiabolik
Copy link
Author

Ok i have enabled this setting... right now when i launch kodi from icon and it's crash i can obtain the request to send the report towards someone.
I never understand but apparently right now every crash append it is assimilated as a system crash and therefore creates and makes me send feedback as if it were a system app.

The thing is that if I launch Kodi from the terminal it starts and works fine. If launched from the desktop it doesn't work... the problem must be there somewhere.

@DjDiabolik
Copy link
Author

hey @neo1973 Interesting.. enable this setting now i can obtain this try to look here:

diabolik@NUC-Ubuntu:~$ flatpak-coredumpctl tv.kodi.Kodi
Executable /app/lib/kodi/kodi.bin doesn't seem to be a flatpaked application.
Running: `"flatpak" "run" "--filesystem=home" "--filesystem=/tmp" "--command=gdb" "--devel" "tv.kodi.Kodi" "/app/lib/kodi/kodi.bin" "/tmp/tmpfyot45kb"`
GNU gdb (GDB) 15.2
Copyright (C) 2024 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /app/lib/kodi/kodi.bin...
Reading symbols from /usr/lib/debug//app/lib/kodi/kodi.bin.debug...

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file /memfd:mutter-shared (deleted) during file-backed mapping note processing
[New LWP 28]
[New LWP 8]
[New LWP 33]
[New LWP 31]
[New LWP 44]
[New LWP 7]
[New LWP 35]
[New LWP 42]
[New LWP 37]
[New LWP 49]
[New LWP 36]
[New LWP 39]
[New LWP 34]
[New LWP 13]
[New LWP 12]
[New LWP 38]
[New LWP 41]
[New LWP 40]
[New LWP 21]
[New LWP 27]
[New LWP 45]
[New LWP 14]
[New LWP 29]
[New LWP 15]
[New LWP 16]
[New LWP 17]
[New LWP 18]
[New LWP 19]
--Type <RET> for more, q to quit, c to continue without paging--


kodi does not start.. what should I do at that point? How do I proceed? Where do I see any errors?

Also @razzeee do you know how i need to continue how i can debug on this terminal windows ?

@DjDiabolik
Copy link
Author

@razzeee so is everything ok? Why does it say it can't find the file?

I ask as a total ignoramus because honestly I don't understand if we've managed to figure out where the problem might be.

It seems that now other linux distributions are starting to have the same problem. Is that right?

@neo1973
Copy link
Contributor

neo1973 commented Jan 11, 2025

Why does it say it can't find the file?

Because the crash reporter doesn't know how to deal with Flatpaks sand boxing.

I don't understand if we've managed to figure out where the problem might be.

The crash happens in a third party library Kodi uses (udev). As similar crashes seem to happen with other applications using that library the crash is probably not due to Kodi doing something wrong but has other causes. This believe is reinforced by the very same Kodi working on the older freedesktop SDK without issues.

It seems that now other linux distributions are starting to have the same problem. Is that right?

That's unclear in the context of Kodi. So far I only heard of problems on Ubuntu (and only certain installations).

@DjDiabolik
Copy link
Author

@neo1973 ok thanks for info.... if it's needed i'm here for some addictional test...

Turned on my Mini PC about 5 minutes ago.... received two flatpak updated related to tv.kodi.Kodi and tv.kodi.Kodi.Debug (or somethings similar) I have update both them.

For obtain kodi start i have need to click on icon about 10 times... lol :) for now if I understand I have to live with the problem hoping Kodi it doesn't become completely unusable.

@DjDiabolik
Copy link
Author

@neo1973 and @razzeee and it's right now start to crash also launch from terminal:

diabolik@NUC-Ubuntu:~$ flatpak run --devel tv.kodi.Kodi
'this->recurse > 0' failed at ../src/pipewire/thread-loop.c:62 do_unlock()
libva info: VA-API version 1.22.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/intel-vaapi-driver/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
Assertion 'close_nointr(fd) != -EBADF' failed at src/basic/fd-util.c:75, function safe_close(). Aborting.
/app/bin/kodi: riga 216:     7 Annullato               (core dump creato) ${KODI_BINARY} ${ENV_ARGS} $SAVED_ARGS
Crash report available at /home/diabolik/.var/app/tv.kodi.Kodi/data/kodi_crashlog-20250113_145518.log
diabolik@NUC-Ubuntu:~$ 

as ever the crashlog not contain eny error... now try to run immediatelly after the coredumpctl and post the output in terminal

@DjDiabolik
Copy link
Author

DjDiabolik commented Jan 13, 2025

diabolik@NUC-Ubuntu:~$ flatpak-coredumpctl tv.kodi.Kodi
Executable /app/lib/kodi/kodi.bin doesn't seem to be a flatpaked application.
Running: `"flatpak" "run" "--filesystem=home" "--filesystem=/tmp" "--command=gdb" "--devel" "tv.kodi.Kodi" "/app/lib/kodi/kodi.bin" "/tmp/tmpcwmay545"`
GNU gdb (GDB) 15.2
Copyright (C) 2024 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /app/lib/kodi/kodi.bin...
Reading symbols from /usr/lib/debug//app/lib/kodi/kodi.bin.debug...

warning: Can't open file anon_inode:i915.gem which was expanded to anon_inode:i915.gem during file-backed mapping note processing

warning: Can't open file /memfd:mutter-shared (deleted) during file-backed mapping note processing
[New LWP 28]
[New LWP 7]
[New LWP 25]
[New LWP 48]
[New LWP 18]
[New LWP 36]
[New LWP 39]
[New LWP 46]
[New LWP 19]
[New LWP 12]
[New LWP 21]
[New LWP 8]
[New LWP 29]
[New LWP 47]
[New LWP 13]
[New LWP 14]
[New LWP 49]
[New LWP 15]
[New LWP 16]
[New LWP 33]
[New LWP 17]
[New LWP 50]
[New LWP 20]
[New LWP 24]
[New LWP 51]
[New LWP 37]
[New LWP 31]
[New LWP 52]
--Type <RET> for more, q to quit, c to continue without paging--
[New LWP 34]
[New LWP 42]
[New LWP 38]
[New LWP 41]
[New LWP 40]
[New LWP 35]
[New LWP 27]
[New LWP 30]

This GDB supports auto-downloading debuginfo from the following URLs:
  <https://debuginfod.ubuntu.com>
Enable debuginfod for this session? (y or [n]) n
Debuginfod has been disabled.
To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/app/lib/kodi/kodi.bin'.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
44	      return INTERNAL_SYSCALL_ERROR_P (ret) ? INTERNAL_SYSCALL_ERRNO (ret) : 0;
[Current thread is 1 (Thread 0x730c416006c0 (LWP 28))]
(gdb) bt
#0  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
#1  0x0000730c7417de23 in __pthread_kill_internal (threadid=<optimized out>, signo=6) at pthread_kill.c:78
#2  0x0000730c7412508e in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#3  0x0000730c7410c882 in __GI_abort () at abort.c:79
#4  0x0000730c7520b93c in log_assert_failed (text=text@entry=0x730c752350b0 "close_nointr(fd) != -EBADF", file=file@entry=0x730c7523509c "src/basic/fd-util.c", line=line@entry=75, 
    func=<optimized out>) at ../src/basic/log.c:995
#5  0x0000730c7521b6d9 in safe_close (fd=fd@entry=41) at ../src/basic/fd-util.c:75
#6  0x0000730c75227296 in closep (fd=<synthetic pointer>) at ../src/basic/fd-util.h:45
#7  chaseat (dir_fd=<optimized out>, path=<optimized out>, flags=<optimized out>, ret_path=0x730c415fef68, ret_fd=<optimized out>) at ../src/basic/chase.c:84
#8  0x0000730c7522b434 in chase.constprop.0 (path=0x730c0c074cd1 "sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00", ret_path=0x730c415feff0, ret_fd=0x730c415fefec, flags=0, 
    root=0x730c75235471 "/") at ../src/basic/chase.c:633
#9  0x0000730c75215cfa in device_set_syspath (device=0x730c0c074b20, _syspath=0x730c0c074ae0 "/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00", verify=<optimized out>)
    at ../src/libsystemd/sd-device/sd-device.c:153
#10 0x0000730c7522ee41 in device_new_from_syspath.constprop.0 (ret=0x730c0c074718, syspath=0x730c0c074ae0 "/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00", strict=true)
    at ../src/libsystemd/sd-device/sd-device.c:271
#11 0x0000730c75223803 in sd_device_new_from_syspath (ret=0x730c0c074718, syspath=<optimized out>) at ../src/libsystemd/sd-device/sd-device.c:280
#12 device_new_from_child (ret=0x730c0c074718, child=0x730c0c074710) at ../src/libsystemd/sd-device/sd-device.c:1066
#13 sd_device_get_parent (child=0x730c0c074710, ret=0x730c415ff228) at ../src/libsystemd/sd-device/sd-device.c:1080
#14 0x0000730c7520ecab in enumerator_add_parent_devices (flags=<optimized out>, enumerator=<optimized out>, device=0x730c0c074710)
    at ../src/libsystemd/sd-device/device-enumerator.c:648
#15 enumerator_scan_dir_and_add_devices (enumerator=enumerator@entry=0x730c0c000e60, basedir=basedir@entry=0x730c75234e43 "bus", subdir1=subdir1@entry=0x730c0c00187b "acpi", 
    subdir2=subdir2@entry=0x730c75234e3b "devices") at ../src/libsystemd/sd-device/device-enumerator.c:746
#16 0x0000730c7520ef5f in enumerator_scan_dir (enumerator=enumerator@entry=0x730c0c000e60, basedir=basedir@entry=0x730c75234e43 "bus", subdir=subdir@entry=0x730c75234e3b "devices", 
    subsystem=subsystem@entry=0x0) at ../src/libsystemd/sd-device/device-enumerator.c:783
#17 0x0000730c75214c7a in enumerator_scan_devices_all (enumerator=0x730c0c000e60) at ../src/libsystemd/sd-device/device-enumerator.c:958
#18 device_enumerator_scan_devices (enumerator=0x730c0c000e60) at ../src/libsystemd/sd-device/device-enumerator.c:989
#19 device_enumerator_scan_devices (enumerator=0x730c0c000e60) at ../src/libsystemd/sd-device/device-enumerator.c:969
#20 udev_enumerate_scan_devices (udev_enumerate=<optimized out>) at ../src/libudev/libudev-enumerate.c:443
#21 0x00005928ea57a63a in PERIPHERALS::CPeripheralBusUSB::PerformDeviceScan (this=0x592913934410, results=...)
    at /run/build/kodi/xbmc/platform/linux/peripherals/PeripheralBusUSBLibUdev.cpp:92
#22 0x00005928eb2e68e4 in PERIPHERALS::CPeripheralBus::ScanForDevices (this=0x592913934410) at /run/build/kodi/xbmc/peripherals/bus/PeripheralBus.cpp:128
#23 0x00005928ea57a22d in PERIPHERALS::CPeripheralBusUSB::Process (this=0x592913934410) at /run/build/kodi/xbmc/platform/linux/peripherals/PeripheralBusUSBLibUdev.cpp:200
#24 0x00005928eaa9a3ea in CThread::Action (this=0x592913934410) at /run/build/kodi/xbmc/threads/Thread.cpp:283
#25 0x00005928eaa9bde5 in operator() (__closure=<optimized out>, pThread=0x592913934410, promise=...) at /run/build/kodi/xbmc/threads/Thread.cpp:152
#26 std::__invoke_impl<void, CThread::Create(bool)::<lambda(CThread*, std::promise<bool>)>, CThread*, std::promise<bool> > (__f=...) at /usr/include/c++/14.2.0/bits/invoke.h:61
#27 std::__invoke<CThread::Create(bool)::<lambda(CThread*, std::promise<bool>)>, CThread*, std::promise<bool> > (__fn=...) at /usr/include/c++/14.2.0/bits/invoke.h:96
#28 std::thread::_Invoker<std::tuple<CThread::Create(bool)::<lambda(CThread*, std::promise<bool>)>, CThread*, std::promise<bool> > >::_M_invoke<0, 1, 2> (this=<optimized out>)
    at /usr/include/c++/14.2.0/bits/std_thread.h:301
#29 std::thread::_Invoker<std::tuple<CThread::Create(bool)::<lambda(CThread*, std::promise<bool>)>, CThread*, std::promise<bool> > >::operator() (this=<optimized out>)
    at /usr/include/c++/14.2.0/bits/std_thread.h:308
#30 std::thread::_State_impl<std::thread::_Invoker<std::tuple<CThread::Create(bool)::<lambda(CThread*, std::promise<bool>)>, CThread*, std::promise<bool> > > >::_M_run(void) (
    this=<optimized out>) at /usr/include/c++/14.2.0/bits/std_thread.h:253
#31 0x0000730c744f69f4 in std::execute_native_thread_routine (__p=0x592914ea8830) at ../../../../../libstdc++-v3/src/c++11/thread.cc:104
#32 0x0000730c7417be0e in start_thread (arg=<optimized out>) at pthread_create.c:447
#33 0x0000730c742007d4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
(gdb) 

At the second (gdb) prompt it's need to do other ? it's exist another command? From exit from gdb it's need to use CTRL+C or exist other command to close correctly this dump project ?
This new crashdump contain somethings different respect the previous ?

How it's the crash correctly logged ? In the output i can't found the error and how the crash append...

And because after two or three crash happen after that kodi start without any problems ?

@neo1973 and @razzeee

edit
ok exit it's whit letter "q" and it's back on system prompt.

@DjDiabolik
Copy link
Author

whit verbose from terminal:

diabolik@NUC-Ubuntu:~$ flatpak run --devel --verbose tv.kodi.Kodi
F: No installations directory in /etc/flatpak/installations.d. Skipping
F: Opening system flatpak installation at path /var/lib/flatpak
F: Opening user flatpak installation at path /home/diabolik/.local/share/flatpak
F: Opening user flatpak installation at path /home/diabolik/.local/share/flatpak
F: Opening system flatpak installation at path /var/lib/flatpak
F: Skipping parental controls check for app/tv.kodi.Kodi/x86_64/stable since parental controls are disabled globally
F: Opening user flatpak installation at path /home/diabolik/.local/share/flatpak
F: Opening system flatpak installation at path /var/lib/flatpak
F: /var/lib/flatpak/runtime/org.freedesktop.Sdk/x86_64/24.08/f204b2a59b67831c67f7174fda5ac0cc40c438e5211dfdb9d0ac6c0ad893e025/files/lib32 does not exist
F: Cleaning up unused container id 203139828
F: Cleaning up per-app-ID state for tv.kodi.Kodi
F: Allocated instance id 1489439735
F: Add defaults in dir /tv/kodi/Kodi/
F: Add locks in dir /tv/kodi/Kodi/
F: Not sharing "/run/lirc" with sandbox: Unable to open path "/run/lirc": File o directory non esistente
F: Not sharing "/run/media" with sandbox: Unable to open path "/run/media": File o directory non esistente
F: Allowing wayland access
F: Allowing pulseaudio access
F: Pulseaudio user configuration file '/home/diabolik/.config/pulse/client.conf': Error opening file /home/diabolik/.config/pulse/client.conf: File o directory non esistente
F: Running 'bwrap --args 40 -- xdg-dbus-proxy --args=42'
F: Running 'bwrap --args 40 -- kodi'
'this->recurse > 0' failed at ../src/pipewire/thread-loop.c:62 do_unlock()
libva info: VA-API version 1.22.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/intel-vaapi-driver/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
Assertion 'close_nointr(fd) != -EBADF' failed at src/basic/fd-util.c:75, function safe_close(). Aborting.
/app/bin/kodi: riga 216:     7 Annullato               (core dump creato) ${KODI_BINARY} ${ENV_ARGS} $SAVED_ARGS
Crash report available at /home/diabolik/.var/app/tv.kodi.Kodi/data/kodi_crashlog-20250113_150804.log
diabolik@NUC-Ubuntu:~$ 

@razzeee
Copy link
Member

razzeee commented Jan 13, 2025

Can you try to disconnect as many USB devices as possible?

Also, please update flatpak, you should be at least on 1.14.8

@tmortagne
Copy link

tmortagne commented Jan 13, 2025

and it's right now start to crash also launch from terminal:

Indeed same here. It keeps getting worst...

$ flatpak run tv.kodi.Kodi 
'this->recurse > 0' failed at ../src/pipewire/thread-loop.c:62 do_unlock()
libva info: VA-API version 1.22.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/intel-vaapi-driver/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
Assertion 'close_nointr(fd) != -EBADF' failed at src/basic/fd-util.c:75, function safe_close(). Aborting.
/app/bin/kodi : ligne 216 :     7 Abandon                 (core dumped)${KODI_BINARY} ${ENV_ARGS} $SAVED_ARGS
Crash report available at /home/media/.var/app/tv.kodi.Kodi/data/kodi_crashlog-20250113_202658.log

kodi_crashlog-20250113_202658.log

Can you try to disconnect as many USB devices as possible?

I disconnected everything but the keyboard, not improvement.

Also, please update flatpak, you should be at least on 1.14.8

I installed flatpak from its ppa so I have 1.16.0.

@tmortagne
Copy link

tmortagne commented Jan 13, 2025

Note that it seems to work like a charm if I start a X.org based session instead of Wayland (the default on Ubuntu).

Could worth trying that on your side @DjDiabolik (close the session, select your user, on the bottom right corner you have a choice between "Ubuntu" and "Ubuntu on XOrg").

@C-O-D
Copy link

C-O-D commented Jan 14, 2025

I have also had this phenomenon for some time and it is completely random. I am here on a minusforum mini computer with AMD Ryzen 7 on Manjaro. It doesn't matter whether I start KODI via desktop shortcut or via the command line. I somehow have the feeling that it's an initialization problem when I look at the crash logs - funnily enough, restarting the computer has often helped when KODI didn't want to start at all, even after 20 attempts or so...
Flatpak here is 1.15.12

@tmortagne
Copy link

/media/media/MEDIA/enfant/series fr/La Pat'Patrouille/saison 10

Actually it's now starting to exhibit the same problem, so what helped was probably just the logout...

@tmortagne
Copy link

so what helped was probably just the logout...

Indeed, I just restarted the session (logout and login with Wayland this time) and it works fine (for now).

@DjDiabolik
Copy link
Author

Can you try to disconnect as many USB devices as possible?

Also, please update flatpak, you should be at least on 1.14.8

@razzeee ok no problems.. how i can do this ?
Simply made a new install ?
add the repo, and sudo apt update, and sudo apt install flatpak from terminal ?

Note that it seems to work like a charm if I start a X.org based session instead of Wayland (the default on Ubuntu).

Could worth trying that on your side @DjDiabolik (close the session, select your user, on the bottom right corner you have a choice between "Ubuntu" and "Ubuntu on XOrg").

@tmortagne yes.. if it's a purpose test no problems.. i can try to use Xorg instead wayland...

@DjDiabolik
Copy link
Author

@razzeee ok i thinks i have update my flatpak to 1.16.0.
Add the repo.... and made sudo apt update and apt upgrade.

After that flatpak --version now say 1.16.0

I have reboot my Mini PC...

At reboot i have tryed to use Kodi whit X.org instead using wayland....... apparently nothing changes.
For made KODI run correctly i have need to start from his icon about 6 o 7 times (for absurd worst respect wayland).
I have also try to remove all my usb devices:
Usually the mouse and the Joystick (and arcade stick) and leave only the keyboard... it doesn't seem to change the situation.

I have also tryed to leave only the mouse attached to one usb port... click on Kodi and sometimes crash other time kodi start..

Every time crash i can a new crashlog file it's created......

I even added the "data" folder to my favorites so I can delete the crashlog files it creates every now and then :)

@C-O-D
Copy link

C-O-D commented Jan 15, 2025

Every day a new game - today nothing seems to do it:

/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=kodi tv.kodi.Kodi --audio-backend=alsa
libva info: VA-API version 1.22.0
libva info: User environment variable requested driver 'radeonsi'
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/intel-vaapi-driver/radeonsi_drv_video.so
libva info: Trying to open /usr/lib/x86_64-linux-gnu/GL/lib/dri/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
Assertion 'close_nointr(fd) != -EBADF' failed at src/basic/fd-util.c:75, function safe_close(). Aborting.
/app/bin/kodi: Zeile 216: 7 Abgebrochen (Speicherabzug geschrieben) ${KODI_BINARY} ${ENV_ARGS} $SAVED_ARGS

@C-O-D
Copy link

C-O-D commented Jan 15, 2025

5 minutes later no problem at all:

/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=kodi tv.kodi.Kodi --audio-backend=alsa
libva info: VA-API version 1.22.0
libva info: User environment variable requested driver 'radeonsi'
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/intel-vaapi-driver/radeonsi_drv_video.so
libva info: Trying to open /usr/lib/x86_64-linux-gnu/GL/lib/dri/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
Exception ignored in: <function DemoOverlay.del at 0x7609c9f51a80>
Traceback (most recent call last):
File "/home/cod/.var/app/tv.kodi.Kodi/data/addons/service.upnext/resources/lib/demo.py", line 39, in del
File "/home/cod/.var/app/tv.kodi.Kodi/data/addons/service.upnext/resources/lib/demo.py", line 16, in log
File "/home/cod/.var/app/tv.kodi.Kodi/data/addons/service.upnext/resources/lib/utils.py", line 164, in log
File "/home/cod/.var/app/tv.kodi.Kodi/data/addons/service.upnext/resources/lib/utils.py", line 43, in set_property
File "/home/cod/.var/app/tv.kodi.Kodi/data/addons/service.upnext/resources/lib/statichelper.py", line 17, in from_unicode
ImportError: sys.meta_path is None, Python is likely shutting down

@DjDiabolik
Copy link
Author

@neo1973 and @razzeee
Today i have made and simply and stupid test :)

about this request :
#320 (comment)

Disconnect "Mouse" and my "Arcade Stick" from my MiniPC... leave connect only the Keyboard.

Open a Terminal with CTRL+T and do this:
sleep 60 && flatpak run --devel tv.kodi.Kodi

In the 60 seconds of sleep i have disconnect also the Keyboard....

Kodi crash as ever also from terminal.....

So.. whit this stupid test we can say it's not the 'udev' the issue ?

@DjDiabolik
Copy link
Author

output terminal:

diabolik@NUC-Ubuntu:~$ sleep 60 && flatpak run --devel tv.kodi.Kodi
'this->recurse > 0' failed at ../src/pipewire/thread-loop.c:62 do_unlock()
libva info: VA-API version 1.22.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/intel-vaapi-driver/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
Assertion 'close_nointr(fd) != -EBADF' failed at src/basic/fd-util.c:75, function safe_close(). Aborting.
/app/bin/kodi: riga 216:     7 Annullato               (core dump creato) ${KODI_BINARY} ${ENV_ARGS} $SAVED_ARGS
Crash report available at /home/diabolik/.var/app/tv.kodi.Kodi/data/kodi_crashlog-20250116_123708.log
diabolik@NUC-Ubuntu:~$ 

as ever the crashlog doesn't contain any info about really crash....:

############## Kodi CRASH LOG ###############

################ SYSTEM INFO ################
 Date: gio 16 gen 2025, 12:37:08, CET
 Kodi Options: 
 Arch: x86_64
 Kernel: Linux 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec  5 13:09:44 UTC 2024
 Release: Freedesktop SDK 24.08 (Flatpak runtime)
############## END SYSTEM INFO ##############

############### STACK TRACE #################
############# END STACK TRACE ###############

################# LOG FILE ##################

2025-01-16 12:37:04.282 T:7        info <general>: -----------------------------------------------------------------------
2025-01-16 12:37:04.283 T:7        info <general>: Starting Kodi (21.1 (21.1.0) Git:20240817-183eb85-dirty). Platform: Linux x86 64-bit
2025-01-16 12:37:04.283 T:7        info <general>: Using Release Kodi x64
2025-01-16 12:37:04.283 T:7        info <general>: Kodi compiled 2025-01-10 by GCC 14.2.0 for Linux x86 64-bit version 6.6.17 (394769)
2025-01-16 12:37:04.283 T:7        info <general>: Running on Freedesktop SDK 24.08 (Flatpak runtime), kernel: Linux x86 64-bit version 6.8.0-51-generic
2025-01-16 12:37:04.284 T:7        info <general>: FFmpeg version/source: 6.0.1
2025-01-16 12:37:04.284 T:7        info <general>: Host CPU: Intel(R) Pentium(R) Silver J5040 CPU @ 2.00GHz, 4 cores available
2025-01-16 12:37:04.284 T:7        info <general>: special://xbmc/ is mapped to: /app/share/kodi
2025-01-16 12:37:04.284 T:7        info <general>: special://xbmcbin/ is mapped to: /app/lib/kodi
2025-01-16 12:37:04.284 T:7        info <general>: special://xbmcbinaddons/ is mapped to: /app/lib/kodi/addons
2025-01-16 12:37:04.284 T:7        info <general>: special://masterprofile/ is mapped to: /home/diabolik/.var/app/tv.kodi.Kodi/data/userdata
2025-01-16 12:37:04.284 T:7        info <general>: special://envhome/ is mapped to: /home/diabolik
2025-01-16 12:37:04.284 T:7        info <general>: special://home/ is mapped to: /home/diabolik/.var/app/tv.kodi.Kodi/data
2025-01-16 12:37:04.284 T:7        info <general>: special://temp/ is mapped to: /home/diabolik/.var/app/tv.kodi.Kodi/data/temp
2025-01-16 12:37:04.284 T:7        info <general>: special://logpath/ is mapped to: /home/diabolik/.var/app/tv.kodi.Kodi/data/temp
2025-01-16 12:37:04.284 T:7        info <general>: Webserver extra whitelist paths: 
2025-01-16 12:37:04.284 T:7        info <general>: The executable running is: /app/lib/kodi/kodi.bin
2025-01-16 12:37:04.284 T:7        info <general>: Local hostname: NUC-Ubuntu
2025-01-16 12:37:04.284 T:7        info <general>: Log File is located: /home/diabolik/.var/app/tv.kodi.Kodi/data/temp/kodi.log
2025-01-16 12:37:04.285 T:7        info <general>: -----------------------------------------------------------------------
2025-01-16 12:37:04.289 T:7        info <general>: loading settings
2025-01-16 12:37:04.290 T:7        info <general>: special://profile/ is mapped to: special://masterprofile/
2025-01-16 12:37:04.299 T:7        info <general>: No settings file to load (special://xbmc/system/advancedsettings.xml)
2025-01-16 12:37:04.300 T:7        info <general>: Loaded settings file from special://profile/advancedsettings.xml
2025-01-16 12:37:04.301 T:7        info <general>: Contents of special://profile/advancedsettings.xml are...
                                                   <advancedsettings>
                                                     <network>
                                                       <curlclienttimeout>60</curlclienttimeout>
                                                       <!-- Timeout in seconds for libcurl (http/ftp) connections -->
                                                       <curllowspeedtime>120</curllowspeedtime>
                                                       <!-- Time in seconds for libcurl to consider a connection lowspeed -->
                                                       <curlretries>5</curlretries>
                                                       <!-- Amount of retries for certain failed libcurl operations (e.g. timeout) -->
                                                     </network>
                                                   </advancedsettings>
                                                   
2025-01-16 12:37:04.301 T:7     warning <CSettingsManager>: missing version attribute
2025-01-16 12:37:04.301 T:7        info <general>: Default Video Player: VideoPlayer
2025-01-16 12:37:04.301 T:7        info <general>: Default Audio Player: paplayer
2025-01-16 12:37:04.301 T:7        info <general>: Disabled debug logging due to GUI setting. Level 0.
2025-01-16 12:37:04.301 T:7        info <general>: Log level changed to "info"
2025-01-16 12:37:04.301 T:7        info <general>: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
2025-01-16 12:37:04.308 T:7        info <general>: New Cache GUI Settings (replacement of cache in advancedsettings.xml) are:
                                                     Buffer Mode: 1
                                                     Memory Size: 24 MB
                                                     Read Factor: 20.00 x 
                                                     Chunk Size : 131072 bytes
2025-01-16 12:37:04.308 T:7        info <general>: creating subdirectories
2025-01-16 12:37:04.308 T:7        info <general>: userdata folder: special://masterprofile/
2025-01-16 12:37:04.308 T:7        info <general>: recording folder: 
2025-01-16 12:37:04.308 T:7        info <general>: screenshots folder: 
2025-01-16 12:37:04.336 T:7        info <general>: Running database version Addons33
2025-01-16 12:37:04.805 T:7     warning <general>: CAddonMgr::FindAddons: Addon 'game.controller.default' already present with higher version 1.0.42 at '/app/share/kodi/addons/game.controller.default/' - other version 1.0.41 at '/home/diabolik/.var/app/tv.kodi.Kodi/data/addons/game.controller.default/' will be ignored
2025-01-16 12:37:04.866 T:7     warning <general>: CAddonMgr::FindAddons: Addon 'game.controller.keyboard' already present with higher version 1.1.43 at '/app/share/kodi/addons/game.controller.keyboard/' - other version 1.1.33 at '/home/diabolik/.var/app/tv.kodi.Kodi/data/addons/game.controller.keyboard/' will be ignored
2025-01-16 12:37:04.891 T:7     warning <general>: CAddonMgr::FindAddons: Addon 'game.controller.snes' already present with higher version 1.0.40 at '/app/share/kodi/addons/game.controller.snes/' - other version 1.0.39 at '/home/diabolik/.var/app/tv.kodi.Kodi/data/addons/game.controller.snes/' will be ignored
2025-01-16 12:37:04.902 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.2sf v21.0.0 installed
2025-01-16 12:37:04.902 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.asap v21.0.0 installed
2025-01-16 12:37:04.902 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.fluidsynth v20.2.1 installed
2025-01-16 12:37:04.902 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.gme v21.0.0 installed
2025-01-16 12:37:04.902 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.gsf v21.0.0 installed
2025-01-16 12:37:04.902 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.hvl v21.0.0 installed
2025-01-16 12:37:04.902 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.modplug v21.0.0 installed
2025-01-16 12:37:04.902 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.ncsf v21.0.0 installed
2025-01-16 12:37:04.902 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.nosefart v21.0.0 installed
2025-01-16 12:37:04.902 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.openmpt v21.0.0 installed
2025-01-16 12:37:04.902 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.organya v21.0.0 installed
2025-01-16 12:37:04.902 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.qsf v21.0.0 installed
2025-01-16 12:37:04.903 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.sacd v21.0.0 installed
2025-01-16 12:37:04.903 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.sidplay v21.0.0 installed
2025-01-16 12:37:04.903 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.snesapu v21.0.0 installed
2025-01-16 12:37:04.903 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.ssf v21.0.0 installed
2025-01-16 12:37:04.903 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.stsound v21.0.0 installed
2025-01-16 12:37:04.903 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.timidity v21.0.0 installed
2025-01-16 12:37:04.903 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.upse v21.0.0 installed
2025-01-16 12:37:04.903 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.usf v21.0.0 installed
2025-01-16 12:37:04.903 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.vgmstream v21.0.0 installed
2025-01-16 12:37:04.903 T:7        info <general>: CAddonMgr::FindAddons: audiodecoder.wsr v21.0.0 installed
2025-01-16 12:37:04.903 T:7        info <general>: CAddonMgr::FindAddons: audioencoder.flac v21.0.0 installed
2025-01-16 12:37:04.903 T:7        info <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.aac v1.0.2 installed
2025-01-16 12:37:04.903 T:7        info <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.wma v1.0.2 installed
2025-01-16 12:37:04.903 T:7        info <general>: CAddonMgr::FindAddons: audioencoder.lame v21.0.0 installed
2025-01-16 12:37:04.903 T:7        info <general>: CAddonMgr::FindAddons: audioencoder.vorbis v21.0.0 installed
2025-01-16 12:37:04.903 T:7        info <general>: CAddonMgr::FindAddons: audioencoder.wav v21.0.0 installed
2025-01-16 12:37:04.903 T:7        info <general>: CAddonMgr::FindAddons: game.controller.default v1.0.42 installed
2025-01-16 12:37:04.903 T:7        info <general>: CAddonMgr::FindAddons: game.controller.keyboard v1.1.43 installed
2025-01-16 12:37:04.903 T:7        info <general>: CAddonMgr::FindAddons: game.controller.mouse v1.0.26 installed
2025-01-16 12:37:04.903 T:7        info <general>: CAddonMgr::FindAddons: game.controller.snes v1.0.40 installed
2025-01-16 12:37:04.904 T:7        info <general>: CAddonMgr::FindAddons: game.libretro v21.0.7 installed
2025-01-16 12:37:04.904 T:7        info <general>: CAddonMgr::FindAddons: game.libretro.mrboom v5.5.0.161 installed
2025-01-16 12:37:04.904 T:7        info <general>: CAddonMgr::FindAddons: imagedecoder.heif v21.0.0 installed
2025-01-16 12:37:04.904 T:7        info <general>: CAddonMgr::FindAddons: imagedecoder.mpo v21.0.0 installed
2025-01-16 12:37:04.904 T:7        info <general>: CAddonMgr::FindAddons: imagedecoder.raw v21.0.0 installed
2025-01-16 12:37:04.904 T:7        info <general>: CAddonMgr::FindAddons: inputstream.adaptive v21.5.6 installed
2025-01-16 12:37:04.904 T:7        info <general>: CAddonMgr::FindAddons: inputstream.ffmpegdirect v21.3.5 installed
2025-01-16 12:37:04.904 T:7        info <general>: CAddonMgr::FindAddons: inputstream.rtmp v21.1.0 installed
2025-01-16 12:37:04.904 T:7        info <general>: CAddonMgr::FindAddons: kodi.binary.global.audioengine v1.1.1 installed
2025-01-16 12:37:04.904 T:7        info <general>: CAddonMgr::FindAddons: kodi.binary.global.filesystem v1.1.8 installed
2025-01-16 12:37:04.904 T:7        info <general>: CAddonMgr::FindAddons: kodi.binary.global.general v1.0.5 installed
2025-01-16 12:37:04.904 T:7        info <general>: CAddonMgr::FindAddons: kodi.binary.global.gui v5.15.0 installed
2025-01-16 12:37:04.904 T:7        info <general>: CAddonMgr::FindAddons: kodi.binary.global.main v2.0.2 installed
2025-01-16 12:37:04.904 T:7        info <general>: CAddonMgr::FindAddons: kodi.binary.global.network v1.0.4 installed
2025-01-16 12:37:04.904 T:7        info <general>: CAddonMgr::FindAddons: kodi.binary.global.tools v1.0.4 installed
2025-01-16 12:37:04.904 T:7        info <general>: CAddonMgr::FindAddons: kodi.binary.instance.audiodecoder v4.0.0 installed
2025-01-16 12:37:04.904 T:7        info <general>: CAddonMgr::FindAddons: kodi.binary.instance.audioencoder v3.0.0 installed
2025-01-16 12:37:04.904 T:7        info <general>: CAddonMgr::FindAddons: kodi.binary.instance.game v3.0.2 installed
2025-01-16 12:37:04.904 T:7        info <general>: CAddonMgr::FindAddons: kodi.binary.instance.imagedecoder v3.0.1 installed
2025-01-16 12:37:04.904 T:7        info <general>: CAddonMgr::FindAddons: kodi.binary.instance.inputstream v3.3.0 installed
2025-01-16 12:37:04.905 T:7        info <general>: CAddonMgr::FindAddons: kodi.binary.instance.peripheral v3.0.2 installed
2025-01-16 12:37:04.905 T:7        info <general>: CAddonMgr::FindAddons: kodi.binary.instance.pvr v8.3.0 installed
2025-01-16 12:37:04.905 T:7        info <general>: CAddonMgr::FindAddons: kodi.binary.instance.screensaver v2.2.0 installed
2025-01-16 12:37:04.905 T:7        info <general>: CAddonMgr::FindAddons: kodi.binary.instance.vfs v3.0.1 installed
2025-01-16 12:37:04.905 T:7        info <general>: CAddonMgr::FindAddons: kodi.binary.instance.videocodec v2.1.0 installed
2025-01-16 12:37:04.905 T:7        info <general>: CAddonMgr::FindAddons: kodi.binary.instance.visualization v4.0.0 installed
2025-01-16 12:37:04.905 T:7        info <general>: CAddonMgr::FindAddons: kodi.resource v1.0.0 installed
2025-01-16 12:37:04.905 T:7        info <general>: CAddonMgr::FindAddons: metadata.album.universal v3.1.10 installed
2025-01-16 12:37:04.905 T:7        info <general>: CAddonMgr::FindAddons: metadata.artists.universal v4.3.12 installed
2025-01-16 12:37:04.905 T:7        info <general>: CAddonMgr::FindAddons: metadata.common.allmusic.com v3.2.2 installed
2025-01-16 12:37:04.905 T:7        info <general>: CAddonMgr::FindAddons: metadata.common.fanart.tv v3.6.4 installed
2025-01-16 12:37:04.905 T:7        info <general>: CAddonMgr::FindAddons: metadata.common.imdb.com v3.2.8 installed
2025-01-16 12:37:04.905 T:7        info <general>: CAddonMgr::FindAddons: metadata.common.musicbrainz.org v2.2.4 installed
2025-01-16 12:37:04.905 T:7        info <general>: CAddonMgr::FindAddons: metadata.common.theaudiodb.com v2.0.3 installed
2025-01-16 12:37:04.905 T:7        info <general>: CAddonMgr::FindAddons: metadata.common.themoviedb.org v3.2.19 installed
2025-01-16 12:37:04.905 T:7        info <general>: CAddonMgr::FindAddons: metadata.generic.albums v1.0.18 installed
2025-01-16 12:37:04.905 T:7        info <general>: CAddonMgr::FindAddons: metadata.generic.artists v1.0.18 installed
2025-01-16 12:37:04.905 T:7        info <general>: CAddonMgr::FindAddons: metadata.local v1.0.1 installed
2025-01-16 12:37:04.905 T:7        info <general>: CAddonMgr::FindAddons: metadata.themoviedb.org v5.3.0 installed
2025-01-16 12:37:04.906 T:7        info <general>: CAddonMgr::FindAddons: metadata.themoviedb.org.python v3.1.0 installed
2025-01-16 12:37:04.906 T:7        info <general>: CAddonMgr::FindAddons: metadata.tvshows.themoviedb.org v3.6.0 installed
2025-01-16 12:37:04.906 T:7        info <general>: CAddonMgr::FindAddons: metadata.tvshows.themoviedb.org.python v1.7.2 installed
2025-01-16 12:37:04.906 T:7        info <general>: CAddonMgr::FindAddons: peripheral.joystick v21.1.18 installed
2025-01-16 12:37:04.906 T:7        info <general>: CAddonMgr::FindAddons: peripheral.xarcade v21.0.1 installed
2025-01-16 12:37:04.906 T:7        info <general>: CAddonMgr::FindAddons: plugin.video.dazn v1.4.9+nexus.1 installed
2025-01-16 12:37:04.906 T:7        info <general>: CAddonMgr::FindAddons: plugin.video.youtube v7.1.1.6 installed
2025-01-16 12:37:04.906 T:7        info <general>: CAddonMgr::FindAddons: pvr.argustv v21.0.2 installed
2025-01-16 12:37:04.906 T:7        info <general>: CAddonMgr::FindAddons: pvr.demo v21.0.2 installed
2025-01-16 12:37:04.906 T:7        info <general>: CAddonMgr::FindAddons: pvr.dvblink v21.1.2 installed
2025-01-16 12:37:04.906 T:7        info <general>: CAddonMgr::FindAddons: pvr.dvbviewer v21.1.2 installed
2025-01-16 12:37:04.906 T:7        info <general>: CAddonMgr::FindAddons: pvr.filmon v21.0.2 installed
2025-01-16 12:37:04.906 T:7        info <general>: CAddonMgr::FindAddons: pvr.freebox v21.0.0 installed
2025-01-16 12:37:04.906 T:7        info <general>: CAddonMgr::FindAddons: pvr.hdhomerun v21.0.1 installed
2025-01-16 12:37:04.906 T:7        info <general>: CAddonMgr::FindAddons: pvr.hts v21.2.5 installed
2025-01-16 12:37:04.906 T:7        info <general>: CAddonMgr::FindAddons: pvr.iptvsimple v21.10.0 installed
2025-01-16 12:37:04.906 T:7        info <general>: CAddonMgr::FindAddons: pvr.mediaportal.tvserver v21.0.4 installed
2025-01-16 12:37:04.907 T:7        info <general>: CAddonMgr::FindAddons: pvr.mythtv v21.1.11 installed
2025-01-16 12:37:04.907 T:7        info <general>: CAddonMgr::FindAddons: pvr.nextpvr v21.2.0 installed
2025-01-16 12:37:04.907 T:7        info <general>: CAddonMgr::FindAddons: pvr.njoy v21.0.1 installed
2025-01-16 12:37:04.907 T:7        info <general>: CAddonMgr::FindAddons: pvr.octonet v21.0.1 installed
2025-01-16 12:37:04.907 T:7        info <general>: CAddonMgr::FindAddons: pvr.pctv v21.0.1 installed
2025-01-16 12:37:04.907 T:7        info <general>: CAddonMgr::FindAddons: pvr.plutotv v21.3.2 installed
2025-01-16 12:37:04.907 T:7        info <general>: CAddonMgr::FindAddons: pvr.sledovanitv.cz v21.3.0 installed
2025-01-16 12:37:04.907 T:7        info <general>: CAddonMgr::FindAddons: pvr.stalker v21.1.2 installed
2025-01-16 12:37:04.907 T:7        info <general>: CAddonMgr::FindAddons: pvr.teleboy v21.0.0 installed
2025-01-16 12:37:04.907 T:7        info <general>: CAddonMgr::FindAddons: pvr.vbox v21.1.4 installed
2025-01-16 12:37:04.907 T:7        info <general>: CAddonMgr::FindAddons: pvr.vdr.vnsi v21.1.2 installed
2025-01-16 12:37:04.907 T:7        info <general>: CAddonMgr::FindAddons: pvr.vuplus v21.3.0 installed
2025-01-16 12:37:04.907 T:7        info <general>: CAddonMgr::FindAddons: pvr.waipu v21.8.7 installed
2025-01-16 12:37:04.907 T:7        info <general>: CAddonMgr::FindAddons: pvr.wmc v21.0.2 installed
2025-01-16 12:37:04.907 T:7        info <general>: CAddonMgr::FindAddons: pvr.zattoo v21.0.4 installed
2025-01-16 12:37:04.907 T:7        info <general>: CAddonMgr::FindAddons: repository.kodi.yatse.tv v1.1.0 installed
2025-01-16 12:37:04.907 T:7        info <general>: CAddonMgr::FindAddons: repository.kodinerds v7.0.1.7 installed
2025-01-16 12:37:04.907 T:7        info <general>: CAddonMgr::FindAddons: repository.xbmc.org v3.4.0 installed
2025-01-16 12:37:04.908 T:7        info <general>: CAddonMgr::FindAddons: repository.yt.testing_unofficial v2.0.7 installed
2025-01-16 12:37:04.908 T:7        info <general>: CAddonMgr::FindAddons: repository.yt.unofficial v2.0.7 installed
2025-01-16 12:37:04.908 T:7        info <general>: CAddonMgr::FindAddons: resource.images.weathericons.default v1.1.9 installed
2025-01-16 12:37:04.908 T:7        info <general>: CAddonMgr::FindAddons: resource.language.en_gb v2.0.2 installed
2025-01-16 12:37:04.908 T:7        info <general>: CAddonMgr::FindAddons: resource.language.it_it v11.0.85 installed
2025-01-16 12:37:04.908 T:7        info <general>: CAddonMgr::FindAddons: resource.uisounds.kodi v1.0.1 installed
2025-01-16 12:37:04.908 T:7        info <general>: CAddonMgr::FindAddons: screensaver.asteroids v21.0.0 installed
2025-01-16 12:37:04.908 T:7        info <general>: CAddonMgr::FindAddons: screensaver.asterwave v21.0.0 installed
2025-01-16 12:37:04.908 T:7        info <general>: CAddonMgr::FindAddons: screensaver.biogenesis v21.0.0 installed
2025-01-16 12:37:04.908 T:7        info <general>: CAddonMgr::FindAddons: screensaver.cpblobs v21.0.0 installed
2025-01-16 12:37:04.908 T:7        info <general>: CAddonMgr::FindAddons: screensaver.greynetic v21.0.0 installed
2025-01-16 12:37:04.908 T:7        info <general>: CAddonMgr::FindAddons: screensaver.matrixtrails v21.0.0 installed
2025-01-16 12:37:04.908 T:7        info <general>: CAddonMgr::FindAddons: screensaver.pingpong v21.0.0 installed
2025-01-16 12:37:04.908 T:7        info <general>: CAddonMgr::FindAddons: screensaver.pyro v21.0.0 installed
2025-01-16 12:37:04.908 T:7        info <general>: CAddonMgr::FindAddons: screensaver.shadertoy v21.0.0 installed
2025-01-16 12:37:04.908 T:7        info <general>: CAddonMgr::FindAddons: screensaver.stars v21.0.0 installed
2025-01-16 12:37:04.908 T:7        info <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.black v1.0.34 installed
2025-01-16 12:37:04.908 T:7        info <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.dim v1.0.66 installed
2025-01-16 12:37:04.908 T:7        info <general>: CAddonMgr::FindAddons: script.common.plugin.cache v3.0.0 installed
2025-01-16 12:37:04.908 T:7        info <general>: CAddonMgr::FindAddons: script.embuary.helper v2.0.8 installed
2025-01-16 12:37:04.909 T:7        info <general>: CAddonMgr::FindAddons: script.image.resource.select v3.0.2 installed
2025-01-16 12:37:04.909 T:7        info <general>: CAddonMgr::FindAddons: script.module.certifi v2023.5.7 installed
2025-01-16 12:37:04.909 T:7        info <general>: CAddonMgr::FindAddons: script.module.chardet v5.1.0 installed
2025-01-16 12:37:04.909 T:7        info <general>: CAddonMgr::FindAddons: script.module.idna v3.4.0 installed
2025-01-16 12:37:04.909 T:7        info <general>: CAddonMgr::FindAddons: script.module.inputstreamhelper v0.7.0 installed
2025-01-16 12:37:04.909 T:7        info <general>: CAddonMgr::FindAddons: script.module.kodi-six v0.1.3.1 installed
2025-01-16 12:37:04.909 T:7        info <general>: CAddonMgr::FindAddons: script.module.pil v5.1.0 installed
2025-01-16 12:37:04.909 T:7        info <general>: CAddonMgr::FindAddons: script.module.pvr.artwork v2.2.9 installed
2025-01-16 12:37:04.909 T:7        info <general>: CAddonMgr::FindAddons: script.module.pycryptodome v3.4.3 installed
2025-01-16 12:37:04.909 T:7        info <general>: CAddonMgr::FindAddons: script.module.pysocks v1.7.0+matrix.1 installed
2025-01-16 12:37:04.909 T:7        info <general>: CAddonMgr::FindAddons: script.module.requests v2.31.0 installed
2025-01-16 12:37:04.909 T:7        info <general>: CAddonMgr::FindAddons: script.module.routing v0.2.3+matrix.1 installed
2025-01-16 12:37:04.909 T:7        info <general>: CAddonMgr::FindAddons: script.module.simplecache v2.0.2 installed
2025-01-16 12:37:04.909 T:7        info <general>: CAddonMgr::FindAddons: script.module.simpleeval v0.9.10 installed
2025-01-16 12:37:04.909 T:7        info <general>: CAddonMgr::FindAddons: script.module.six v1.16.0+matrix.1 installed
2025-01-16 12:37:04.909 T:7        info <general>: CAddonMgr::FindAddons: script.module.unidecode v1.3.6 installed
2025-01-16 12:37:04.909 T:7        info <general>: CAddonMgr::FindAddons: script.module.urllib3 v2.1.0 installed
2025-01-16 12:37:04.909 T:7        info <general>: CAddonMgr::FindAddons: script.skinshortcuts v2.0.3 installed
2025-01-16 12:37:04.909 T:7        info <general>: CAddonMgr::FindAddons: service.xbmc.versioncheck v0.5.30+matrix.1 installed
2025-01-16 12:37:04.910 T:7        info <general>: CAddonMgr::FindAddons: skin.estuary v4.0.0 installed
2025-01-16 12:37:04.910 T:7        info <general>: CAddonMgr::FindAddons: skin.estuary.modv2 v21.2.1+omega.14 installed
2025-01-16 12:37:04.910 T:7        info <general>: CAddonMgr::FindAddons: vfs.libarchive v21.0.0 installed
2025-01-16 12:37:04.910 T:7        info <general>: CAddonMgr::FindAddons: vfs.rar v21.0.0 installed
2025-01-16 12:37:04.910 T:7        info <general>: CAddonMgr::FindAddons: vfs.sftp v21.0.0 installed
2025-01-16 12:37:04.910 T:7        info <general>: CAddonMgr::FindAddons: visualization.fishbmc v21.0.0 installed
2025-01-16 12:37:04.910 T:7        info <general>: CAddonMgr::FindAddons: visualization.goom v21.0.0 installed
2025-01-16 12:37:04.910 T:7        info <general>: CAddonMgr::FindAddons: visualization.matrix v21.0.0 installed
2025-01-16 12:37:04.910 T:7        info <general>: CAddonMgr::FindAddons: visualization.pictureit v21.0.0 installed
2025-01-16 12:37:04.910 T:7        info <general>: CAddonMgr::FindAddons: visualization.projectm v21.0.1 installed
2025-01-16 12:37:04.910 T:7        info <general>: CAddonMgr::FindAddons: visualization.shadertoy v21.0.0 installed
2025-01-16 12:37:04.910 T:7        info <general>: CAddonMgr::FindAddons: visualization.spectrum v21.0.0 installed
2025-01-16 12:37:04.910 T:7        info <general>: CAddonMgr::FindAddons: visualization.starburst v21.0.0 installed
2025-01-16 12:37:04.910 T:7        info <general>: CAddonMgr::FindAddons: visualization.waveform v21.0.0 installed
2025-01-16 12:37:04.910 T:7        info <general>: CAddonMgr::FindAddons: webinterface.default v21.x-1.0.1 installed
2025-01-16 12:37:04.910 T:7        info <general>: CAddonMgr::FindAddons: xbmc.addon v21.1.0 installed
2025-01-16 12:37:04.910 T:7        info <general>: CAddonMgr::FindAddons: xbmc.core v0.1.0 installed
2025-01-16 12:37:04.910 T:7        info <general>: CAddonMgr::FindAddons: xbmc.gui v5.17.0 installed
2025-01-16 12:37:04.910 T:7        info <general>: CAddonMgr::FindAddons: xbmc.json v13.5.0 installed
2025-01-16 12:37:04.910 T:7        info <general>: CAddonMgr::FindAddons: xbmc.metadata v2.1.0 installed
2025-01-16 12:37:04.911 T:7        info <general>: CAddonMgr::FindAddons: xbmc.python v3.0.1 installed
2025-01-16 12:37:04.911 T:7        info <general>: CAddonMgr::FindAddons: xbmc.webinterface v1.0.0 installed
2025-01-16 12:37:04.948 T:7        info <general>: Selected Logind/UPower as PowerSyscall
2025-01-16 12:37:04.970 T:7        info <general>: Selected UPower as PowerSyscall
2025-01-16 12:37:04.972 T:7       error <general>: DBus error: org.freedesktop.DBus.Error.InvalidArgs - Proprietà «CanSuspend» inesistente
2025-01-16 12:37:04.973 T:7       error <general>: DBus error: org.freedesktop.DBus.Error.InvalidArgs - Proprietà «CanHibernate» inesistente
2025-01-16 12:37:04.991 T:7        info <general>: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
2025-01-16 12:37:05.242 T:7        info <general>: InitWindowSystem: Connecting to Wayland server
2025-01-16 12:37:05.244 T:7        info <general>: Wayland presentation clock: 1
2025-01-16 12:37:05.244 T:7        info <general>: UpdateResolutions: User wanted output "GSM LG TV", we now have "GSM LG TV" size 1600x900 mm with 1 mode(s):
2025-01-16 12:37:05.244 T:7        info <general>: UpdateResolutions: - 1920x1080 @60.000 Hz pixel ratio 1.000 current
2025-01-16 12:37:05.279 T:12       info <general>: Loading special://xbmc/system/Lircmap.xml
2025-01-16 12:37:05.281 T:12       info <general>: * Adding remote mapping for device 'mceusb'
2025-01-16 12:37:05.281 T:12       info <general>: * Adding remote mapping for device 'XboxDVDDongle'
2025-01-16 12:37:05.281 T:12       info <general>: * Adding remote mapping for device 'Microsoft_Xbox'
2025-01-16 12:37:05.281 T:12       info <general>: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
2025-01-16 12:37:05.281 T:12       info <general>: * Adding remote mapping for device 'anysee'
2025-01-16 12:37:05.281 T:12       info <general>: * Adding remote mapping for device 'iMON-PAD'
2025-01-16 12:37:05.281 T:12       info <general>: * Adding remote mapping for device 'Antec_Veris_RM200'
2025-01-16 12:37:05.281 T:12       info <general>: * Adding remote mapping for device 'MCE_via_iMON'
2025-01-16 12:37:05.281 T:12       info <general>: * Adding remote mapping for device 'TwinHanRemote'
2025-01-16 12:37:05.281 T:12       info <general>: * Adding remote mapping for device 'linux-input-layer'
2025-01-16 12:37:05.281 T:12       info <general>: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
2025-01-16 12:37:05.281 T:12       info <general>: * Adding remote mapping for device 'mediacenter'
2025-01-16 12:37:05.281 T:12       info <general>: * Adding remote mapping for device 'devinput'
2025-01-16 12:37:05.281 T:12       info <general>: * Adding remote mapping for device 'devinput-32'
2025-01-16 12:37:05.281 T:12       info <general>: * Adding remote mapping for device 'devinput-64'
2025-01-16 12:37:05.288 T:7        info <general>: EGL_VERSION = 1.5
2025-01-16 12:37:05.288 T:7        info <general>: EGL_VENDOR = Mesa Project
2025-01-16 12:37:05.288 T:7        info <general>: EGL_EXTENSIONS = EGL_ANDROID_blob_cache EGL_ANDROID_native_fence_sync EGL_EXT_buffer_age EGL_EXT_config_select_group EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_EXT_present_opaque EGL_EXT_query_reset_notification_strategy EGL_EXT_surface_compression EGL_EXT_swap_buffers_with_damage EGL_IMG_context_priority EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_context_flush_control EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image_base EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_KHR_swap_buffers_with_damage EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_gl_interop EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_MESA_x11_native_visual_id EGL_WL_bind_wayland_display EGL_WL_create_wayland_buffer_from_image 
2025-01-16 12:37:05.288 T:7        info <general>: EGL_CLIENT_EXTENSIONS = EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_EXT_platform_device EGL_EXT_explicit_device EGL_EXT_platform_wayland EGL_KHR_platform_wayland EGL_EXT_platform_x11 EGL_KHR_platform_x11 EGL_EXT_platform_xcb EGL_MESA_platform_gbm EGL_KHR_platform_gbm EGL_MESA_platform_surfaceless
2025-01-16 12:37:05.289 T:7        info <general>: RetroPlayer[RENDER]: Registering renderer factory for DMA
2025-01-16 12:37:05.289 T:7        info <general>: RetroPlayer[RENDER]: Registering renderer factory for OpenGL
2025-01-16 12:37:05.349 T:7        info <general>: VAAPI::Close - closing decoder context
2025-01-16 12:37:05.350 T:7        info <general>: CApplication::CreateGUI - using the wayland windowing system
2025-01-16 12:37:05.350 T:7        info <general>: Checking resolution 16
2025-01-16 12:37:05.350 T:7        info <general>: CreateNewWindow: Starting full screen size 1920x1080
2025-01-16 12:37:05.354 T:7        info <general>: UpdateSizeVariables: Surface size changed: 0x0 -> 1920x1080
2025-01-16 12:37:05.354 T:7        info <general>: UpdateSizeVariables: Buffer size changed: 0x0 -> 1920x1080
2025-01-16 12:37:05.354 T:7        info <general>: UpdateSizeVariables: Configured size changed: 0x0 -> 1920x1080
2025-01-16 12:37:05.354 T:7        info <general>: ApplyBufferScale: Setting Wayland buffer scale to 1
2025-01-16 12:37:05.409 T:7        info <general>: CRenderSystemGL::InitRenderSystem - Version: 4.6 (Core Profile) Mesa 24.3.1 (git-c815d651b8), Major: 4, Minor: 6
2025-01-16 12:37:05.409 T:7        info <general>: GL_VENDOR = Intel
2025-01-16 12:37:05.409 T:7        info <general>: GL_RENDERER = Mesa Intel(R) UHD Graphics 605 (GLK 3)
2025-01-16 12:37:05.409 T:7        info <general>: GL_VERSION = 4.6 (Core Profile) Mesa 24.3.1 (git-c815d651b8)
2025-01-16 12:37:05.409 T:7        info <general>: GL_SHADING_LANGUAGE_VERSION = 4.60
2025-01-16 12:37:05.409 T:7        info <general>: GL_EXTENSIONS = GL_3DFX_texture_compression_FXT1 GL_AMD_conservative_depth GL_AMD_depth_clamp_separate GL_AMD_draw_buffers_blend GL_AMD_gpu_shader_int64 GL_AMD_multi_draw_indirect GL_AMD_performance_monitor GL_AMD_query_buffer_object GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_stencil_export GL_AMD_shader_trinary_minmax GL_AMD_texture_texture4 GL_AMD_vertex_shader_layer GL_AMD_vertex_shader_viewport_index GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_ES2_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_ES3_compatibility GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_compressed_texture_pixel_storage GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_conservative_depth GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_draw_indirect GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_shader GL_ARB_fragment_shader_interlock GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_stencil_export GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_spirv_extensions GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map_array GL_ARB_texture_filter_anisotropic GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ATI_blend_equation_separate GL_ATI_texture_float GL_EXT_EGL_image_storage GL_EXT_EGL_image_storage_compression GL_EXT_EGL_sync GL_EXT_abgr GL_EXT_blend_equation_separate GL_EXT_debug_label GL_EXT_demote_to_helper_invocation GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_polygon_offset_clamp GL_EXT_provoking_vertex GL_EXT_semaphore GL_EXT_semaphore_fd GL_EXT_shader_framebuffer_fetch GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_shader_integer_mix GL_EXT_shader_samples_identical GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_texture_snorm GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_IBM_multimode_draw_arrays GL_INTEL_blackhole_render GL_INTEL_conservative_rasterization GL_INTEL_performance_query GL_INTEL_shader_atomic_float_minmax GL_INTEL_shader_integer_functions2 GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_context_flush_control GL_KHR_debug GL_KHR_no_error GL_KHR_parallel_shader_compile GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_sliced_3d GL_MESA_framebuffer_flip_y GL_MESA_pack_invert GL_MESA_shader_integer_functions GL_MESA_texture_const_bandwidth GL_MESA_texture_signed_rgba GL_NV_alpha_to_coverage_dither_control GL_NV_compute_shader_derivatives GL_NV_conditional_render GL_NV_copy_image GL_NV_depth_clamp GL_NV_fragment_shader_interlock GL_NV_packed_depth_stencil GL_NV_texture_barrier GL_OES_EGL_image GL_S3_s3tc 
2025-01-16 12:37:05.448 T:7        info <general>: SetResolutionExternal: Kodi asked to switch mode to 1920x1080 @60.000 Hz on output "GSM LG TV" full screen
2025-01-16 12:37:05.449 T:7        info <general>: GetOSScreenSaverImpl: Using idle-inhibit-unstable-v1 protocol for screen saver inhibition
2025-01-16 12:37:05.582 T:7        info <general>: GL: Enabling VSYNC
2025-01-16 12:37:05.583 T:7        info <general>: UpdateResolutions: User wanted output "GSM LG TV", we now have "GSM LG TV" size 1600x900 mm with 1 mode(s):
2025-01-16 12:37:05.583 T:7        info <general>: UpdateResolutions: - 1920x1080 @60.000 Hz pixel ratio 1.000 current
2025-01-16 12:37:05.583 T:7        info <general>: load keymapping
2025-01-16 12:37:05.585 T:7        info <general>: Loading special://xbmc/system/keymaps/appcommand.xml
2025-01-16 12:37:05.586 T:7        info <general>: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
2025-01-16 12:37:05.587 T:7        info <general>: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
2025-01-16 12:37:05.588 T:7        info <general>: Loading special://xbmc/system/keymaps/customcontroller.SiriRemote.xml
2025-01-16 12:37:05.589 T:7        info <general>: Loading special://xbmc/system/keymaps/gamepad.xml
2025-01-16 12:37:05.590 T:7        info <general>: Loading special://xbmc/system/keymaps/joystick.xml
2025-01-16 12:37:05.592 T:7        info <general>: Loading special://xbmc/system/keymaps/keyboard.xml
2025-01-16 12:37:05.595 T:7        info <general>: Loading special://xbmc/system/keymaps/mouse.xml
2025-01-16 12:37:05.596 T:7        info <general>: Loading special://xbmc/system/keymaps/remote.xml
2025-01-16 12:37:05.598 T:7        info <general>: Loading special://xbmc/system/keymaps/touchscreen.xml
2025-01-16 12:37:05.599 T:7        info <general>: Loading special://masterprofile/keymaps/myjoy.xml
2025-01-16 12:37:05.600 T:7        info <general>: Loading special://profile/keymaps/myjoy.xml
2025-01-16 12:37:05.600 T:7        info <general>: GUI format 1920x1080, Display GSM LG TV: 1920x1080 @ 60.00Hz
2025-01-16 12:37:05.649 T:19       info <general>: CAESinkALSA - Unable to open device "oss" for playback
2025-01-16 12:37:05.657 T:19       info <general>: CAESinkALSA - Unable to open device "upmix" for playback
2025-01-16 12:37:05.659 T:19       info <general>: CAESinkALSA - Unable to open device "vdownmix" for playback
2025-01-16 12:37:05.662 T:19       info <general>: CAESinkALSA - Unable to open device "hdmi:CARD=PCH,DEV=0" for playback
2025-01-16 12:37:05.668 T:19       info <general>: CAESinkALSA - Unable to open device "usbstream:CARD=PCH" for playback
2025-01-16 12:37:05.668 T:19       info <general>: Found 1 Lists of Devices
2025-01-16 12:37:05.668 T:19       info <general>: Enumerated ALSA devices:
2025-01-16 12:37:05.668 T:19       info <general>:     Device 1
2025-01-16 12:37:05.668 T:19       info <general>:         m_deviceName      : default
2025-01-16 12:37:05.668 T:19       info <general>:         m_displayName     : Default ALSA Output (currently PulseAudio Sound Server)
2025-01-16 12:37:05.668 T:19       info <general>:         m_displayNameExtra: 
2025-01-16 12:37:05.668 T:19       info <general>:         m_deviceType      : AE_DEVTYPE_PCM
2025-01-16 12:37:05.668 T:19       info <general>:         m_channels        : FL, FR, BL, BR, FC, LFE, SL, SR, UNKNOWN1, UNKNOWN2, UNKNOWN3, UNKNOWN4, UNKNOWN5, UNKNOWN6, UNKNOWN7, UNKNOWN8
2025-01-16 12:37:05.668 T:19       info <general>:         m_sampleRates     : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
2025-01-16 12:37:05.668 T:19       info <general>:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_U8
2025-01-16 12:37:05.668 T:19       info <general>:         m_streamTypes     : No passthrough capabilities
2025-01-16 12:37:05.668 T:19       info <general>:     Device 2
2025-01-16 12:37:05.669 T:19       info <general>:         m_deviceName      : pulse
2025-01-16 12:37:05.669 T:19       info <general>:         m_displayName     : PulseAudio Sound Server
2025-01-16 12:37:05.669 T:19       info <general>:         m_displayNameExtra: 
2025-01-16 12:37:05.669 T:19       info <general>:         m_deviceType      : AE_DEVTYPE_PCM
2025-01-16 12:37:05.669 T:19       info <general>:         m_channels        : FL, FR, BL, BR, FC, LFE, SL, SR, UNKNOWN1, UNKNOWN2, UNKNOWN3, UNKNOWN4, UNKNOWN5, UNKNOWN6, UNKNOWN7, UNKNOWN8
2025-01-16 12:37:05.669 T:19       info <general>:         m_sampleRates     : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
2025-01-16 12:37:05.669 T:19       info <general>:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_U8
2025-01-16 12:37:05.669 T:19       info <general>:         m_streamTypes     : No passthrough capabilities
2025-01-16 12:37:05.669 T:19       info <general>:     Device 3
2025-01-16 12:37:05.669 T:19       info <general>:         m_deviceName      : hdmi:CARD=PCH,DEV=1
2025-01-16 12:37:05.669 T:19       info <general>:         m_displayName     : HDA Intel PCH
2025-01-16 12:37:05.669 T:19       info <general>:         m_displayNameExtra: HDMI #1
2025-01-16 12:37:05.669 T:19       info <general>:         m_deviceType      : AE_DEVTYPE_HDMI
2025-01-16 12:37:05.669 T:19       info <general>:         m_channels        : FL, FR
2025-01-16 12:37:05.669 T:19       info <general>:         m_sampleRates     : 32000,44100,48000,88200,96000,176400,192000
2025-01-16 12:37:05.669 T:19       info <general>:         m_dataFormats     : AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_RAW
2025-01-16 12:37:05.669 T:19       info <general>:         m_streamTypes     : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_EAC3,STREAM_TYPE_TRUEHD
2025-01-16 12:37:05.669 T:19       info <general>:     Device 4
2025-01-16 12:37:05.669 T:19       info <general>:         m_deviceName      : hdmi:CARD=PCH,DEV=2
2025-01-16 12:37:05.669 T:19       info <general>:         m_displayName     : HDA Intel PCH
2025-01-16 12:37:05.669 T:19       info <general>:         m_displayNameExtra: HDMI #2
2025-01-16 12:37:05.669 T:19       info <general>:         m_deviceType      : AE_DEVTYPE_HDMI
2025-01-16 12:37:05.669 T:19       info <general>:         m_channels        : FL, FR
2025-01-16 12:37:05.669 T:19       info <general>:         m_sampleRates     : 32000,44100,48000,88200,96000,176400,192000
2025-01-16 12:37:05.669 T:19       info <general>:         m_dataFormats     : AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_RAW
2025-01-16 12:37:05.669 T:19       info <general>:         m_streamTypes     : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_EAC3,STREAM_TYPE_TRUEHD
2025-01-16 12:37:05.669 T:20       info <general>: CActiveAESink::OpenSink - initialize sink
2025-01-16 12:37:05.669 T:20       info <general>: CAESinkALSA::Initialize - Attempting to open device "pulse"
2025-01-16 12:37:05.672 T:20       info <general>: CAESinkALSA::Initialize - Opened device "pulse"
2025-01-16 12:37:05.727 T:7        info <general>: CLangInfo: loading resource.language.it_it language information...
2025-01-16 12:37:05.729 T:7        info <general>: global locale set to it_IT.UTF-8
2025-01-16 12:37:05.729 T:7        info <general>: CLangInfo: loading resource.language.it_it language strings...
2025-01-16 12:37:06.109 T:25       info <general>: Running database version Addons33
2025-01-16 12:37:06.110 T:25       info <general>: Running database version ViewModes6
2025-01-16 12:37:06.112 T:25       info <general>: Running database version Textures13
2025-01-16 12:37:06.115 T:25       info <general>: Running database version MyMusic83
2025-01-16 12:37:06.120 T:25       info <general>: Running database version MyVideos131
2025-01-16 12:37:06.121 T:25       info <general>: Running database version TV46
2025-01-16 12:37:06.123 T:25       info <general>: Running database version Epg16
2025-01-16 12:37:06.250 T:7        info <general>: Unloaded skin
2025-01-16 12:37:06.254 T:7        info <general>:   load skin from: /home/diabolik/.var/app/tv.kodi.Kodi/data/addons/skin.estuary.modv2/ (version: 21.2.1+omega.14)
2025-01-16 12:37:06.254 T:7        info <general>:   load fonts for skin...
2025-01-16 12:37:06.256 T:7        info <general>: Loading skin includes from /home/diabolik/.var/app/tv.kodi.Kodi/data/addons/skin.estuary.modv2/xml/Includes.xml
2025-01-16 12:37:06.399 T:7        info <general>: LoadFontsFromFile: Loading <fontset> with name 'Default' from '/home/diabolik/.var/app/tv.kodi.Kodi/data/addons/skin.estuary.modv2/xml/Font.xml'
2025-01-16 12:37:06.448 T:7        info <general>: LoadTimers: Trying to load skin timers from /home/diabolik/.var/app/tv.kodi.Kodi/data/addons/skin.estuary.modv2/xml/Timers.xml
2025-01-16 12:37:06.449 T:7        info <general>:   load new skin...
2025-01-16 12:37:06.449 T:7        info <general>: Loading custom window XMLs from skin path /home/diabolik/.var/app/tv.kodi.Kodi/data/addons/skin.estuary.modv2/xml
2025-01-16 12:37:06.470 T:7        info <general>:   initialize new skin...
2025-01-16 12:37:06.470 T:7        info <general>: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT
2025-01-16 12:37:06.472 T:7        info <general>: Loading skin file: Custom_1140_MusicVideoInfo.xml, load type: LOAD_ON_GUI_INIT
2025-01-16 12:37:06.474 T:7        info <general>: Loading skin file: Custom_1110_CloseVideoOSD.xml, load type: LOAD_ON_GUI_INIT
2025-01-16 12:37:06.474 T:7        info <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
2025-01-16 12:37:06.481 T:7        info <general>: Loading skin file: Custom_1142_Themes.xml, load type: LOAD_ON_GUI_INIT
2025-01-16 12:37:06.494 T:7        info <general>: Loading skin file: Custom_1135_PVROverlay.xml, load type: LOAD_ON_GUI_INIT
2025-01-16 12:37:06.500 T:7        info <general>: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
2025-01-16 12:37:06.501 T:7        info <general>: Loading skin file: Custom_1134_PVRNextUp.xml, load type: LOAD_ON_GUI_INIT
2025-01-16 12:37:06.502 T:7        info <general>: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
2025-01-16 12:37:06.504 T:7        info <general>: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
2025-01-16 12:37:06.506 T:7        info <general>: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
2025-01-16 12:37:06.508 T:7        info <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
2025-01-16 12:37:06.508 T:7        info <general>: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
2025-01-16 12:37:06.510 T:7        info <general>: Loading resource://resource.uisounds.kodi/sounds.xml
2025-01-16 12:37:06.549 T:7        info <general>:   skin loaded...
2025-01-16 12:37:06.550 T:7        info <general>: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
2025-01-16 12:37:06.551 T:7     warning <general>: CApplication::Initialize - startup.xml taints init process
2025-01-16 12:37:06.557 T:7     warning <general>: JSONRPC: Could not parse type "Setting.Details.SettingList"
2025-01-16 12:37:06.557 T:7        info <general>: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
2025-01-16 12:37:06.557 T:7        info <general>: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
2025-01-16 12:37:06.565 T:7        info <general>: JSONRPC v13.5.0: Successfully initialized
2025-01-16 12:37:06.565 T:7        info <general>: [Media Detection] starting service for optical media detection
2025-01-16 12:37:06.578 T:7        info <general>: AddOnLog: peripheral.joystick: Enabling joystick interface "linux"
2025-01-16 12:37:06.581 T:7        info <general>: Register - new keyboard device registered on application->keyboard: Tastiera (0000:0000)
2025-01-16 12:37:06.581 T:7        info <general>: Register - new mouse device registered on application->mouse: Mouse (0000:0000)
2025-01-16 12:37:06.582 T:7        info <general>: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
2025-01-16 12:37:06.582 T:7        info <general>: Loaded playercorefactory configuration
2025-01-16 12:37:06.583 T:7        info <general>: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
2025-01-16 12:37:06.583 T:7        info <general>: special://masterprofile/playercorefactory.xml does not exist. Skipping.
2025-01-16 12:37:06.583 T:7        info <general>: removing tempfiles
2025-01-16 12:37:06.595 T:7        info <general>: initialize done
2025-01-16 12:37:06.595 T:7        info <general>: Running the application...
2025-01-16 12:37:06.602 T:7        info <general>: starting zeroconf publishing
2025-01-16 12:37:06.603 T:48       info <general>: ES: Starting UDP Event server on port 9777
2025-01-16 12:37:06.603 T:48       info <general>: UDP: Listening on port 9777 (ipv6 : true)
2025-01-16 12:37:06.603 T:7       error <general>: JSONRPC Server: Failed to connect to sdpd
2025-01-16 12:37:06.603 T:7        info <general>: JSONRPC Server: Successfully initialized
2025-01-16 12:37:06.603 T:7        info <CWebserver[8080]>: Started
2025-01-16 12:37:06.604 T:7        info <general>: CWSDiscoveryListenerUDP::Start - Started


############### END LOG FILE ################

############ END Kodi CRASH LOG #############

It may be a curiosity but when there are these immediate crashes the last line is always related to port 8080 and related to CWebserver.
But I don't think that's the cause of the crashes. if it should be the web remote control page i use for yatse....
Strange also from kodi i can see it's load my usual controller also they are physically disconnected from the minipc... lol.

@DjDiabolik
Copy link
Author

Day after day.... today crashlog generated until apparently kodi start succesfully (but need to see if crash after a lot of time without apparently same issue):

Image

Lol.... there is definitely something that undermines the usual rock solid stability of kodi itself :) Hope bring back kodi works as ever :)

@Martii
Copy link

Martii commented Jan 16, 2025

Logged crashes but there have been a plethora of unlogged ones as well. Always using X11.

@Erick555
Copy link
Contributor

Erick555 commented Jan 16, 2025

The crash is well known and reproducible virtually by everyone so there is no point of reporting it happens here. We're waiting for someone to fix it.

@DjDiabolik
Copy link
Author

The crash is well known and reproducible virtually by everyone so there is no point of reporting it happens here. We're waiting for someone to fix it.

yes I know.. even ChatGPT if you ask for info it sends you back to this issue :)

In fact, for now, as I said, I'm learning to live with the problem hoping that from one day to the next kodi doesn't become totally unusable at which point I'll get back to you.

Thanks to the whole team for your patience.

@ccope
Copy link

ccope commented Jan 20, 2025

I've got a similar stacktrace as above:

#0  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
#1  0x0000728a76e9ae23 in __pthread_kill_internal (threadid=<optimized out>, signo=6) at pthread_kill.c:78
#2  0x0000728a76e4208e in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#3  0x0000728a76e29882 in __GI_abort () at abort.c:79
#4  0x0000728a77f9493c in log_assert_failed (text=text@entry=0x728a77fbe0b0 "close_nointr(fd) != -EBADF", file=file@entry=0x728a77fbe09c "src/basic/fd-util.c", line=line@entry=75, func=<optimized out>) at ../src/basic/log.c:995
#5  0x0000728a77fa46d9 in safe_close (fd=fd@entry=59) at ../src/basic/fd-util.c:75
#6  0x0000728a77fb0296 in closep (fd=<synthetic pointer>) at ../src/basic/fd-util.h:45
#7  chaseat (dir_fd=<optimized out>, path=<optimized out>, flags=<optimized out>, ret_path=0x728a44bfeff8, ret_fd=<optimized out>) at ../src/basic/chase.c:84
#8  0x0000728a77fb4434 in chase.constprop.0 (path=0x728a18203a11 "sys/class/i2c-dev/i2c-10", ret_path=0x728a44bff080, ret_fd=0x728a44bff07c, flags=0, root=0x728a77fbe471 "/") at ../src/basic/chase.c:633
#9  0x0000728a77f9ecfa in device_set_syspath (device=0x728a18204770, _syspath=0x728a44bff1a0 "/sys/class/i2c-dev/i2c-10", verify=<optimized out>) at ../src/libsystemd/sd-device/sd-device.c:153
#10 0x0000728a77fb7e41 in device_new_from_syspath.constprop.0 (ret=ret@entry=0x728a44bff220, syspath=syspath@entry=0x728a44bff1a0 "/sys/class/i2c-dev/i2c-10", strict=true) at ../src/libsystemd/sd-device/sd-device.c:271
#11 0x0000728a77f97b93 in sd_device_new_from_syspath (ret=0x728a44bff220, syspath=0x728a44bff1a0 "/sys/class/i2c-dev/i2c-10") at ../src/libsystemd/sd-device/sd-device.c:280
#12 enumerator_scan_dir_and_add_devices (enumerator=enumerator@entry=0x728a18000e60, basedir=basedir@entry=0x728a77fbde47 "class", subdir1=subdir1@entry=0x728a18001b1b "i2c-dev", subdir2=subdir2@entry=0x0)
    at ../src/libsystemd/sd-device/device-enumerator.c:723
#13 0x0000728a77f97f5f in enumerator_scan_dir (enumerator=enumerator@entry=0x728a18000e60, basedir=basedir@entry=0x728a77fbde47 "class", subdir=subdir@entry=0x0, subsystem=subsystem@entry=0x0)
    at ../src/libsystemd/sd-device/device-enumerator.c:783
#14 0x0000728a77f9dc95 in enumerator_scan_devices_all (enumerator=0x728a18000e60) at ../src/libsystemd/sd-device/device-enumerator.c:962
#15 device_enumerator_scan_devices (enumerator=0x728a18000e60) at ../src/libsystemd/sd-device/device-enumerator.c:989
#16 device_enumerator_scan_devices (enumerator=0x728a18000e60) at ../src/libsystemd/sd-device/device-enumerator.c:969
#10 device_new_from_child (ret=0x7611c825b2f8, child=0x7611c825b2f0) at ../src/libsystemd/sd-device/sd-device.c:1066
#11 sd_device_get_parent (child=0x7611c825b2f0, ret=0x7611f5fff360) at ../src/libsystemd/sd-device/sd-device.c:1080
#12 0x00007612299ddf19 in device_new_from_parent (child=0x7611c825bf60) at ../src/libudev/libudev-device.c:381
#13 udev_device_get_parent (udev_device=0x7611c825bf60) at ../src/libudev/libudev-device.c:411
#14 0x000058219a57237a in PERIPHERALS::CPeripheralBusUSB::PerformDeviceScan (this=0x5821c5445410, results=...) at /run/build/kodi/xbmc/platform/linux/peripherals/PeripheralBusUSBLibUdev.cpp:111
#15 0x000058219b2e15c4 in PERIPHERALS::CPeripheralBus::ScanForDevices (this=0x5821c5445410) at /run/build/kodi/xbmc/peripherals/bus/PeripheralBus.cpp:128
#16 0x000058219a571e2d in PERIPHERALS::CPeripheralBusUSB::Process (this=0x5821c5445410) at /run/build/kodi/xbmc/platform/linux/peripherals/PeripheralBusUSBLibUdev.cpp:200
#17 0x000058219aa9370a in CThread::Action (this=0x5821c5445410) at /run/build/kodi/xbmc/threads/Thread.cpp:283
#18 0x000058219aa95105 in operator() (__closure=<optimized out>, pThread=0x5821c5445410, promise=...) at /run/build/kodi/xbmc/threads/Thread.cpp:152
#19 std::__invoke_impl<void, CThread::Create(bool)::<lambda(CThread*, std::promise<bool>)>, CThread*, std::promise<bool> > (__f=...) at /usr/include/c++/14.2.0/bits/invoke.h:61
#20 std::__invoke<CThread::Create(bool)::<lambda(CThread*, std::promise<bool>)>, CThread*, std::promise<bool> > (__fn=...) at /usr/include/c++/14.2.0/bits/invoke.h:96
#21 std::thread::_Invoker<std::tuple<CThread::Create(bool)::<lambda(CThread*, std::promise<bool>)>, CThread*, std::promise<bool> > >::_M_invoke<0, 1, 2> (this=<optimized out>) at /usr/include/c++/14.2.0/bits/std_thread.h:301
#22 std::thread::_Invoker<std::tuple<CThread::Create(bool)::<lambda(CThread*, std::promise<bool>)>, CThread*, std::promise<bool> > >::operator() (this=<optimized out>) at /usr/include/c++/14.2.0/bits/std_thread.h:308
#23 std::thread::_State_impl<std::thread::_Invoker<std::tuple<CThread::Create(bool)::<lambda(CThread*, std::promise<bool>)>, CThread*, std::promise<bool> > > >::_M_run(void) (this=<optimized out>)
    at /usr/include/c++/14.2.0/bits/std_thread.h:253
#24 0x0000761228af69f4 in std::execute_native_thread_routine (__p=0x5821c4c64650) at ../../../../../libstdc++-v3/src/c++11/thread.cc:104
#25 0x0000761228898e0e in start_thread (arg=<optimized out>) at pthread_create.c:447
#26 0x000076122891d7d4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100

@ccope

This comment has been minimized.

@DjDiabolik
Copy link
Author

@ccope for purpose confrontation you can explain your hardware ?

@ccope
Copy link

ccope commented Jan 20, 2025

Intel NUC PAHi7 (11th Gen Core i7). Ubuntu 22.04, kernel 6.8.0-51, flatpak 1.16, running kodi-gbm 21.2.

@DjDiabolik
Copy link
Author

Intel NUC PAHi7 (11th Gen Core i7). Ubuntu 22.04, kernel 6.8.0-51, flatpak 1.16, running kodi-gbm 21.2.

Lol another intel nuc... really interesting :)

@AdamNo2
Copy link

AdamNo2 commented Jan 25, 2025

i am facing a similar issue. Kodi closes/crashes immediately after start.
My setup:
Living room PC

  • AMD based
  • Ubuntu 24.04.1 LTS
  • Flatpak 1.14.6
  • Kodi 21.2-Omega/stable
  • Arctic Horizon 2 Skin v0.8.30~omega

Notebook

  • intel based
  • Ubuntu 24.04.1 LTS
  • Flatpak 1.14.6
  • Kodi 21.2-Omega/stable
  • Arctic Horizon 2 Skin v0.8.30~omega

Yesterday while watching TV on Living room PC, Kodi closed/crashed suddenly. i guess it was when switching TV program.
I restarted Kodi and could see the splash/start screen of Arctic Horizon2 (AH2) Skin for a second or so and then it closed/crashed.

I went to my Notebook and started Kodi there and it crashed in the same way.
I started Kodi via console:

ak@mi:~$ flatpak run tv.kodi.Kodi
'this->recurse > 0' failed at ../src/pipewire/thread-loop.c:62 do_unlock()
libva info: VA-API version 1.22.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/intel-vaapi-driver/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
Assertion 'close_nointr(fd) != -EBADF' failed at src/basic/fd-util.c:75, function safe_close(). Aborting.
/app/bin/kodi: line 216: 7 Aborted (core dumped) ${KODI_BINARY} ${ENV_ARGS} $SAVED_ARGS
Crash report available at /home/ak/.var/app/tv.kodi.Kodi/data/kodi_crashlog-xyz.log

The logs are not much of a help for me, so i dragged my attention to AH2 Skin as it was crashing at that stage.

Still on Notebook, i deleted guisettings.xml to get back to the default Skin and Kodi started again!

I re-enabled AH2 Skin and Kodi crashed again on splash screen.
Hmm, again i deleted guisettings.xml, started Kodi and then i re-installed all depending AddOns and the AH2 Skin itself.
Viola, Kodi was back up to normal and started as before with AH2 Skin.

Did the same on Living room PC with success.

Maybe it's helpful?!

@DjDiabolik
Copy link
Author

@AdamNo2 no... it's not my skin the issue... i have tryed also to use the original estuary and crash happen randomly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants