43 coaches online • Server time: 00:49
Forum Chat
Log in
Recent Forum Topics goto Post Creating a custom to...goto Post ramchop takes on the...goto Post NBFL Season 32: The ...
SearchSearch 
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic
The_Carthaginian



Joined: Mar 05, 2015

Post   Posted: Mar 21, 2020 - 23:29 Reply with quote Back to top

kelvingreen wrote:
Any advice for a Linux Mint (Cinnamon) user?


I use Ubuntu and had to get IcedTea for games to run, so if you're having trouble, start there!
kelvingreen



Joined: Oct 26, 2011

Post   Posted: Mar 22, 2020 - 00:49 Reply with quote Back to top

The_Carthaginian wrote:
kelvingreen wrote:
Any advice for a Linux Mint (Cinnamon) user?


I use Ubuntu and had to get IcedTea for games to run, so if you're having trouble, start there!


Yup, I'm using IcedTea and I'm getting the bar along the bottom of the window. Everything else seems to be fine.
lolvenom



Joined: Jan 27, 2007

Post   Posted: Jul 31, 2020 - 04:25 Reply with quote Back to top

Anyone have advice on this for Ubuntu 20.04? I am running icedtea-web and the client works fine, but can't get rid of the bar along the bottom. I have tried the rename, create additional executable file with GNOME parameters in and point, but then javaws throws an a message as if I have an incorrect syntax:

/usr/lib/icedtea-web/bin$ ./javaws /tmp/path_to_file/ffblive-2.jnlp
selected jre: /usr/lib/jvm/default-java
WARNING: package javax.jnlp not in java.desktop
Unable to use Firefox's proxy settings. Using "DIRECT" as proxy type.

SYNOPSIS
javaws [-run-options] jnlp file
javaws [-control-options]
.....

where as a successful launch (using the provided javaws, including bar at the bottom) of icedtea-web shows:

/usr/lib/icedtea-web/bin$ ./javaws /tmp/path_to_file/ffblive-2.jnlp
selected jre: /usr/lib/jvm/default-java
WARNING: package javax.jnlp not in java.desktop
Gtk-Message: 12:13:34.284: Failed to load module "canberra-gtk-module"
Unable to use Firefox's proxy settings. Using "DIRECT" as proxy type.
Warning - your JRE - 11.0.8 - does not match requested JRE - 1.6
Warning - your JRE - 11.0.8 - does not match requested JRE - 1.6
Warning - your JRE - 11.0.8 - does not match requested JRE - 1.6
Warning - your JRE - 11.0.8 - does not match requested JRE - 1.6
Codebase matches codebase manifest attribute, and application is signed. Continuing. See: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/no_redeploy.html for details.
Starting application [com.balancedbytes.games.ffb.client.FantasyFootballClient] ...

Any ideas on why this would happen, and failing that how else to address this with the latest build?
Grod



Joined: Sep 30, 2003

Post   Posted: Jul 31, 2020 - 07:51 Reply with quote Back to top

This still works for me:

https://fumbbl.com/p/blog&c=Grod&id=17858

_________________
I am so clever that sometimes I don't understand a single word of what I am saying.

Oscar Wilde
lolvenom



Joined: Jan 27, 2007

Post   Posted: Aug 01, 2020 - 10:48 Reply with quote Back to top

Oh Grod Smile (why isn't there a throbbing heart icon?)

I couldn't install ubuntu-tweak but that didn't matter, the syntax I had in the javaws_ffc file initially was incorrect. Fixing that fixed everything, then I just told firefox manually about the file association.

Thanks very much for your help, I'm not exactly a linux native...
starnovi



Joined: Dec 12, 2007

Post   Posted: Oct 29, 2020 - 19:06 Reply with quote Back to top

Can't make it work... icedTea web opens up NP, but I'm missing bottom part of the window. I tried SESSIOn (doesn't help) and I wasn't able to run Ubuntu tweak (maybe I don't know how).

I know that years ago I was playing FUMMBL on Ubuntu using -v GNOME_DESKTOP_SESSION_ID workaround...
The_Carthaginian



Joined: Mar 05, 2015

Post   Posted: Oct 29, 2020 - 19:09 Reply with quote Back to top

starnovi wrote:
Can't make it work... icedTea web opens up NP, but I'm missing bottom part of the window. I tried SESSIOn (doesn't help) and I wasn't able to run Ubuntu tweak (maybe I don't know how).

I know that years ago I was playing FUMMBL on Ubuntu using -v GNOME_DESKTOP_SESSION_ID workaround...


For the first time ever, I have it running with the chat bar visible.

I got Java 11 from here: https://openjdk.java.net/install/ and did the first step of this: https://linux-tips.com/t/execute-jnlp-files-in-linux/252 (the plugin in the second step isn't available any more).

Uninstall and retry with those? I'm running Ubuntu 20.04.
starnovi



Joined: Dec 12, 2007

Post   Posted: Oct 29, 2020 - 19:37 Reply with quote Back to top

Thanks, I uninstalled IcedTea and now it's working.

I have to download the file, and before i run it I have to use "unset -v GNOME_DESKTOP_SESSION_ID" command and run the file: javaws filename.jnlp
lolvenom



Joined: Jan 27, 2007

Post   Posted: May 19, 2021 - 08:35 Reply with quote Back to top

Wondering if anyone has run into the following issue...

Ubuntu 20.04.2 LTS, IcedTea Web 1.8, has worked to spec games without issue since my last post up there ^ (~7-8 months).

~1-2 months ago I started getting the following error when loading the fumbbl client:


Code:

System logger called with result of 0
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not initialize application. The application has not been initialized, for more information execute javaws from the command line.     at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:822)     at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:531)     at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:945) Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Application Error: Cannot grant permissions to unsigned jars. Application requested security permissions, but jars are not signed.     at net.sourceforge.jnlp.runtime.JNLPClassLoader$SecurityDelegateImpl.getClassLoaderSecurity(JNLPClassLoader.java:2481)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.setSecurity(JNLPClassLoader.java:385)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:806)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:338)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:421)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:495)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:468)     at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:814)     ... 2 more
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not initialize application. The application has not been initialized, for more information execute javaws from the command line.     at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:822)     at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:531)     at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:945) Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Application Error: Cannot grant permissions to unsigned jars. Application requested security permissions, but jars are not signed.     at net.sourceforge.jnlp.runtime.JNLPClassLoader$SecurityDelegateImpl.getClassLoaderSecurity(JNLPClassLoader.java:2481)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.setSecurity(JNLPClassLoader.java:385)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:806)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:338)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:421)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:495)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:468)     at net.sourceforge.jnlp.Launcher.createApplication(Launcher.java:814)     ... 2 more
netx: Initialization Error: Could not initialize application. (Fatal: Application Error: Cannot grant permissions to unsigned jars. Application requested security permissions, but jars are not signed.)


Up until that point the log looks fine to my untrained java-eye:

Code:

App already has trusted publisher: false
CN=COMODO RSA Certification Authority,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB found in cacerts (/usr/lib/jvm/java-11-openjdk-amd64/lib/security/cacerts)
CN=Kari Christer Uolevi Kaivo-Oja,O=Kari Christer Uolevi Kaivo-Oja,STREET=Slättåkragränd 23,L=Älvsjö,ST=Stockholm,2.5.4.17=#0c053132353732,C=SE found in cacerts (/home/brian/.config/icedtea-web/security/trusted.certs)
Jar found at /home/brian/.cache/icedtea-web/cache/2/https/fumbbl.com/FFBClient/live/tritonus_share.jarhas been verified as SIGNED_OK
Jar found at /home/brian/.cache/icedtea-web/cache/7/https/fumbbl.com/FFBClient/live/jorbis-0.0.17.jarhas been verified as SIGNED_OK
Jar found at /home/brian/.cache/icedtea-web/cache/6/https/fumbbl.com/FFBClient/live/vorbisspi1.0.3.jarhas been verified as SIGNED_OK
Jar found at /home/brian/.cache/icedtea-web/cache/5/https/fumbbl.com/FFBClient/live/tinysound-1.1.1.jarhas been verified as SIGNED_OK
Jar found at /home/brian/.cache/icedtea-web/cache/3/https/fumbbl.com/FFBClient/live/org.osgi.core-4.3.0.jarhas been verified as UNSIGNED
Jar found at /home/brian/.cache/icedtea-web/cache/4/https/fumbbl.com/FFBClient/live/FantasyFootballClientResources.jarhas been verified as SIGNED_OK
Jar found at /home/brian/.cache/icedtea-web/cache/1/https/fumbbl.com/FFBClient/live/FantasyFootballClient.jarhas been verified as SIGNED_OK
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://fumbbl.com/FFBClient/live/vorbisspi1.0.3.jar
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://fumbbl.com/FFBClient/live/vorbisspi1.0.3.jar
isCurrent: https://fumbbl.com/FFBClient/live/vorbisspi1.0.3.jar = true
isCurrent:lastModified cache:1604568102000 actual:1604568102000
isCurrent:isCached true
isCached: remote:22667 cached:22667
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://fumbbl.com/FFBClient/live/org.osgi.core-4.3.0.jar
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://fumbbl.com/FFBClient/live/org.osgi.core-4.3.0.jar
isCurrent: https://fumbbl.com/FFBClient/live/org.osgi.core-4.3.0.jar = true
isCurrent:lastModified cache:1604568102000 actual:1604568102000
isCurrent:isCached true
isCached: remote:369497 cached:369497
done https://fumbbl.com/FFBClient/live/vorbisspi1.0.3.jar
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://fumbbl.com/FFBClient/live/vorbisspi1.0.3.jar
Connecting https://fumbbl.com/FFBClient/live/vorbisspi1.0.3.jar
best url for location=https://fumbbl.com/FFBClient/live/vorbisspi1.0.3.jar state=PRECONNECT CONNECTING PREDOWNLOAD PROCESSING is https://fumbbl.com/FFBClient/live/vorbisspi1.0.3.jar by HEAD
Removed sun.net.www.protocol.https.DelegateHttpsURLConnection:https://fumbbl.com/FFBClient/live/vorbisspi1.0.3.jar
Disconnecting sun.net.www.protocol.https.DelegateHttpsURLConnection:https://fumbbl.com/FFBClient/live/vorbisspi1.0.3.jar
Key : Content-Type ,Value : [application/java-archive]
Key : Date ,Value : [Wed, 19 May 2021 06:24:13 GMT]
Key : Content-Length ,Value : [22667]
Key : Last-Modified ,Value : [Thu, 05 Nov 2020 09:21:42 GMT]
Key : Connection ,Value : [close]
Key : ETag ,Value : ["588b-5b3589fbcf865"]
Key : Server ,Value : [Apache/2.4.7 (Ubuntu)]
Key : null ,Value : [HTTP/1.1 200 OK]
Key : Accept-Ranges ,Value : [bytes]
done https://fumbbl.com/FFBClient/live/org.osgi.core-4.3.0.jar
Adding sun.net.www.protocol.https.DelegateHttpsURLConnection:https://fumbbl.com/FFBClient/live/org.osgi.core-4.3.0.jar
Connecting https://fumbbl.com/FFBClient/live/org.osgi.core-4.3.0.jar



This is as far as it gets. I am unable to spec (haven't tried launching a game), and am unsure how to progress this? All suggestions desperately welcome.
Muff2n



Joined: May 20, 2017

Post   Posted: May 19, 2021 - 08:42 Reply with quote Back to top

There's a forum thread on this. The fix involves editing a text file. I can't find the page right now but I resolved this with the advice in the forum post recently.
lolvenom



Joined: Jan 27, 2007

Post   Posted: May 19, 2021 - 09:51 Reply with quote Back to top

Thanks, if anyone has further info on this please let me know as I have searched high and low, not getting any hits.
The_Carthaginian



Joined: Mar 05, 2015

Post   Posted: May 19, 2021 - 10:53 Reply with quote Back to top

lolvenom wrote:
Thanks, if anyone has further info on this please let me know as I have searched high and low, not getting any hits.


https://fumbbl.com/index.php?name=PNphpBB2&file=viewtopic&t=31866
Redhammer_the_Old



Joined: Aug 29, 2005

Post   Posted: Oct 11, 2021 - 19:54 Reply with quote Back to top

Hi

I tried:

For the record: unsetting GNOME_DESKTOP_SESSION_ID then manually starting the downloaded game with javaws still works nicely for me, Ubuntu 16.04, Gnome3

But in Ubuntu 21.04 this no longer works, anyone got rid of the bar blocking the chat line and the RRs?

_________________
Image Ouch that hurt.
Lyracian



Joined: Oct 29, 2015

Post 9 Posted: Dec 29, 2021 - 23:45 Reply with quote Back to top

I am on Ubuntu 20.04 and after the latest software update it started covering up the TRR and chat box.
I tried uninstalling JAVA and then putting it back and now not working at all!
Has not created a default.policy file in the security folder. Going to be fun trying to sort that all out...

_________________
Nuffle wills it.

Lyracian.
truckerpunk



Joined: Dec 04, 2007

Post   Posted: Dec 30, 2021 - 02:38 Reply with quote Back to top

This was this only was I could get the client running on my my linux box:
https://fumbbl.com/index.php?name=PNphpBB2&file=viewtopic&t=32126&highlight=
Display posts from previous:     
 Jump to:   
All times are GMT + 1 Hour
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic