INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Linux installation problem  (Read 609 times)

jmz

  • Recent member
  • *
  • Posts: 43
Linux installation problem
« on: August 24, 2024, 06:56:24 pm »

I'm trying to install JRiver 33 on Linux Mint 22 (Ubuntu 24 based)

When I downloaded .deb file from this forum I got this error when tried to install it



Then tried to install installJRMC using this command

curl https://git.bryanroessler.com/bryan/installJRMC/raw/master/installJRMC|bash

ended with this result

Installing JRiver Media Center from remote repository
Error: Failed to install mediacenter33. Attempting to continue
Error: Package install failed!
Error: JRiver Media Center installation from remote repository failed


Tried to install JRiver 33 on Mint 21 (Ubuntu 22) from .deb file and everything is OK.

Please help me... what I'm doing wrong and why .deb file installation failed?

PS.

I also tried to download installJRMC from

https://git.bryanroessler.com/bryan/installJRMC

Downloaded file was extracted and then I run command

./installJRMC

ended with the same error like above.
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7671
  • August and everything after...
Re: Linux installation problem
« Reply #1 on: August 24, 2024, 08:14:44 pm »

You have to use the noble repository.

It's failing because that libwebkit2gtk dependency was completely removed from Ubuntu 24.04 (and Mint 22). But Bob added it to the noble repository. The installJRMC may not know to use the noble repository for Linux Mint 22 so that fails too.

You can try adding the noble repository from this topic: https://yabb.jriver.com/interact/index.php/topic,137900.0.html

Just replace references to mediacenter32 to mediacenter33
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2024 Update (24H2) 64-bit + Ubuntu 24.04.1 LTS Noble Numbat 64-bit | Windows 11 2024 Update (24H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/500GB M.2 NVMe SSD)
JRiver Media Center 33 (Windows + Linux) | iFi ZEN DAC 3 | JBL 306P MkII Studio Monitors | Audio-Technica ATH-M50x Headphones

jmz

  • Recent member
  • *
  • Posts: 43
Re: Linux installation problem
« Reply #2 on: August 24, 2024, 08:37:07 pm »

You have to use the noble repository.

It's failing because that libwebkit2gtk dependency was completely removed from Ubuntu 24.04 (and Mint 22). But Bob added it to the noble repository. The installJRMC may not know to use the noble repository for Linux Mint 22 so that fails too.

You can try adding the noble repository from this topic: https://yabb.jriver.com/interact/index.php/topic,137900.0.html

Just replace references to mediacenter32 to mediacenter33

Thanks for answer.

But could you explain it bit more?

I tried: ./installJRMC --mcrepo noble -d

but still don't have JRiver installed.

I run Linux Mint 22

--------------------

./installJRMC --mcrepo noble -d
Debug: Running: main --mcrepo noble -d
Debug: Running: init
Starting installJRMC
Debug: Detected host platform: linuxmint 22 amd64
Debug: Using host platform: ubuntu 22
Debug: Running: parseInput
Debug: Debugging on
Debug: installJRMC version: 1.2.0
Debug: Running: setMCVersion
Debug: Running: installPackage --silent buildah
Debug: buildah already installed, skipping installation
Debug: buildah rm alpine-working-container
28bbe47695bb809d4017742eb2d4852024406f2b835ecb826426e4fc4f7436a2
Using the noble repository
Using MC version 33.0.13 from the noble repo determined by containerized package manager
To override, use --mcversion
Debug: MC_VERSION=33.0.13, MC_REPO=noble, MC_PKG=mediacenter33, MC_RPM=/home/XXXXXX/Downloads/installjrmc/output/RPMS/x86_64/mediacenter33-33.0.13.x86_64.rpm
Adding universe repository
Debug: sudo add-apt-repository -y universe
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7671
  • August and everything after...
Re: Linux installation problem
« Reply #3 on: August 24, 2024, 08:37:31 pm »

You'd have to manually add the noble repository and download it from there. The link I posted to Bob's tutorial should work.

A crude one-liner, not sure if it works as I'm mobile at the moment.

Code: [Select]
sudo apt update && sudo apt install -y wget apt-transport-https -y gpg -y && wget -O- http://dist.jriver.com/mediacenter@jriver.com.gpg.key | gpg --dearmor | sudo  tee /usr/share/keyrings/jriver-com-archive-keyring.gpg >/dev/null 2>&1 && echo "deb [signed-by=/usr/share/keyrings/jriver-com-archive-keyring.gpg arch=amd64,i386,armhf,arm64] http://dist.jriver.com/latest/mediacenter/ noble main" | sudo tee /etc/apt/sources.list.d/jriver.list && sudo apt update && sudo apt install mediacenter33
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2024 Update (24H2) 64-bit + Ubuntu 24.04.1 LTS Noble Numbat 64-bit | Windows 11 2024 Update (24H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/500GB M.2 NVMe SSD)
JRiver Media Center 33 (Windows + Linux) | iFi ZEN DAC 3 | JBL 306P MkII Studio Monitors | Audio-Technica ATH-M50x Headphones

jmz

  • Recent member
  • *
  • Posts: 43
Re: Linux installation problem
« Reply #4 on: August 24, 2024, 08:49:26 pm »

You'd have to manually add the noble repository and download it from there. The link I posted to Bob's tutorial should work.

A crude one-liner, not sure if it works as I'm mobile at the moment.

Code: [Select]
sudo apt update && sudo apt install -y wget apt-transport-https -y gpg -y && wget -O- http://dist.jriver.com/mediacenter@jriver.com.gpg.key | gpg --dearmor | sudo  tee /usr/share/keyrings/jriver-com-archive-keyring.gpg >/dev/null 2>&1 && echo "deb [signed-by=/usr/share/keyrings/jriver-com-archive-keyring.gpg arch=amd64,i386,armhf,arm64] http://dist.jriver.com/latest/mediacenter/ noble main" | sudo tee /etc/apt/sources.list.d/jriver.list && sudo apt update && sudo apt install mediacenter33

Thank you !!!

Now I have JRiver 33 installed on Mint 22
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7671
  • August and everything after...
Re: Linux installation problem
« Reply #5 on: August 24, 2024, 08:50:59 pm »

Haha, nice! Not bad for crude mobile copying and pasting! ;D

Enjoy!
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2024 Update (24H2) 64-bit + Ubuntu 24.04.1 LTS Noble Numbat 64-bit | Windows 11 2024 Update (24H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/500GB M.2 NVMe SSD)
JRiver Media Center 33 (Windows + Linux) | iFi ZEN DAC 3 | JBL 306P MkII Studio Monitors | Audio-Technica ATH-M50x Headphones

jmz

  • Recent member
  • *
  • Posts: 43
Re: Linux installation problem
« Reply #6 on: August 24, 2024, 09:04:24 pm »

Haha, nice! Not bad for crude mobile copying and pasting! ;D

Enjoy!

Not bad at all !!!

You are STAR!
Logged

BryanC

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2620
Re: Linux installation problem
« Reply #7 on: August 25, 2024, 02:32:11 pm »

Thanks for answer.

But could you explain it bit more?

I tried: ./installJRMC --mcrepo noble -d

but still don't have JRiver installed.

Just for future reference, when using extra command line switches in installJRMC you will also need to specify the installation method:

Code: [Select]
./installJRMC --mcrepo noble --install repo
Logged

jmz

  • Recent member
  • *
  • Posts: 43
Re: Linux installation problem
« Reply #8 on: September 03, 2024, 11:21:34 am »

Just for future reference, when using extra command line switches in installJRMC you will also need to specify the installation method:

Code: [Select]
./installJRMC --mcrepo noble --install repo

Thank you. Will try next time.
Logged

RCubed

  • Member
  • *
  • Posts: 3
Re: Linux installation problem
« Reply #9 on: September 03, 2024, 05:00:52 pm »

I converted my older windows PC to Linux Mint 22 on Intel© Core™ i7-3632QM  to use it solely as music player using Media Player 33. I have used this thread for installation. Though the install says successful install from remote depository (details below), when I select MediaCenter33 from my Menu I just get a small window that says Information, and nothing more. A click on Information shows nothing. If there is an installation log, I could provide, please tell me where it is.  I can't seem to get beyond this point. Thanks for any help you can provide. 

Below is a record of my install:

ralph@ralph-SVE14A27CXH:~$ sudo apt update && sudo apt install -y wget apt-transport-https -y gpg -y && wget -O- http://dist.jriver.com/mediacenter@jriver.com.gpg.key | gpg --dearmor | sudo  tee /usr/share/keyrings/jriver-com-archive-keyring.gpg >/dev/null 2>&1 && echo "deb [signed-by=/usr/share/keyrings/jriver-com-archive-keyring.gpg arch=amd64,i386,armhf,arm64] http://dist.jriver.com/latest/mediacenter/ noble main" | sudo tee /etc/apt/sources.list.d/jriver.list && sudo apt update && sudo apt install mediacenter33
[sudo] password for ralph:         
Hit:1 http://dist.jriver.com/latest/mediacenter noble InRelease
Ign:2 http://packages.linuxmint.com wilma InRelease                           
Hit:3 http://packages.linuxmint.com wilma Release                             
Hit:4 http://security.ubuntu.com/ubuntu noble-security InRelease           
Hit:5 http://archive.ubuntu.com/ubuntu noble InRelease
Hit:7 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:8 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
wget is already the newest version (1.21.4-1ubuntu4.1).
gpg is already the newest version (2.4.4-2ubuntu17).
The following NEW packages will be installed:
  apt-transport-https
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,974 B of archives.
After this operation, 35.8 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu noble/universe amd64 apt-transport-https all 2.7.14build2 [3,974 B]
Fetched 3,974 B in 0s (45.7 kB/s)             
Selecting previously unselected package apt-transport-https.
(Reading database ... 494863 files and directories currently installed.)
Preparing to unpack .../apt-transport-https_2.7.14build2_all.deb ...
Unpacking apt-transport-https (2.7.14build2) ...
Setting up apt-transport-https (2.7.14build2) ...
--2024-09-03 16:13:21--  http://dist.jriver.com/mediacenter@jriver.com.gpg.key
Resolving dist.jriver.com (dist.jriver.com)... 71.24.233.122
Connecting to dist.jriver.com (dist.jriver.com)|71.24.233.122|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1712 (1.7K) [application/pgp-keys]
Saving to: ‘STDOUT’

-                   100%[===================>]   1.67K  --.-KB/s    in 0s     

2024-09-03 16:13:21 (83.3 MB/s) - written to stdout [1712/1712]

deb [signed-by=/usr/share/keyrings/jriver-com-archive-keyring.gpg arch=amd64,i386,armhf,arm64] http://dist.jriver.com/latest/mediacenter/ noble main
Ign:1 http://packages.linuxmint.com wilma InRelease
Hit:2 http://packages.linuxmint.com wilma Release                             
Hit:3 http://dist.jriver.com/latest/mediacenter noble InRelease               
Hit:4 http://archive.ubuntu.com/ubuntu noble InRelease                         
Hit:5 http://archive.ubuntu.com/ubuntu noble-updates InRelease               
Hit:6 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Hit:8 http://security.ubuntu.com/ubuntu noble-security InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  libcue2 libicu70 libjavascriptcoregtk-4.0-18 libreplaygain1
  libwebkit2gtk-4.0-37 musepack-tools vorbis-tools
The following NEW packages will be installed:
  libcue2 libicu70 libjavascriptcoregtk-4.0-18 libreplaygain1
  libwebkit2gtk-4.0-37 mediacenter33 musepack-tools vorbis-tools
0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/98.2 MB of archives.
After this operation, 399 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Selecting previously unselected package libcue2:amd64.
(Reading database ... 494867 files and directories currently installed.)
Preparing to unpack .../0-libcue2_2.2.1-4.1build1_amd64.deb ...
Unpacking libcue2:amd64 (2.2.1-4.1build1) ...
Selecting previously unselected package libicu70:amd64.
Preparing to unpack .../1-libicu70_70.1-2_amd64.deb ...
Unpacking libicu70:amd64 (70.1-2) ...
Selecting previously unselected package libjavascriptcoregtk-4.0-18:amd64.
Preparing to unpack .../2-libjavascriptcoregtk-4.0-18_2.44.0-0ubuntu0.22.04.1_am
d64.deb ...
Unpacking libjavascriptcoregtk-4.0-18:amd64 (2.44.0-0ubuntu0.22.04.1) ...
Selecting previously unselected package libreplaygain1:amd64.
Preparing to unpack .../3-libreplaygain1_1.0~r475-3_amd64.deb ...
Unpacking libreplaygain1:amd64 (1.0~r475-3) ...
Selecting previously unselected package libwebkit2gtk-4.0-37:amd64.
Preparing to unpack .../4-libwebkit2gtk-4.0-37_2.44.0-0ubuntu0.22.04.1_amd64.deb
 ...
Unpacking libwebkit2gtk-4.0-37:amd64 (2.44.0-0ubuntu0.22.04.1) ...
Selecting previously unselected package mediacenter33.
Preparing to unpack .../5-mediacenter33_33.0.15_amd64.deb ...
Unpacking mediacenter33 (33.0.15) ...
Selecting previously unselected package musepack-tools.
Preparing to unpack .../6-musepack-tools_2%3a0.1~r495-2build1_amd64.deb ...
Unpacking musepack-tools (2:0.1~r495-2build1) ...
Selecting previously unselected package vorbis-tools.
Preparing to unpack .../7-vorbis-tools_1.4.2-2_amd64.deb ...
Unpacking vorbis-tools (1.4.2-2) ...
Setting up vorbis-tools (1.4.2-2) ...
Setting up libcue2:amd64 (2.2.1-4.1build1) ...
Setting up libreplaygain1:amd64 (1.0~r475-3) ...
Setting up libicu70:amd64 (70.1-2) ...
Setting up musepack-tools (2:0.1~r495-2build1) ...
Setting up libjavascriptcoregtk-4.0-18:amd64 (2.44.0-0ubuntu0.22.04.1) ...
Setting up libwebkit2gtk-4.0-37:amd64 (2.44.0-0ubuntu0.22.04.1) ...
Setting up mediacenter33 (33.0.15) ...
Processing triggers for shared-mime-info (2.4-4) ...
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for desktop-file-utils (0.27-2build1) ...
Processing triggers for gnome-menus (3.36.0-1.1ubuntu3) ...
Processing triggers for mate-menus (1.26.1+mint1) ...
Processing triggers for libc-bin (2.39-0ubuntu8.3) ...
Processing triggers for man-db (2.12.0-4build2) ...

ralph@ralph-SVE14A27CXH:~/Downloads$ ./installJRMC --mcrepo noble --install repo
Starting installJRMC
To enable debugging output, use --debug or -d
-d
Using the noble repository
Using MC version 33.0.15 from the noble repo determined by containerized package manager
To override, use --mcversion
Adding universe repository
Installing JRiver Media Center from remote repository
JRiver Media Center installed successfully from remote repository
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7671
  • August and everything after...
Re: Linux installation problem
« Reply #10 on: September 03, 2024, 05:35:17 pm »

Open a terminal and type in mediacenter33 to try starting it from there. If there's any errors keep a look at the terminal output.
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2024 Update (24H2) 64-bit + Ubuntu 24.04.1 LTS Noble Numbat 64-bit | Windows 11 2024 Update (24H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/500GB M.2 NVMe SSD)
JRiver Media Center 33 (Windows + Linux) | iFi ZEN DAC 3 | JBL 306P MkII Studio Monitors | Audio-Technica ATH-M50x Headphones

RCubed

  • Member
  • *
  • Posts: 3
Re: Linux installation problem
« Reply #11 on: September 03, 2024, 07:23:54 pm »

Thanks for the quick response.
Many pages of errors, looking like this:
ralph@ralph-SVE14A27CXH:~$ mediacenter33
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Playing Now Popup/3-Track/main.xml': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Playing Now Popup/Basic/main.xml': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Playing Now Popup/Control/main.xml': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/ActionWindow_Back.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/ActionWindow_CloseButton.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/ActionWindow_MaximizeButton.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/ActionWindow_MinimizeButton.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/ActionWindow_RestoreButton.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/ActionWindow_Template.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/ActionWindow_Tools.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/Frame_BottomBorder.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/Frame_Button.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/Frame_CheckBox.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/Frame_ComboBox.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/Frame_LeftBorder.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/Frame_RadioButton.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/Frame_RightBorder.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/Frame_TopBorder.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/Groupbox_BottomBorder.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/Groupbox_CaptionArea.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/Groupbox_LeftBorder.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/Groupbox_RightBorder.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/Groupbox_TopBorder.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/List_HeaderBar2.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/List_HeaderBar.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/List_Rating.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/MainFrame_BottomBorder.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/MainFrame_CloseButton.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/MainFrame_LeftBorder.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/MainFrame_MaximizeButton.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/MainFrame_MinimizeButton.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/MainFrame_RestoreButton.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/MainFrame_RightBorder.png': No such file or directory
cp: cannot create regular file '/home/ralph/.jriver/Media Center 33/Skins/Standard View/Aruba/MainFrame_TopBorder.png': No such file or directory
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7671
  • August and everything after...
Re: Linux installation problem
« Reply #12 on: September 03, 2024, 07:32:51 pm »

Looks like a potential permissions issue with the .jriver folder. In your file manager app (I assume Nemo because of it being Mint) go into the main /home/ralph/ and make sure the option to see hidden files is enabled. Then try deleting the .jriver folder then try starting mediacenter33 from the terminal again.

Alternately you can try this...

Code: [Select]
sudo rm -rf /home/ralph/.jriver
This will force delete the .jriver folder from the terminal. Might also be a good idea to reinstall MC33 for good measure. Then you can try starting mediacenter33 from the terminal.

One note, make sure you don't start mediacenter33 as sudo or else you'll potentially encounter issues like this.
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2024 Update (24H2) 64-bit + Ubuntu 24.04.1 LTS Noble Numbat 64-bit | Windows 11 2024 Update (24H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/500GB M.2 NVMe SSD)
JRiver Media Center 33 (Windows + Linux) | iFi ZEN DAC 3 | JBL 306P MkII Studio Monitors | Audio-Technica ATH-M50x Headphones

RCubed

  • Member
  • *
  • Posts: 3
Re: Linux installation problem
« Reply #13 on: September 03, 2024, 08:35:14 pm »

Yes - that was it. It stemmed from my initial install, which mistakenly resulted in ROOT as owner. I had fixed that problem, but was not aware of the hidden .jriver folder. ROOT was the owner and that needed to be changed to user.  I now have the program registered on this Linux system. Thank you!
Logged
Pages: [1]   Go Up