Well, as i wrote in the last "World of Minecraft not working on linux", i managed to change the parameters 4 having a running World of Minecraft client...
..i look around already, means mousemovement works.. but when i click, its like i pressed the esc button ( crappy minecraft menu )
keyboard events are completely-ignored
pls help me, World of Minecraft-developers, i need to fly!
Yours,
BasiCs
You need this.
http://www.worldofminecraft.com/StayFocus
I did tried it, even using the script for linux that you can find in the forum, but this is the error i get after editing hex values and deleting the 2 files:
./minecraft-osx.sh
Exception in thread "main" java.lang.NoClassDefFoundError: com/mojang/minecraft/MinecraftApplet
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Caused by: java.lang.ClassNotFoundException: com.mojang.minecraft.MinecraftApplet
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
... 11 more
WoM Coins: 0
it seems like, clicking on the 3D window, of the java application, makes the main-window "not-on-top", and that automaticially means the window is not-on-top,which triggers the minecraft-menu
.. and the keyboard problem.. i dont know, java sucks balls