At least it looks like your file helped others.
Thanks for the support.
Posts by dairy
-
-
Figured it out. Didn't have speakers hooked up. Wow, I feel dumb. It's always a little mistake.
-
That's what I'm wondering. I'm having the same issue.
-
7 Pro x32
Re-installed OpenAL. No change, as far as I can tell.
-
SMP Client starts fine with just the modded minecraft.jar (Which is currently being used on several Clients successfully), but as soon as I add the IC2 jar to the mods folder I crash on startup.
I've tried deleting my .minecraft folder and starting from scratch and rebuilding the minecraft.jar, both to no avail.
Modloader.txt
Code
Display MoreOct 7, 2011 11:10:22 AM ModLoader readFromModFolder FINER: Adding mods from C:\Users\tom\AppData\Roaming\.minecraft\mods\industrialcraft-2-client_1.15.jar Oct 7, 2011 11:10:22 AM ModLoader readFromModFolder FINER: Zip found. Oct 7, 2011 11:10:22 AM ModLoader addMod FINE: Failed to load mod from "mod_IC2.class" Oct 7, 2011 11:10:22 AM ModLoader addMod FINER: THROW java.lang.UnsatisfiedLinkError: org.lwjgl.openal.AL10.nalGenSources(ILjava/nio/IntBuffer;I)V at org.lwjgl.openal.AL10.nalGenSources(Native Method) at org.lwjgl.openal.AL10.alGenSources(AL10.java:664) at ic2.platform.AudioManager.testSourceCount(AudioManager.java:162) at ic2.platform.AudioManager.initialize(AudioManager.java:43) at mod_IC2.initialize(mod_IC2.java:220) at ic2.platform.Ic2.<init>(Ic2.java:44) at mod_IC2.<init>(mod_IC2.java:12) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at ModLoader.addMod(ModLoader.java:275) at ModLoader.readFromModFolder(ModLoader.java:1179) at ModLoader.init(ModLoader.java:824) at ModLoader.AddAllRenderers(ModLoader.java:186) at aam.<init>(aam.java:61) at aam.<clinit>(aam.java:10) at net.minecraft.client.Minecraft.a(SourceFile:259) at net.minecraft.client.Minecraft.run(SourceFile:629) at java.lang.Thread.run(Unknown Source) Oct 7, 2011 11:10:32 AM ModLoader readFromClassPath FINER: Adding mods from C:\Users\tom\AppData\Roaming\.minecraft\bin\minecraft.jar Oct 7, 2011 11:10:32 AM ModLoader readFromClassPath FINER: Zip found. Oct 7, 2011 11:10:32 AM ModLoader addMod FINE: Mod Loaded: "mod_BuildCraftCore 1.8.1.1" from mod_BuildCraftCore.class Oct 7, 2011 11:10:32 AM ModLoader addMod FINE: Mod Loaded: "mod_BuildCraftBuilders 1.8.1.1" from mod_BuildCraftBuilders.class Oct 7, 2011 11:10:32 AM ModLoader addMod FINE: Mod Loaded: "mod_BuildCraftFactory 1.8.1.1" from mod_BuildCraftFactory.class Oct 7, 2011 11:10:32 AM ModLoader addMod FINE: Mod Loaded: "mod_BuildCraftTransport 1.8.1.1" from mod_BuildCraftTransport.class Oct 7, 2011 11:10:32 AM ModLoader addMod FINE: Mod Loaded: "mod_InvTweaks 1.32 (1.8.1)" from mod_InvTweaks.class Oct 7, 2011 11:10:32 AM ModLoaderMp Log FINE: ModLoaderMP Beta 1.7.3 unofficial Initialized Oct 7, 2011 11:10:32 AM ModLoader addOverride FINER: addOverride(/gui/items.png,/net/minecraft/src/buildcraft/core/gui/wooden_gear.png,38). 117 left. Oct 7, 2011 11:10:32 AM ModLoader addOverride FINER: addOverride(/gui/items.png,/net/minecraft/src/buildcraft/core/gui/stone_gear.png,46). 116 left. Oct 7, 2011 11:10:32 AM ModLoader addOverride FINER: addOverride(/gui/items.png,/net/minecraft/src/buildcraft/core/gui/iron_gear.png,102). 115 left. Oct 7, 2011 11:10:32 AM ModLoader addOverride FINER: addOverride(/gui/items.png,/net/minecraft/src/buildcraft/core/gui/golden_gear.png,108). 114 left. Oct 7, 2011 11:10:32 AM ModLoader addOverride FINER: addOverride(/gui/items.png,/net/minecraft/src/buildcraft/core/gui/diamond_gear.png,118). 113 left. Oct 7, 2011 11:10:32 AM ModLoader addOverride FINER: addOverride(/gui/items.png,/net/minecraft/src/buildcraft/builders/gui/template.png,119). 112 left. Oct 7, 2011 11:10:32 AM ModLoader addOverride FINER: addOverride(/terrain.png,/net/minecraft/src/buildcraft/builders/gui/marker.png,30). 64 left. Oct 7, 2011 11:10:32 AM ModLoader AddAllRenderers FINE: Initialized
I would be quite thankful for any help with this.