Jump to content

Minecraft crashes when editing the sound option w/ stack and all that


KuKHuvud3t

Recommended Posts

My ModLoader.txt:

 

2012-jun-25 18:44:51 ModLoader init

FIN: ModLoader 1.2.5 Initializing...

2012-jun-25 18:44:51 ModLoader readFromClassPath

FINARE: Adding mods from /Users/AlexGustafsson/Library/Application Support/minecraft/bin/minecraft.jar2012-jun-25 18:44:51 ModLoader addAllRenderers

FIN: Initialized

 

 

My ForgeModLoader-0.log

 

2012-06-26 14:45:05 [iNFO] Forge Mod Loader version 2.2.78.153 for Minecraft 1.2.5 loading

2012-06-26 14:45:05 [FINE] Attempting to load mods contained in the minecraft jar file and associated classes

2012-06-26 14:45:05 [FINE] Found a minecraft related file at /Users/AlexGustafsson/Library/Application Support/minecraft/bin/lwjgl.jar, loading

2012-06-26 14:45:05 [FINE] Found a minecraft related file at /Users/AlexGustafsson/Library/Application Support/minecraft/bin/jinput.jar, loading

2012-06-26 14:45:05 [FINE] Found a minecraft related file at /Users/AlexGustafsson/Library/Application Support/minecraft/bin/lwjgl_util.jar, loading

2012-06-26 14:45:05 [FINE] Found a minecraft related directory at /Users/AlexGustafsson/Library/Application Support/minecraft/bin/minecraft.jar, loading

2012-06-26 14:45:05 [FINEST] Recursing into package achievement

2012-06-26 14:45:05 [FINEST] Recursing into package armor

2012-06-26 14:45:05 [FINEST] Recursing into package art

2012-06-26 14:45:05 [FINEST] Recursing into package com

2012-06-26 14:45:05 [FINEST] Recursing into package com.jcraft

2012-06-26 14:45:05 [FINEST] Recursing into package com.jcraft.jogg

2012-06-26 14:45:05 [FINEST] Recursing into package com.jcraft.jorbis

2012-06-26 14:45:05 [FINEST] Recursing into package cpw

2012-06-26 14:45:05 [FINEST] Recursing into package cpw.mods

2012-06-26 14:45:05 [FINEST] Recursing into package cpw.mods.fml

2012-06-26 14:45:05 [FINEST] Recursing into package cpw.mods.fml.client

2012-06-26 14:45:05 [FINEST] Recursing into package cpw.mods.fml.common

2012-06-26 14:45:05 [FINEST] Recursing into package cpw.mods.fml.common.modloader

2012-06-26 14:45:05 [FINEST] Recursing into package cpw.mods.fml.common.registry

2012-06-26 14:45:05 [FINEST] Recursing into package cpw.mods.fml.common.toposort

2012-06-26 14:45:05 [FINEST] Recursing into package environment

2012-06-26 14:45:05 [FINEST] Recursing into package font

2012-06-26 14:45:05 [FINEST] Recursing into package forge

2012-06-26 14:45:05 [FINEST] Recursing into package forge.adaptors

2012-06-26 14:45:05 [FINEST] Recursing into package forge.oredict

2012-06-26 14:45:05 [FINEST] Recursing into package forge.packets

2012-06-26 14:45:05 [FINEST] Recursing into package gui

2012-06-26 14:45:05 [FINEST] Recursing into package ibxm

2012-06-26 14:45:05 [FINEST] Recursing into package item

2012-06-26 14:45:05 [FINEST] Recursing into package lang

2012-06-26 14:45:05 [FINEST] Recursing into package misc

2012-06-26 14:45:05 [FINEST] Recursing into package mob

2012-06-26 14:45:05 [FINEST] Recursing into package mob.enderdragon

2012-06-26 14:45:05 [FINEST] Recursing into package mob.villager

2012-06-26 14:45:05 [FINE] Found a mod class mod_MinecraftForge in directory minecraft.jar, attempting to load it

2012-06-26 14:45:05 [FINE] ModLoader BaseMod class mod_MinecraftForge found, loading

2012-06-26 14:45:05 [FINE] ModLoader BaseMod class mod_MinecraftForge loaded

2012-06-26 14:45:05 [FINE] Successfully loaded mod class mod_MinecraftForge.class

2012-06-26 14:45:05 [FINE] Found a mod class mod_ModLoaderMp in directory minecraft.jar, attempting to load it

2012-06-26 14:45:05 [FINE] ModLoader BaseMod class mod_ModLoaderMp found, loading

2012-06-26 14:45:05 [FINE] ModLoader BaseMod class mod_ModLoaderMp loaded

2012-06-26 14:45:05 [FINE] Successfully loaded mod class mod_ModLoaderMp.class

2012-06-26 14:45:05 [FINEST] Recursing into package net

2012-06-26 14:45:05 [FINEST] Recursing into package net.minecraft

2012-06-26 14:45:05 [FINEST] Recursing into package net.minecraft.client

2012-06-26 14:45:05 [FINEST] Recursing into package paulscode

2012-06-26 14:45:05 [FINEST] Recursing into package paulscode.sound

2012-06-26 14:45:05 [FINEST] Recursing into package paulscode.sound.codecs

2012-06-26 14:45:05 [FINEST] Recursing into package terrain

2012-06-26 14:45:05 [FINEST] Recursing into package title

2012-06-26 14:45:05 [FINEST] Recursing into package title.bg

2012-06-26 14:45:05 [FINE] Minecraft jar mods loaded successfully

2012-06-26 14:45:05 [iNFO] Forge Mod Loader has loaded 2 mods

2012-06-26 14:45:05 [FINE] Beginning mod pre-initialization

2012-06-26 14:45:05 [FINER] Pre-initializing /Users/AlexGustafsson/Library/Application Support/minecraft/bin/minecraft.jar

2012-06-26 14:45:05 [FINE] Reading existing configuration file for mod_MinecraftForge : mod_MinecraftForge.cfg

2012-06-26 14:45:05 [FINEST] Configuration for mod_MinecraftForge.DISABLE_DARK_ROOMS found values default: false, configured: false, interpreted: false

2012-06-26 14:45:05 [FINEST] Configuration for mod_MinecraftForge.SPAWNER_ALLOW_ON_INVERTED found values default: true, configured: true, interpreted: true

2012-06-26 14:45:05 [FINEST] Configuration for mod_MinecraftForge.SPAWNER_MAKE_MORE_RANDOM found values default: false, configured: false, interpreted: false

2012-06-26 14:45:05 [FINE] Configuration for mod_MinecraftForge written to mod_MinecraftForge.cfg

2012-06-26 14:45:05 [FINER] Pre-initializing /Users/AlexGustafsson/Library/Application Support/minecraft/bin/minecraft.jar

2012-06-26 14:45:05 [FINE] No MLProp configuration for mod_ModLoaderMp found or required. No file written

2012-06-26 14:45:05 [FINE] Mod pre-initialization complete

2012-06-26 14:45:05 [FINE] Verifying mod dependencies are satisfied

2012-06-26 14:45:05 [FINE] All dependencies are satisfied

2012-06-26 14:45:05 [FINE] Sorting mods into an ordered list

2012-06-26 14:45:05 [FINE] Sorted mod list:

2012-06-26 14:45:05 [FINE] mod_MinecraftForge: minecraft.jar ()

2012-06-26 14:45:05 [FINE] mod_ModLoaderMp: minecraft.jar ()

2012-06-26 14:45:06 [FINE] Beginning mod initialization

2012-06-26 14:45:06 [FINER] Initializing mod_MinecraftForge

2012-06-26 14:45:06 [iNFO] MinecraftForge v3.3.8.152 Initialized

2012-06-26 14:45:06 [FINER] Initializing mod_ModLoaderMp

2012-06-26 14:45:06 [FINE] Mod initialization complete

2012-06-26 14:45:06 [FINE] Beginning mod post-initialization

2012-06-26 14:45:06 [FINER] Post-initializing mod_MinecraftForge

2012-06-26 14:45:06 [FINER] Post-initializing mod_ModLoaderMp

2012-06-26 14:45:06 [FINE] ModLoaderMP 1.0.0 Initialized

2012-06-26 14:45:06 [FINE] Mod post-initialization complete

2012-06-26 14:45:06 [iNFO] Forge Mod Loader load complete, 2 mods loaded

 

 

Order of installation:

1. ModLoader

2. ModLoader MP

3. Minecraft Forge

 

(Also tested)

1. ModLoader

2. Minecraft Forge

 

Side notes:

 

I have tested numerous builds of Minecraft Forge.

 

On a clean install the crash won't happen, just like on a ModLoader install.

Minecraft will not crash when I install Modloader MP either.

It's after the Minecraft Forge install that Minecraft will crash when altering the sound volume in the options tab.

 

 

Link to comment
Share on other sites

-.-

You STILL fail to fucking get a stack trace, when i linked you to the damn tutorial on how to get one.

And why the hell are you installing ModLoader or ModLoaderMP you shouldn't use any of those.

If you crash, you ALWAYS get a stack dump.

We CANT help you without it.

If you post again without that dump, I'm going to ban you.

 

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Hello, Lex!

 

Posting here because I have an identical issue. Running OSX, latest version of Mac Java.

 

This occurs on a clean installation of Forge with NO mods installed. Forge version is the recommended build here, version 3.3.8.152: (http://minecraftforge.net/forum/index.php/topic,5.0.html)

I am installing Forge, and only Forge into a clean, freshly downloaded vanilla minecraft.jar, deleting META-INF.

 

The client seems to launch fine and mods seem to play, but the ingame "Options" menu reports the sound to be "OFF" and any attempt to change the slider results in the aforementioned crash.

 

Forgemodloader-0.log:

 

 

2012-06-26 17:07:46 [iNFO] Forge Mod Loader version 2.2.78.153 for Minecraft 1.2.5 loading

2012-06-26 17:07:46 [FINE] Attempting to load mods contained in the minecraft jar file and associated classes

2012-06-26 17:07:46 [FINE] Found a minecraft related file at /**REDACTED**/minecraft/bin/lwjgl.jar, loading

2012-06-26 17:07:46 [FINE] Found a minecraft related file at /**REDACTED**/minecraft/bin/jinput.jar, loading

2012-06-26 17:07:46 [FINE] Found a minecraft related file at /**REDACTED**/minecraft/bin/lwjgl_util.jar, loading

2012-06-26 17:07:46 [FINE] Found a minecraft related file at /**REDACTED**/minecraft/bin/minecraft.jar, loading

2012-06-26 17:07:46 [FINE] Found a mod class mod_MinecraftForge in file minecraft.jar, attempting to load it

2012-06-26 17:07:46 [FINE] ModLoader BaseMod class mod_MinecraftForge found, loading

2012-06-26 17:07:46 [FINE] ModLoader BaseMod class mod_MinecraftForge loaded

2012-06-26 17:07:46 [FINE] Mod class mod_MinecraftForge loaded successfully

2012-06-26 17:07:46 [FINE] Minecraft jar mods loaded successfully

2012-06-26 17:07:46 [iNFO] Loading mods from /**REDACTED**/minecraft/mods

2012-06-26 17:07:46 [iNFO] Forge Mod Loader has loaded 1 mods

2012-06-26 17:07:46 [FINE] Beginning mod pre-initialization

2012-06-26 17:07:46 [FINER] Pre-initializing /**REDACTED**/minecraft/bin/minecraft.jar

2012-06-26 17:07:46 [FINE] Reading existing configuration file for mod_MinecraftForge : mod_MinecraftForge.cfg

2012-06-26 17:07:46 [FINEST] Configuration for mod_MinecraftForge.DISABLE_DARK_ROOMS found values default: false, configured: false, interpreted: false

2012-06-26 17:07:46 [FINEST] Configuration for mod_MinecraftForge.SPAWNER_ALLOW_ON_INVERTED found values default: true, configured: true, interpreted: true

2012-06-26 17:07:46 [FINEST] Configuration for mod_MinecraftForge.SPAWNER_MAKE_MORE_RANDOM found values default: false, configured: false, interpreted: false

2012-06-26 17:07:46 [FINE] Configuration for mod_MinecraftForge written to mod_MinecraftForge.cfg

2012-06-26 17:07:46 [FINE] Mod pre-initialization complete

2012-06-26 17:07:46 [FINE] Verifying mod dependencies are satisfied

2012-06-26 17:07:46 [FINE] All dependencies are satisfied

2012-06-26 17:07:46 [FINE] Sorting mods into an ordered list

2012-06-26 17:07:46 [FINE] Sorted mod list:

2012-06-26 17:07:46 [FINE] mod_MinecraftForge: minecraft.jar ()

2012-06-26 17:07:46 [FINE] Beginning mod initialization

2012-06-26 17:07:46 [FINER] Initializing mod_MinecraftForge

2012-06-26 17:07:46 [iNFO] MinecraftForge v3.3.8.152 Initialized

2012-06-26 17:07:46 [FINE] Mod initialization complete

2012-06-26 17:07:46 [FINE] Beginning mod post-initialization

2012-06-26 17:07:46 [FINER] Post-initializing mod_MinecraftForge

2012-06-26 17:07:46 [FINE] Mod post-initialization complete

2012-06-26 17:07:46 [iNFO] Forge Mod Loader load complete, 1 mods loaded

2012-06-26 17:08:18 [sEVERE] A critical error has occurred.

java.lang.NoClassDefFoundError: paulscode/sound/SoundSystem

at sd.a(SoundManager.java:113)

at hu.a(SourceFile:177)

at ajz.c(SourceFile:47)

at vp.a(SourceFile:71)

at vp.f(SourceFile:122)

at vp.i(SourceFile:110)

at net.minecraft.client.Minecraft.k(Minecraft.java:1567)

at net.minecraft.client.Minecraft.x(Minecraft.java:822)

at net.minecraft.client.Minecraft.run(Minecraft.java:750)

at java.lang.Thread.run(Thread.java:680)

Caused by: java.lang.ClassNotFoundException: paulscode.sound.SoundSystem

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

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

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

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

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

... 10 more

2012-06-26 17:08:18 [sEVERE] 1 mod loaded

Minecraft Forge 3.3.8.152

FML v2.2.78.153

Forge Mod Loader version 2.2.78.153 for Minecraft 1.2.5

mod_MinecraftForge : Available (minecraft.jar)

 

 

 

 

 

Stack trace, reported by Console:

 

 

6/26/12 5:07:46 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] 27 achievements

6/26/12 5:07:46 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] 182 recipes

6/26/12 5:07:46 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] LWJGL Version: 2.4.2

6/26/12 5:07:46 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] Jun 26, 2012 5:07:46 PM cpw.mods.fml.common.FMLCommonHandler beginLoading

6/26/12 5:07:46 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] INFO: Attempting early MinecraftForge initialization

6/26/12 5:07:46 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] Jun 26, 2012 5:07:46 PM cpw.mods.fml.common.FMLCommonHandler beginLoading

6/26/12 5:07:46 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] INFO: Completed early MinecraftForge initialization

6/26/12 5:07:46 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] 2012-06-26 17:07:46 [iNFO] Forge Mod Loader version 2.2.78.153 for Minecraft 1.2.5 loading

6/26/12 5:07:46 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] 2012-06-26 17:07:46 [iNFO] Loading mods from /**REDACTED**/minecraft/mods

6/26/12 5:07:46 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] 2012-06-26 17:07:46 [iNFO] Forge Mod Loader has loaded 1 mods

6/26/12 5:07:46 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] Loading: net.java.games.input.OSXEnvironmentPlugin

6/26/12 5:07:46 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] MinecraftForge v3.3.8.152 Initialized

6/26/12 5:07:46 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] 2012-06-26 17:07:46 [iNFO] MinecraftForge v3.3.8.152 Initialized

6/26/12 5:07:46 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] 2012-06-26 17:07:46 [iNFO] Forge Mod Loader load complete, 1 mods loaded

6/26/12 5:08:07 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] java.lang.NoClassDefFoundError: paulscode/sound/libraries/LibraryLWJGLOpenAL

6/26/12 5:08:07 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at sd.d(SoundManager.java:79)

6/26/12 5:08:07 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at sd.a(SoundManager.java:106)

6/26/12 5:08:07 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at hu.a(SourceFile:177)

6/26/12 5:08:07 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at ajz.c(SourceFile:47)

6/26/12 5:08:07 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at vp.a(SourceFile:71)

6/26/12 5:08:07 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at vp.f(SourceFile:122)

6/26/12 5:08:07 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at vp.i(SourceFile:110)

6/26/12 5:08:07 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at net.minecraft.client.Minecraft.k(Minecraft.java:1567)

6/26/12 5:08:07 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at net.minecraft.client.Minecraft.x(Minecraft.java:822)

6/26/12 5:08:07 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at net.minecraft.client.Minecraft.run(Minecraft.java:750)

6/26/12 5:08:07 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at java.lang.Thread.run(Thread.java:680)

6/26/12 5:08:07 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] Caused by: java.lang.ClassNotFoundException: paulscode.sound.libraries.LibraryLWJGLOpenAL

6/26/12 5:08:07 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)

6/26/12 5:08:07 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at java.security.AccessController.doPrivileged(Native Method)

6/26/12 5:08:07 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

6/26/12 5:08:07 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

6/26/12 5:08:07 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

6/26/12 5:08:07 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] ... 11 more

6/26/12 5:08:07 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] error linking with the LibraryJavaSound plug-in

6/26/12 5:08:08 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] java.lang.NoClassDefFoundError: paulscode/sound/SoundSystem

6/26/12 5:08:08 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at sd.a(SoundManager.java:113)

6/26/12 5:08:08 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at hu.a(SourceFile:177)

6/26/12 5:08:08 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at ajz.c(SourceFile:47)

6/26/12 5:08:08 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at vp.a(SourceFile:71)

6/26/12 5:08:08 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at vp.f(SourceFile:122)

6/26/12 5:08:08 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at vp.i(SourceFile:110)

6/26/12 5:08:08 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at net.minecraft.client.Minecraft.k(Minecraft.java:1567)

6/26/12 5:08:08 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at net.minecraft.client.Minecraft.x(Minecraft.java:822)

6/26/12 5:08:08 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at net.minecraft.client.Minecraft.run(Minecraft.java:750)

6/26/12 5:08:08 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at java.lang.Thread.run(Thread.java:680)

6/26/12 5:08:08 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] Caused by: java.lang.ClassNotFoundException: paulscode.sound.SoundSystem

6/26/12 5:08:08 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)

6/26/12 5:08:08 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at java.security.AccessController.doPrivileged(Native Method)

6/26/12 5:08:08 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

6/26/12 5:08:08 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

6/26/12 5:08:08 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

6/26/12 5:08:08 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] ... 10 more

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] 2012-06-26 17:08:18 [sEVERE] A critical error has occurred.

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] java.lang.NoClassDefFoundError: paulscode/sound/SoundSystem

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at sd.a(SoundManager.java:113)

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at hu.a(SourceFile:177)

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at ajz.c(SourceFile:47)

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at vp.a(SourceFile:71)

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at vp.f(SourceFile:122)

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at vp.i(SourceFile:110)

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at net.minecraft.client.Minecraft.k(Minecraft.java:1567)

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at net.minecraft.client.Minecraft.x(Minecraft.java:822)

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at net.minecraft.client.Minecraft.run(Minecraft.java:750)

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at java.lang.Thread.run(Thread.java:680)

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] Caused by: java.lang.ClassNotFoundException: paulscode.sound.SoundSystem

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at java.security.AccessController.doPrivileged(Native Method)

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] ... 10 more

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] 2012-06-26 17:08:18 [sEVERE] 1 mod loaded

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] Minecraft Forge 3.3.8.152

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] FML v2.2.78.153

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] Forge Mod Loader version 2.2.78.153 for Minecraft 1.2.5

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] mod_MinecraftForge : Available (minecraft.jar)

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] Stopping!

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: paulscode/sound/SoundSystem

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at sd.b(SoundManager.java:129)

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at net.minecraft.client.Minecraft.d(Minecraft.java:712)

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at net.minecraft.client.Minecraft.run(Minecraft.java:778)

6/26/12 5:08:18 PM [0x0-0x3b03b].com.Mojang Specifications.Minecraft.Minecraft[314] at java.lang.Thread.run(Thread.java:680)

 

 

 

If you require any further information I am more than willing to assist. My suspicion, however, is that the version of the LWJGL that Minecraft ships with is out-of-date.

Link to comment
Share on other sites

As he never gave a stack trace you can not say that this is the same issue

However, this isse is a simple problem.

You fucked up installing forge.

Try again

Pro-tip MERGE the folders DONT overwrite.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Ahhh! Success! I knew I was probably doing something wrong! Thank you for your help.

 

It might behoove you to throw up a warning on the installation documentation for Mac users. They are not offered a "MERGE" option when it comes to moving files around, it's either REPLACE or DONT REPLACE. I am forced to manually navigate to each individual folder and add the files. This was also the "issue" with a past version of Forge, to my knowledge, wherein the Applet was not included in the release, and every Applehead was accidentally destroying their Applet causing Minecraft to hang on the "Updating" screen forever.

 

Not Forge's fault by far, but at least warning people about these potential problems would probably improve the signal-noise ratio on these forums significantly.

 

Thanks for your time, Lex

Link to comment
Share on other sites

That is a good idea.

 

I'd just like to make one more note, however. I'm not going to tell you how to operate, but I strongly believe that situations such as this have a great potential to bite Forge in the ass later on. If there are any hitches at all, regardless of whether Forge is at fault, people are going to make noise (as I did) or worse, turn to services such as MCPatcher or the growing number of ahem "Modpacks with installers", which will only create headaches down the road when (not if, when) these services fail. Letting the noobs know that there's a low-hanging branch for them to smack their head on will at the very least transfer the responsibility unto them when they run right into it despite your warnings.

 

Let me say this in conclusion: I love Forge. Forge is the best Minecraft API bar none, and the strides it has taken (most notably the recent appropriation of ModLoader and AudioMod functionality) only serve to increase my respect for it. I know Forge is doing its best to improve the user-end experience - and those examples I just gave prove it! But please, remember those who don't have a complete understanding of what's going on under the hood.

Link to comment
Share on other sites

When is why you should make a video for the noobs.

I'm a brass person. I don't particularly like to coddle people.

Hence the rules of stacktraces or bans.

I am also not good at writing or making anything 'noob proof', which is where the community needs to come in.

So, make the vid, so I can point people to it to smack there heads on as you say.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Write a video tutorial for mac users, I dont have a mac so I dont particularly care about them.

As the install is straight forward.

 

 

I wasn't sure where to put this as the tutorial pages don't seem to be about installation. I hope if this finds its way to the proper location it can get the people off your back about Mac installations.  :)

 

 

Its a tutorial For Macs.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.