INTERACT FORUM
Linux => JRiver Media Center 34 for Linux => Topic started by: Ekpen on May 16, 2025, 07:16:39 pm
-
hello:
Ubuntu 25.04.
MC failed to start.
No luck with re installing.
thanks.
George Omoregie
-
Start it from the terminal with the /BuiltInBrowser switch.
mediacenter34 /BuiltInBrowser
-
Thanks for the quick response and help.
Below is the result.
Segmentation fault (core dumped)
George Omoregie
-
I receive the same segmentation fault error when using the /BuiltInBrowser option on Ubuntu Studio 24.10
-
What GPU is being used? You'll probably have to wait for Bob to respond.
Segfaults are sometimes hard to track down and may require you to run MC through gdb in the terminal to get more info about where it's failing exactly. How to run MC34 through gdb you do the following in a Terminal...
gdb mediacenter34
If it asks whether or not to enable debuginfod for the session put in y and hit Enter, then you'll see it say (gdb). When you see this type in run and press Enter and it should start to run MC34 and then it should segfault again but this time it should display more information about the segfault. Copy and paste and post that info here.
-
My GPU is a NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2
Here is the output of the gdb command:
[New Thread 0x7ffff37ff6c0 (LWP 161929)]
[New Thread 0x7ffff2ffe6c0 (LWP 161930)]
[Thread 0x7ffff37ff6c0 (LWP 161929) exited]
[Detaching after vfork from child process 161931]
Downloading separate debug info for /usr/lib/jriver/Media Center 34/libJRDisc.so
[New Thread 0x7ffff37ff6c0 (LWP 161938)]
[Detaching after fork from child process 161940]
[New Thread 0x7ffff198e6c0 (LWP 161955)]
Thread 1 "mediacenter34" received signal SIGSEGV, Segmentation fault.
0x00005555561c20a9 in ?? ()
-
Bob said the segfaults could because of corrupt settings files. Try what he suggested here: https://yabb.jriver.com/interact/index.php/topic,141310.msg980605.html#msg980605
-
Removed both of the settings files, ran gdb mediacenter34 with the built in browser option and got this:
0520/110809.842526:ERROR:check.cc(297)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
FFF9F9F9 Start bcolor F9F9F9 nColor
[0520/110809.915611:ERROR:check.cc(297)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
[0520/110809.918005:ERROR:check.cc(297)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
[0520/110809.970289:WARNING:policy_logger.cc(151)] :components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc(88) Could not create policy manager as CBCM is not enabled.
[0520/110810.057085:ERROR:check.cc(297)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
[0520/110810.127879:WARNING:angle_platform_impl.cc(49)] RendererVk.cpp:1962 (initialize): ANGLE VMA version: 2003000
[New Thread 0x7fffe9b816c0 (LWP 181351)]
[0520/110810.163094:WARNING:sandbox_linux.cc(400)] InitializeSandbox() called with multiple threads in process gpu-process.
Thread 1 "mediacenter34" received signal SIGSEGV, Segmentation fault.
0x00005555561c20a9 in ?? ()
-
Tried it again, and in addition to the previous output, it included these lines after the segmentation fault:
(gdb) [0520/152951.107775:WARNING:angle_platform_impl.cc(49)] RendererVk.cpp:1962 (initialize): ANGLE VMA version: 2003000
free(): double free detected in tcache 2
[0520/152951.229402:ERROR:check.cc(297)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
[0520/153006.232016:INFO:child_thread_impl.cc(926)] ChildThreadImpl::EnsureConnected()
And it just kind of hung there at that point, never closing out the command, indicating that it might not be a 'crash' so much as a process gone out of control. Perhaps.
-
After looking through some other recent forum questions about segmentation faults, I decided to try loading X11 instead of Wayland - and JRiver Media Center loaded up without issue. Just figured I'd let you know my resolution.