3079 -- Block Action RPG

3079 -- Block Action RPG

walter Nov 29, 2013 @ 11:53pm
Linux: Doesn't start? [FIX HERE]
If your game doesn't start, it's probably because you don't have the right Java runtime.

You can verify this by running '3079.sh' from a terminal. If Java is the problem, you will probably see: "Unsupported major.minor version 51.0" (or similar)

In my case, on Gentoo Linux, this was because my system was using the icedtea JRE (java runtime environment). Instead, I had to install the Oracle JRE instead, like so:

1. Download the 64 bit non-RPM Linux tarball 'jre-xxx-...' and move it to /usr/portage/distfiles
2. emerge oracle-jre-bin
3. eselect java-vm list
4. eselect java-vm set user 2 # or whatever number for oracle's java
5. sudo eselect java-vm set system 2 # or whatever number for oracle's java

Enjoy
< >
Showing 1-7 of 7 comments
PICKLE Dec 14, 2013 @ 1:53pm 
Thank you! This'd stymied me for a bit.
phr00t  [developer] Dec 14, 2013 @ 2:53pm 
With debian distributions (like Ubuntu), you can use apt-get to remove & install Java.

For example,

sudo apt-get install openjdk-7-jre

... should do the trick.
[LINUX] Schotty Dec 25, 2013 @ 3:40am 
This isnt the only problem, as some graphics settings will cause it to hang as well.
phr00t  [developer] Dec 25, 2013 @ 4:59am 
"Hangs" and other graphical oddities are very dependent on what graphics hardware & drivers (proprietary or open source) you have for Linux.
BlackJudas Apr 3, 2014 @ 1:05am 
Curious phr00t, can you confirm this working on a debian wheezy system? Just curious as both seem to be installed. And other games that I know run under java, work just fine. Just not this one or 3089
BlackJudas Apr 3, 2014 @ 1:30am 
Just to add a note for others who may have run into this problem, for some reason my alternatives were set to java6. Run the following to run version 7.

# sudo update-alternatives --config java

Select the appropriate target.
Deus Apr 26, 2022 @ 5:22pm 
I wanted to play this, 8 years after, for nostalgia. Anyone know a current fix? :) For me it just crashes after the 2nd ui launcher.
https://www.protondb.com/app/259620
Last edited by Deus; Apr 26, 2022 @ 5:23pm
< >
Showing 1-7 of 7 comments
Per page: 1530 50