General Problems with 1.3

1. The new launcher does not play sound on my computer. I have checked all audio outputs and confirmed that they are working. Both sound and music are 100% in-game.

2. The official launcher (minecraft.net/download/) does not even open on my computer. I double click the icon, and nothing happens. I'm forced to open up the application and find the minecraftlauncher.jar file, and run that instead.

3. The game consistently crashes almost every time I use it. This usually happens when there's a lot of processing going on, ie, far render distance and walking in a line for a while.



<
 
Also, try running it in cmd (java -cp *FILENAME HERE* net.minecraft.LauncherFrame >out.txt) (works with .exe too if I'm not mistaken
<
)

and post the output (out.txt), may be useful in debugging your problems.
 
Exception in thread "main" java.lang.NoClassDefFoundError: folderminecraftMinecraft/app

Caused by: java.lang.ClassNotFoundException: folderminecraftMinecraft.app

at java.net.URLClassLoader$1.run(URLClassLoader.java:200)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:188)

at java.lang.ClassLoader.loadClass(ClassLoader.java:319)

at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:330)

at java.lang.ClassLoader.loadClass(ClassLoader.java:254)

at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:399)



?
 
eh, works fine for me, but i do notice that it does crash more often, which has deleted parts of my world which is very annoying
 
I'm not sure what this is, but it seems very odd to me.



I have a world where I play on peaceful and just build, my house is completely closed off. When I go to bed, I wake up and start losing health. I can't look around, and i'm just stuck there and die.



Why does that happen? It's not a big deal cause my house is right by my spawn, but its so annoying.
 
Exception in thread "main" java.lang.NoClassDefFoundError: folderminecraftMinecraft/app

Caused by: java.lang.ClassNotFoundException: folderminecraftMinecraft.app

at java.net.URLClassLoader$1.run(URLClassLoader.java:200)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:188)

at java.lang.ClassLoader.loadClass(ClassLoader.java:319)

at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:330)

at java.lang.ClassLoader.loadClass(ClassLoader.java:254)

at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:399)



?

Seems like the Mac launcher fucked up, I recommend using the Linux version (works on all OS)
 
Count Bruno' timestamp='1298508631' post='747 said:
Exception in thread "main" java.lang.NoClassDefFoundError: folderminecraftMinecraft/app

Caused by: java.lang.ClassNotFoundException: folderminecraftMinecraft.app

at java.net.URLClassLoader$1.run(URLClassLoader.java:200)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:188)

at java.lang.ClassLoader.loadClass(ClassLoader.java:319)

at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:330)

at java.lang.ClassLoader.loadClass(ClassLoader.java:254)

at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:399)



?

Seems like the Mac launcher fucked up, I recommend using the Linux version (works on all OS)

In Mac you need to place that file in:

~/Library/Application Support/minecraft/bin



As that java file is being launched by Minecraft.app





<
 
Back
Top