[SOLVED] JRiver 22 not working with Snakeoil OS
#1
There appears to be some issues getting the latest version of JRiver 22 starting in Snakeoil OS. If you intent to use Snakeoil OS as a platform to try JRiver 22, probably wise to hold off for now until I can figure out the issue (may not be able to figure this out as JRiver is closed source and not really possible to debug).

JRiver 21 still works. So far, JRiver 22 don't work 
  • with stock version of Snakeoil 0.1.5 64 bits
  • with stock version of Snakeoil 1.0.0-alpha 64 bits
Will update this as I can, but if I cannot find the cause of the crash, JRiver 22 will be dropped from 1.0.0 when it's released.

Please comment below if anybody of you managed to get JRiver 22 to run under any edition of Snakeoil OS.
Snakeoil Operating System - Music, your way!
Reply

#2
Finally figured out why JRiver 22 isn't working.

[Image: happy.gif] [Image: happy.gif] [Image: jriver_working.png]


Installing and running 22 will work if you install from Snakeoil 0.9.1 ISO and later.

For folks who are already using SnakeoilOS, you'd need to SSH to the machine, and run the following shell commands (You'd need an Internet connection).

If you're running 64 bit SnakeoilOS:
Code:
sudo apt-get update
sudo apt-get install xdg-utils
sudo apt-get purge tightvncserver
wget https://bintray.com/tigervnc/stable/download_file?file_path=tigervnc-1.8.0.x86_64.tar.gz -O /tmp/tigervnc-1.8.0.x86_64.tar.gz
sudo tar -xzf /tmp/tigervnc-1.8.0.x86_64.tar.gz -C / --strip-components=1
rm /tmp/tigervnc-1.8.0.x86_64.tar.gz -f

If you're running 32 bit SnakeoilOS:
Code:
sudo apt-get update
sudo apt-get install xdg-utils
sudo apt-get purge tightvncserver
wget https://bintray.com/tigervnc/stable/download_file?file_path=tigervnc-1.8.0.i386.tar.gz -O /tmp/tigervnc-1.8.0.i386.tar.gz
sudo tar -xzf /tmp/tigervnc-1.8.0.i386.tar.gz -C / --strip-components=1
rm /tmp/tigervnc-1.8.0.i386.tar.gz -f
Snakeoil Operating System - Music, your way!
Reply

#3
Jriver ----- MediaCenter-22.0.111-5-amd64.deb latest public build.
VNC session established with black screen.
Server error!
Not working on 0.9.1 ISO

21x installation stopped after unpacking and nothing.


[Image: Jriver_problem.jpg]
Reply

#4
(11-Jul-2017, 10:46 PM)Integra Wrote: Jriver ----- MediaCenter-22.0.111-5-amd64.deb latest public build.
VNC session established with black screen.
Server error!
Not working on 0.9.1 ISO

21x installation stopped after unpacking and nothing.

Interesting, that beta build worked for me. See that "OK" button in there? What happens when you click it?

I'd test 21 builds later tonight to see how it goes.
Snakeoil Operating System - Music, your way!
[-] The following 1 user Likes agent_kith's post:
  • Integra
Reply

#5
(12-Jul-2017, 07:39 AM)agent_kith Wrote:
(11-Jul-2017, 10:46 PM)Integra Wrote: Jriver ----- MediaCenter-22.0.111-5-amd64.deb latest public build.
VNC session established with black screen.
Server error!
Not working on 0.9.1 ISO

21x installation stopped after unpacking and nothing.

Interesting, that beta build worked for me. See that "OK" button in there? What happens when you click it?

I'd test 21 builds later tonight to see how it goes.
When click OK black window closed and all.
if you look on the snakeoil window you see server dont start.
Reply

#6
(13-Jul-2017, 03:35 PM)Integra Wrote: When click OK black window closed and all.
if you look on the snakeoil window you see server dont start.
This machine has a working Internet connection?

What you can try is in VNC, right click with the mouse button and select "Open A Terminal" option. a new terminal window should pop up. Type mediacenter22 (I think) in the prompt and see if you get any error messages in that terminal window..
Snakeoil Operating System - Music, your way!
Reply

#7
(13-Jul-2017, 03:49 PM)agent_kith Wrote:
(13-Jul-2017, 03:35 PM)Integra Wrote: When click OK black window closed and all.
if you look on the snakeoil window you see server dont start.
This machine has a working Internet connection?

What you can try is in VNC, right click with the mouse button and select "Open A Terminal" option. a new terminal window should pop up. Type mediacenter22 (I think) in the prompt and see if you get any error messages in that terminal window..

All in the local network have internet connection.
when i open terminal and type mediacenter22 black information window open again. If i close it i see this
[Image: image.jpg]

(13-Jul-2017, 06:35 PM)Integra Wrote:
(13-Jul-2017, 03:49 PM)agent_kith Wrote:
(13-Jul-2017, 03:35 PM)Integra Wrote: [Image: image.jpg]When click OK black window closed and all.
if you look on the snakeoil window you see server dont start.
This machine has a working Internet connection?

What you can try is in VNC, right click with the mouse button and select "Open A Terminal" option. a new terminal window should pop up. Type mediacenter22 (I think) in the prompt and see if you get any error messages in that terminal window..

All in the local network have internet connection.
when i open terminal and type mediacenter22 black information window open again. If i close it i see this
[Image: image.jpg]

SnakeOS diagnostic screen
Reply

#8
I've found a bug as to why the status says the server isn't starting, I'd fix that in the next RC release. But the blackscreen is still a weird issue.

From that VNC terminal, can you run the following (and then take picture of the output):
Code:
xrandr

Also, copy MediaCenter-22.0.111-5-amd64.deb to the shared music folder. Then run this:
Code:
md5sum /media/music/MediaCenter-22.0.111-5-amd64.deb

So far I couldn't re-create this issue, but will try later this week and let you know what I find. Right now I gotta fix some other issues on something non-snakeoil related so probably can't do much today.

Also, in the meantime, any other people have success with this, or have similar or other issues?
Snakeoil Operating System - Music, your way!
Reply

#9
(13-Jul-2017, 06:49 PM)agent_kith Wrote: I've found a bug as to why the status says the server isn't starting, I'd fix that in the next RC release. But the blackscreen is still a weird issue.

From that VNC terminal, can you run the following (and then take picture of the output):
Code:
xrandr

Also, copy MediaCenter-22.0.111-5-amd64.deb to the shared music folder. Then run this:
Code:
md5sum /media/music/MediaCenter-22.0.111-5-amd64.deb

So far I couldn't re-create this issue, but will try later this week and let you know what I find. Right now I gotta fix some other issues on something non-snakeoil related so probably can't do much today.

Also, in the meantime, any other people have success with this, or have similar or other issues?


md5sum    075223ce27711efed4aabac03abe72eb


[email]root@MusicHall:/var/www[/email]# xrandr
Screen 0: minimum 32 x 32, current 1024 x 768, maximum 32768 x 32768
VNC-0 connected 1024x768+0+0 0mm x 0mm
   1024x768      60.00*+
   1920x1200     60.00 
   1920x1080     60.00 
   1600x1200     60.00 
   1680x1050     60.00 
   1400x1050     60.00 
   1360x768      60.00 
   1280x1024     60.00 
   1280x960      60.00 
   1280x800      60.00 
   1280x720      60.00 
   800x600       60.00 
   640x480       60.00
Reply

#10
(15-Jul-2017, 06:59 PM)Integra Wrote: md5sum    075223ce27711efed4aabac03abe72eb

[email]root@MusicHall:/var/www[/email]# xrandr
Screen 0: minimum 32 x 32, current 1024 x 768, maximum 32768 x 32768
VNC-0 connected 1024x768+0+0 0mm x 0mm
   1024x768      60.00*+
   1920x1200     60.00 
   1920x1080     60.00 
   1600x1200     60.00 
   1680x1050     60.00 
   1400x1050     60.00 
   1360x768      60.00 
   1280x1024     60.00 
   1280x960      60.00 
   1280x800      60.00 
   1280x720      60.00 
   800x600       60.00 
   640x480       60.00

Everything seems to check out. Can you drag the JRiver deb file into the install window and then take a screenshot? I would like to see if it installs OK or have any errors. If everything works, it should look similar to this:
 
[Image: JRiver_Install.png]
Anything that seem different?
Snakeoil Operating System - Music, your way!
Reply



Bookmarks

Possibly Related Threads…
Thread Author Replies Views Last Post
  [SOLVEDLMS not working with Bookworm Snoopy8 12 295 11-Jan-2024, 05:58 PM
Last Post: Snoopy8
  [SOLVEDCPUset not working in Ubuntu 22.04 Snoopy8 17 2,039 12-Dec-2023, 07:02 PM
Last Post: uglymusic
  snakeoil always refuse connecting from vnc viewer clark8888 2 410 15-Oct-2023, 10:37 AM
Last Post: clark8888
  Rpi4+AlloDigiOne sig. Snakeoil os installation problem Luke 38 13 1,880 06-Sep-2023, 07:36 AM
Last Post: agent_kith
  Install not working Pi2Design Mercury V2 Snoopy8 1 287 01-Aug-2023, 10:03 AM
Last Post: agent_kith



Users browsing this thread:
2 Guest(s)

[-]
Our Sponsors

[-]
Welcome
You have to register before you can post on our site.

Username/Email:


Password:





[-]
Latest Threads
LMS Upgrade ?
Last Post: uglymusic
15-Mar-2024 09:14 PM
» Replies: 7
» Views: 121
Squeezebox shutdown
Last Post: TripleX
13-Mar-2024 07:34 AM
» Replies: 4
» Views: 54
MP3 Not Playing
Last Post: Coacharnold
10-Mar-2024 10:25 AM
» Replies: 3
» Views: 42
ZimaBoard 2x NIC, 2x SATA, 2x USB, 1x PC...
Last Post: patricia1066
06-Mar-2024 08:49 PM
» Replies: 12
» Views: 574
Fail to install myMPD
Last Post: hkphantomgtr
03-Mar-2024 08:45 PM
» Replies: 9
» Views: 185
Intel HFI Driver Can "Save Tons Of CPU C...
Last Post: hkphantomgtr
28-Feb-2024 09:15 PM
» Replies: 0
» Views: 33
Announcing Snakeoil Measurements 1.3.0
Last Post: agent_kith
26-Feb-2024 10:02 PM
» Replies: 94
» Views: 3862
More Problems with Squeezelite in 1.3
Last Post: Coacharnold
17-Feb-2024 09:47 PM
» Replies: 2
» Views: 57
Snakeoil Music server & Snakeoil its own...
Last Post: Snoopy8
17-Feb-2024 11:20 AM
» Replies: 8
» Views: 341
RoonBridge (64 bit only)
Last Post: scrarfussi
15-Feb-2024 08:26 PM
» Replies: 3
» Views: 4100

[-]
SnakeoilOS Mission Statement

Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.

SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.

If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.


Powered By MyBB, © 2002-2024. Theme © Melroy van den Berg.