-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Celluloid 0.23- fails to start #765
Comments
This is just mpv probing for Nvidia driver. It's normal even if you don't have an Nvidia card. What WM/DE are you using? |
Hi, I'm using XFCE as a DE. |
The best thing to do would be to get a backtrace using GDB. You may need to compile Celluloid from source to get debugging symbols. |
Thank you for your advice. |
That sounds a bit like #610. There might have been another performance regression recently, but I no longer have an Intel machine to test with.
The log looks normal to me. |
Thank you for checking the log file and for referencing a possible reason for the problem.
shows me that I have a kernel much further advanced than the 5.7 that was identified as the regression point in the bug report #610, which was >=5.7. The problem for me only occurred recently, I must have been past 5.7 a long time already when it was still working fine. |
You can try downgrading the kernel and see if the problem goes away. Since the problem started happening a few weeks ago, 5.15 could be a good starting point. It might also be a good idea to try downgrading Celluloid as well so that we can rule out regressions in Celluloid. |
Hm, I didn't have time to follow your advice last week. Tonight, when I was about to proceed with downgrading celluloid, I tested it first, expecting to see the same failures. But it started immediately and played all tested files (video as well as audio) flawlessly. |
I have the same problem with celluloid not launching or launching just to hang immediately and having to be killed. The last working version for me is 0.21, which works fine. The problems started for me with 0.22 and above. I also upgraded to an i5-11600 at this time, so maybe this is related. I am using Manjaro KDE 5.17 with an RTX2070 at the moment. In my opinion, there is a problem with celluloid. |
Overview Description:
Whether I want to start Celluloid from the start menu or from the command line, it fails to start. CLI gives more information, which nevertheless doesn't seem to point to a solution, since I have an Intel, not NVIDIA graphic.
CLI-Output:
$ celluloid
Cannot load libcuda.so.1
Speicherzugriffsfehler (Speicherabzug geschrieben)
Steps to Reproduce:
Actual Results:
Celluloid doesn't start, it tells me that it misses a (symlink to a) library that my system doesn't require.
Expected Results:
Celluloid should start (with or without a file to play). It used to work well for me until some weeks past.
Version:
0.23-1
Additional Information:
run on vanilla arch linux. Error-log and stout attached:
celluloid.log
Celluloid-stout.log
The text was updated successfully, but these errors were encountered: