General :: Loading Java Chess Games Chokes
Apr 16, 2011
I've tried Kubuntu, Ubuntu, Firefox and Google-Chrome. Loading chess games in Chesslab by Game Colony almost always chokes (Chrome shows the "He's Dead, Jim" page). Never happens in Windows.
View 6 Replies
ADVERTISEMENT
May 5, 2010
My children use the Webkinz web site for fun and games. The site works with other LINUX OS (Ubuntu) , but I can not get it working with Fedora 12 or 13, 64 bit. I have installed flash from the [URL] Fedora wiki and flash works (I have tried both 32 and 64 bit versions). The webkinz site loads, but none of the buttons or games work (Try using the log in button, a new window should open asking for user name and password).
View 2 Replies
View Related
Jun 13, 2011
I'm having some trouble with Java based games. I am running 11.04 64x and I downloaded and installed the latest sun-jvm. I know my hardware can run these two games very well (Minecraft and Spiral Knights). I'm wondering if maybe sun isn't my default plugin.
View 5 Replies
View Related
Jun 28, 2011
I recently installed Ubuntu. I am trying to play yahoo pool in a java environment. It loads and I can play, but it wont let me type in the chat area. Ive tried firefox and chrome. I havent tried other yahoo games besides Pool but I'm sure its the same story.
View 1 Replies
View Related
Jan 18, 2010
I play two online games. One uses flash (Habbo), the other java (RuneScape). With the flash one, it loads everything up until the part where it loads the interactive elements (hovering navigators, interactive chat rooms etc), then it crashes and tells me to reload. With the java one, everything loads up until the login screen, but when I actually go to log in, it just sits there and tells me it's connecting but doesn't do anything.
I've asked the support team on Habbo for assistance, but I got a reply telling me to clear my temporary files with instructions for windows machines, even though I specified I was on Ubuntu. I did what they instructed me to (which was clearing everything from my DNS cache to my temporary files), with no amazing results. Runescape was pretty much the same. I think it's something to do with my internet... I'm not really an expert at this.
View 1 Replies
View Related
Jul 14, 2011
I'm trying to launch Java: $ java -version java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
[Code]...
How can I launch Java as a regular user without errors?
View 1 Replies
View Related
Oct 21, 2010
Last nights upgrade of java-1.6.0-openjdk-1.6.0.0-43.1.8.2.fc13.i686 and java-1.6.0-openjdk-plugin-1.6.0.0-43.1.8.2.fc13.i686 prevent the loading of Ameritrades Command Center.Downgrading to version 1.6.0.0-37 fixes the problem. I'll post the bugzilla number as soon as I get the chance to file it.
View 3 Replies
View Related
Jan 16, 2010
I'm trying to play this game called RuneScape. However it seems that it won't load on my chromium. Maybe somethings wrong with java idk. If you can go to this website [URL] Just click play now and tell me if it runs for you or not. If it does run can you tell me what you did to make your java work. Because for me the screen just stays black and doesn't load, but it works well on firefox, but I don't like that it uses too much of my ram. So I'd rather try to get chromium up and running for me.
View 6 Replies
View Related
Apr 15, 2010
My Java plugin is not loading on Firefox. I need it to load, but FF doesn't even recognize Java is installed. It works on Google Chrome (which would be nice... except the plugin is buggy there)
Here's the background
* I'm running Firefox 3.6.3, through the repository on
Code: [URL]
* My process list includes:
Code:
23679 ? 00:00:00 firefox
23688 ? 00:07:31 firefox-bin
* I run NoScript, but I've had it work before w/NoScript, and everything is currently allowed. I'm fairly sure it has rather to do with FF 3.6.3.
* My about.config settings:
Code:
java.default_java_location_others;/usr/java
java.default_java_location_solaris;/usr/j2se
java.global_java_version_file;/etc/.java/versions
java.java_plugin_library_name;javaplugin_oji
* My directory settings:
Code:
patrick@patrick-laptop:/usr/lib/jvm$ ls
java-6-sun java-6-sun-1.6.0.15
View 9 Replies
View Related
Jul 8, 2010
I have tried everything I can think of to get the Java plugin working on Centos 5.5 and Firefox.I'm using the sun version of Java that I downloaded: jdk-6u18-linux-i586.rpm
I do have it installed already on a seperate partition that survives OS upgrades. Do I need to have the same version of Java in my alternatives dir, or will the Java browser plugin work regardless of which Java is installed on the system? Another way of expressing this: Is the Java browser plugin a standalone application that works independently of the system-installed Java version, or does the browser plugin rely on the installed JRE to function? So I have made a symbolic link from /usr/lib/mozilla/plugins/@libjavaplugin_oji.so
to my Java plugin, under:
/usr/local/java/jdk1.6.0_18/jre/plugin/i386/ns7/libjavaplugin_oji.so
There are actually 2 versions of the Java plugin - which one should I be using?
/ns7
/ns7-gcc29
I take it it's the non-gcc29 version? When I restart Firefox nothing is showing in the about :plugins window.I have disabled all the other mozilla plugins, just in case they are stopping the the Java plugin from loading.
View 9 Replies
View Related
Sep 14, 2010
When I try to load this applet [URL]... It won't load properly and doesn't do anything. I have java installed and everything.
View 3 Replies
View Related
Mar 23, 2010
I am not having a lot of good fortune with Xfce, this time. The LiveCD had a kernal error, and after doing an install, the update chokes on dependency errors. I tried unchecking the problem update files, but then I ended up in a loop that I couldn't find what else was causing these problems. This doesn't seem to be a big problem listed in this forum, so how do I resolve this?
View 2 Replies
View Related
May 1, 2010
I have just installed Ubuntu 10.04. When trying to run a Java Applet on a web page I discovered that Java is not installed in 10.04 and the SUN Java JRE is not available to install any more so I installed the OpenJDK and IcedTea Plugin.
Most applets work fine but one specific, for me a very important one, dos not. Specifically the log inn applet used in my net bank: URl... See login entry on top left.After entering userID I am redirected to a page giving the following error message:HTTP 404 - The resource cannot be located. The file cannot be found. This applet runs fine in Windows.I have started Firefox in a terminal window but do not get any error messages there when trying to start the applet.The applet runs fine in Opera (though slow start up) in Ubuntu 10.04. Opera does not use plug in but run the applet directly from JRE. This indicates that the problem could be in the IcedTea plugin.
View 9 Replies
View Related
Jul 19, 2010
I am making a simple snake game and have problem when loading the images (apple, snakes head, snakes body). When running this code, I just see the JPanel with black background which I have created. where is my mistake?
I highlighted my code with image and paint method.
Code:
View 4 Replies
View Related
Jul 20, 2011
Dual boot PC, boot disk and WIN XP are on good disk, Ubuntu was installed on failed disk. (I prefer separate disks for each OS).
I know I will need to reinstall Ubuntu later, and of course, GRUB2 now crashes without the Ubuntu disk.
Confirm that the only thing I need to do when I get the new drive installed and partitioned is to boot my XP disk in Recovery Mode and type "fixmbr", (then reboot to confirm clean WIN operation on the existing disk) then install Ubuntu as normal on the new disk.
View 1 Replies
View Related
Jul 26, 2010
I've just installed java (jre-6u21-linux-i586.bin) on Red Hat 4.4 AS and issued this command to check the java version: java -versionand got :bash :java: command not found
View 4 Replies
View Related
Aug 14, 2010
I'm trying to compile GNU chess from the website, and I get this for the output:
[Code]...
View 2 Replies
View Related
Sep 1, 2011
What is the best online chess for ubuntu 11.04?
View 4 Replies
View Related
Jan 10, 2010
Could someone recommend a chess program for linux which is playable for a beginner? I'm not looking for something which can beat a grand master but something that has difficulties which go down to a beginner level. Even better if it makes human like mistakes. Hopefully someone's looked into this and knows about it.
View 6 Replies
View Related
Oct 27, 2010
Ubuntu 10.04 not loading. Sticks at GRUB Loading message.
Read the other threads re OS not loading and GRUB. The talk about code goes over my head.
Local techie says the hardware is good. Tried reloading Ubuntu from CD. Tried loading the unmentionable OS.
Tried using Spotmau Powersuite.
View 5 Replies
View Related
Jul 24, 2010
Here I foudn this link to it:[URL]... Nice idea for system administrators, bored, using their screen over SSH or imagine even, competiting with his collegue during the day with some chat line added to this console chess debian
View 1 Replies
View Related
Apr 9, 2011
I've tried starting them both, xboard won't even start. I googled e and xboard slackware and only got links to the mirrors in the first couple of pages, I skimmed through the man pages, but I couldn't figure out how to get either of them working. All I could do is start a game in eboard using play vs the computer - play vs generic program, but then the computer doesn't move. How should I invoke the game to get it working?
View 9 Replies
View Related
May 8, 2011
How to install xboard and chess engines like gnu chess, crafty etc. or which repo must be additionally enabled on Centos 5.6?
View 9 Replies
View Related
Jan 19, 2010
Java is installed in linux machine and when I enter the command java -version it shows java is not found.At the same time when i run from the folder where its installed with ./java -version it works.
first of all why its not working from any other place? also why do I need to give ./ from the folder?
View 3 Replies
View Related
Jan 29, 2010
Do Windows XP, Vista, Windows 7 and all Linux distributions have Java JRE installed so end-users don't have to install it to run Java applications?
View 4 Replies
View Related
Jul 17, 2009
Java applet not loading image with relative path(e.g. images/1.jpg) but loads image with absolute path(i.e. from /root/user/images/1.jpg) . This is a problem when i want to host the applet on web server
View 2 Replies
View Related
May 24, 2010
I wanted to play yahoo chess, but when I joined a chess game, i got a blank gray window with the words saying applet started and that is all. What do I need to do? I am using ubuntu 9.04 i think. On a system 76 computer.
View 1 Replies
View Related
Aug 17, 2010
I would like to know how to install games in Ubuntu and make them work
View 2 Replies
View Related
Dec 22, 2010
While installing the fedora desktop I had unchecked the Games and Entertainment section but I can still see the same Games options available in the menu.
I tried checking the same in the Add/Remove Programs but I was not able to get the option for uninstalling the same.
Games which are present are: AisleRiot Solitaire, lagno, Mines and Sudoku. I would like to delete the games options available.
View 1 Replies
View Related
May 17, 2010
I have the latest drivers installed from ati, everything worked fine recently but now suddenly no games will run. I can access the Catalyst control centre, so it's not like my drivers got accidentally removed.
i get this error via terminal on any game i try to run, warsow, 0 a.d. etc
Quote:
********************
ERROR: Failed to load libGL.so.1
********************
Error: Failed to load libGL.so.1
I am thinking somehow a certain library i needed got removed?
View 2 Replies
View Related