This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Cloudy's profile picture

[MC 1.2.5] ccSpeaker 1.0

Started by Cloudy, 04 May 2012 - 10:33 AM
Cloudy #1
Posted 04 May 2012 - 12:33 PM
Introduction
ccSpeaker is a mod which allows you to play sounds from the MineCraft world using a computer. It supports different sound speeds, from 0.5 (half) to 2.0 (double speed).

Crafting
Simply put a note block and an Iron Ingot together in the crafting window in whatever order you choose (it is a shapeless recipe). Example:



Configuration
The config file supports two options (defaults shown below).


blockID=185
recipeEnabled=1

blockID is the block ID (duh!) and recipeEnabled is whether the crafting recipe is enabled. It may be useful on servers to disable the crafting, if you want only OPs to use it. As usual, the config will be in configsmod_ccSpeaker.cfg.

Download and Install
Client download: ccSpeaker-Client-1.0.zip
Server download: ccSpeaker-Server-1.0.zip

Forge version at least 100 is recommended on the server so that the config feature works. Please extract the ccSpeaker folder out of the zip file and place it in your mods folder.

Changelog
v1.0 - First public release.

Upcoming features (maybe)
Custom sound support
Square wave generation

Getting started
The usage of the peripheral is simple. Upon being placed next to a computer, the speaker will create a new API called "speaker". Once the API is loaded (either by os.loadAPI("/rom/apis/speaker") or on bootup, you can use the command as follows:

speaker.playSound("random.fuse")
This will play the familiar "Oh #@$£ a creeper is about to blow up" sound.

You can also call playSound with an optional pitch argument, as follows:

speaker.playSound("mob.cow", 2)
This will play a high pitched cow sound. The full list of sounds is in your .minecraftresources in the sound and newsound folders. If the sound was in the "mob" folder in "newsound", and it was called "chicken" which a number on the end, ignore the number and just do:

speaker.playSound("mob.chicken")
This will play a random chicken sound.

Conclusion
I hope you enjoy this mod that I put together in a couple of days :)/>/> If you have any feature suggestions or problems, feel free to let me know and I will do my best to try and fix it.
Holofire #2
Posted 04 May 2012 - 05:31 PM
This is awesome!
cant_delete_account #3
Posted 04 May 2012 - 07:41 PM
Totally awesome!! Now to start work on my text to speech mod…
Sounds + Speech = Awesome
LazerRay #4
Posted 05 May 2012 - 08:13 PM
I installed the mod exactly how you have it written, but when I try to use one of your example commands I get "No such program"
Cloudy #5
Posted 05 May 2012 - 08:59 PM
They are Lua commands to be used in a program :-) type "lua" then enter the functions.
LazerRay #6
Posted 05 May 2012 - 09:48 PM
Thanks, it works now.

A possible suggestion, have the API look in other folders besides just Sound and Newsound, three other folders also contain sounds you could use, Music, New music, and Mod. This way you have access to more sounds, including ones various mods put in, even the ability to add custom sounds to one of the five folders.
coolblockj #7
Posted 07 May 2012 - 02:40 AM
So does this not support other sounds being put into the NewSound folder? Because i've been trying and can't seem to get it to accept it.
LazerRay #8
Posted 07 May 2012 - 04:17 AM
I checked another thread were this add-on was mentioned, he is working on being able to have it play custom sounds.
Cloudy #9
Posted 07 May 2012 - 04:03 PM
Thanks, it works now.

A possible suggestion, have the API look in other folders besides just Sound and Newsound, three other folders also contain sounds you could use, Music, New music, and Mod. This way you have access to more sounds, including ones various mods put in, even the ability to add custom sounds to one of the five folders.

I use the Minecraft sound effect playing functions - playing music would be a separate function. I will add that in though :)/>/>


So does this not support other sounds being put into the NewSound folder? Because i've been trying and can't seem to get it to accept it.

No custom sound support as of yet - but I'll work on a way to get them working. Most likely you'll add the sounds to a folder inside the mod folder - and obviously every client that is to play the sound will have to do the same in an SMP environment.
FuzzyPurp #10
Posted 14 May 2012 - 05:57 AM
Nice work Cloudy :P/>/>
kamnxt #11
Posted 14 May 2012 - 05:54 PM
Maybe you could make it download sounds from the server? The server stores all the sounds and the client downloads them when connecting, so every client would be able to play them.
Kane Hart #12
Posted 31 May 2012 - 05:39 AM
Cloudy this is a pretty kick ass mod. I hope to see this on Bukkit soon. Custom sounds is something were looking forward too. Maybe some how stream sound/music.
ags131 #13
Posted 31 May 2012 - 10:36 PM
Hey cloudy, I've responded on my SuperNoteBlock thread, In short, you can merge the code into yours If you want :)/>/> Super Noteblock is actually very simple, I am surprised it hasn't been done before.
blipman17 #14
Posted 25 June 2012 - 12:13 PM
are you also going to make a record block?
i don't see any use for it, but i think someone can make something of it
FuzzyPurp #15
Posted 16 August 2012 - 12:36 PM
When do we get new features? :(/>/>
Cloudy #16
Posted 16 August 2012 - 02:01 PM
I'll try and add new ones once I port to 1.3.1 :(/>/>
FuzzyPurp #17
Posted 18 August 2012 - 01:09 AM
I made Sphax support for this addon

ETHANATOR360 #18
Posted 19 August 2012 - 12:50 AM
what went wrong? i also removed it from the mods folder but it still crashes
Spoiler

42 mods loaded
Optifine OptiFine_1.2.5_HD_C6
Minecraft Forge 3.4.9.171
FML v2.2.106.176
Forge Mod Loader version 2.2.106.176 for Minecraft 1.2.5
mod_MinecraftForge : Loaded (minecraft.jar)
mod_NotEnoughItems : Loaded (minecraft.jar)
mod_BuildCraftCore : Loaded (buildcraft-client-A-core-3.1.5.zip)
mod_BuildCraftBuilders : Loaded (buildcraft-client-B-builders-3.1.5.zip)
mod_BuildCraftEnergy : Loaded (buildcraft-client-B-energy-3.1.5.zip)
mod_BuildCraftFactory : Loaded (buildcraft-client-B-factory-3.1.5.zip)
mod_BuildCraftTransport : Loaded (buildcraft-client-B-transport-3.1.5.zip)
mod_BuildCraftSilicon : Loaded (buildcraft-client-C-silicon-3.1.5.zip)
mod_ccSpeaker : Loaded (ccSpeaker)
mod_CodeChickenCore : Loaded (CodeChickenCore-Client 0.5.5.zip)
mod_CCTurtle : Loaded (ComputerCraft1.41.zip)
mod_ComputerCraft : Loaded (ComputerCraft1.41.zip)
mod_Forestry : Loaded (forestry-client-A-1.4.8.6.jar)
mod_IC2NuclearControl : Loaded (IC2NuclearControl_client_v1.1.10b.zip)
mod_ICBM : Loaded (ICBM_v0.4.1c.zip)
mod_ImmibisCore : Loaded (immibis-core_49.2.0_for_1.2.5-client.jar)
mod_IC2 : Loaded (industrialcraft-2-client_1.95b.jar)
mod_ModularForceFieldSystem : Loaded (mffs_rev7_for_1.2.5-client.zip)
mod_CompactSolars : Loaded (mod_compactsolars-client-2.3.2.10.zip)
mod_PortalGun : Loaded (portalgun)
mod_PCcore : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCdeco : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PClogic : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCmachines : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCmobile : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCtransport : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_Railcraft : Loaded (Railcraft_Client_5.4.7b.zip)
mod_RedPowerControl : Loaded (RedPowerControl-2.0pr5b2.zip)
mod_RedPowerCore : Loaded (RedPowerCore-2.0pr5b2.zip)
mod_RedPowerLighting : Loaded (RedPowerLighting-2.0pr5b2.zip)
mod_RedPowerLogic : Loaded (RedPowerLogic-2.0pr5b2.zip)
mod_RedPowerMachine : Loaded (RedPowerMachine-2.0pr5b2.zip)
mod_RedPowerWiring : Loaded (RedPowerWiring-2.0pr5b2.zip)
mod_RedPowerWorld : Loaded (RedPowerWorld-2.0pr5b2.zip)
mod_stevescarts : Loaded (Steves Carts 1.5.1.zip)
mod_ThermalExpansionCore : Loaded (ThermalExpansion-client-1.0.4.3.zip)
mod_ThermalExpansionFactory : Loaded (ThermalExpansion-client-1.0.4.3.zip)
mod_BasicComponents : Loaded (UniversalElectricity_v0.4.7c.zip)
mod_UniversalElectricity : Loaded (UniversalElectricity_v0.4.7c.zip)
mod_WirelessRedstoneAddons : Loaded (WR-CBE Addons-Client 1.2.2.3.zip)
mod_WirelessRedstoneCore : Loaded (WR-CBE Core-Client 1.2.2.3.zip)
mod_WirelessRedstoneRedPower : Loaded (WR-CBE RedPower-Client 1.2.2.1.zip)

	  Minecraft has crashed!	
	  ----------------------	
Minecraft has stopped running because it encountered a problem.


--- BEGIN ERROR REPORT 12432ab7 --------
Generated 8/18/12 6:48 PM
Minecraft: Minecraft 1.2.5
OS: Windows 7 (amd64) version 6.1
Java: 1.7.0_05, Oracle Corporation
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: Radeon HD 6800 Series version 4.0.10243 Compatibility Profile Context, ATI Technologies Inc.
java.lang.NullPointerException
at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:356)
at cpw.mods.fml.common.Loader.modInit(Loader.java:273)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:628)
at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:223)
at net.minecraft.client.Minecraft.a(Minecraft.java:429)
at net.minecraft.client.Minecraft.run(Minecraft.java:738)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 123410a7 ----------

FuzzyPurp #19
Posted 19 August 2012 - 07:06 AM
what went wrong? i also removed it from the mods folder but it still crashes
Spoiler

42 mods loaded
Optifine OptiFine_1.2.5_HD_C6
Minecraft Forge 3.4.9.171
FML v2.2.106.176
Forge Mod Loader version 2.2.106.176 for Minecraft 1.2.5
mod_MinecraftForge : Loaded (minecraft.jar)
mod_NotEnoughItems : Loaded (minecraft.jar)
mod_BuildCraftCore : Loaded (buildcraft-client-A-core-3.1.5.zip)
mod_BuildCraftBuilders : Loaded (buildcraft-client-B-builders-3.1.5.zip)
mod_BuildCraftEnergy : Loaded (buildcraft-client-B-energy-3.1.5.zip)
mod_BuildCraftFactory : Loaded (buildcraft-client-B-factory-3.1.5.zip)
mod_BuildCraftTransport : Loaded (buildcraft-client-B-transport-3.1.5.zip)
mod_BuildCraftSilicon : Loaded (buildcraft-client-C-silicon-3.1.5.zip)
mod_ccSpeaker : Loaded (ccSpeaker)
mod_CodeChickenCore : Loaded (CodeChickenCore-Client 0.5.5.zip)
mod_CCTurtle : Loaded (ComputerCraft1.41.zip)
mod_ComputerCraft : Loaded (ComputerCraft1.41.zip)
mod_Forestry : Loaded (forestry-client-A-1.4.8.6.jar)
mod_IC2NuclearControl : Loaded (IC2NuclearControl_client_v1.1.10b.zip)
mod_ICBM : Loaded (ICBM_v0.4.1c.zip)
mod_ImmibisCore : Loaded (immibis-core_49.2.0_for_1.2.5-client.jar)
mod_IC2 : Loaded (industrialcraft-2-client_1.95b.jar)
mod_ModularForceFieldSystem : Loaded (mffs_rev7_for_1.2.5-client.zip)
mod_CompactSolars : Loaded (mod_compactsolars-client-2.3.2.10.zip)
mod_PortalGun : Loaded (portalgun)
mod_PCcore : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCdeco : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PClogic : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCmachines : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCmobile : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCtransport : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_Railcraft : Loaded (Railcraft_Client_5.4.7b.zip)
mod_RedPowerControl : Loaded (RedPowerControl-2.0pr5b2.zip)
mod_RedPowerCore : Loaded (RedPowerCore-2.0pr5b2.zip)
mod_RedPowerLighting : Loaded (RedPowerLighting-2.0pr5b2.zip)
mod_RedPowerLogic : Loaded (RedPowerLogic-2.0pr5b2.zip)
mod_RedPowerMachine : Loaded (RedPowerMachine-2.0pr5b2.zip)
mod_RedPowerWiring : Loaded (RedPowerWiring-2.0pr5b2.zip)
mod_RedPowerWorld : Loaded (RedPowerWorld-2.0pr5b2.zip)
mod_stevescarts : Loaded (Steves Carts 1.5.1.zip)
mod_ThermalExpansionCore : Loaded (ThermalExpansion-client-1.0.4.3.zip)
mod_ThermalExpansionFactory : Loaded (ThermalExpansion-client-1.0.4.3.zip)
mod_BasicComponents : Loaded (UniversalElectricity_v0.4.7c.zip)
mod_UniversalElectricity : Loaded (UniversalElectricity_v0.4.7c.zip)
mod_WirelessRedstoneAddons : Loaded (WR-CBE Addons-Client 1.2.2.3.zip)
mod_WirelessRedstoneCore : Loaded (WR-CBE Core-Client 1.2.2.3.zip)
mod_WirelessRedstoneRedPower : Loaded (WR-CBE RedPower-Client 1.2.2.1.zip)

	  Minecraft has crashed!	
	  ----------------------	
Minecraft has stopped running because it encountered a problem.


--- BEGIN ERROR REPORT 12432ab7 --------
Generated 8/18/12 6:48 PM
Minecraft: Minecraft 1.2.5
OS: Windows 7 (amd64) version 6.1
Java: 1.7.0_05, Oracle Corporation
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: Radeon HD 6800 Series version 4.0.10243 Compatibility Profile Context, ATI Technologies Inc.
java.lang.NullPointerException
at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:356)
at cpw.mods.fml.common.Loader.modInit(Loader.java:273)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:628)
at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:223)
at net.minecraft.client.Minecraft.a(Minecraft.java:429)
at net.minecraft.client.Minecraft.run(Minecraft.java:738)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 123410a7 ----------


I have every mod you have plus a boatload more, including this. You've done something wrong. Post the FML log
ChrisCj #20
Posted 20 August 2012 - 01:08 PM
Totally awesome!! Now to start work on my text to speech mod…
Sounds + Speech = Awesome

Cool i'll Download this too! I hope there will be a german Voice.
Cloudy #21
Posted 20 August 2012 - 02:16 PM
what went wrong? i also removed it from the mods folder but it still crashes
Spoiler

42 mods loaded
Optifine OptiFine_1.2.5_HD_C6
Minecraft Forge 3.4.9.171
FML v2.2.106.176
Forge Mod Loader version 2.2.106.176 for Minecraft 1.2.5
mod_MinecraftForge : Loaded (minecraft.jar)
mod_NotEnoughItems : Loaded (minecraft.jar)
mod_BuildCraftCore : Loaded (buildcraft-client-A-core-3.1.5.zip)
mod_BuildCraftBuilders : Loaded (buildcraft-client-B-builders-3.1.5.zip)
mod_BuildCraftEnergy : Loaded (buildcraft-client-B-energy-3.1.5.zip)
mod_BuildCraftFactory : Loaded (buildcraft-client-B-factory-3.1.5.zip)
mod_BuildCraftTransport : Loaded (buildcraft-client-B-transport-3.1.5.zip)
mod_BuildCraftSilicon : Loaded (buildcraft-client-C-silicon-3.1.5.zip)
mod_ccSpeaker : Loaded (ccSpeaker)
mod_CodeChickenCore : Loaded (CodeChickenCore-Client 0.5.5.zip)
mod_CCTurtle : Loaded (ComputerCraft1.41.zip)
mod_ComputerCraft : Loaded (ComputerCraft1.41.zip)
mod_Forestry : Loaded (forestry-client-A-1.4.8.6.jar)
mod_IC2NuclearControl : Loaded (IC2NuclearControl_client_v1.1.10b.zip)
mod_ICBM : Loaded (ICBM_v0.4.1c.zip)
mod_ImmibisCore : Loaded (immibis-core_49.2.0_for_1.2.5-client.jar)
mod_IC2 : Loaded (industrialcraft-2-client_1.95b.jar)
mod_ModularForceFieldSystem : Loaded (mffs_rev7_for_1.2.5-client.zip)
mod_CompactSolars : Loaded (mod_compactsolars-client-2.3.2.10.zip)
mod_PortalGun : Loaded (portalgun)
mod_PCcore : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCdeco : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PClogic : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCmachines : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCmobile : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCtransport : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_Railcraft : Loaded (Railcraft_Client_5.4.7b.zip)
mod_RedPowerControl : Loaded (RedPowerControl-2.0pr5b2.zip)
mod_RedPowerCore : Loaded (RedPowerCore-2.0pr5b2.zip)
mod_RedPowerLighting : Loaded (RedPowerLighting-2.0pr5b2.zip)
mod_RedPowerLogic : Loaded (RedPowerLogic-2.0pr5b2.zip)
mod_RedPowerMachine : Loaded (RedPowerMachine-2.0pr5b2.zip)
mod_RedPowerWiring : Loaded (RedPowerWiring-2.0pr5b2.zip)
mod_RedPowerWorld : Loaded (RedPowerWorld-2.0pr5b2.zip)
mod_stevescarts : Loaded (Steves Carts 1.5.1.zip)
mod_ThermalExpansionCore : Loaded (ThermalExpansion-client-1.0.4.3.zip)
mod_ThermalExpansionFactory : Loaded (ThermalExpansion-client-1.0.4.3.zip)
mod_BasicComponents : Loaded (UniversalElectricity_v0.4.7c.zip)
mod_UniversalElectricity : Loaded (UniversalElectricity_v0.4.7c.zip)
mod_WirelessRedstoneAddons : Loaded (WR-CBE Addons-Client 1.2.2.3.zip)
mod_WirelessRedstoneCore : Loaded (WR-CBE Core-Client 1.2.2.3.zip)
mod_WirelessRedstoneRedPower : Loaded (WR-CBE RedPower-Client 1.2.2.1.zip)

	  Minecraft has crashed!	
	  ----------------------	
Minecraft has stopped running because it encountered a problem.


--- BEGIN ERROR REPORT 12432ab7 --------
Generated 8/18/12 6:48 PM
Minecraft: Minecraft 1.2.5
OS: Windows 7 (amd64) version 6.1
Java: 1.7.0_05, Oracle Corporation
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: Radeon HD 6800 Series version 4.0.10243 Compatibility Profile Context, ATI Technologies Inc.
java.lang.NullPointerException
at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:356)
at cpw.mods.fml.common.Loader.modInit(Loader.java:273)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:628)
at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:223)
at net.minecraft.client.Minecraft.a(Minecraft.java:429)
at net.minecraft.client.Minecraft.run(Minecraft.java:738)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 123410a7 ----------


ForgeModLoader0.log please
ETHANATOR360 #22
Posted 25 August 2012 - 04:15 AM
what went wrong? i also removed it from the mods folder but it still crashes
Spoiler

42 mods loaded
Optifine OptiFine_1.2.5_HD_C6
Minecraft Forge 3.4.9.171
FML v2.2.106.176
Forge Mod Loader version 2.2.106.176 for Minecraft 1.2.5
mod_MinecraftForge : Loaded (minecraft.jar)
mod_NotEnoughItems : Loaded (minecraft.jar)
mod_BuildCraftCore : Loaded (buildcraft-client-A-core-3.1.5.zip)
mod_BuildCraftBuilders : Loaded (buildcraft-client-B-builders-3.1.5.zip)
mod_BuildCraftEnergy : Loaded (buildcraft-client-B-energy-3.1.5.zip)
mod_BuildCraftFactory : Loaded (buildcraft-client-B-factory-3.1.5.zip)
mod_BuildCraftTransport : Loaded (buildcraft-client-B-transport-3.1.5.zip)
mod_BuildCraftSilicon : Loaded (buildcraft-client-C-silicon-3.1.5.zip)
mod_ccSpeaker : Loaded (ccSpeaker)
mod_CodeChickenCore : Loaded (CodeChickenCore-Client 0.5.5.zip)
mod_CCTurtle : Loaded (ComputerCraft1.41.zip)
mod_ComputerCraft : Loaded (ComputerCraft1.41.zip)
mod_Forestry : Loaded (forestry-client-A-1.4.8.6.jar)
mod_IC2NuclearControl : Loaded (IC2NuclearControl_client_v1.1.10b.zip)
mod_ICBM : Loaded (ICBM_v0.4.1c.zip)
mod_ImmibisCore : Loaded (immibis-core_49.2.0_for_1.2.5-client.jar)
mod_IC2 : Loaded (industrialcraft-2-client_1.95b.jar)
mod_ModularForceFieldSystem : Loaded (mffs_rev7_for_1.2.5-client.zip)
mod_CompactSolars : Loaded (mod_compactsolars-client-2.3.2.10.zip)
mod_PortalGun : Loaded (portalgun)
mod_PCcore : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCdeco : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PClogic : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCmachines : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCmobile : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCtransport : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_Railcraft : Loaded (Railcraft_Client_5.4.7b.zip)
mod_RedPowerControl : Loaded (RedPowerControl-2.0pr5b2.zip)
mod_RedPowerCore : Loaded (RedPowerCore-2.0pr5b2.zip)
mod_RedPowerLighting : Loaded (RedPowerLighting-2.0pr5b2.zip)
mod_RedPowerLogic : Loaded (RedPowerLogic-2.0pr5b2.zip)
mod_RedPowerMachine : Loaded (RedPowerMachine-2.0pr5b2.zip)
mod_RedPowerWiring : Loaded (RedPowerWiring-2.0pr5b2.zip)
mod_RedPowerWorld : Loaded (RedPowerWorld-2.0pr5b2.zip)
mod_stevescarts : Loaded (Steves Carts 1.5.1.zip)
mod_ThermalExpansionCore : Loaded (ThermalExpansion-client-1.0.4.3.zip)
mod_ThermalExpansionFactory : Loaded (ThermalExpansion-client-1.0.4.3.zip)
mod_BasicComponents : Loaded (UniversalElectricity_v0.4.7c.zip)
mod_UniversalElectricity : Loaded (UniversalElectricity_v0.4.7c.zip)
mod_WirelessRedstoneAddons : Loaded (WR-CBE Addons-Client 1.2.2.3.zip)
mod_WirelessRedstoneCore : Loaded (WR-CBE Core-Client 1.2.2.3.zip)
mod_WirelessRedstoneRedPower : Loaded (WR-CBE RedPower-Client 1.2.2.1.zip)

	  Minecraft has crashed!	
	  ----------------------	
Minecraft has stopped running because it encountered a problem.


--- BEGIN ERROR REPORT 12432ab7 --------
Generated 8/18/12 6:48 PM
Minecraft: Minecraft 1.2.5
OS: Windows 7 (amd64) version 6.1
Java: 1.7.0_05, Oracle Corporation
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: Radeon HD 6800 Series version 4.0.10243 Compatibility Profile Context, ATI Technologies Inc.
java.lang.NullPointerException
at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:356)
at cpw.mods.fml.common.Loader.modInit(Loader.java:273)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:628)
at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:223)
at net.minecraft.client.Minecraft.a(Minecraft.java:429)
at net.minecraft.client.Minecraft.run(Minecraft.java:738)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 123410a7 ----------


ForgeModLoader0.log please
will i have to run it through the command prompt if so how?
FuzzyPurp #23
Posted 25 August 2012 - 08:34 AM
Look in your .minecraft folder, after you crash - its there
ETHANATOR360 #24
Posted 25 August 2012 - 03:44 PM
ok thanks fuzzy, new error log:
Spoiler2012-08-18 19:22:16 [INFO] Forge Mod Loader version 2.2.106.176 for Minecraft c:1.2.5, s:1.2.5 loading
2012-08-18 19:22:16 [INFO] Forge Mod Loader has detected optifine OptiFine_1.2.5_HD_C6, enabling compatibility features
2012-08-18 19:22:16 [FINE] Attempting to load mods contained in the minecraft jar file and associated classes
2012-08-18 19:22:16 [FINE] Found a minecraft related file at C:UsersThe BoysAppDataRoaming.minecraftbinlwjgl.jar, loading
2012-08-18 19:22:16 [FINE] Found a minecraft related file at C:UsersThe BoysAppDataRoaming.minecraftbinjinput.jar, loading
2012-08-18 19:22:16 [FINE] Found a minecraft related file at C:UsersThe BoysAppDataRoaming.minecraftbinlwjgl_util.jar, loading
2012-08-18 19:22:16 [FINE] Found a minecraft related file at C:UsersThe BoysAppDataRoaming.minecraftbinminecraft.jar, loading
2012-08-18 19:22:16 [FINE] Found a mod class mod_MinecraftForge in file minecraft.jar, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_MinecraftForge found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_MinecraftForge loaded
2012-08-18 19:22:16 [FINE] Mod class mod_MinecraftForge loaded successfully
2012-08-18 19:22:16 [FINE] Found a mod class mod_NotEnoughItems in file minecraft.jar, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_NotEnoughItems found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_NotEnoughItems loaded
2012-08-18 19:22:16 [FINE] Mod class mod_NotEnoughItems loaded successfully
2012-08-18 19:22:16 [FINE] Minecraft jar mods loaded successfully
2012-08-18 19:22:16 [INFO] Loading mods from C:UsersThe BoysAppDataRoaming.minecraftmods
2012-08-18 19:22:16 [FINE] Found a zip or jar file buildcraft-client-A-core-3.1.5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_BuildCraftCore in file buildcraft-client-A-core-3.1.5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_BuildCraftCore found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_BuildCraftCore loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in buildcraft-client-A-core-3.1.5.zip for mod_BuildCraftCore
2012-08-18 19:22:16 [FINE] Mod class mod_BuildCraftCore loaded successfully
2012-08-18 19:22:16 [FINE] File buildcraft-client-A-core-3.1.5.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file buildcraft-client-B-builders-3.1.5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_BuildCraftBuilders in file buildcraft-client-B-builders-3.1.5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_BuildCraftBuilders found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_BuildCraftBuilders loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in buildcraft-client-B-builders-3.1.5.zip for mod_BuildCraftBuilders
2012-08-18 19:22:16 [FINE] Mod class mod_BuildCraftBuilders loaded successfully
2012-08-18 19:22:16 [FINE] File buildcraft-client-B-builders-3.1.5.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file buildcraft-client-B-energy-3.1.5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_BuildCraftEnergy in file buildcraft-client-B-energy-3.1.5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_BuildCraftEnergy found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_BuildCraftEnergy loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in buildcraft-client-B-energy-3.1.5.zip for mod_BuildCraftEnergy
2012-08-18 19:22:16 [FINE] Mod class mod_BuildCraftEnergy loaded successfully
2012-08-18 19:22:16 [FINE] File buildcraft-client-B-energy-3.1.5.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file buildcraft-client-B-factory-3.1.5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_BuildCraftFactory in file buildcraft-client-B-factory-3.1.5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_BuildCraftFactory found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_BuildCraftFactory loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in buildcraft-client-B-factory-3.1.5.zip for mod_BuildCraftFactory
2012-08-18 19:22:16 [FINE] Mod class mod_BuildCraftFactory loaded successfully
2012-08-18 19:22:16 [FINE] File buildcraft-client-B-factory-3.1.5.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file buildcraft-client-B-transport-3.1.5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_BuildCraftTransport in file buildcraft-client-B-transport-3.1.5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_BuildCraftTransport found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_BuildCraftTransport loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in buildcraft-client-B-transport-3.1.5.zip for mod_BuildCraftTransport
2012-08-18 19:22:16 [FINE] Mod class mod_BuildCraftTransport loaded successfully
2012-08-18 19:22:16 [FINE] File buildcraft-client-B-transport-3.1.5.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file buildcraft-client-C-silicon-3.1.5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_BuildCraftSilicon in file buildcraft-client-C-silicon-3.1.5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_BuildCraftSilicon found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_BuildCraftSilicon loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in buildcraft-client-C-silicon-3.1.5.zip for mod_BuildCraftSilicon
2012-08-18 19:22:16 [FINE] Mod class mod_BuildCraftSilicon loaded successfully
2012-08-18 19:22:16 [FINE] File buildcraft-client-C-silicon-3.1.5.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file CodeChickenCore-Client 0.5.5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class codechicken.core.mod_CodeChickenCore in file CodeChickenCore-Client 0.5.5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class codechicken.core.mod_CodeChickenCore found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class codechicken.core.mod_CodeChickenCore loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in CodeChickenCore-Client 0.5.5.zip for mod_CodeChickenCore
2012-08-18 19:22:16 [FINE] Mod class codechicken.core.mod_CodeChickenCore loaded successfully
2012-08-18 19:22:16 [FINE] File CodeChickenCore-Client 0.5.5.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file ComputerCraft1.41.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_CCTurtle in file ComputerCraft1.41.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_CCTurtle found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_CCTurtle loaded
2012-08-18 19:22:16 [FINE] Mod class mod_CCTurtle loaded successfully
2012-08-18 19:22:16 [FINE] Found a mod class mod_ComputerCraft in file ComputerCraft1.41.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_ComputerCraft found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_ComputerCraft loaded
2012-08-18 19:22:16 [FINE] Mod class mod_ComputerCraft loaded successfully
2012-08-18 19:22:16 [FINE] File ComputerCraft1.41.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file forestry-client-A-1.4.8.6.jar, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class forestry.mod_Forestry in file forestry-client-A-1.4.8.6.jar, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class forestry.mod_Forestry found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class forestry.mod_Forestry loaded
2012-08-18 19:22:16 [FINE] Mod class forestry.mod_Forestry loaded successfully
2012-08-18 19:22:16 [FINE] File forestry-client-A-1.4.8.6.jar loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file IC2NuclearControl_client_v1.1.10b.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_IC2NuclearControl in file IC2NuclearControl_client_v1.1.10b.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_IC2NuclearControl found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_IC2NuclearControl loaded
2012-08-18 19:22:16 [FINE] Mod class mod_IC2NuclearControl loaded successfully
2012-08-18 19:22:16 [FINE] Found a mod class ccSpeaker.mod_ccSpeaker in file IC2NuclearControl_client_v1.1.10b.zip, attempting to load it
2012-08-18 19:22:16 [WARNING] Failed to load mod class ccSpeaker/mod_ccSpeaker.class in C:UsersThe BoysAppDataRoaming.minecraftmodsIC2NuclearControl_client_v1.1.10b.zip
2012-08-18 19:22:16 [FINER] THROW
java.lang.NoClassDefFoundError: ccSpeaker/mod_ccSpeaker (wrong name: mod_ccSpeaker)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:504)
at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:572)
at cpw.mods.fml.common.Loader.load(Loader.java:429)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:616)
at cpw.mods.fml.client.FMLClientHandler.onPreLoad(FMLClientHandler.java:200)
at net.minecraft.client.Minecraft.a(Minecraft.java:386)
at net.minecraft.client.Minecraft.run(Minecraft.java:738)
at java.lang.Thread.run(Unknown Source)
2012-08-18 19:22:16 [SEVERE] Zip file IC2NuclearControl_client_v1.1.10b.zip failed to read properly
2012-08-18 19:22:16 [FINER] THROW
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: ccSpeaker/mod_ccSpeaker (wrong name: mod_ccSpeaker)
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:537)
at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:572)
at cpw.mods.fml.common.Loader.load(Loader.java:429)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:616)
at cpw.mods.fml.client.FMLClientHandler.onPreLoad(FMLClientHandler.java:200)
at net.minecraft.client.Minecraft.a(Minecraft.java:386)
at net.minecraft.client.Minecraft.run(Minecraft.java:738)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: ccSpeaker/mod_ccSpeaker (wrong name: mod_ccSpeaker)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:504)
… 7 more
2012-08-18 19:22:16 [FINE] File IC2NuclearControl_client_v1.1.10b.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file ICBM_v0.4.1c.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class icbm.mod_ICBM in file ICBM_v0.4.1c.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class icbm.mod_ICBM found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class icbm.mod_ICBM loaded
2012-08-18 19:22:16 [FINE] Mod class icbm.mod_ICBM loaded successfully
2012-08-18 19:22:16 [FINE] File ICBM_v0.4.1c.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file immibis-core_49.2.0_for_1.2.5-client.jar, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_ImmibisCore in file immibis-core_49.2.0_for_1.2.5-client.jar, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_ImmibisCore found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_ImmibisCore loaded
2012-08-18 19:22:16 [FINE] An error occured reading the info file for mod_ImmibisCore
tp: Failed to find a field called ["logoFile"] at ["logoFile"] while resolving ["logoFile"] in [{"authors":["immibis"],"credits":"Created by immibis","dependencies":[],"description":"Required for some other mods to load.","mcver":"1.2.5","modid":"mod_ImmibisCore","name":"Immibis Core","screenshots":[],"url":"http://www.minecraftforum.net/topic/1001131-110-immibiss-mods-smp/","version":"49.2.0"}].
at tp.a(SourceFile:23)
at fd.a(SourceFile:304)
at fd.a(SourceFile:129)
at cpw.mods.fml.client.FMLClientHandler.readMetadataFrom(FMLClientHandler.java:853)
at cpw.mods.fml.common.FMLCommonHandler.loadMetadataFor(FMLCommonHandler.java:566)
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:528)
at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:572)
at cpw.mods.fml.common.Loader.load(Loader.java:429)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:616)
at cpw.mods.fml.client.FMLClientHandler.onPreLoad(FMLClientHandler.java:200)
at net.minecraft.client.Minecraft.a(Minecraft.java:386)
at net.minecraft.client.Minecraft.run(Minecraft.java:738)
at java.lang.Thread.run(Unknown Source)
2012-08-18 19:22:16 [FINE] Mod class mod_ImmibisCore loaded successfully
2012-08-18 19:22:16 [FINE] File immibis-core_49.2.0_for_1.2.5-client.jar loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file industrialcraft-2-client_1.95b.jar, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_IC2 in file industrialcraft-2-client_1.95b.jar, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_IC2 found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_IC2 loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in industrialcraft-2-client_1.95b.jar for mod_IC2
2012-08-18 19:22:16 [FINE] Mod class mod_IC2 loaded successfully
2012-08-18 19:22:16 [FINE] File industrialcraft-2-client_1.95b.jar loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file mffs_rev7_for_1.2.5-client.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mffs.mod_ModularForceFieldSystem in file mffs_rev7_for_1.2.5-client.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mffs.mod_ModularForceFieldSystem found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mffs.mod_ModularForceFieldSystem loaded
2012-08-18 19:22:16 [FINE] An error occured reading the info file for mod_ModularForceFieldSystem
tp: Failed to find a field called ["logoFile"] at ["logoFile"] while resolving ["logoFile"] in [{"authors":["immibis"],"credits":"Originally by Thunderdark, updated by immibis","dependencies":["mod_ImmibisCore","mod_IC2"],"description":"Adds FORCEFIELDS!","mcver":"1.2.5","modid":"mod_ModularForceFieldSystem","name":"Modular ForceField Systems","screenshots":[],"url":"http://www.minecraftforum.net/topic/1001131-110-immibiss-mods-smp/","version":"rev7"}].
at tp.a(SourceFile:23)
at fd.a(SourceFile:304)
at fd.a(SourceFile:129)
at cpw.mods.fml.client.FMLClientHandler.readMetadataFrom(FMLClientHandler.java:853)
at cpw.mods.fml.common.FMLCommonHandler.loadMetadataFor(FMLCommonHandler.java:566)
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:528)
at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:572)
at cpw.mods.fml.common.Loader.load(Loader.java:429)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:616)
at cpw.mods.fml.client.FMLClientHandler.onPreLoad(FMLClientHandler.java:200)
at net.minecraft.client.Minecraft.a(Minecraft.java:386)
at net.minecraft.client.Minecraft.run(Minecraft.java:738)
at java.lang.Thread.run(Unknown Source)
2012-08-18 19:22:16 [FINE] Mod class mffs.mod_ModularForceFieldSystem loaded successfully
2012-08-18 19:22:16 [FINE] File mffs_rev7_for_1.2.5-client.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file mod_compactsolars-client-2.3.2.10.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_CompactSolars in file mod_compactsolars-client-2.3.2.10.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_CompactSolars found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_CompactSolars loaded
2012-08-18 19:22:16 [FINE] Mod class mod_CompactSolars loaded successfully
2012-08-18 19:22:16 [FINE] File mod_compactsolars-client-2.3.2.10.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file NEI_RedPowerPlugin 1.3.zip, attempting to load it
2012-08-18 19:22:16 [INFO] File NEI_RedPowerPlugin 1.3.zip contained no mods
2012-08-18 19:22:16 [FINE] Found a directory portalgun, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_PortalGun in directory portalgun, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_PortalGun found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_PortalGun loaded
2012-08-18 19:22:16 [FINE] Successfully loaded mod class mod_PortalGun.class
2012-08-18 19:22:16 [FINEST] Recursing into package portalgun
2012-08-18 19:22:16 [FINEST] Recursing into package portalgun.overlay
2012-08-18 19:22:16 [FINEST] Recursing into package resources
2012-08-18 19:22:16 [FINEST] Recursing into package resources.sound
2012-08-18 19:22:16 [FINEST] Recursing into package resources.sound.portalgun
2012-08-18 19:22:16 [FINEST] Recursing into package resources.sound.portalgun.heploop
2012-08-18 19:22:16 [FINEST] Recursing into package resources.sound.portalgun.radioloop
2012-08-18 19:22:16 [FINEST] Recursing into package resources.sound.portalgun.turret
2012-08-18 19:22:16 [FINEST] Recursing into package resources.streaming
2012-08-18 19:22:16 [FINEST] Recursing into package resources.streaming.portalgun
2012-08-18 19:22:16 [FINE] Directory portalgun loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file PowerCraft_v3-4-9_mc1-2-5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_PCcore in file PowerCraft_v3-4-9_mc1-2-5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_PCcore found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_PCcore loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in PowerCraft_v3-4-9_mc1-2-5.zip for mod_PCcore
2012-08-18 19:22:16 [FINE] Mod class mod_PCcore loaded successfully
2012-08-18 19:22:16 [FINE] Found a mod class mod_PCdeco in file PowerCraft_v3-4-9_mc1-2-5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_PCdeco found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_PCdeco loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in PowerCraft_v3-4-9_mc1-2-5.zip for mod_PCdeco
2012-08-18 19:22:16 [FINE] Mod class mod_PCdeco loaded successfully
2012-08-18 19:22:16 [FINE] Found a mod class mod_PClogic in file PowerCraft_v3-4-9_mc1-2-5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_PClogic found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_PClogic loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in PowerCraft_v3-4-9_mc1-2-5.zip for mod_PClogic
2012-08-18 19:22:16 [FINE] Mod class mod_PClogic loaded successfully
2012-08-18 19:22:16 [FINE] Found a mod class mod_PCmachines in file PowerCraft_v3-4-9_mc1-2-5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_PCmachines found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_PCmachines loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in PowerCraft_v3-4-9_mc1-2-5.zip for mod_PCmachines
2012-08-18 19:22:16 [FINE] Mod class mod_PCmachines loaded successfully
2012-08-18 19:22:16 [FINE] Found a mod class mod_PCmobile in file PowerCraft_v3-4-9_mc1-2-5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_PCmobile found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_PCmobile loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in PowerCraft_v3-4-9_mc1-2-5.zip for mod_PCmobile
2012-08-18 19:22:16 [FINE] Mod class mod_PCmobile loaded successfully
2012-08-18 19:22:16 [FINE] Found a mod class mod_PCtransport in file PowerCraft_v3-4-9_mc1-2-5.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_PCtransport found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_PCtransport loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in PowerCraft_v3-4-9_mc1-2-5.zip for mod_PCtransport
2012-08-18 19:22:16 [FINE] Mod class mod_PCtransport loaded successfully
2012-08-18 19:22:16 [FINE] File PowerCraft_v3-4-9_mc1-2-5.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file Railcraft_Client_5.4.7b.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_Railcraft in file Railcraft_Client_5.4.7b.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_Railcraft found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_Railcraft loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in Railcraft_Client_5.4.7b.zip for mod_Railcraft
2012-08-18 19:22:16 [FINE] Mod class mod_Railcraft loaded successfully
2012-08-18 19:22:16 [FINE] File Railcraft_Client_5.4.7b.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file RedPowerControl-2.0pr5b2.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_RedPowerControl in file RedPowerControl-2.0pr5b2.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_RedPowerControl found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_RedPowerControl loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in RedPowerControl-2.0pr5b2.zip for mod_RedPowerControl
2012-08-18 19:22:16 [FINE] Mod class mod_RedPowerControl loaded successfully
2012-08-18 19:22:16 [FINE] File RedPowerControl-2.0pr5b2.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file RedPowerCore-2.0pr5b2.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_RedPowerCore in file RedPowerCore-2.0pr5b2.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_RedPowerCore found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_RedPowerCore loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in RedPowerCore-2.0pr5b2.zip for mod_RedPowerCore
2012-08-18 19:22:16 [FINE] Mod class mod_RedPowerCore loaded successfully
2012-08-18 19:22:16 [FINE] File RedPowerCore-2.0pr5b2.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file RedPowerLighting-2.0pr5b2.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_RedPowerLighting in file RedPowerLighting-2.0pr5b2.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_RedPowerLighting found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_RedPowerLighting loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in RedPowerLighting-2.0pr5b2.zip for mod_RedPowerLighting
2012-08-18 19:22:16 [FINE] Mod class mod_RedPowerLighting loaded successfully
2012-08-18 19:22:16 [FINE] File RedPowerLighting-2.0pr5b2.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file RedPowerLogic-2.0pr5b2.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_RedPowerLogic in file RedPowerLogic-2.0pr5b2.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_RedPowerLogic found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_RedPowerLogic loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in RedPowerLogic-2.0pr5b2.zip for mod_RedPowerLogic
2012-08-18 19:22:16 [FINE] Mod class mod_RedPowerLogic loaded successfully
2012-08-18 19:22:16 [FINE] File RedPowerLogic-2.0pr5b2.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file RedPowerMachine-2.0pr5b2.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_RedPowerMachine in file RedPowerMachine-2.0pr5b2.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_RedPowerMachine found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_RedPowerMachine loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in RedPowerMachine-2.0pr5b2.zip for mod_RedPowerMachine
2012-08-18 19:22:16 [FINE] Mod class mod_RedPowerMachine loaded successfully
2012-08-18 19:22:16 [FINE] File RedPowerMachine-2.0pr5b2.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file RedPowerWiring-2.0pr5b2.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_RedPowerWiring in file RedPowerWiring-2.0pr5b2.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_RedPowerWiring found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_RedPowerWiring loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in RedPowerWiring-2.0pr5b2.zip for mod_RedPowerWiring
2012-08-18 19:22:16 [FINE] Mod class mod_RedPowerWiring loaded successfully
2012-08-18 19:22:16 [FINE] File RedPowerWiring-2.0pr5b2.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file RedPowerWorld-2.0pr5b2.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_RedPowerWorld in file RedPowerWorld-2.0pr5b2.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_RedPowerWorld found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_RedPowerWorld loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in RedPowerWorld-2.0pr5b2.zip for mod_RedPowerWorld
2012-08-18 19:22:16 [FINE] Mod class mod_RedPowerWorld loaded successfully
2012-08-18 19:22:16 [FINE] File RedPowerWorld-2.0pr5b2.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file Steves Carts 1.5.1.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_stevescarts in file Steves Carts 1.5.1.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_stevescarts found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_stevescarts loaded
2012-08-18 19:22:16 [FINE] Mod class mod_stevescarts loaded successfully
2012-08-18 19:22:16 [FINE] File Steves Carts 1.5.1.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file ThermalExpansion-client-1.0.4.3.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class cofh.thermalexpansion.mod_ThermalExpansionCore in file ThermalExpansion-client-1.0.4.3.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class cofh.thermalexpansion.mod_ThermalExpansionCore found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class cofh.thermalexpansion.mod_ThermalExpansionCore loaded
2012-08-18 19:22:16 [FINE] Mod class cofh.thermalexpansion.mod_ThermalExpansionCore loaded successfully
2012-08-18 19:22:16 [FINE] Found a mod class cofh.thermalexpansion.mod_ThermalExpansionFactory in file ThermalExpansion-client-1.0.4.3.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class cofh.thermalexpansion.mod_ThermalExpansionFactory found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class cofh.thermalexpansion.mod_ThermalExpansionFactory loaded
2012-08-18 19:22:16 [FINE] Mod class cofh.thermalexpansion.mod_ThermalExpansionFactory loaded successfully
2012-08-18 19:22:16 [FINE] File ThermalExpansion-client-1.0.4.3.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file UniversalElectricity_v0.4.7c.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class basiccomponents.mod_BasicComponents in file UniversalElectricity_v0.4.7c.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class basiccomponents.mod_BasicComponents found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class basiccomponents.mod_BasicComponents loaded
2012-08-18 19:22:16 [FINE] Unable to process JSON modinfo file for mod_BasicComponents
2012-08-18 19:22:16 [FINE] Mod class basiccomponents.mod_BasicComponents loaded successfully
2012-08-18 19:22:16 [FINE] Found a mod class universalelectricity.mod_UniversalElectricity in file UniversalElectricity_v0.4.7c.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class universalelectricity.mod_UniversalElectricity found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class universalelectricity.mod_UniversalElectricity loaded
2012-08-18 19:22:16 [FINE] Mod class universalelectricity.mod_UniversalElectricity loaded successfully
2012-08-18 19:22:16 [FINE] File UniversalElectricity_v0.4.7c.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file WR-CBE Addons-Client 1.2.2.3.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_WirelessRedstoneAddons in file WR-CBE Addons-Client 1.2.2.3.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_WirelessRedstoneAddons found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_WirelessRedstoneAddons loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in WR-CBE Addons-Client 1.2.2.3.zip for mod_WirelessRedstoneAddons
2012-08-18 19:22:16 [FINE] Mod class mod_WirelessRedstoneAddons loaded successfully
2012-08-18 19:22:16 [FINE] File WR-CBE Addons-Client 1.2.2.3.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file WR-CBE Core-Client 1.2.2.3.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_WirelessRedstoneCore in file WR-CBE Core-Client 1.2.2.3.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_WirelessRedstoneCore found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_WirelessRedstoneCore loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in WR-CBE Core-Client 1.2.2.3.zip for mod_WirelessRedstoneCore
2012-08-18 19:22:16 [FINE] Mod class mod_WirelessRedstoneCore loaded successfully
2012-08-18 19:22:16 [FINE] File WR-CBE Core-Client 1.2.2.3.zip loaded successfully
2012-08-18 19:22:16 [FINE] Found a zip or jar file WR-CBE RedPower-Client 1.2.2.1.zip, attempting to load it
2012-08-18 19:22:16 [FINE] Found a mod class mod_WirelessRedstoneRedPower in file WR-CBE RedPower-Client 1.2.2.1.zip, attempting to load it
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_WirelessRedstoneRedPower found, loading
2012-08-18 19:22:16 [FINE] ModLoader BaseMod class mod_WirelessRedstoneRedPower loaded
2012-08-18 19:22:16 [FINE] Failed to find mcmod.info file in WR-CBE RedPower-Client 1.2.2.1.zip for mod_WirelessRedstoneRedPower
2012-08-18 19:22:16 [FINE] Mod class mod_WirelessRedstoneRedPower loaded successfully
2012-08-18 19:22:16 [FINE] File WR-CBE RedPower-Client 1.2.2.1.zip loaded successfully
2012-08-18 19:22:16 [SEVERE] A problem has occured during mod loading. Likely a corrupt jar is located in your mods directory
2012-08-18 19:22:26 [SEVERE] A critical error has occurred.
cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: ccSpeaker/mod_ccSpeaker (wrong name: mod_ccSpeaker)
at cpw.mods.fml.common.Loader.load(Loader.java:446)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:616)
at cpw.mods.fml.client.FMLClientHandler.onPreLoad(FMLClientHandler.java:200)
at net.minecraft.client.Minecraft.a(Minecraft.java:386)
at net.minecraft.client.Minecraft.run(Minecraft.java:738)
at java.lang.Thread.run(Unknown Source)
Caused by: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: ccSpeaker/mod_ccSpeaker (wrong name: mod_ccSpeaker)
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:537)
at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:572)
at cpw.mods.fml.common.Loader.load(Loader.java:429)
… 5 more
Caused by: java.lang.NoClassDefFoundError: ccSpeaker/mod_ccSpeaker (wrong name: mod_ccSpeaker)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.Loader.loadModClass(Loader.java:504)
… 7 more
2012-08-18 19:22:26 [SEVERE] 41 mods loaded
Optifine OptiFine_1.2.5_HD_C6
Minecraft Forge 3.4.9.171
FML v2.2.106.176
Forge Mod Loader version 2.2.106.176 for Minecraft 1.2.5
mod_MinecraftForge : Loaded (minecraft.jar)
mod_NotEnoughItems : Loaded (minecraft.jar)
mod_BuildCraftCore : Loaded (buildcraft-client-A-core-3.1.5.zip)
mod_BuildCraftBuilders : Loaded (buildcraft-client-B-builders-3.1.5.zip)
mod_BuildCraftEnergy : Loaded (buildcraft-client-B-energy-3.1.5.zip)
mod_BuildCraftFactory : Loaded (buildcraft-client-B-factory-3.1.5.zip)
mod_BuildCraftTransport : Loaded (buildcraft-client-B-transport-3.1.5.zip)
mod_BuildCraftSilicon : Loaded (buildcraft-client-C-silicon-3.1.5.zip)
mod_CodeChickenCore : Loaded (CodeChickenCore-Client 0.5.5.zip)
mod_CCTurtle : Loaded (ComputerCraft1.41.zip)
mod_ComputerCraft : Loaded (ComputerCraft1.41.zip)
mod_Forestry : Loaded (forestry-client-A-1.4.8.6.jar)
mod_IC2NuclearControl : Loaded (IC2NuclearControl_client_v1.1.10b.zip)
mod_ICBM : Loaded (ICBM_v0.4.1c.zip)
mod_ImmibisCore : Loaded (immibis-core_49.2.0_for_1.2.5-client.jar)
mod_IC2 : Loaded (industrialcraft-2-client_1.95b.jar)
mod_ModularForceFieldSystem : Loaded (mffs_rev7_for_1.2.5-client.zip)
mod_CompactSolars : Loaded (mod_compactsolars-client-2.3.2.10.zip)
mod_PortalGun : Loaded (portalgun)
mod_PCcore : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCdeco : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PClogic : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCmachines : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCmobile : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCtransport : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_Railcraft : Loaded (Railcraft_Client_5.4.7b.zip)
mod_RedPowerControl : Loaded (RedPowerControl-2.0pr5b2.zip)
mod_RedPowerCore : Loaded (RedPowerCore-2.0pr5b2.zip)
mod_RedPowerLighting : Loaded (RedPowerLighting-2.0pr5b2.zip)
mod_RedPowerLogic : Loaded (RedPowerLogic-2.0pr5b2.zip)
mod_RedPowerMachine : Loaded (RedPowerMachine-2.0pr5b2.zip)
mod_RedPowerWiring : Loaded (RedPowerWiring-2.0pr5b2.zip)
mod_RedPowerWorld : Loaded (RedPowerWorld-2.0pr5b2.zip)
mod_stevescarts : Loaded (Steves Carts 1.5.1.zip)
mod_ThermalExpansionCore : Loaded (ThermalExpansion-client-1.0.4.3.zip)
mod_ThermalExpansionFactory : Loaded (ThermalExpansion-client-1.0.4.3.zip)
mod_BasicComponents : Loaded (UniversalElectricity_v0.4.7c.zip)
mod_UniversalElectricity : Loaded (UniversalElectricity_v0.4.7c.zip)
mod_WirelessRedstoneAddons : Loaded (WR-CBE Addons-Client 1.2.2.3.zip)
mod_WirelessRedstoneCore : Loaded (WR-CBE Core-Client 1.2.2.3.zip)
mod_WirelessRedstoneRedPower : Loaded (WR-CBE RedPower-Client 1.2.2.1.zip)
2012-08-18 19:22:26 [FINE] Beginning mod initialization
2012-08-18 19:22:26 [FINER] Initializing mod_MinecraftForge
2012-08-18 19:22:26 [SEVERE] A critical error has occurred.
java.lang.NullPointerException
at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:356)
at cpw.mods.fml.common.Loader.modInit(Loader.java:273)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:628)
at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:223)
at net.minecraft.client.Minecraft.a(Minecraft.java:429)
at net.minecraft.client.Minecraft.run(Minecraft.java:738)
at java.lang.Thread.run(Unknown Source)
2012-08-18 19:22:26 [SEVERE] 41 mods loaded
Optifine OptiFine_1.2.5_HD_C6
Minecraft Forge 3.4.9.171
FML v2.2.106.176
Forge Mod Loader version 2.2.106.176 for Minecraft 1.2.5
mod_MinecraftForge : Loaded (minecraft.jar)
mod_NotEnoughItems : Loaded (minecraft.jar)
mod_BuildCraftCore : Loaded (buildcraft-client-A-core-3.1.5.zip)
mod_BuildCraftBuilders : Loaded (buildcraft-client-B-builders-3.1.5.zip)
mod_BuildCraftEnergy : Loaded (buildcraft-client-B-energy-3.1.5.zip)
mod_BuildCraftFactory : Loaded (buildcraft-client-B-factory-3.1.5.zip)
mod_BuildCraftTransport : Loaded (buildcraft-client-B-transport-3.1.5.zip)
mod_BuildCraftSilicon : Loaded (buildcraft-client-C-silicon-3.1.5.zip)
mod_CodeChickenCore : Loaded (CodeChickenCore-Client 0.5.5.zip)
mod_CCTurtle : Loaded (ComputerCraft1.41.zip)
mod_ComputerCraft : Loaded (ComputerCraft1.41.zip)
mod_Forestry : Loaded (forestry-client-A-1.4.8.6.jar)
mod_IC2NuclearControl : Loaded (IC2NuclearControl_client_v1.1.10b.zip)
mod_ICBM : Loaded (ICBM_v0.4.1c.zip)
mod_ImmibisCore : Loaded (immibis-core_49.2.0_for_1.2.5-client.jar)
mod_IC2 : Loaded (industrialcraft-2-client_1.95b.jar)
mod_ModularForceFieldSystem : Loaded (mffs_rev7_for_1.2.5-client.zip)
mod_CompactSolars : Loaded (mod_compactsolars-client-2.3.2.10.zip)
mod_PortalGun : Loaded (portalgun)
mod_PCcore : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCdeco : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PClogic : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCmachines : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCmobile : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_PCtransport : Loaded (PowerCraft_v3-4-9_mc1-2-5.zip)
mod_Railcraft : Loaded (Railcraft_Client_5.4.7b.zip)
mod_RedPowerControl : Loaded (RedPowerControl-2.0pr5b2.zip)
mod_RedPowerCore : Loaded (RedPowerCore-2.0pr5b2.zip)
mod_RedPowerLighting : Loaded (RedPowerLighting-2.0pr5b2.zip)
mod_RedPowerLogic : Loaded (RedPowerLogic-2.0pr5b2.zip)
mod_RedPowerMachine : Loaded (RedPowerMachine-2.0pr5b2.zip)
mod_RedPowerWiring : Loaded (RedPowerWiring-2.0pr5b2.zip)
mod_RedPowerWorld : Loaded (RedPowerWorld-2.0pr5b2.zip)
mod_stevescarts : Loaded (Steves Carts 1.5.1.zip)
mod_ThermalExpansionCore : Loaded (ThermalExpansion-client-1.0.4.3.zip)
mod_ThermalExpansionFactory : Loaded (ThermalExpansion-client-1.0.4.3.zip)
mod_BasicComponents : Loaded (UniversalElectricity_v0.4.7c.zip)
mod_UniversalElectricity : Loaded (UniversalElectricity_v0.4.7c.zip)
mod_WirelessRedstoneAddons : Loaded (WR-CBE Addons-Client 1.2.2.3.zip)
mod_WirelessRedstoneCore : Loaded (WR-CBE Core-Client 1.2.2.3.zip)
mod_WirelessRedstoneRedPower : Loaded (WR-CBE RedPower-Client 1.2.2.1.zip)
i hope this is the right one
CypherAJ #25
Posted 17 September 2012 - 03:52 PM
there is a bukkit version on MCPC-wiki. http://mcportcentral.co.za/wiki/index.php?title=Ports_for_1.2.5#Plugins
How does one use it?
immibis #26
Posted 17 September 2012 - 10:28 PM
there is a bukkit version on MCPC-wiki. http://mcportcentral...r_1.2.5#Plugins
How does one use it?
Put it in your server's mods folder?
IceCream #27
Posted 17 September 2012 - 11:03 PM
Can i add this onto tekkit/.
absorr #28
Posted 19 September 2012 - 02:41 AM
Can you make it for Bukkit please? I don't mean to be one of those pushy guys, but I would love to see this ported to Bukkit. In fact, I could do it for you if you want (as a moder my self) but you would have to send me the source code and I don't think you would be comfortable with that.

EDIT: I did not realize this was already done because I did not see it on the main forum thread part
Ferdari #29
Posted 23 September 2012 - 09:37 PM
please update for 1.3.2 forge :P/>/>
Nolorwolf #30
Posted 22 January 2013 - 05:04 AM
Does tekkit have some sort of protection? Damn can't install even a simple mod like this into it (SMP ofc).
So what is the problem? This is 1.2.5, SMP compatible, I take Server file, unzip it, move "ccSpeaker" to mods folder, start server, wait for config to pop up to change ID, and….. nothing :)/> No config, long error that I will post if needed :)/>

I would really like that someone reveals to me why isn't it working xD

Anyway, great mod, not very useful without custom sounds, but good for some fun (and to actually have speakers! xD) Gj :)/>
immibis #31
Posted 22 January 2013 - 12:16 PM
Tekkit uses Bukkit so you need the nonexistent Bukkit version of the mod.
Ruffa-Duffa #32
Posted 28 January 2013 - 03:41 PM
Do you plan on updating this?
Rihlsul #33
Posted 07 May 2013 - 03:23 PM
I'll try and add new ones once I port to 1.3.1 :P/>/>

Hey Cloudy,

I'm working on a plan for a language learning world (in my MC1.4.7 | CC1.5 server). This involves having tons of structures and objects made in a creative world with vocab building signage. One thing I'm really missing is the ability to have the player hear the sound of the word. Is there any possibility you would consider updating this to support custom sounds? I know it was something you were interested in, but sometimes there has to be a 'good reason' for an update.
Parzivail #34
Posted 24 December 2013 - 12:16 PM
You can do this with command blocks now, can you not?

a speech engine would be cool though!
awsmazinggenius #35
Posted 24 December 2013 - 02:08 PM
Yes, you can. And when CC for 1.7 comes out, you will be able to add custom sounds to resource packs, without replacing existent ones, that you can play with the /playsound command. Also, this topic is 7 and a half months old, and you just bumped it.