INTERACT FORUM

More => Old Versions => JRiver Media Center 21 for Linux => Topic started by: Awesome Donkey on August 10, 2015, 06:22:58 pm

Title: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on August 10, 2015, 06:22:58 pm
This tutorial aims to aid users into setting up JRiver Media Center 21 onto computers running the following Linux operating systems;

Ubuntu 16.04 LTS Xenial Xerus
Ubuntu 14.04.4 LTS Trusty Tahr
Linux Mint 18 Sarah
Linux Mint 17.3 Rosa

Ubuntu Studio and Linux Mint Debian Edition has not and likely won't be tested! Your mileage may vary.

NOTE: This tutorial does borrow ideas and parts done by InflatableMouse and his excellent Debian Wheezy tutorial found here (http://yabb.jriver.com/interact/index.php?topic=85957.0), so please thank him.

Before we continue, please note the following;

- Media Center 21 for Linux is developed on Debian Wheezy 32-bit and Debian Jessie 64-bit - support for distros other than Wheezy 32-bit and Jessie 64-bit, like Ubuntu and Mint is not officially supported!
- This tutorial will focus on the operating systems above, any others you're on your own with.
- This *should* also apply to Ubuntu/Mint derivatives like Xubuntu, Kubuntu, Lubuntu, Ubuntu GNOME, Linux Mint (MATE), Linux Mint (Xfce), etc. However, extra steps may be required!
- Before installing, please read the outstanding issues topic (http://yabb.JRiver.com/interact/index.php?topic=85770.0)! Many of the issues noted for Debian also apply to Ubuntu/Mint!


Step 1 - Add the JRiver APT Repository:

The APT repository is required to install Media Center 21 and keep Media Center 21 updated with every new release.

First, open a Terminal (by either pressing CTRL+ALT+T or by searching for the terminal in your desktop environment) and either type the following command or copy and paste the command in and press Enter (you *may* be prompted for your password);

Code: [Select]
wget -q "http://dist.jriver.com/mediacenter@jriver.com.gpg.key" -O- | sudo apt-key add -
Next, with the Terminal still open, we need to download and add the correct mediacenter.list file to /etc/apt/sources.list.d/ depending if you're using 32-bit or 64-bit so either type one the following commands or copy and paste the command in and press Enter;

If you're using 64-bit Ubuntu/Linux Mint:
Code: [Select]
sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter21jessie.list -O /etc/apt/sources.list.d/mediacenter21.list
Or...

If you're using 32-bit Ubuntu/Linux Mint:
Code: [Select]
sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter21.list -O /etc/apt/sources.list.d/mediacenter21.list
Finally, we need to reload the packages list, so with the Terminal still open either type the following command or copy and paste the command in and press Enter;

Code: [Select]
sudo apt-get update
NOTE: If you're using Ubuntu 16.04 LTS Xenial Xerus you may encounter an error about the repository is insufficiently signed (http://yabb.jriver.com/interact/index.php?topic=103958.0), this is currently just a warning that can be ignored.

That's it! Proceed to step 2!


Step 2 - Installing Media Center 21:

It's finally time to install Media Center 21! First, open a Terminal (by either pressing CTRL+ALT+T or by searching for the Terminal in your desktop environment) or re-use the Terminal from the previous step. Next either type the following command or copy and paste the command in and press Enter (you *may* be prompted for your password);

Code: [Select]
sudo apt-get install mediacenter21
During this process it should say something along the following;

Code: [Select]
The following extra packages will be installed:
  lame libcue1 libreplaygain1 musepack-tools vorbis-tools
The following NEW packages will be installed:
  lame libcue1 libreplaygain1 mediacenter21 musepack-tools vorbis-tools
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.

However, if you receive an error like;

Code: [Select]
dependency problems prevent configuration of mediacenter21:
 mediacenter21 depends on ....

This means all dependencies have not been met. Don't fret, this can usually be taken care of by using the following command in the Terminal by either typing the following command or copying and pasting the command in and press Enter;

Code: [Select]
sudo apt-get install -f
It'll show you the missing dependencies, after looking them over just press enter to install them. Now assuming all dependencies are met, you've been successful at installing Media Center 21 in Ubuntu/Mint! However, I recommend rebooting since this will allow MC to load up fonts correctly - otherwise if you run MC without rebooting first, fonts may look pretty horrendous!

Now, after rebooting you can start Media Center either go into the Unity dash, Mint menu, etc. and search for Media Center 21 or you can run it from the Terminal by either typing the following command or copying and pasting the command in and press Enter;

Code: [Select]
mediacenter21
Now, we're going to cover installing the license for those who have purchased in step 3!
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on August 10, 2015, 06:23:49 pm
Step 3 - Installing A Media Center 21 Linux License Or Master License:

This portion of the tutorial will explain how to manually install your purchased license (either Linux licence or Master licence) in Media Center 21. Thanks for purchasing a license and supporting the development!

First, make sure MC21 is closed and either download the .mjr by either restoring the license here (https://rover.jriver.com/cgi-bin/restore.cgi) or if you just purchased a Media Center 21 Linux or Master license, then use the .mjr file downloaded with your purchase. After downloading your license file, open a Terminal and either type the following command or copy and paste the command in and press Enter (you *may* be prompted for your password);

If you're using a Linux license:

Code: [Select]
mediacenter21 /RestoreFromFile "Media Center21 Linux-YYYYYY.mjr"
NOTE: Replace the X's and Y's with the correct numbers from your specific .mjr file AND adjust the path to your file.

If you're using a Master license:

Code: [Select]
mediacenter21 /RestoreFromFile "Media Center21 Master-YYYYYY.mjr"
NOTE: Replace the X's and Y's with the correct numbers from your specific .mjr file AND adjust the path to your file.

If your code is located in the default downloads directory, the following command should work (remember to replace the X's and Y's with the correct numbers and change Linux to Master if you're using a Master license!);

Code: [Select]
mediacenter21 /RestoreFromFile ~/Downloads/"Media Center21 Linux-YYYYYY.mjr"
If you do not encounter an error while restoring your license from the file, open Media Center 21 up then go to the Help menu > Registration Info... - if it's registered, congratulations, your MC21 for Linux is now registered!

Additional information and discussion regarding licenses can be found in this topic (http://yabb.jriver.com/interact/index.php?topic=95014.0).

Once you're done, you should be ready to go! Congratulations, you've successfully installed Media Center 21 on your Ubuntu/Linux Mint machine! The next step will aid you in keeping Media Center 21 up-to-date.


Step 4 - Updating Media Center 21:

Okay, so you've got Media Center 21 installed and you might be wondering "how do I keep MC 21 up-to-date?". Well, there's several different ways available to accomplish this.

The easiest method to check for updates and update Media Center 21 if an update is available? Simple! Just open a Terminal and either type the following command or copy and paste the command in and press Enter (you *may* be prompted for your password);

Code: [Select]
sudo apt-get update && sudo apt-get dist-upgrade
Let the command run and it should prompt you with a list of updates for your Linux distribution of choice. Just type Y (or yes) and the system should be updated. It's HIGHLY recommended to run this command once a week - not just for MC 21 updates but for keeping up with the latest patches for vulnerabilities and various other potential security concerns.

The other ways to update Media Center 21? Well, if you Have Synaptic Package Manager installed you can update your system from there as well. Or you can just use the built-in update manager, if one is available for your Linux distro of choice! :)

Okay, what's next? The next post contains various information and tips you may find handy. Enjoy!
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on August 10, 2015, 06:26:05 pm
Get Pulseaudio Output Working:

If desired, you can also output using Pulseaudio - keep in mind though that ALSA is bit-perfect. I'd highly recommend sticking with ALSA instead of Pulseaudio since Pulseaudio requires resampling to one sample rate, but if you wish to use Pulseaudio for whatever reason you'll need to set it up...

Pulseaudio *should* work out-of-the-box on Ubuntu 14.04+/Linux Mint 17+ 64-bit however if you want to cover all your bases on getting Pulseaudio working try the following commands in a Terminal by either typing the following command or copying and pasting the command in and press Enter (you *may* be prompted for your password);

Code: [Select]
sudo apt-get install libasound2-plugins
NOTE: You don't need to use this command in Ubuntu 15.04 Vivid Vervet 64-bit.

Just open Media Center up, go to Tools > Options > Audio > click the Device settings... button and select pulse as the output device but keep in mind you may need to specify the default output device Pulseaudio uses via the pavucontrol utility.


Setting Default Pulseaudio Device Via PulseAudio Volume Control (pavucontrol):

When trying to use the Pulseaudio output in Media Center, you might find yourself with this type of error when trying to play music...

(http://i.imgur.com/IOvowyP.png)

This means the correct output device for Pulseaudio isn't being used, thus why this error is encountered. Fortunately, there's a way to fix this. Open up a Terminal window and either type the following command or copy and paste the command in and press Enter (you *may* be prompted for your password);

Code: [Select]
sudo apt-get install pavucontrol
After installing, either start PulseAudio Volume Control by typing pavucontrol into the Terminal or by typing in Pulseaudio into the Unity dash until you see PulseAudio Volume Control. Once open, you'll want to go to the Configuration tab like seen here;

(http://i.imgur.com/GGc2pjr.png)

Notice how there's multiple output devices listed here? As seen above, what I want to use as the default is my Schiit Modi 2 Uber aka USB Modi Device. In this example, to set this card up I setup the Configuration tab to the following...

(http://i.imgur.com/ZiwzKLx.png)

And take a look at the Output Devices tab now. See how it's using the USB Modi Device as the default device?

(http://i.imgur.com/AxvhR9R.png)

Please setup your device(s) accordingly for your own needs! And if desired setup your input devices via the Input Devices tab! If everything looks good, try playing music through Pulse again in Media Center. If sound works, congrats, you have working sound via Pulse!


How To Remove Media Center 20 and Media Center 21:

If you've updated from Media Center 20 to Media Center 21, you might find yourself with two versions of Media Center installed. If you don't want multiple versions of Media Center installed, you can remove the old Media Center

Step 1: Backup your library and settings. Read the wiki article on how to backup your library and settings (http://wiki.jriver.com/index.php/Library_Backup).

Step 2: Open a Terminal and input the following (you *may* be prompted for your password - answer yes when it prompts!);

Code: [Select]
sudo apt-get remove mediacenter20
Step 3 (Optional): If you want to completely remove Media Center 20's files, with the Terminal open and input the following (you *may* be prompted for your password - answer yes when it prompts!);

Code: [Select]
sudo rm -rf '/usr/lib/jriver/Media Center 20'
And...

Code: [Select]
sudo rm -rf '~/.jriver/Media Center 20'
Now, if you want to remove Media Center 21 (for whatever reason, like a clean install), just repeat step 2 and use this command instead;

Code: [Select]
sudo apt-get remove mediacenter21
If all goes well, your Media Center 20/21 installation(s) should be removed.


Enabling Copy And Paste Buffers:

Currently Media Center 21 for Linux supports one copy and paste buffer system (cut buffers) and it can be challenging to use. For further information please read Bob's topic about this here (http://yabb.jriver.com/interact/index.php?topic=90381.0) (I HIGHLY suggest you do!). The current downside is I've not found a working way to add these copy and paste commands to the X startup scripts for Ubuntu/Mint. I'll continue looking into this but for those who want copy and paste working only while Media Center 21 is open, this is the best way to do it.

Step 1: Close MC21 if its open and open a Terminal window and input the following (you *may* be prompted for your password);

Code: [Select]
sudo apt-get install autocutsel
Step 2: Once this is installed, leave the Terminal open and input the following;

Code: [Select]
autocutsel -fork &
Again, make sure to leave the Terminal open and input the following;

Code: [Select]
autocutsel -selection PRIMARY -fork &
Remember to leave the Terminal with the commands running open for as long as you need copy and paste functionality. If you close the Terminal you'll lose the ability to copy and paste!

Step 3: Open MC21 and you should be able to successfully copy and paste.

Once you're done with copy and paste, close the Terminal window. To re-enable copy and paste, just follow step 2 again.


Adding Additional Skins In Media Center 21:

Media Center 21 for Linux supports additional skins, like the Windows and Mac builds. For Linux, I highly recommend the ModernCards skin!

Now the easiest way to add skins is by doing the following; open the Home folder (using the native file manager on your distro), pressing CTRL+H to show the hidden files then going to the .jriver folder. From there open the Media Center 21 folder and you're met with multiple folders, including a Skins folder. Open Skins then Standard View and the folders inside contain the additional skins. Just drag and drop the skin you want to add (make sure you drag and drop the extracted skin folder from the Skins/Standard View directory inside the downloaded skin's archive) and change the skin within Media Center 21. If you don't see your skin listed, then the skin probably wasn't installed correctly.


Tutorial changelog:

2.1 (04-11-2016): Updated for Ubuntu 16.04 LTS Xenial Xerus and added/removed some things to help simplify everything.
2.0 (01-10-2016): Added information regarding updating required libs for Ubuntu 14.04.x and Linux Mint 17.x. Also added the skins tutorial!
1.0 (08-10-2015): First version of the Ubuntu/Linux Mint tutorial for Media Center 21!
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: El Sliva on September 18, 2015, 03:49:00 am
I want to know how to retrieve all settings, preferences and libraries from mediacenter20 to mediacenter21: avoid all the settings again would be great!  ;)

I confirm that mediacenter20 as well as mediacenter21 are included in the list of packages referenced in Synaptics; once you add JRiver deposits in your authorized deposit list, you no longer need to go through the Terminal.  8)
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on September 18, 2015, 06:01:29 am
I want to know how to retrieve all settings, preferences and libraries from mediacenter20 to mediacenter21: avoid all the settings again would be great!  ;)

It's already part of step 1 of that section of the tutorial - the backup of your library and settings.

The easy way: Open Media Center 20 and go to File > Library > Back Up Library... and save the backup somewhere (e.g. Desktop). Then open Media Center 21 and go to File > Library > Restore Library and restore from the library backup you did in Media Center 20. That's it. :)
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: El Sliva on September 18, 2015, 07:31:52 am
It's already part of step 1 of that section of the tutorial - the backup of your library and settings.
Thank you! The problem is solved on libraries; but recovery of personal settings and preferences is not.
Would it not be possible to make the transition from one version to another is done completely automatically?
Retrieving libraries, and also network preferences, type of reading, etc.

Does the method of copying the contents of the hidden folder home / <user> /. jriver / Media Center 20 in the neighboring Media Center 21 would be effective?  ;)
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: mwillems on September 18, 2015, 07:54:24 am
Thank you! The problem is solved on libraries; but recovery of personal settings and preferences is not.
Would it not be possible to make the transition from one version to another is done completely automatically?
Retrieving libraries, and also network preferences, type of reading, etc.

The library backup contains all the settings as well (except for skins and a few other odds and ends).

Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Belarathon on September 29, 2015, 08:49:18 pm
I see you have a Xonar Essence there.  Have you been able to set it up for bit perfect playback? I have program material sampled at rates anywhere from 44.1-192Khz and do not wish to resanple.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on September 29, 2015, 09:11:58 pm
Well, I do but I don't use it anymore. I really need to update those screenshots.

Bit-perfect playback should be pretty straightforward regardless of DAC or sound card when using ALSA - assuming the sample rate(s) and bit-depth(s) are supported by the sound card/DAC. I use DSP Studio's Output Format to setup the sample rates to No change so they're not being resampled.

Keep in mind I really don't recommend Pulse over ALSA... I've read output is locked to 48kHz but I've never tested this.

EDIT: Updated Screenshots.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on September 30, 2015, 05:36:33 pm
Just tested MC21 in the final beta of Ubuntu 15.10 Wily Werewolf and it functions fine as expected. :D

That said there's one bit of news to pass along, I've decided to stop using Ubuntu and Linux in general outside of a virtual machine due to a nasty bug in the Linux kernel's USB driver since 3.18.0 where when XHCI will give off device descriptor errors and cause USB devices to malfunction during the boot and after rebooting back into Windows and Mac - even after disabling XHCI and XHCI hand-off! The issue was supposed to be fixed in 4.0 kernel but it still persists in 4.1, 4.2 and 4.3 (it got really bad in 4.3-rc3 for some reason). So yeah, I'll be retiring Ubuntu off the main machine for now and just use Ubuntu virtual machines to test. I've been reporting this issue for nearly 8 months now, but not much has been done about it. I've tried different hardware (keyboard, mouse, USB DAC, motherboard, GPU, RAM, etc.) and it doesn't make a difference. It also happens in a VM too, but it doesn't mess with other OSes so it's pretty straightforward to correct.

Also going to retire the Mac portion off the main machine too and just use Windows for the foreseeable future due to multiple annoying issues trying to get the AMD graphics card to function correctly. I'll probably reinstate the Mac once I can save up and get a Nvidia card. I'll likely reinstate Ubuntu if/when they manage to fix that annoying USB issue.

EDIT: Decided to redo the Mac and Ubuntu installs and keep reporting the Linux XHCI issue.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: frederic20100 on October 03, 2015, 08:55:19 am
Hello, I try to install jriver21 on my 2 PCs/linuxmint, one is 32bits and I made it. it works well both audio and video (yet it says that no internet available on my plateform, is that normal?).
The other Pc is 64bits and I cannot install it properly. At the end of the message, I join a copy of the terminal dialog if it can help diagnosis what is wrong.
When I open JRiver and import a library from my harddisk, it imports well the video files but not all the audio files. Or rather it seems to import all of them, shows a few covers for a short time and then changes to show other covers and when importation is ended it indicates that 4000 files have been imported but only display a dozen of covers when the directory contains much more. after a short while MC eventually says that the library contains no files at all but still displays all the video files and a dozen of audio LPs...


I have tried to uninstall, reinstall JR21, uninstall linuxmint, reinstall it an reinstall JR21 but it brought nothing better !!! can you help me ? I dont know what to do next... I am very new on linux and do not handle it very well. here is the historic of my terminal dialog (with some french words to make it easy for you!!! translation between brackets) :

frederic@frederic-TERRA-PC ~ $ wget -q "http://dist.jriver.com/mediacenter@jriver.com.gpg.key" -O- | sudo apt-key add -
[sudo] password for frederic:
OK
frederic@frederic-TERRA-PC ~ $ sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter21jessie.list -O /etc/apt/sources.list.d/mediacenter21.list
--2015-10-03 15:13:19--  http://dist.jriver.com/latest/mediacenter/mediacenter21jessie.list
Résolution de dist.jriver.com (dist.jriver.com)... 216.14.187.181
Connexion vers dist.jriver.com (dist.jriver.com)|216.14.187.181|:80... connecté. (connected)
requête HTTP transmise, en attente de la réponse... 200 OK            (request HTTP transmited, waitting for response...200OK)
Taille : 77
Enregistre : «/etc/apt/sources.list.d/mediacenter21.list»

100%[======================================>] 77          --.-K/s   ds 0s     

2015-10-03 15:13:19 (8,57 MB/s) - «/etc/apt/sources.list.d/mediacenter21.list» enregistré [77/77]

frederic@frederic-TERRA-PC ~ $ sudo apt-get update
Ign http://archive.canonical.com trusty InRelease
Atteint http://archive.canonical.com trusty Release.gpg          (reached http....................)             
Ign http://archive.ubuntu.com trusty InRelease                                 
Ign http://security.ubuntu.com trusty-security InRelease                       
Ign http://extra.linuxmint.com rebecca InRelease                               
Ign http://packages.linuxmint.com rebecca InRelease                           
Atteint http://archive.canonical.com trusty Release                           
Ign http://archive.ubuntu.com trusty-updates InRelease                         
Atteint http://security.ubuntu.com trusty-security Release.gpg                 
Atteint http://dist.jriver.com jessie InRelease                               
Atteint http://archive.canonical.com trusty/partner amd64 Packages             
Atteint http://extra.linuxmint.com rebecca Release.gpg                         
Atteint http://packages.linuxmint.com rebecca Release.gpg                     
Atteint http://archive.ubuntu.com trusty Release.gpg                           
Atteint http://archive.canonical.com trusty/partner i386 Packages             
Atteint http://security.ubuntu.com trusty-security Release                     
Atteint http://dist.jriver.com jessie/main amd64 Packages                     
Réception de : 1 http://archive.ubuntu.com trusty-updates Release.gpg [933 B] 
Atteint http://security.ubuntu.com trusty-security/main amd64 Packages         
Ign http://archive.canonical.com trusty/partner Translation-en                 
Atteint http://extra.linuxmint.com rebecca Release                             
Atteint http://archive.ubuntu.com trusty Release                               
Atteint http://security.ubuntu.com trusty-security/restricted amd64 Packages   
Atteint http://packages.linuxmint.com rebecca Release                         
Réception de : 2 http://archive.ubuntu.com trusty-updates Release [63,5 kB]   
Atteint http://security.ubuntu.com trusty-security/universe amd64 Packages     
Atteint http://security.ubuntu.com trusty-security/multiverse amd64 Packages   
Atteint http://extra.linuxmint.com rebecca/main amd64 Packages                 
Atteint http://packages.linuxmint.com rebecca/main amd64 Packages             
Atteint http://security.ubuntu.com trusty-security/main i386 Packages         
Atteint http://archive.ubuntu.com trusty/main amd64 Packages                   
Atteint http://security.ubuntu.com trusty-security/restricted i386 Packages   
Atteint http://extra.linuxmint.com rebecca/main i386 Packages                 
Atteint http://archive.ubuntu.com trusty/restricted amd64 Packages             
Atteint http://packages.linuxmint.com rebecca/upstream amd64 Packages         
Atteint http://security.ubuntu.com trusty-security/universe i386 Packages     
Atteint http://archive.ubuntu.com trusty/universe amd64 Packages               
Atteint http://security.ubuntu.com trusty-security/multiverse i386 Packages   
Atteint http://archive.ubuntu.com trusty/multiverse amd64 Packages             
Atteint http://security.ubuntu.com trusty-security/main Translation-en         
Atteint http://packages.linuxmint.com rebecca/import amd64 Packages           
Atteint http://archive.ubuntu.com trusty/main i386 Packages                   
Atteint http://security.ubuntu.com trusty-security/multiverse Translation-en   
Atteint http://archive.ubuntu.com trusty/restricted i386 Packages             
Atteint http://security.ubuntu.com trusty-security/restricted Translation-en   
Atteint http://archive.ubuntu.com trusty/universe i386 Packages               
Atteint http://packages.linuxmint.com rebecca/main i386 Packages               
Atteint http://security.ubuntu.com trusty-security/universe Translation-en     
Atteint http://archive.ubuntu.com trusty/multiverse i386 Packages             
Atteint http://packages.linuxmint.com rebecca/upstream i386 Packages           
Atteint http://archive.ubuntu.com trusty/main Translation-fr                   
Ign http://dist.jriver.com jessie/main Translation-fr_FR                       
Atteint http://archive.ubuntu.com trusty/main Translation-en                   
Ign http://dist.jriver.com jessie/main Translation-fr                         
Atteint http://packages.linuxmint.com rebecca/import i386 Packages             
Atteint http://archive.ubuntu.com trusty/multiverse Translation-fr             
Ign http://dist.jriver.com jessie/main Translation-en                         
Atteint http://archive.ubuntu.com trusty/multiverse Translation-en             
Atteint http://archive.ubuntu.com trusty/restricted Translation-fr             
Atteint http://archive.ubuntu.com trusty/restricted Translation-en             
Ign http://extra.linuxmint.com rebecca/main Translation-fr_FR                 
Atteint http://archive.ubuntu.com trusty/universe Translation-fr               
Ign http://extra.linuxmint.com rebecca/main Translation-fr                     
Atteint http://archive.ubuntu.com trusty/universe Translation-en               
Ign http://extra.linuxmint.com rebecca/main Translation-en                     
Réception de : 3 http://archive.ubuntu.com trusty-updates/main amd64 Packages [627 kB]
Réception de : 4 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [15,4 kB]
Réception de : 5 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [320 kB]
Réception de : 6 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [11,9 kB]
Réception de : 7 http://archive.ubuntu.com trusty-updates/main i386 Packages [608 kB]
Réception de : 8 http://archive.ubuntu.com trusty-updates/restricted i386 Packages [15,1 kB]
Réception de : 9 http://archive.ubuntu.com trusty-updates/universe i386 Packages [321 kB]
Réception de : 10 http://archive.ubuntu.com trusty-updates/multiverse i386 Packages [12,1 kB]
Atteint http://archive.ubuntu.com trusty-updates/main Translation-en           
Atteint http://archive.ubuntu.com trusty-updates/multiverse Translation-en     
Atteint http://archive.ubuntu.com trusty-updates/restricted Translation-en     
Atteint http://archive.ubuntu.com trusty-updates/universe Translation-en       
Ign http://packages.linuxmint.com rebecca/import Translation-fr_FR             
Ign http://packages.linuxmint.com rebecca/import Translation-fr               
Ign http://packages.linuxmint.com rebecca/import Translation-en               
Ign http://packages.linuxmint.com rebecca/main Translation-fr_FR               
Ign http://packages.linuxmint.com rebecca/main Translation-fr                 
Ign http://packages.linuxmint.com rebecca/main Translation-en                 
Ign http://archive.ubuntu.com trusty/main Translation-fr_FR                   
Ign http://packages.linuxmint.com rebecca/upstream Translation-fr_FR           
Ign http://archive.ubuntu.com trusty/multiverse Translation-fr_FR             
Ign http://packages.linuxmint.com rebecca/upstream Translation-fr             
Ign http://archive.ubuntu.com trusty/restricted Translation-fr_FR             
Ign http://archive.ubuntu.com trusty/universe Translation-fr_FR         
Ign http://packages.linuxmint.com rebecca/upstream Translation-en             
1 994 ko réceptionnés en 12s (164 ko/s)                                       
Lecture des listes de paquets... Fait (reading of package list ...done)
frederic@frederic-TERRA-PC ~ $ sudo apt-get install mediacenter21
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances (building of dependency trees)
Lecture des informations d'état... Fait (reading of state information...done)
mediacenter21 est déjà la plus récente version disponible. (mediacenter is already the most recent available version)
0 mis à jour, 0 nouvellement installés, 0 à enlever et 44 non mis à jour. (0 update, 0 newly installed, O to be take out, 44 not updated)
frederic@frederic-TERRA-PC ~ $
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on October 04, 2015, 11:23:44 am
On the 64-bit PC, does Media Center run or not?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: frederic20100 on October 04, 2015, 04:43:11 pm
MC runs audio files but does not run video files. When I start a video, it runs for about 1seconds and then MC closes.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on October 04, 2015, 05:02:25 pm
What kind of video files?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: kruxx on October 05, 2015, 07:06:45 am

The easiest method to check for updates and update Media Center 21 if an update is available? Simple! Just open a Terminal and either type the following command or copy and paste the command in and press Enter (you *may* be prompted for your password);

Code: [Select]
sudo apt-get update && sudo apt-get dist-upgrade
Let the command run and it should prompt you with a list of updates for your Linux distribution of choice. Just type Y (or yes) and the system should be updated. It's HIGHLY recommended to run this command once a week - not just for MC 21 updates but for keeping up with the latest patches for vulnerabilities and various other potential security concerns.

I think that should be changed to
Code: [Select]
sudo apt-get update && sudo apt-get upgrade
dist-upgrade upgrades the Ubuntu version, a bit of a bigger upgrade than I expect you meant :)
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: mwillems on October 05, 2015, 07:21:47 am
I think that should be changed to
Code: [Select]
sudo apt-get update && sudo apt-get upgrade
dist-upgrade upgrades the Ubuntu version, a bit of a bigger upgrade than I expect you meant :)

I don't run Ubuntu, but I do run Debian, and I'm pretty sure that's false.  It's certainly false on Debian (which is where apt comes from).  dist-upgrade just handles package upgrades more intelligently than using plain old upgrade.

The ubuntu documentation seems to suggest that the command string to update versions is
Code: [Select]
sudo do-release-upgrade
https://help.ubuntu.com/community/Upgrades

It doesn't mention dist-upgrade.  

Some links reinforcing the point that dist-upgrade won't move you to the next version (unless you manually change your sources.list first):

https://ubuntu-mate.community/t/apt-get-upgrade-vs-apt-get-dist-upgrade/632
http://serverfault.com/questions/46748/can-someone-clarify-ubuntu-debian-dist-upgrade-for-me
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: frederic20100 on October 05, 2015, 03:55:20 pm
 I try to run mkv files (video h264,audio ac3)or avi files (mpeg4, mp3). In both case it shuts down JRiver.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on October 07, 2015, 04:17:56 pm
I try to run mkv files (video h264,audio ac3)or avi files (mpeg4, mp3). In both case it shuts down JRiver.

I don't use MC for video unfortunately, however I can suggest you start MC from the Terminal by typing mediacenter21 into it and see what the Terminal says after it crashes (e.g a segfault) and post what it says here.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: frederic20100 on October 08, 2015, 04:03:31 pm
hereunder is what the terminal says. the video issue is one thing but there is also a problem with the audio library which does not display all the LP covers of the albums that are in the music directory of my pc and that I have configured to be  auto-imported (sometime JR display 3 covers, sometime 8 covers...I think that all the files have been imported but as long as JR doesnt display their covers I cant play most of my music. On the other hand, when I select and run an audio file by clicking on one cover that is displayed , it works well and does not shut down JR as the video files do.

Thanks a lot for your help.
Frédéric

terminal answers:

Found 0 devices (devices will be listed below)

Total time: 2 ms
Result: 0
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type (new: ....................... : no file or directory of this type)
nouveau: ch0: krec 0 pushes 0 bufs 1 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 2 bufs 19 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: ch0: buf 00000001 00000006 00000004 00000000 00000004
nouveau: ch0: buf 00000002 0000000f 00000004 00000004 00000000
nouveau: ch0: buf 00000003 0000002c 00000002 00000000 00000002
nouveau: ch0: buf 00000004 00000031 00000004 00000004 00000000
nouveau: ch0: buf 00000005 0000002d 00000002 00000000 00000002
nouveau: ch0: buf 00000006 00000032 00000004 00000004 00000000
nouveau: ch0: buf 00000007 0000002e 00000002 00000000 00000002
nouveau: ch0: buf 00000008 00000002 00000004 00000004 00000000
nouveau: ch0: buf 00000009 00000010 00000002 00000002 00000000
nouveau: ch0: buf 0000000a 00000007 00000002 00000002 00000000
nouveau: ch0: buf 0000000b 00000008 00000002 00000002 00000002
nouveau: ch0: buf 0000000c 0000000b 00000002 00000002 00000000
nouveau: ch0: buf 0000000d 0000000a 00000002 00000002 00000002
nouveau: ch0: buf 0000000e 00000006 00000004 00000000 00000004
nouveau: ch0: buf 0000000f 00000030 00000002 00000000 00000002
nouveau: ch0: buf 00000010 00000011 00000002 00000002 00000000
nouveau: ch0: buf 00000011 00000012 00000002 00000002 00000000
nouveau: ch0: buf 00000012 00000013 00000002 00000002 00000000
nouveau: ch0: psh 00000000 0000017364 0000017480
nouveau:    0x200140c5
nouveau:    0x00000280
nouveau:    0x20054088
nouveau:    0x00000040
nouveau:    0x00000280
nouveau:    0x00000160
nouveau:    0x00000001
nouveau:    0x00000000
nouveau:    0x200240c3
nouveau:    0x00000000
nouveau:    0x008c0000
nouveau:    0x2002408e
nouveau:    0x00000000
nouveau:    0x00ca4000
nouveau:    0x200240d3
nouveau:    0x00000000
nouveau:    0x00000000
nouveau:    0x200240c7
nouveau:    0x00000280
nouveau:    0x00000160
nouveau:    0x200140c0
nouveau:    0x00100010
nouveau:    0x200140c5
nouveau:    0x00000140
nouveau:    0x20054088
nouveau:    0x00000040
nouveau:    0x00000140
nouveau:    0x000000b0
nouveau:    0x00000001
nouveau:    0x00000000
nouveau:    0x200240c3
nouveau:    0x00000000
nouveau:    0x008f7000
nouveau:    0x2002408e
nouveau:    0x00000000
nouveau:    0x00ce0000
nouveau:    0x200240d3
nouveau:    0x00000000
nouveau:    0x00000000
nouveau:    0x200240c7
nouveau:    0x00000140
nouveau:    0x000000b0
nouveau:    0x200140c0
nouveau:    0x00100010
nouveau:    0x200140c5
nouveau:    0x00000140
nouveau:    0x20054088
nouveau:    0x00000040
nouveau:    0x00000140
nouveau:    0x000000b0
nouveau:    0x00000001
nouveau:    0x00000000
nouveau:    0x200240c3
nouveau:    0x00000000
nouveau:    0x00905000
nouveau:    0x2002408e
nouveau:    0x00000000
nouveau:    0x00cf4000
nouveau:    0x200240d3
nouveau:    0x00000000
nouveau:    0x00000000
nouveau:    0x200240c7
nouveau:    0x00000140
nouveau:    0x000000b0
nouveau:    0x200140c0
nouveau:    0x00100010
nouveau:    0x200406c0
nouveau:    0x00000000
nouveau:    0x00218000
nouveau:    0x000001a3
nouveau:    0x1000f010
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 1 bufs 1 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 2 bufs 19 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: ch0: buf 00000001 00000006 00000004 00000000 00000004
nouveau: ch0: buf 00000002 0000000f 00000004 00000004 00000000
nouveau: ch0: buf 00000003 00000014 00000002 00000000 00000002
nouveau: ch0: buf 00000004 00000031 00000004 00000004 00000000
nouveau: ch0: buf 00000005 00000015 00000002 00000000 00000002
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 2 bufs 20 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: ch0: buf 00000001 0000001a 00000002 00000002 00000002
nouveau: ch0: buf 00000002 0000001b 00000002 00000002 00000002
nouveau: ch0: buf 00000003 0000001c 00000002 00000002 00000002
nouveau: ch0: buf 00000004 00000010 00000002 00000002 00000000
nouveau: ch0: buf 00000005 00000007 00000002 00000002 00000000
nouveau: ch0: buf 00000006 00000008 00000002 00000002 00000000
nouveau: ch0: buf 00000007 0000000b 00000002 00000002 00000000
nouveau: ch0: buf 00000008 0000000a 00000002 00000002 00000002
nouveau: ch0: buf 00000009 00000006 00000004 00000000 00000004
nouveau: ch0: buf 0000000a 00000030 00000002 00000000 00000002
nouveau: ch0: buf 0000000b 0000000f 00000004 00000004 00000000
nouveau: ch0: buf 0000000c 00000031 00000004 00000004 00000000
nouveau: ch0: buf 0000000d 00000032 00000004 00000004 00000000
nouveau: ch0: buf 0000000e 00000008 00000002 00000000 00000002
nouveau: ch0: buf 0000000f 00000002 00000004 00000004 00000000
nouveau: ch0: buf 00000010 0000001d 00000002 00000002 00000000
nouveau: ch0: buf 00000011 0000001e 00000002 00000002 00000000
nouveau: ch0: buf 00000012 0000001f 00000002 00000002 00000000
nouveau: ch0: buf 00000013 00000010 00000002 00000002 00000000
nouveau: ch0: psh 00000000 000001a7e4 000001a91c
nouveau:    0x20040360
nouveau:    0x00000000
nouveau:    0x00000000
nouveau:    0x00000000
nouveau:    0x3f800000
nouveau:    0x20010674
nouveau:    0x0000003c
nouveau:    0x200140c5
nouveau:    0x00000280
nouveau:    0x20054088
nouveau:    0x00000040
nouveau:    0x00000280
nouveau:    0x00000160
nouveau:    0x00000001
nouveau:    0x00000000
nouveau:    0x200240c3
nouveau:    0x00000000
nouveau:    0x008c0000
nouveau:    0x2002408e
nouveau:    0x00000000
nouveau:    0x00a4c000
nouveau:    0x200240d3
nouveau:    0x00000000
nouveau:    0x00000000
nouveau:    0x200240c7
nouveau:    0x00000280
nouveau:    0x00000160
nouveau:    0x200140c0
nouveau:    0x00100010
nouveau:    0x200140c5
nouveau:    0x00000140
nouveau:    0x20054088
nouveau:    0x00000040
nouveau:    0x00000140
nouveau:    0x000000b0
nouveau:    0x00000001
nouveau:    0x00000000
nouveau:    0x200240c3
nouveau:    0x00000000
nouveau:    0x008f7000
nouveau:    0x2002408e
nouveau:    0x00000000
nouveau:    0x00a88000
nouveau:    0x200240d3
nouveau:    0x00000000
nouveau:    0x00000000
nouveau:    0x200240c7
nouveau:    0x00000140
nouveau:    0x000000b0
nouveau:    0x200140c0
nouveau:    0x00100010
nouveau:    0x200140c5
nouveau:    0x00000140
nouveau:    0x20054088
nouveau:    0x00000040
nouveau:    0x00000140
nouveau:    0x000000b0
nouveau:    0x00000001
nouveau:    0x00000000
nouveau:    0x200240c3
nouveau:    0x00000000
nouveau:    0x00905000
nouveau:    0x2002408e
nouveau:    0x00000000
nouveau:    0x00a9c000
nouveau:    0x200240d3
nouveau:    0x00000000
nouveau:    0x00000000
nouveau:    0x200240c7
nouveau:    0x00000140
nouveau:    0x000000b0
nouveau:    0x200140c0
nouveau:    0x00100010
nouveau:    0x200406c0
nouveau:    0x00000000
nouveau:    0x00218000
nouveau:    0x000001db
nouveau:    0x1000f010
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 1 bufs 1 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 0 bufs 1 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: ch0: psh 00000000 000001ba7c 000001ba90
nouveau:    0x200406c0
nouveau:    0x00000000
nouveau:    0x00218000
nouveau:    0x000001ed
nouveau:    0x1000f010
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 2 bufs 19 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: ch0: buf 00000001 00000006 00000004 00000000 00000004
nouveau: ch0: buf 00000002 0000000f 00000004 00000004 00000000
nouveau: ch0: buf 00000003 0000002c 00000002 00000002 00000002
nouveau: ch0: buf 00000004 00000031 00000004 00000004 00000000
nouveau: ch0: buf 00000005 0000002d 00000002 00000002 00000002
nouveau: ch0: buf 00000006 00000032 00000004 00000004 00000000
nouveau: ch0: buf 00000007 0000002e 00000002 00000002 00000002
nouveau: ch0: buf 00000008 00000002 00000004 00000004 00000000
nouveau: ch0: buf 00000009 00000007 00000002 00000002 00000000
nouveau: ch0: buf 0000000a 00000008 00000002 00000002 00000002
nouveau: ch0: buf 0000000b 0000000b 00000002 00000002 00000000
nouveau: ch0: buf 0000000c 0000000a 00000002 00000002 00000002
nouveau: ch0: buf 0000000d 00000006 00000004 00000000 00000004
nouveau: ch0: buf 0000000e 00000030 00000002 00000000 00000002
nouveau: ch0: buf 0000000f 00000010 00000002 00000002 00000000
nouveau: ch0: buf 00000010 00000011 00000002 00000002 00000000
nouveau: ch0: buf 00000011 00000012 00000002 00000002 00000000
nouveau: ch0: buf 00000012 00000013 00000002 00000002 00000000
nouveau: ch0: psh 00000000 000001be64 000001bf80
nouveau:    0x200140c5
nouveau:    0x00000280
nouveau:    0x20054088
nouveau:    0x00000040
nouveau:    0x00000280
nouveau:    0x00000160
nouveau:    0x00000001
nouveau:    0x00000000
nouveau:    0x200240c3
nouveau:    0x00000000
nouveau:    0x008c0000
nouveau:    0x2002408e
nouveau:    0x00000000
nouveau:    0x00ca4000
nouveau:    0x200240d3
nouveau:    0x00000000
nouveau:    0x00000000
nouveau:    0x200240c7
nouveau:    0x00000280
nouveau:    0x00000160
nouveau:    0x200140c0
nouveau:    0x00100010
nouveau:    0x200140c5
nouveau:    0x00000140
nouveau:    0x20054088
nouveau:    0x00000040
nouveau:    0x00000140
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: frederic20100 on October 08, 2015, 04:04:21 pm
nouveau:    0x000000b0
nouveau:    0x00000001
nouveau:    0x00000000
nouveau:    0x200240c3
nouveau:    0x00000000
nouveau:    0x008f7000
nouveau:    0x2002408e
nouveau:    0x00000000
nouveau:    0x00ce0000
nouveau:    0x200240d3
nouveau:    0x00000000
nouveau:    0x00000000
nouveau:    0x200240c7
nouveau:    0x00000140
nouveau:    0x000000b0
nouveau:    0x200140c0
nouveau:    0x00100010
nouveau:    0x200140c5
nouveau:    0x00000140
nouveau:    0x20054088
nouveau:    0x00000040
nouveau:    0x00000140
nouveau:    0x000000b0
nouveau:    0x00000001
nouveau:    0x00000000
nouveau:    0x200240c3
nouveau:    0x00000000
nouveau:    0x00905000
nouveau:    0x2002408e
nouveau:    0x00000000
nouveau:    0x00cf4000
nouveau:    0x200240d3
nouveau:    0x00000000
nouveau:    0x00000000
nouveau:    0x200240c7
nouveau:    0x00000140
nouveau:    0x000000b0
nouveau:    0x200140c0
nouveau:    0x00100010
nouveau:    0x200406c0
nouveau:    0x00000000
nouveau:    0x00218000
nouveau:    0x000001f3
nouveau:    0x1000f010
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 2 bufs 20 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: ch0: buf 00000001 00000011 00000002 00000002 00000002
nouveau: ch0: buf 00000002 00000012 00000002 00000002 00000002
nouveau: ch0: buf 00000003 00000013 00000002 00000002 00000002
nouveau: ch0: buf 00000004 00000010 00000002 00000002 00000000
nouveau: ch0: buf 00000005 00000007 00000002 00000002 00000000
nouveau: ch0: buf 00000006 00000008 00000002 00000002 00000000
nouveau: ch0: buf 00000007 0000000b 00000002 00000002 00000000
nouveau: kernel rejected pushbuf: Argument invalide
nouveau: ch0: krec 0 pushes 1 bufs 2 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: ch0: buf 00000001 00000002 00000004 00000004 00000000
nouveau: ch0: psh 00000001 000001c5bc 000001c5d0
nouveau:    0x200406c0
nouveau:    0x00000000
nouveau:    0x00218000
nouveau:    0x000001f9
nouveau:    0x1000f010
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 0 bufs 1 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 0 bufs 1 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: kernel rejected pushbuf: Argument invalide
nouveau: ch0: krec 0 pushes 2 bufs 20 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 2 bufs 20 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: ch0: buf 00000001 00000023 00000002 00000002 00000002
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 0 bufs 1 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 0 bufs 1 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 0 bufs 1 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 2 bufs 20 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: ch0: buf 00000001 00000023 00000002 00000002 00000002
nouveau: ch0: buf 00000002 00000024 00000002 00000002 00000002
nouveau: ch0: buf 00000003 00000025 00000002 00000002 00000002
nouveau: ch0: buf 00000004 00000010 00000002 00000002 00000000
nouveau: ch0: buf 00000005 00000007 00000002 00000002 00000000
nouveau: ch0: buf 00000006 00000008 00000002 00000002 00000000
nouveau: ch0: buf 00000007 0000000b 00000002 00000002 00000000
nouveau: ch0: buf 00000008 0000000a 00000002 00000002 00000002
nouveau: ch0: buf 00000009 00000006 00000004 00000000 00000004
nouveau: ch0: buf 0000000a 00000030 00000002 00000000 00000002
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 2 bufs 20 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 0 bufs 1 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 0 bufs 1 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 2 bufs 19 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: ch0: buf 00000001 00000006 00000004 00000000 00000004
nouveau: ch0: buf 00000002 0000000f 00000004 00000004 00000000
nouveau: ch0: buf 00000003 00000023 00000002 00000000 00000002
nouveau: ch0: buf 00000004 00000031 00000004 00000004 00000000
nouveau: ch0: buf 00000005 00000024 00000002 00000000 00000002
nouveau: ch0: buf 00000006 00000032 00000004 00000004 00000000
nouveau: ch0: buf 00000007 00000025 00000002 00000000 00000002
nouveau: ch0: buf 00000008 00000002 00000004 00000004 00000000
nouveau: ch0: buf 00000009 00000010 00000002 00000002 00000000
nouveau: ch0: buf 0000000a 00000007 00000002 00000002 00000000
nouveau: ch0: buf 0000000b 00000008 00000002 00000002 00000002
nouveau: ch0: buf 0000000c 0000000b 00000002 00000002 00000000
nouveau: ch0: buf 0000000d 0000000a 00000002 00000002 00000002
nouveau: ch0: buf 0000000e 00000006 00000004 00000000 00000004
nouveau: ch0: buf 0000000f 00000030 00000002 00000000 00000002
nouveau: ch0: buf 00000010 00000026 00000002 00000002 00000000
nouveau: ch0: buf 00000011 00000027 00000002 00000002 00000000
nouveau: ch0: buf 00000012 00000028 00000002 00000002 00000000
nouveau: ch0: psh 00000000 0000024924 0000024a40
nouveau:    0x200140c5
nouveau:    0x00000280
nouveau:    0x20054088
nouveau:    0x00000040
nouveau:    0x00000280
nouveau:    0x00000160
nouveau:    0x00000001
nouveau:    0x00000000
nouveau:    0x200240c3
nouveau:    0x00000000
nouveau:    0x008c0000
nouveau:    0x2002408e
nouveau:    0x00000000
nouveau:    0x00b78000
nouveau:    0x200240d3
nouveau:    0x00000000
nouveau:    0x00000000
nouveau:    0x200240c7
nouveau:    0x00000280
nouveau:    0x00000160
nouveau:    0x200140c0
nouveau:    0x00100010
nouveau:    0x200140c5
nouveau:    0x00000140
nouveau:    0x20054088
nouveau:    0x00000040
nouveau:    0x00000140
nouveau:    0x000000b0
nouveau:    0x00000001
nouveau:    0x00000000
nouveau:    0x200240c3
nouveau:    0x00000000
nouveau:    0x008f7000
nouveau:    0x2002408e
nouveau:    0x00000000
nouveau:    0x00bb4000
nouveau:    0x200240d3
nouveau:    0x00000000
nouveau:    0x00000000
nouveau:    0x200240c7
nouveau:    0x00000140
nouveau:    0x000000b0
nouveau:    0x200140c0
nouveau:    0x00100010
nouveau:    0x200140c5
nouveau:    0x00000140
nouveau:    0x20054088
nouveau:    0x00000040
nouveau:    0x00000140
nouveau:    0x000000b0
nouveau:    0x00000001
nouveau:    0x00000000
nouveau:    0x200240c3
nouveau:    0x00000000
nouveau:    0x00905000
nouveau:    0x2002408e
nouveau:    0x00000000
nouveau:    0x00bc8000
nouveau:    0x200240d3
nouveau:    0x00000000
nouveau:    0x00000000
nouveau:    0x200240c7
nouveau:    0x00000140
nouveau:    0x000000b0
nouveau:    0x200140c0
nouveau:    0x00100010
nouveau:    0x200406c0
nouveau:    0x00000000
nouveau:    0x00218000
nouveau:    0x00000287
nouveau:    0x1000f010
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 1 bufs 1 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: kernel rejected pushbuf: Aucun fichier ou dossier de ce type
nouveau: ch0: krec 0 pushes 0 bufs 1 relocs 0
nouveau: ch0: buf 00000000 00000002 00000004 00000004 00000000
nouveau: kernel rejected pushbuf: Argument invalide
nouveau: ch0: krec 0 pushes 1 bufs 0 relocs 0
nouveau: ch0: psh 00000000 0000025bbc 0000025bd0
nouveau:    0x200406c0
nouveau:    0x00000000
nouveau:    0x00218000
nouveau:    0x00000299
nouveau:    0x1000f010
nouveau: kernel rejected pushbuf: Argument invalide
nouveau: ch0: krec 0 pushes 1 bufs 0 relocs 0
nouveau: ch0: psh 00000000 0000025bd0 0000025be4
nouveau:    0x200406c0
nouveau:    0x00000000
nouveau:    0x00218000
nouveau:    0x0000029a
nouveau:    0x1000f010
nouveau: kernel rejected pushbuf: Argument invalide
nouveau: ch0: krec 0 pushes 1 bufs 10 relocs 0
nouveau: ch0: buf 00000000 00000014 00000002 00000002 00000000
nouveau: ch0: buf 00000001 00000015 00000002 00000002 00000000
nouveau: ch0: buf 00000002 00000016 00000002 00000002 00000000
nouveau: ch0: buf 00000003 00000010 00000002 00000002 00000000
nouveau: ch0: buf 00000004 00000007 00000002 00000002 00000000
nouveau: ch0: buf 00000005 00000008 00000002 00000002 00000000
nouveau: ch0: buf 00000006 0000000b 00000002 00000002 00000000
nouveau: ch0: buf 00000007 0000000a 00000002 00000002 00000002
nouveau: ch0: buf 00000008 00000006 00000004 00000000 00000004
nouveau: ch0: buf 00000009 00000030 00000002 00000000 00000002
nouveau: ch0: psh 00000000 0000025be4 0000025c14
Erreur de segmentation
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on October 08, 2015, 04:54:26 pm
Looks to me like the open-source Nvidia driver (Nouveau) is somehow causing the crashes here. You could try installing and using the proprietary Nvidia driver. You're using Linux Mint, right?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: frederic20100 on October 11, 2015, 03:54:08 pm
gday! yes I am using linuxmint. I did not even notice that nouveau was a driver. I have now changed to the recommended nvidia driver and JR does not crash anymore. Yet when I try to start a video it says "something went wrong with playback" then I have to click "ok" and no crash but no video running .I hope that you will guess what it is and what I shall do...
thanks again...
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: frederic20100 on October 11, 2015, 04:03:27 pm
also what about my audio library which doesn't show all the files I have imported ? how can I make sure that all the files have been properly imported ? how can I check if it is a display problem or an importation problem ?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: El Sliva on October 12, 2015, 02:01:10 am
If using a soundcard RME 9632: it is not automatically supported by pulseaudio. Do this:
Install ALSA modules
Code: [Select]
sudo apt-get install alsa-tools alsa-firmware-loadersThen, open file : /etc/pulse/default.pa
Code: [Select]
sudo gedit /etc/pulse/default.paThen uncomment (remove the #) the line:
Code: [Select]
#load-module module-alsa-sink
Save changes, and close your session.

Before you can run, the card requires hdspmixer be launched at the opening session:
Code: [Select]
/usr/bin/hdspmixer
If clicks and crackles when listening, see here. (https://doc.ubuntu-fr.org/pulseaudio#le_son_craque)
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: frederic20100 on October 12, 2015, 03:42:55 pm
Magical ! it works... I don't know what type of soundcard I have got but I tried to install Alsa modules as you suggest and the sound is good, no crackles, no noise, just fine. now JR runs audio files and video files well. Thank you very much.
It still remains that only a few of my audio files are shown by JR. I think that they have been imported in the library yet since sometime it shows a dozen of covers, and after a while it shows only 3 and then changes again at random... Any one has a hint of what causes this weird behaviour of JR ?

Many thanks for your support
Frédéric


Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on October 12, 2015, 04:12:24 pm
What type(s) of audio files are missing? Do they have metadata? Have you setup auto-import to import those type(s) of music files?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: frederic20100 on October 13, 2015, 03:56:05 pm
Yes I have set up auto import to import my music mainly Flac files a few MP3. I run the autoimport and it says that about 17 000 files have been imported in the library. during the importation, JR shows covers of some albums (up to 20 covers) and then shows other covers. At the end of the importation, it displays  between 4 and 10 covers

Also when I open the library manager, it mentions a library called "main library" and indicates its size :  it also varies from 1800 to 5000 files !
The library manager indicates the location of the library: home/frederic/.jriver/...  so I tried to have a look at this directory but I cannot find it in home/frederic !!!

as you can see I am not very gifted with computers. By the way, what is metadata ?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on October 14, 2015, 05:30:15 pm
Hmm. Metadata is the ID3 tag data embedded within the files. Is there any present?

Also make sure you have LAME and FLAC installed.

Code: [Select]
sudo apt-get install lame flac
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: frederic20100 on October 15, 2015, 04:21:57 pm
I have installed lame and flac but unfortunately nothing has changed. I dont know how to check the metadata inside a flac file but when JR shows an album cover, it also indictates all its song titles, artist, duration, year...
After installing lame and flac, I opened JR and the number of album cover shown changed from 4 to 8 and then 12 and then 17... I thought it would finally display all my album but no ! it came back to only 7 covers and after changing several times it now stay still. At the bottom of the screen, it indicates 123 files (3.7GB - 14:26:30) but it used to indicate up to 1200 files and about 25GB -2 days).

 

 
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: bob on October 16, 2015, 10:33:01 am
I have installed lame and flac but unfortunately nothing has changed. I dont know how to check the metadata inside a flac file but when JR shows an album cover, it also indictates all its song titles, artist, duration, year...
After installing lame and flac, I opened JR and the number of album cover shown changed from 4 to 8 and then 12 and then 17... I thought it would finally display all my album but no ! it came back to only 7 covers and after changing several times it now stay still. At the bottom of the screen, it indicates 123 files (3.7GB - 14:26:30) but it used to indicate up to 1200 files and about 25GB -2 days).
There seems to be an issue in the current build involving the JRWorker that does this parsing.
When the next build comes out will you check to see if that fixes your issue?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Jay Fora on October 17, 2015, 04:25:46 am
Hi, I have just tried to install MC 21 in linux mint cinnamon 17.2 64 bit. All seemed to go ok.No error messages. Restarted. JRiver repository has been added to software sources, but no sign of media center in menu. In terminal entered command    mediacenter21     as you suggested, but got error message 'no such command. What do I do now? Am new to Linux, and Mint, but have some experience of installing software successfully.

An entirely separate question, nothing related to the one above, and which I should have asked before I installed.... any advice on the version of Media center which has the least glitches when run in the version of mint I am using?
Thanks
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on October 17, 2015, 09:45:47 am
After adding the repository did you install Media Center? Try this in a Terminal;

Code: [Select]
sudo apt-get update && sudo apt-get install mediacenter21
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Jay Fora on October 17, 2015, 07:08:11 pm
Hi, yes, I did install Media Center, I saw the packages being downloaded, and installed. If I do it again, will I land up with duplicate packages, or will the system recognise ones that don't need to be added again?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on October 17, 2015, 08:24:55 pm
It'll recognise them being installed and won't re-install them unless you tell it to.

Also look for any errors during the process.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Jay Fora on October 18, 2015, 12:35:22 am
Hi,  MC 21 is now installed. Am now having awful problems trying to get the auto import working. I manged to stop it from automatically going to the wrong place, and direct it to the folders to watch, but ino media shows up in that library. Library says it has a few KB of data. I have tried several times (because I always doubt myself first) to set up a new library following the guide on this site. It asks for an empty folder in which to save the library data, which I created, I set up the paths library should be sourced from, it scans, and seems to be adding files. Then it says 0 new files added. There is also nothing to play. What could be the cause of this? Files are on a drive external to the Mint OS. Drive is mounted, and I have no problem reading/writing to it or accessing it with other programs.
I am still wondering which version of MC is currently the least glitchy and the most functional for playback, tagging, copy paste etc.I only use wired connections and don't have a DAC, with Mint cinnamon 17.2.
 Thanks
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: JimH on October 18, 2015, 08:22:08 am
Did you edit the auto import settings?  You may need to specify the file types you want imported.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Jay Fora on October 18, 2015, 06:24:47 pm
So are you saying that if I point auto import to import the contents of a folder containing only videos, it needs to be told the specific file types to import? Same with a folder containing only audio?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: JimH on October 18, 2015, 06:54:31 pm
It needs to include the file types you want.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: bob on October 19, 2015, 10:38:32 am
Hi,  MC 21 is now installed. Am now having awful problems trying to get the auto import working. I manged to stop it from automatically going to the wrong place, and direct it to the folders to watch, but ino media shows up in that library. Library says it has a few KB of data. I have tried several times (because I always doubt myself first) to set up a new library following the guide on this site. It asks for an empty folder in which to save the library data, which I created, I set up the paths library should be sourced from, it scans, and seems to be adding files. Then it says 0 new files added. There is also nothing to play. What could be the cause of this? Files are on a drive external to the Mint OS. Drive is mounted, and I have no problem reading/writing to it or accessing it with other programs.
I am still wondering which version of MC is currently the least glitchy and the most functional for playback, tagging, copy paste etc.I only use wired connections and don't have a DAC, with Mint cinnamon 17.2.
 Thanks
Are you certain the drive is MOUNTED?
Go to a terminal window and do a df -k and see if the mount shows up.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: frederic20100 on October 19, 2015, 04:25:57 pm
There seems to be an issue in the current build involving the JRWorker that does this parsing.
When the next build comes out will you check to see if that fixes your issue?
how do I know when a new build comes out ? do I receive an Email ? If so my mailbox has been hacked and I cannot access it anymore!!! so I can not open all the emails received so far by JRiver like the one with the key to install JRiver...and I need it since I reinstalled JRiver and I have only a few days left to enter the key code.

gratefull if you can advise new build at this adress and send again key code to register.

Many thanks
Frédéric Vincent
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: JimH on October 19, 2015, 04:34:34 pm
I changed your e-mail address.  Please read about licensing and how you can retrieve your license.  See "Purchase" on jriver.com.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on October 19, 2015, 04:36:21 pm
Regarding how to know when an update comes out... there's a pinned topic on this section of the forums describing the latest updates for Media Center 21. Also if you followed my tutorial above there's a section describing how to update Media Center once an update is out (there was one a few days ago so update!).
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Jay Fora on October 24, 2015, 05:21:56 am
Hi, I did a reality check by uninstalling 21 and installing 20 instead. Library import worked perfectly. I have a volume issue, so will check for solution on thread for 20. thanks.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: frederic20100 on November 01, 2015, 02:10:51 pm
Hi,  I have updated jriver once a week and my issue is still here... I will inform you as soon as a future upgrade fix it.
by the way, I would like to sort my movies by genre but I don't know how to do it. I think that it was done automatically on Jriver16/windows that I used so far.
also when I try to open a connected media it says that" webpage viewing is not supported by this platform". what does that means ?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: bob on November 03, 2015, 02:16:33 pm
Hi,  I have updated jriver once a week and my issue is still here... I will inform you as soon as a future upgrade fix it.
by the way, I would like to sort my movies by genre but I don't know how to do it. I think that it was done automatically on Jriver16/windows that I used so far.
also when I try to open a connected media it says that" webpage viewing is not supported by this platform". what does that means ?
A new build with the fixed JRWorker hasn't been done yet because of other issues.

The linux version of MC doesn't have an integrated webpage engine yet which is the message you are seeing.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Ekpen on November 06, 2015, 12:05:56 pm
Greetings:
Using Ubuntu 15.10 64 bit server or desktop?

Does this instruction refer to the server or desktop of Ubuntu?

The desktop 64 bit Ubuntu "live mode failed to load. I was able to install the server version.
 
A few days ago, I tried to play with installing Ubuntu. I tried the server mode, but could not get it to  update the Gnome per your instruction. I am just testing the waters by installing on a Windows 10 All in one Asus PC.
I used your sample code to try to get Gnome on the 64 bit server.
Can you help with the code for use on the server mode of Ubuntu?

My experience with this setup will carry me over to two fresh  home built PCs.

Unrelated or related to the Linux - Ubuntu, I played with Fedora 22 64 bit, both Live and  non live versions installed with ease.
I would prefer to use Ubuntu 64 bit server , if this is what your tutorial is about.

Thanks
George
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on November 06, 2015, 12:09:35 pm
The desktop version is what it's tested upon.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Ekpen on November 06, 2015, 03:20:33 pm
The desktop version is what it's tested upon.

Thanks , my friend.
I will stick with this version then.

George
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: nickolsj on December 11, 2015, 11:43:16 pm
Ubuntu 14.04.3 - 3.19.0-39-generic on x86_64

Was running MC21 just fine with the exception of an occasional crash and now it will not run at all.  Have clean installed the OS with the latest updates via apt-get update, upgrade, and dist-upgrade.  Any time i try to start MC now i get a "segmentation fault (core dumped)" message.  At first it started under a user account, so i move to running it under root which worked ok for a while; now both are showing the same "segmentation fault (core dumped)" message.  I have reviewed the syslog and grepped out the following:

Code: [Select]
Dec 11 16:22:59 seabass kernel: [ 6827.278108] mediacenter21[4657]: segfault at 3587000 ip 00007f2881b8bab0 sp 00007fff671c7800 error 4 in libX11.so.6.3.0[7f2881b4d000+130000]
Dec 11 17:10:04 seabass kernel: [ 9652.300093] mediacenter21[4784]: segfault at 20 ip 00007f7413eb2a2f sp 00007ffd761af420 error 4 in libJRTools.so[7f7413d8b000+4a4000]
Dec 11 17:30:03 seabass kernel: [10851.606335] mediacenter21[11450]: segfault at 2c98000 ip 00007fe8bb3daab0 sp 00007ffc1432da20 error 4 in libX11.so.6.3.0[7fe8bb39c000+130000]
Dec 11 17:30:07 seabass kernel: [10855.826658] mediacenter21[11469]: segfault at 3019000 ip 00007f1b2d983ab0 sp 00007fff7b166f60 error 4 in libX11.so.6.3.0[7f1b2d945000+130000]
Dec 11 17:30:14 seabass kernel: [10863.150942] mediacenter21[11492]: segfault at 3ea8000 ip 00007f120e8ccab0 sp 00007ffd4c7564a0 error 4 in libX11.so.6.3.0[7f120e88e000+130000]
Dec 11 17:30:27 seabass kernel: [10875.885143] mediacenter21[11573]: segfault at 3ae1000 ip 00007ff011774ab0 sp 00007ffff94d8800 error 4 in libX11.so.6.3.0[7ff011736000+130000]
Dec 11 17:30:41 seabass kernel: [10889.275853] mediacenter21[11636]: segfault at 3ffa000 ip 00007f7bb9a49ab0 sp 00007ffd1abbf6a0 error 4 in libX11.so.6.3.0[7f7bb9a0b000+130000]
Dec 11 20:09:36 seabass kernel: [   43.875739] mediacenter21[2781]: segfault at 2b1b000 ip 00007fa3b089aab0 sp 00007fff837d26a0 error 4 in libX11.so.6.3.0[7fa3b085c000+130000]
Dec 11 20:09:50 seabass kernel: [   58.330544] mediacenter21[2898]: segfault at 380b000 ip 00007f8a57d03ab0 sp 00007ffe9ffccc60 error 4 in libX11.so.6.3.0[7f8a57cc5000+130000]
Dec 11 20:10:03 seabass kernel: [   70.812950] mediacenter21[2913]: segfault at 3473000 ip 00007f67e89f1ab0 sp 00007ffc62bd4bb0 error 4 in libX11.so.6.3.0[7f67e89b3000+130000]
Dec 11 20:12:10 seabass kernel: [  198.086843] mediacenter21[4884]: segfault at 3142000 ip 00007f2821550ab0 sp 00007ffe572c2390 error 4 in libX11.so.6.3.0[7f2821512000+130000]
Dec 11 20:12:19 seabass kernel: [  207.194813] mediacenter21[4899]: segfault at 2b5b000 ip 00007fb477c7cab0 sp 00007ffe575bc100 error 4 in libX11.so.6.3.0[7fb477c3e000+130000]
Dec 11 20:12:28 seabass kernel: [  215.788421] mediacenter21[4930]: segfault at 246e000 ip 00007fda9c49dab0 sp 00007ffdcd6c8350 error 4 in libX11.so.6.3.0[7fda9c45f000+130000]
Dec 11 21:10:44 seabass kernel: [ 1372.227731] mediacenter21[3738]: segfault at 2b5b000 ip 00007f022cf74ab0 sp 00007ffc5f1232b0 error 4 in libX11.so.6.3.0[7f022cf36000+130000]
Dec 11 21:43:42 seabass kernel: [ 3349.920867] mediacenter21[19663]: segfault at 2f6d000 ip 00007f2f324d8ab0 sp 00007fffd8e63390 error 4 in libX11.so.6.3.0[7f2f3249a000+130000]
Dec 11 21:43:53 seabass kernel: [ 3361.674445] mediacenter21[19677]: segfault at 3657000 ip 00007f7c65aa5ab0 sp 00007ffdd0d463c0 error 4 in libX11.so.6.3.0[7f7c65a67000+130000]
Dec 11 21:57:41 seabass kernel: [ 4189.224072] mediacenter21[20147]: segfault at 3ed5000 ip 00007f0afbc54ab0 sp 00007ffe468ba980 error 4 in libX11.so.6.3.0[7f0afbc16000+130000]

Any ideas or suggestions?  TIA  

EDIT-- I think i found the problem. I was using the nouveau display driver. Once i changed it to a video card specific driver it seems to be working.  Will keep an eye on it see if it acts up again.  For now it is good.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on December 12, 2015, 11:38:38 am
Yeah, it's the second time Nouveau has been the cause of segfaults. Personally I don't use it (I actually can't use it, no real support for my Maxwell-based 970) and just use the proprietary drivers off this ppa (https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa).
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: EdM244 on January 05, 2016, 08:55:40 am
Hello. I need help installing my Master license for Media Center 21. I looked through my saved emails and found the email that includes the .mjr attachment for Media Center 20, but can't find the one for Media Center 21. Looks like I accidentally deleted that email. No luck using the license restore page.

Thanks.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: bob on January 05, 2016, 10:24:58 am
Hello. I need help installing my Master license for Media Center 21. I looked through my saved emails and found the email that includes the .mjr attachment for Media Center 20, but can't find the one for Media Center 21. Looks like I accidentally deleted that email. No luck using the license restore page.

Thanks.
.mjr files are only good for a limited time (14 days IIRC).
I assume you have a registration code or the email address you used when purchasing MC21. The restore page handles both of those situations.

What issue are you having with the restore page?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: EdM244 on January 05, 2016, 10:35:29 am
When I try to use the restore page, I get an error message. "We could not find that license." I've had no problem registering on the windows computer.

Thank you.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: bob on January 05, 2016, 10:37:23 am
When I try to use the restore page, I get an error message. "We could not find that license." I've had no problem registering on the windows computer.

Thank you.
Make sure you don't have any leading or trailing spaces when you put in the registration code.
If it still doesn't work, PM me the code.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: bob on January 05, 2016, 11:08:37 am
Your code worked fine for me on the restore page.
It generated a .mjr file and emailed it to your registered email address.
You can't use the registration code on the command line but you can use the .mjr file just created if you copy it over to your linux machine.

I assume the reason you can't get the code to work in the program is that you are using a unsupported version (non-debian) of linux and the system ssl certificate store is different.

See this post for command line installation via the .mjr file:
http://yabb.jriver.com/interact/index.php?topic=102427.0

See this post for certificate issues on non-supported versions of linux:
http://yabb.jriver.com/interact/index.php?topic=102428.0
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: EdM244 on January 05, 2016, 11:26:15 am
After copying the .mjr file to the linux machine and clicking on the file, the license installed.

For whatever reason, the code didn't work on the restore page on the linux machine. Instead of trying to restore the license on the windows machine, I requested the codes by email. Likely why a .mjr file wasn't generated?

Thanks.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: bob on January 05, 2016, 11:37:26 am
After copying the .mjr file to the linux machine and clicking on the file, the license installed.

For whatever reason, the code didn't work on the restore page on the linux machine. Instead of trying to restore the license on the windows machine, I requested the codes by email. Likely why a .mjr file wasn't generated?

Thanks.
The mimetype for the browser you used on the linux machine for the .mjr might not be correct.
You can always save the .mjr in that situation however and do it from the command line.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: EdM244 on January 05, 2016, 11:54:38 am
The mimetype for the browser you used on the linux machine for the .mjr might not be correct.
You can always save the .mjr in that situation however and do it from the command line.

That's what I thought. However, I didn't have the .mjr file, so couldn't try the command line option outlined on the set up page.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on January 06, 2016, 03:25:55 pm
When you restore a license, the browser *should* automatically download the .mjr file - it sounds to me for some reason this was failing. Which browser(s) are you using? Which Linux distro are you using?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: EdM244 on January 07, 2016, 01:12:38 pm
Firefox 37.0.2. Ubuntu 14.04 LTS
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: mwillems on January 07, 2016, 02:37:37 pm
When you restore the license, it will also E-mail the .mjr file, so you should have one sitting in your inbox.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: EdM244 on January 07, 2016, 03:48:13 pm
Bob helped me resolve this issue earlier. The problem was that it couldn't be done from the linux machine. "The license couldn't be found." After copying the .mjr file from the windows machine to the linux machine, the license was successfully installed.

Thanks.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: El Sliva on January 09, 2016, 02:43:04 am
Hi !
Since last update to 21.0.34, mediacenter21 doesn't boot at all.
Terminal sends this message :
Code: [Select]
$ mediacenter21
mediacenter21: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib/jriver/Media Center 21/libboost_regex.so.1.59.0)
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: audiotone on January 09, 2016, 04:22:38 am
Hi,

after update today mediacenter is no longer booting!

mediacenter21: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib/jriver/Media Center 21/libboost_regex.so.1.59.0)

how can I fix this?

kind regards,

Tony
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: El Sliva on January 09, 2016, 05:06:54 am
Hi,

after update today mediacenter is no longer booting!

mediacenter21: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib/jriver/Media Center 21/libboost_regex.so.1.59.0)

how can I fix this?

kind regards,

Tony
Same problem!
I've uninstalled mediacenter21; then i removed all packages (remove -> purge -> clean), then installed again (all process of the p. 1).
However, it still does not boot...  :(
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: mattkhan on January 09, 2016, 05:13:52 am
Hi,

after update today mediacenter is no longer booting!

mediacenter21: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib/jriver/Media Center 21/libboost_regex.so.1.59.0)

how can I fix this?

kind regards,

Tony

try this answer -> http://askubuntu.com/questions/575505/glibcxx-3-4-20-not-found-how-to-fix-this-error
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: audiotone on January 09, 2016, 07:09:40 am
fixed it:

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: audiotone on January 09, 2016, 07:10:57 am
try this answer -> http://askubuntu.com/questions/575505/glibcxx-3-4-20-not-found-how-to-fix-this-error

thanks...had already found the solution...
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: El Sliva on January 09, 2016, 07:36:49 am
fixed it:

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade


Same way fixed my problem!  8)
Many Thanks!
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: noay on January 09, 2016, 08:16:13 am
thanks :) :)
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on January 10, 2016, 12:30:53 pm
The issue doesn't occur on Ubuntu 15.10 (maybe 15.04 too, can't check). Seems Ubuntu 14.04.x LTS and Linux Mint 17.x (which is based off Ubuntu 14.04.x - same applies to any other distros based off 14.04.x) are affected by this due to using older GCC libs.

Until Ubuntu 16.04 LTS and Linux Mint 18, this will likely be a required workaround. I'll be adding this to the Ubuntu/Linux Mint tutorial today along with the skins tutorial.

EDIT: Done. The skins tutorial is pretty quick and not too descriptive, which I'll greatly improve when I have more time.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: MrKleanWitHare on January 12, 2016, 08:07:16 pm
try this answer -> http://askubuntu.com/questions/575505/glibcxx-3-4-20-not-found-how-to-fix-this-error

Thank you!

Any chance you know how to get the icon to show up in the bottom tab when JRiver is running? (Quicklaunch and other icons show up fine.)
Running Mint Rafeala..

Edit: Posted this elsewhere since this is probably not the best thread for this post.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: frederic20100 on January 21, 2016, 03:36:33 am
hello, I have proceeded to my weekly update as recommended above and MC21 doesn't start anymore !  when I try to start from a terminal, it says:

mediacenter21: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib/jriver/Media Center 21/libboost_regex.so.1.59.0)

Is it something understandable for  you ?! if yes your help will be well appreciated... thanks in advance.

Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: frederic20100 on January 21, 2016, 03:51:51 am
oups ! I see that the answer is already given...I fixed it. thanks
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: TheGreatBiguini on February 14, 2016, 10:57:59 am
Folks, am having a bit of a weird problem. Had a working install of MC21 on "Rosa" that I had left unupdated for maybe 6 weeks. Just came back and ran all the system and package updates, and MC no longer loads at all - I get the "hour glass" and then nothing happens, no error messages or anything else. Reboot does not fix it. I managed to remove the package and re-install, also with no errors, but with the same result.  I am just cutting my teeth on Linux so would appreciate any help!

EDIT: Fixed by Audiotone's instructions above. Many thanks. Explanations for us Linux newbies?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on February 14, 2016, 12:17:23 pm
Explanations for us Linux newbies?

Media Center requires libs of at least the same version found in Debian 8.0 Jessie. Ubuntu 14.04 LTS (and Linux Mint 17.2 which is based off 14.04) use older libs than the ones needed by Media Center. The fix uses a PPA which upgrades some of the libs, thus allowing Media Center to work again.

This isn't an issue with Ubuntu 15.10, nor will it be an issue with Ubuntu 16.04 LTS.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: TheGreatBiguini on February 14, 2016, 03:55:09 pm
Thanks!!!  Well, FWIW, a quick visit here solved my problem, so I'm a happy camper.  ;)
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: El Sliva on February 19, 2016, 03:43:42 am
I have a problem with MC 21. He left unexpectedly  ::) for the transmission of files to my network drive. Yet there is no further action, any application launched from the moment it starts to send the signal and when it stops. The network is not concerned because everything works perfectly in Windows-Foobar-BubbleUPnP combination.
I use Xubuntu 14.04 LTS; distribution is updated. Version of Media Center: 21.0.39.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: lobo85 on February 19, 2016, 02:16:50 pm
How would I install from the "latest" apt repository?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: imugli on February 19, 2016, 03:29:51 pm
I believe this is the latest repository -

http://yabb.jriver.com/interact/index.php?topic=99332.0
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: lobo85 on February 19, 2016, 07:12:19 pm
Will this install a build higher than 21.0.39? Because that is what got installed when I followed the instructions in this tutorial. Though previously when I have followed this tutorial the latest build got installed. Am I correct in guessing that there is now a "Stable" repository channel for linux. If that is so I would need to add the "Latest" repository channel in order for build 21.0.48-3 to install. I just need to know the proper terminal command to do this. Any help would be appreciated.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on February 19, 2016, 07:17:52 pm
Will this install a build higher than 21.0.39?

No, because the newer builds haven't been pushed to the repository yet as they're in need of testing first. You can see this by reading the latest comments by Bob in the release topics.

To install the newer builds you'll need to download them manually and install them via the Terminal.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: lateboomer on March 22, 2016, 08:08:12 am
I managed to follow the guide and installed MediaCenter 21 to intel NUC 3815 computer. Thank you. :)

If I want to use the music server as headless DLNA server, how do I auto start MediaCenter once turning on Linux and so that I could control it with JRemote Samsung Android tablet?

In addition, is it required to install vnc program X11Vnc to gain control of the desktop for samba file copy and management and how to do it?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: audiotone on April 25, 2016, 03:11:58 pm
This tutorial aims to aid users into setting up JRiver Media Center 21 onto computers running the following Linux operating systems;

Ubuntu 16.04 LTS Xenial Xerus
Ubuntu 15.10 Wily Werewolf
Ubuntu 14.04.4 LTS Trusty Tahr
Linux Mint 17.3 Rosa

NOTE: This tutorial does borrow ideas and parts done by InflatableMouse and his excellent Debian Wheezy tutorial found here (http://yabb.jriver.com/interact/index.php?topic=85957.0), so please thank him.

Before we continue, please note the following;

- Media Center 21 for Linux is developed on Debian Wheezy 32-bit and Debian Jessie 64-bit - support for distros other than Wheezy 32-bit and Jessie 64-bit, like Ubuntu and Mint is not officially supported!
- This tutorial will focus on the operating systems above, any others you're on your own with.
- This *should* also apply to Ubuntu/Mint derivatives like Xubuntu, Kubuntu, Lubuntu, Ubuntu GNOME, Linux Mint (MATE), Linux Mint (Xfce), etc. However, extra steps may be required!
- Before installing, please read the outstanding issues topic (http://yabb.JRiver.com/interact/index.php?topic=85770.0)! Many of the issues noted for Debian also apply to Ubuntu/Mint!


Step 1 - Add the JRiver APT Repository:

The APT repository is required to install Media Center 21 and keep Media Center 21 updated with every new release.

First, open a Terminal (by either pressing CTRL+ALT+T or by searching for the terminal in your desktop environment) and either type the following command or copy and paste the command in and press Enter (you *may* be prompted for your password);

Code: [Select]
wget -q "http://dist.jriver.com/mediacenter@jriver.com.gpg.key" -O- | sudo apt-key add -
Next, with the Terminal still open, we need to download and add the correct mediacenter.list file to /etc/apt/sources.list.d/ depending if you're using 32-bit or 64-bit so either type one the following commands or copy and paste the command in and press Enter;

If you're using 64-bit Ubuntu/Linux Mint:
Code: [Select]
sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter21jessie.list -O /etc/apt/sources.list.d/mediacenter21.list
Or...

If you're using 32-bit Ubuntu/Linux Mint:
Code: [Select]
sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter21.list -O /etc/apt/sources.list.d/mediacenter21.list
Finally, we need to reload the packages list, so with the Terminal still open either type the following command or copy and paste the command in and press Enter;

Code: [Select]
sudo apt-get update
NOTE: If you're using Ubuntu 16.04 LTS Xenial Xerus you may encounter an error about the repository is insufficiently signed (http://yabb.jriver.com/interact/index.php?topic=103958.0), this is currently just a warning that can be ignored.

That's it! Proceed to step 2!


Step 2 - Installing Media Center 21:

It's finally time to install Media Center 21! First, open a Terminal (by either pressing CTRL+ALT+T or by searching for the Terminal in your desktop environment) or re-use the Terminal from the previous step. Next either type the following command or copy and paste the command in and press Enter (you *may* be prompted for your password);

Code: [Select]
sudo apt-get install mediacenter21
During this process it should say something along the following;

Code: [Select]
The following extra packages will be installed:
  lame libcue1 libreplaygain1 musepack-tools vorbis-tools
The following NEW packages will be installed:
  lame libcue1 libreplaygain1 mediacenter21 musepack-tools vorbis-tools
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.

However, if you receive an error like;

Code: [Select]
dependency problems prevent configuration of mediacenter21:
 mediacenter21 depends on ....

This means all dependencies have not been met. Don't fret, this can usually be taken care of by using the following command in the Terminal by either typing the following command or copying and pasting the command in and press Enter;

Code: [Select]
sudo apt-get install -f
It'll show you the missing dependencies, after looking them over just press enter to install them. Now assuming all dependencies are met, you've been successful at installing Media Center 21 in Ubuntu/Mint! However, I recommend rebooting since this will allow MC to load up fonts correctly - otherwise if you run MC without rebooting first, fonts may look pretty horrendous!

Now, after rebooting you can start Media Center either go into the Unity dash, Mint menu, etc. and search for Media Center 21 or you can run it from the Terminal by either typing the following command or copying and pasting the command in and press Enter;

Code: [Select]
mediacenter21
Now, we're going to cover installing the license for those who have purchased in step 3!
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: audiotone on April 25, 2016, 03:13:14 pm
not working for two weeks...(ubuntu studio 16.04 64 bit)

get this error:
toon@toon-desktop:~$ mediacenter21
Segmentatiefout (geheugendump gemaakt)
toon@toon-desktop:~$

how can I fix this?

worked fine in ubuntu studio 14.04 64bit...
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: bob on April 25, 2016, 06:39:51 pm
not working for two weeks...(ubuntu studio 16.04 64 bit)

get this error:
toon@toon-desktop:~$ mediacenter21
Segmentatiefout (geheugendump gemaakt)
toon@toon-desktop:~$

how can I fix this?

worked fine in ubuntu studio 14.04 64bit...

Segfault is a generic message.
What has changed since it last worked? Your OS or build of MC?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: audiotone on April 26, 2016, 03:54:39 pm
Segfault is a generic message.
What has changed since it last worked? Your OS or build of MC?


upgraded OS ubuntu studio 14.04 to 16.04...
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: bob on April 26, 2016, 07:14:26 pm
upgraded OS ubuntu studio 14.04 to 16.04...
You are probably missing a library.

Do a
ldd -d /usr/lib/jriver/MC21/*.so
and look for missing things.
You can also check
ldd -d /usr/lib/jriver/MC21/Plugins/*.so
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: audiotone on April 27, 2016, 02:17:21 am
You are probably missing a library.

Do a
ldd -d /usr/lib/jriver/MC21/*.so
and look for missing things.
You can also check
ldd -d /usr/lib/jriver/MC21/Plugins/*.so

did this check...nothing was reported missing...
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: bob on April 28, 2016, 10:03:05 am
did this check...nothing was reported missing...

try the same on /usr/bin/mediacenter21

If you still find nothing is missing, delete (or move out of place) the settings files. They are in:
~/.jriver/Media\ Center\ 21/Settings/
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: audiotone on April 29, 2016, 11:24:37 am
try the same on /usr/bin/mediacenter21

If you still find nothing is missing, delete (or move out of place) the settings files. They are in:
~/.jriver/Media\ Center\ 21/Settings/

did not solve the problem...

reinstalled 14.04 on a second HDD: it works!
still not working in 16.04: does not start...no error messages...just does not start.

Am I the only one using jriver in 16.04?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: audiotone on April 29, 2016, 11:46:43 am
installed MC 20 again: works fine...

https://drive.google.com/file/d/0B5bWHD56pprZaEVHZTM4LTl3Rm8/view?usp=sharing

Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on April 29, 2016, 11:53:16 am
I'm using MC21 in Ubuntu 16.04 64-bit, and it works fine. I'm not using Ubuntu Studio though.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: audiotone on April 29, 2016, 12:39:11 pm
I'm using MC21 in Ubuntu 16.04 64-bit, and it works fine. I'm not using Ubuntu Studio though.
I will try that...
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: abettik on May 11, 2016, 11:39:25 am
Hi!

Newbie on Ubuntu, proud owner of Mediacenter 21. I can't install it on Ubuntu, after all the steps, when I get to: sudo apt-get install mediacenter21

I get: E: Unable to locate package mediacenter21

what to do?

Thanks,

André
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: El Sliva on May 12, 2016, 07:11:02 am
André, regarde la réponse #83 (la tienne a le n° #94). il te faut commencer par ajouter les dépôts - c'est le Step 1 - avant de songer à faire l'installation.
Et la commande à coller dans le Terminal dépend de la version que tu utilises (nom de version + 32 ou 64 bit).
Tu peux copier-coller les lignes de commande, soit par un clic droit, soit en utilisant les raccourcis Ctrl C pour copier, suivi de Ctrl Majuscule V dans le Terminal.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: El Sliva on May 12, 2016, 07:33:01 am
Je voudrais accéder à la médiathèque de JRiver depuis un autre PC (sur le même réseau). Je saisis la clé d'accès (la même que celle que j'utilise pour piloter JRiver depuis mon smartphone), mais une autre fenêtre s'ouvre qui me demande l'identifiant et le mot de passe correspondant à l'adresse IP de l'autre PC (le PC source). Et je ne sais pas ce qu'il faut donner comme information. Les 2 PC sont sous xubuntu 14.04 LTS.

I want to access the media library JRiver from another PC (on the same network). I take the access key (the same one I use to drive JRiver from my smartphone), but another window opens that asks me username and password for the IP address of other PC (PC source). And I do not know what to give as information. 2 PC are running xubuntu 14.04 LTS.
_________________________

J'édite :
Ca ne répond pas à ma question mais ça résout le problème ; une case à décocher comme montré ici. (https://lut.im/NnW5GwGGwh/qpiSAiqRWWifQdgS.png)

I edit:
That does not answer my question but it solves the problem; uncheck a box as shown here. (https://lut.im/NnW5GwGGwh/qpiSAiqRWWifQdgS.png)
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: bob on May 12, 2016, 11:49:26 am
Hi!

Newbie on Ubuntu, proud owner of Mediacenter 21. I can't install it on Ubuntu, after all the steps, when I get to: sudo apt-get install mediacenter21

I get: E: Unable to locate package mediacenter21

what to do?

Thanks,

André
That means you didn't get it into your repository list properly or you didn't so a sudo apt-get update to update the repository lists. Check the top post again carefully.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: percy on June 02, 2016, 01:45:42 am
Since a couple of days, I presume since the latest update, Internet radio (via the file URL) does not play reliable anymore. Sometimes it responds with “Something went wrong with the playback” sometimes it plays for a few minutes and then stops. This is true for both playback via DLNA on a network DAC as well as via the soundcard of the PC itself. The URL itself and the network connection is fine as I can play the stream via my Windows 10 PC via the web browser. Also playing music from the local disk or from the NAS works flawlessly via DLNA as well as via the soundcard of the media center PC.
Sometimes relaunching the URL makes it play again sometimes a reboot is necessary.
I have then reinstalled the PC with Ubuntu 16.04 TLS reinstalled MC 21 version 21.0.85 exactly the same.

My “/etc/apt/sources.list.d/mediacenter21.list” file contains
deb [arch=amd64] http://dist.jriver.com/latest/mediacenter/ jessie main
Where could I start searching for the problem knowing that before the latest update the system worked flawlessly for a long time (MC20 and MC21) I had a MC20 license which I upgraded to a master MC21 license and last week to a MC22 master license.
Any help would be more then appreciated
MC 21 version 21.0.85 Ubuntu 14.04.4 LTS x64 as well as Ubuntu 16.04 LTS x64
Internet radio stops playing streams after a couple of minutes
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: bob on June 02, 2016, 04:27:18 pm
Since a couple of days, I presume since the latest update, Internet radio (via the file URL) does not play reliable anymore. Sometimes it responds with “Something went wrong with the playback” sometimes it plays for a few minutes and then stops. This is true for both playback via DLNA on a network DAC as well as via the soundcard of the PC itself. The URL itself and the network connection is fine as I can play the stream via my Windows 10 PC via the web browser. Also playing music from the local disk or from the NAS works flawlessly via DLNA as well as via the soundcard of the media center PC.
Sometimes relaunching the URL makes it play again sometimes a reboot is necessary.
I have then reinstalled the PC with Ubuntu 16.04 TLS reinstalled MC 21 version 21.0.85 exactly the same.

My “/etc/apt/sources.list.d/mediacenter21.list” file contains
deb [arch=amd64] http://dist.jriver.com/latest/mediacenter/ jessie main
Where could I start searching for the problem knowing that before the latest update the system worked flawlessly for a long time (MC20 and MC21) I had a MC20 license which I upgraded to a master MC21 license and last week to a MC22 master license.
Any help would be more then appreciated
MC 21 version 21.0.85 Ubuntu 14.04.4 LTS x64 as well as Ubuntu 16.04 LTS x64
Internet radio stops playing streams after a couple of minutes
Would you drop back to the previous build and see if the issue is still there?
sudo wget http://files.jriver.com/mediacenter/channels/v21/latest/MediaCenter-21.0.83-amd64.deb
sudo dpkg -i MediaCenter-21.0.83-amd64.deb

Thanks.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: percy on June 03, 2016, 03:47:45 am
Thanks seems to work like a charm with "MediaCenter-21.0.83-amd64.deb".
This of course means that I cannot upgrade any longer until the JRiver fixes it.
I took a log from the MC21 85 version where launching an internet radio URL which could not be opened (although the same URL in a windows music player worked perfectly at the same time). Maybe the people from JRiver could have look at it. I shortened the log file to make it a bit smaller (< 700K)
I try to find out what went wrong by looking in that log file but didn’t understand what was going on.
Thanks a lot already
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: bob on June 03, 2016, 11:30:00 am
Thanks seems to work like a charm with "MediaCenter-21.0.83-amd64.deb".
This of course means that I cannot upgrade any longer until the JRiver fixes it.
I took a log from the MC21 85 version where launching an internet radio URL which could not be opened (although the same URL in a windows music player worked perfectly at the same time). Maybe the people from JRiver could have look at it. I shortened the log file to make it a bit smaller (< 700K)
I try to find out what went wrong by looking in that log file but didn’t understand what was going on.
Thanks a lot already

Made a bit of a change, can you test this one?
http://files.jriver.com/mediacenter/channels/v21/latest/MediaCenter-21.0.87-amd64.deb
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: bob on June 03, 2016, 05:32:48 pm
Made a bit of a change, can you test this one?
http://files.jriver.com/mediacenter/channels/v21/latest/MediaCenter-21.0.87-amd64.deb
One more change, can you try this one?
The debugging message has changed a bit too. You will see empty reads, if they return non-zero bytes requested I'd like to know.

http://files.jriver.com/mediacenter/channels/v21/latest/MediaCenter-21.0.87-2-amd64.deb
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: percy on June 04, 2016, 01:26:50 am
I have installed the “MediaCenter-21.0.87-2-amd64.deb” version and it seems to behave normally when playing internet radio.
Would you like me to perform certain tests or provide log files from specific test use cases?
Already a big thanks for your extremely fast response.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: bob on June 06, 2016, 10:41:36 am
I have installed the “MediaCenter-21.0.87-2-amd64.deb” version and it seems to behave normally when playing internet radio.
Would you like me to perform certain tests or provide log files from specific test use cases?
Already a big thanks for your extremely fast response.

Thanks for reporting back. Nothing more is needed for now but if you notice that a subsequent build has the same issue would you please report it in this thread?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: percy on June 06, 2016, 11:38:24 am
Sure thanks
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: kstuart on June 06, 2016, 10:49:55 pm
What are all the dozens and dozens of "devices" in MC21 Linux under "Audio Devices" (which usually just has a handful like "Realtek HDMI" or "Cmedia ASIO" ?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: mwillems on June 06, 2016, 11:19:17 pm
What are all the dozens and dozens of "devices" in MC21 Linux under "Audio Devices" (which usually just has a handful like "Realtek HDMI" or "Cmedia ASIO" ?

The devices with names that start with "front:" or "surround:" are hardware devices that use the ALSA protocol to talk directly to the hardware without resampling.  They're analogous to (but not exactly the same as) WASAPI exclusive in windows in that they take exclusive control of the hardware and prevent resampling.  The same device may be enumerated multiple times because Linux treats different output channel counts on the same device as separate devices (also called sinks).  So for a six channel dac, you might see a "front" device, a "surround2.1" device, a "surround5.1" device, etc.  For stereo playback, the appropriate hardware sink is the "front:" entry that corresponds to the audio device you want to play to.

There will be some others as well; the main other "notable" one to look for is the "Pulse" output.  Pulse is the current system mixer software bundled with most linux distributions.  It's analogous to direct sound output on windows: all programs can output at the same time, but all audio must be resampled to a single rate (48k by default).  Depending on how your distro configured the audio stack the ALSA[default] and ALSA[dmix] outputs may work the similarly to the pulse output, or differently, or not work at all.

Generally, I'd recommend choosing the hardware output that corresponds to the number of channels you want for the physical device you want.  So "[ALSA] front: cmedia," for stereo output on a cmedia device, etc.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Pierre67 on June 07, 2016, 04:13:05 pm
 HI

I got Trusty Tahr, and the Purchase/Restore/Extend always show up when I click media center regardless of restoring my Master key. It s a real PITA.

I tried a re-install in vain.

Help...

Thanks,


Pierre
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on June 07, 2016, 04:25:34 pm
Which version of MC are you using (go to the Help > About window)?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Pierre67 on June 07, 2016, 04:38:58 pm
85..Master Licence
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Pierre67 on June 08, 2016, 10:34:45 am
I am using MC 21.0.85 for Ubuntu. The program is installed, upgraded and updated. I install the key no problems MC 21 comes up. When I exit the program and later return in it, it tells me that the trial period is over and gives me the options to purchase etc. I tried bringing up the program via terminal, but it tells me it is not there. This program used to run great up until yesterday ? :-[


Any ideas?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: bob on June 10, 2016, 10:55:28 am
I am using MC 21.0.85 for Ubuntu. The program is installed, upgraded and updated. I install the key no problems MC 21 comes up. When I exit the program and later return in it, it tells me that the trial period is over and gives me the options to purchase etc. I tried bringing up the program via terminal, but it tells me it is not there. This program used to run great up until yesterday ? :-[

Any ideas?
Likely a configuration permissions/ownership issue or a corrupted Settings file.
You aren't using sudo or something to run MC, right?

You can correct ownership issues by doing this from a terminal prompt (as your user, not root):
cd ; touch ugidfile ; sudo chown -R --reference=ugidfile .jriver

Then reenter the license key.

If that still doesn't work, move the Machine Settings file out of the way and rerun MC and reenter the key. From a terminal prompt as your user, not root and with MC NOT running:

cd ; mv .jriver/Media\ Center\ 21/Settings/Machine\ Settings.ini .jriver/Media\ Center\ 21/Settings/Machine\ Settings.sav
then rerun MC which will create a new Machine Settings file. Enter your key and see if it sticks.

Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Pierre67 on June 13, 2016, 06:38:36 pm
Last option worked out well.

Thank you.

Pierre 8)
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: more10 on July 16, 2016, 03:39:43 pm
Crashes on newly installed Ubuntu Studio 16.04 x64. I was importing my library at the same time as playing a record. I checked "send error report". Is that enough or should I post stack trace etc here?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on July 16, 2016, 04:20:16 pm
You can try running mediacenter21 in a Terminal and post the output here when it crashes. Ubuntu Studio is an untested configuration, so it may or may not work.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: audiotone on July 16, 2016, 06:43:23 pm
Mc 20 works fine in ubuntu studio...mc 21 still does not...
I already payed for mc 22...hope that one will work...
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: gm.cnc on July 24, 2016, 04:06:49 pm
Hi,

I am a long time user of Media Center on Windows. I am now investigating its usage on Mint.

Is there a device/setting that guarantees that the source information (FLAC) is not modified by the audio stack? For instance, unlike for Windows, it's always possible to adjust the sound level. I have an IEC958 interface + DAC.

Thanks in advance,

Gilles

The devices with names that start with "front:" or "surround:" are hardware devices that use the ALSA protocol to talk directly to the hardware without resampling.  They're analogous to (but not exactly the same as) WASAPI exclusive in windows in that they take exclusive control of the hardware and prevent resampling.  The same device may be enumerated multiple times because Linux treats different output channel counts on the same device as separate devices (also called sinks).  So for a six channel dac, you might see a "front" device, a "surround2.1" device, a "surround5.1" device, etc.  For stereo playback, the appropriate hardware sink is the "front:" entry that corresponds to the audio device you want to play to.

There will be some others as well; the main other "notable" one to look for is the "Pulse" output.  Pulse is the current system mixer software bundled with most linux distributions.  It's analogous to direct sound output on windows: all programs can output at the same time, but all audio must be resampled to a single rate (48k by default).  Depending on how your distro configured the audio stack the ALSA[default] and ALSA[dmix] outputs may work the similarly to the pulse output, or differently, or not work at all.

Generally, I'd recommend choosing the hardware output that corresponds to the number of channels you want for the physical device you want.  So "[ALSA] front: cmedia," for stereo output on a cmedia device, etc.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: bob on July 25, 2016, 10:40:51 am
Hi,

I am a long time user of Media Center on Windows. I am now investigating its usage on Mint.

Is there a device/setting that guarantees that the source information (FLAC) is not modified by the audio stack? For instance, unlike for Windows, it's always possible to adjust the sound level. I have an IEC958 interface + DAC.

Thanks in advance,

Gilles

When the hardware device is selected (ie IEC958) and the system volume control you won't be able to control the volume since the source will be sent to the device driver as is.
I assume that is also the case when the volume control is set to internal and the volume is at 100% and you aren't using any DSP functions.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: gm.cnc on July 25, 2016, 02:52:48 pm
I can always control the volume, even IEC958 interface is selected. What do you mean by "volume control is set to internal" ?

Thanks
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: bob on July 25, 2016, 03:22:45 pm
I can always control the volume, even IEC958 interface is selected. What do you mean by "volume control is set to internal" ?

Thanks
When you click on the volume control you can select the type of volume control that is used (system, internal or disabled).
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: sekrit on August 30, 2016, 12:01:04 pm
Just tested MC21 in the final beta of Ubuntu 15.10 Wily Werewolf and it functions fine as expected. :D

That said there's one bit of news to pass along, I've decided to stop using Ubuntu and Linux in general outside of a virtual machine due to a nasty bug in the Linux kernel's USB driver since 3.18.0 where when XHCI will give off device descriptor errors and cause USB devices to malfunction during the boot and after rebooting back into Windows and Mac - even after disabling XHCI and XHCI hand-off! The issue was supposed to be fixed in 4.0 kernel but it still persists in 4.1, 4.2 and 4.3 (it got really bad in 4.3-rc3 for some reason). So yeah, I'll be retiring Ubuntu off the main machine for now and just use Ubuntu virtual machines to test. I've been reporting this issue for nearly 8 months now, but not much has been done about it. I've tried different hardware (keyboard, mouse, USB DAC, motherboard, GPU, RAM, etc.) and it doesn't make a difference. It also happens in a VM too, but it doesn't mess with other OSes so it's pretty straightforward to correct.

Also going to retire the Mac portion off the main machine too and just use Windows for the foreseeable future due to multiple annoying issues trying to get the AMD graphics card to function correctly. I'll probably reinstate the Mac once I can save up and get a Nvidia card. I'll likely reinstate Ubuntu if/when they manage to fix that annoying USB issue.

EDIT: Decided to redo the Mac and Ubuntu installs and keep reporting the Linux XHCI issue.

Appreciate your help for setting up.  Ubuntu 16.04 both i386 and amd64 installed without any errors.

Interesting to read that you are turning away from Ubuntu.  I have been using Windows 10x64 bit for some time and got tired of it.  Lately, it was causing me relentless music skipping issue and high latencies (despite latest Xeon CPU and server motherboard). 

So, I pulled an ancient CPU and motherboard from basement.  I installed Debian 8.5 Jessie first.  I had that USB audio going silent problem every time. It played only a few hours and then USB sound was dead.

I am using Ubuntu 16.04 x64 now and so far no USB audio issue. Maybe Ubuntu engineers fixed that issue, but not the Debian?

Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: sekrit on September 02, 2016, 01:57:02 pm
Ubuntu 16.04.1 installed and updated.  It is hard to say "stable" version of JRiver is 21.0.90.   I cannot keep it running longer than a couple of hours. It keeps crashing. 

I tried it on Debian 8.5 first. JRiver doesn't crash on Debian but I lose audio to the external USB DAC due to USB audio driver bug. 

Anybody has a "stable" running JRiver on Ubuntu?  Please advice...   
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: sekrit on September 07, 2016, 12:55:01 pm
Ubuntu 16.04.1 installed and updated.  It is hard to say "stable" version of JRiver is 21.0.90.   I cannot keep it running longer than a couple of hours. It keeps crashing. 

I tried it on Debian 8.5 first. JRiver doesn't crash on Debian but I lose audio to the external USB DAC due to USB audio driver bug. 

Anybody has a "stable" running JRiver on Ubuntu?  Please advice...

Guys, how can I find out what is crashing JRiver on Ubuntu?

Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: JimH on September 07, 2016, 12:59:06 pm
You could try playing to a different output to see if the problem is related to USB or not.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on September 07, 2016, 02:20:33 pm
You could try enable logging and post the logs here after a crash. Hard to say what could be causing it though. Auto-Import enabled? You could also try running mediacenter21 in a Terminal and using it until it crashes to see if it leaves behind a clue as to why it's crashing in the Terminal.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: sekrit on September 08, 2016, 01:37:41 pm
You could try playing to a different output to see if the problem is related to USB or not.
This happens when using JRemote more often than JRiver on office Mac.  So, I don't think is the USB bridge, yet..  Motherboard sound chip is disabled.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: sekrit on September 08, 2016, 01:51:40 pm
You could try enable logging and post the logs here after a crash. Hard to say what could be causing it though. Auto-Import enabled? You could also try running mediacenter21 in a Terminal and using it until it crashes to see if it leaves behind a clue as to why it's crashing in the Terminal.

Ok, enabled logging.  Btw, installed all the updates to Ubuntu and JRiver.  No other app installed or running. 

Yes, auto-import is enabled. I have 126,000+ files.  I don't have any m4p (DRM) files. 8 of them are SACD ISO.  The rest are variety of lossless formats FLAC, DSD, DSF, etc. Could this be the problem?

How do I run JRiver in a terminal?


Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on September 08, 2016, 02:14:22 pm
How do I run JRiver in a terminal?

Make sure MC is already closed, open the Terminal app then type in mediacenter21 and press Enter. That's all.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: sekrit on September 08, 2016, 02:29:00 pm
Make sure MC is already closed, open the Terminal app then type in mediacenter21 and press Enter. That's all.

Done. 

I was starting it from "startup applications" at boot time.  For some reason, startup option in JRiver does not work in Ubuntu.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: sekrit on September 10, 2016, 06:23:07 am
This happens when using JRemote more often than JRiver on office Mac.  So, I don't think is the USB bridge, yet..  Motherboard sound chip is disabled.

Attached is my log file. It crashes last night when it was inactive, making me think a background process crashed it.  What caused it?

Previous log file is too large 1.5 MB.  But I found many errors like this:

0186515: 2684352256: General: RunProgram: Start
0186515: 2684352256: General: RunProgram: Running blocking command via popen: stat -fc %T '/media/username/w10share/Hi-Fi/16BIT_MUSIC/Berliner Philharmoniker/'
0186524: 2684352256: General: RunProgram: Finish (9 ms)
0186524: 2684352256: Import: CWatchFoldersThread::Thread: Failed to watch folder '/media/username/w10share/Hi-Fi/16BIT_MUSIC/Berliner Philharmoniker/', via inotify. Will scan every 120 minutes (error: 0)

Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: sekrit on September 10, 2016, 09:23:01 am
Another crash.This time it was streaming to JRemote.  Terminal reported "segmentation fault"

Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: sekrit on September 13, 2016, 10:34:56 am
You could try playing to a different output to see if the problem is related to USB or not.

This is the latest crash report. It is hard to decode these messages to solve the problem. 

Terminal said "segmentation error" again.  What does this segmentation error mean?
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: Awesome Donkey on September 13, 2016, 02:57:36 pm
Looks like the semi-known JRTools segfault issue that's happened to people in the past. I'm not sure if it's been fixed in MC22 yet or not (as it's probably too late for MC21).

Try disabling auto-import and try running it then and see if it still crashes.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: sekrit on September 13, 2016, 03:11:34 pm
Looks like the semi-known JRTools segfault issue that's happened to people in the past. I'm not sure if it's been fixed in MC22 yet or not (as it's probably too late for MC21).

Try disabling auto-import and try running it then and see if it still crashes.

Thanks AD.  I turned off the auto-import and crossed fingers.  I read about this segmentation fault which seems to be a nasty bug.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: sekrit on September 24, 2016, 02:17:40 pm
It did not crash with auto-import for 1 week.  I turned on the auto-import and crashed again. 

Here is the log file.

Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: bob on September 26, 2016, 10:52:10 am
It did not crash with auto-import for 1 week.  I turned on the auto-import and crashed again. 

Here is the log file.
The last thing in that log file was the viewing of the log file!
I assume that means you restarted MC and viewed the log but in that case it's the Previous Log.txt that we want to look at.
So, can you do it again and send both logs?

Since you are crashing in import it's almost certain that there is a damaged media file amongst your files.
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: MrKleanWitHare on November 25, 2016, 12:56:56 pm
Hello,

I've been having some trouble running JRiver 21 lately. The program will not boot. When trying to start from terminal I get "Segmentation fault."

Any ideas? I'm running Mint (Rosa).

Thanks!
Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: bob on November 26, 2016, 11:43:07 am
Hello,

I've been having some trouble running JRiver 21 lately. The program will not boot. When trying to start from terminal I get "Segmentation fault."

Any ideas? I'm running Mint (Rosa).

Thanks!
Probably missing a library or bad settings files.

in terminal:
Code: [Select]
ldd -d /usr/lib/jriver/Media\ Center\ 21/*.so* | less
ldd -d /usr/lib/jriver/Media\ Center\ 21/Plugins/*.so* | less
ldd -d /usr/bin/mediacenter21

Look for "Not Found"

If everything is ok, move the settings dir and try again.
Code: [Select]
mv ~/.jriver/Media\ Center\ 21/Settings ~/.jriver/Media\ Center\ 21/Settings.savand re-run mediacenter21



Title: Re: Setup JRiver Media Center 21 In Ubuntu/Linux Mint
Post by: MrKleanWitHare on December 02, 2016, 06:41:36 pm
Probably missing a library or bad settings files.

in terminal:
Code: [Select]
ldd -d /usr/lib/jriver/Media\ Center\ 21/*.so* | less
ldd -d /usr/lib/jriver/Media\ Center\ 21/Plugins/*.so* | less
ldd -d /usr/bin/mediacenter21

Look for "Not Found"

If everything is ok, move the settings dir and try again.
Code: [Select]
mv ~/.jriver/Media\ Center\ 21/Settings ~/.jriver/Media\ Center\ 21/Settings.savand re-run mediacenter21

Thanks for your help. That did work temporarily, until MC would not play a single file.

Turns out it was just a bad memory stick. Stick replaced. OS updated to Sarah. MC is working just fine now.

Thanks!