[1.6.4] Material Energy^3 [JamPacked] [HQM] [CTM] [Beta]

  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord

parcel31u

New Member
Jul 29, 2019
660
1
0
There seems to be configuration differences between client and server:
Code:
diff -ruw xxx/config/AppliedEnergistics.cfg yyy/minecraft/config/AppliedEnergistics.cfg
--- xxx/config/AppliedEnergistics.cfg   2014-09-05 21:40:12.000000000 +0300
+++ yyy/minecraft/config/AppliedEnergistics.cfg 2014-10-01 20:42:52.000000000 +0300
@@ -240,7 +240,7 @@

     power {
         D:TunnelPowerLoss=500.0
-        D:spatialPowerMultiplier=0.1
+        D:spatialPowerMultiplier=0.01
         D:spatialPowerScaler=1.5
         D:tier1Power=0.5
         D:tier2Power=1.0
diff -ruw xxx/config/Chisel.cfg yyy/minecraft/config/Chisel.cfg
--- xxx/config/Chisel.cfg       2014-09-19 13:21:18.000000000 +0300
+++ yyy/minecraft/config/Chisel.cfg     2014-09-19 13:18:50.000000000 +0300
@@ -99,7 +99,7 @@
     I:"Worldgen marble amount"=8

     # Traversing concrete roads, players will acceleration to this velocity. For reference, normal running speed is about 0.28. Set to 0 to disable acceleration.
-    D:"concrete velocity"=0.85
+    D:"concrete velocity"=0.8

     # Disable connected textures
     B:"disable connected textures"=false

Also there is something weird with metallurgy's mint ID. In server and client zip files it is -1 but in FTB launcher installation I'm using it is 925. What are correct values for mint and spatialPowerMultiplier?
who knows lol
 

jikuja

legacy FTB Launcher developer
Launcher Developer
Global Moderator
Dec 17, 2013
1,134
111
99
After decompile and manual calculations:
Code:
minPower = reqX * reqY * reqZ * AppEngConfiguration.spatialPowerMultiplier;
minPowerWithError == minPower*10

maxPower = Math.pow(minPower, AppEngConfiguration.spatialPowerScaler);
maxPowerWithError = maxPower * Math.pow(10, AppEngConfiguration.spatialPowerScaler) = maxPower * 31.62

affective_effiency = Math.pow(effiency, 0.25D);
powerRequired = (affective_effiency * minPower + (1.0D - affective_effiency) * maxPower);

if (effiency == 0) powerRequired = maxPower * 31.62
if (effiency == 1) powerRequired = minPower * 10

Server config cause pylons to use 10x-31.62x more energy than SSP config.
 

parcel31u

New Member
Jul 29, 2019
660
1
0
After decompile and manual calculations:
Code:
minPower = reqX * reqY * reqZ * AppEngConfiguration.spatialPowerMultiplier;
minPowerWithError == minPower*10

maxPower = Math.pow(minPower, AppEngConfiguration.spatialPowerScaler);
maxPowerWithError = maxPower * Math.pow(10, AppEngConfiguration.spatialPowerScaler) = maxPower * 31.62

affective_effiency = Math.pow(effiency, 0.25D);
powerRequired = (affective_effiency * minPower + (1.0D - affective_effiency) * maxPower);

if (effiency == 0) powerRequired = maxPower * 31.62
if (effiency == 1) powerRequired = minPower * 10

Server config cause pylons to use 10x-31.62x more energy than SSP config.
I would say just copy client configs. I'm not very good at making servers lol
 

Nelleam

New Member
Jul 29, 2019
8
0
0
Why am I seeing random aggressive spawns outside the Spatial Chamber?
Have you placed any blocks adjacent to the chamber outside of the station? Mobs can spawn on blocks placed 2-3 blocks from edge most of the way around the chambers this includes your grave if you happen to fall to you death while building. I'm using this space for my mob farms. They can also spawn on any blocks you place on top of the chamber. F7 will show x's where they can spawn. Also, if there happens to be a mob spawner close to the wall inside the chamber, it can spawn mobs in the dark space outside the chamber even without a block. That's all I can think of. Good luck finding the source of your spawns.
 

crazyjosh

New Member
Jul 29, 2019
2
0
0
Disconnect the pylons from the ae cells near the io port just remove the cable connecting to the io port and then pump your juice into the controller
I tried multiple configurations based on your answer, and the power never leaves the redstone power cells any quicker than a trickle. The dark purple AE power storage cells just stay dark purple, and uncharged. Any other suggestions?
 

SmokeLuvr1971

New Member
Jul 29, 2019
753
0
0
Have you placed any blocks adjacent to the chamber outside of the station? Mobs can spawn on blocks placed 2-3 blocks from edge most of the way around the chambers this includes your grave if you happen to fall to you death while building. I'm using this space for my mob farms. They can also spawn on any blocks you place on top of the chamber. F7 will show x's where they can spawn. Also, if there happens to be a mob spawner close to the wall inside the chamber, it can spawn mobs in the dark space outside the chamber even without a block. That's all I can think of. Good luck finding the source of your spawns.

No blocks adjacent to the sides [other than the pre-built blocks]. Some on top [well lit]. I've seen this with 'Biosphere' and 'Miner's Delight' loaded after I've spent some time inside the chamber and come back out. In each instance, mobs spawning within are isolated from reaching the surface...so they're not walking out the door. And the first mob I discovered outside the chamber was a zombie trapped within the walls on the second floor. F7 shows no spawnable areas [irregardless of light level] outside of the chamber areas/chunks. So I have no idea why I'm seeing mobs outside the chamber.

Edit: went outside to grab something and noticed some dirt blocks on the outside of the first chamber [at about y=20]. Removed them but those sholdn't explain the randmom spawns I was getting on the first/second floors...should it?
 
Last edited:

SmokeLuvr1971

New Member
Jul 29, 2019
753
0
0
I tried multiple configurations based on your answer, and the power never leaves the redstone power cells any quicker than a trickle. The dark purple AE power storage cells just stay dark purple, and uncharged. Any other suggestions?
This suggestion worked for me. From the original configuration, swap the dark cable from the ME Controller to just above the Spatial IO Port [remember to reconnect the Controller with the covered cable]. Controller GUI should show Cells [32] and cabling to them [54]. This'll isolate the IO Port and all its cabling/etc from the controller and works same as before when button is pressed...but allows you to hookup power to the Controller and have the cells recharged.
Picutres:
dkSLZ85.png

Controller GUI
QIihhjk.png

If you don't see the Cells in the GUI, then they're on the wrong side of the dark cable. Wiring you need to have connected is all exposed. Everything covered is part of what you want isolated behind the dark cable.
 

cosmicluigiultra

New Member
Jul 29, 2019
1
0
0
I dont know if it was asked, but, would you be opposed to, if someone efound a special secret room with ores, could you add a book with the stats of some of the metalurgy metals/alloys that are in the room. i have played a few custom packs, but there are alot of alloys i have no idea if their good :p
 
  • Like
Reactions: parcel31u

Feyriin

New Member
Jul 29, 2019
129
0
0
okay, I've derped something after not playing this for a week..where do you get the fusion reactor blueprint?
 

j13901

New Member
Jul 29, 2019
2
0
0
My game crashes when launching the game menu, here is my crash log:

[
---- Minecraft Crash Report ----
// My bad.

Time: 5/11/14 8:13 PM
Description: Initializing game

java.lang.NoClassDefFoundError: scala/collection/Seq
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
at java.lang.Class.getDeclaredMethods(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:328)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:517)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.ClassNotFoundException: scala.collection.Seq
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 37 more
Caused by: java.lang.NullPointerException


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
at java.lang.Class.getDeclaredMethods(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:328)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:517)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 198792440 bytes (189 MB) / 666370048 bytes (635 MB) up to 1431830528 bytes (1365 MB)
JVM Flags: 4 total; -Xms256M -Xmx1536M -XX:permSize=256m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 57 mods loaded, 57 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{6.4.49.965} [Forge Mod Loader] (forge-1.6.4-9.11.1.965-universal.jar) Unloaded->Constructed
Forge{9.11.1.965} [Minecraft Forge] (forge-1.6.4-9.11.1.965-universal.jar) Unloaded->Constructed
AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed
CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed
denLib{3.2.6} [denLib] (minecraft.jar) Unloaded->Constructed
NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed
OpenModsCore{@VERSION@} [OpenModsCore] (minecraft.jar) Unloaded->Constructed
DenEvents{1.0} [DenEvents] (DenEvents.jar) Unloaded->Constructed
bspkrsCore{v5.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.3.zip) Unloaded->Constructed
AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed
Autoutils{1.0.1} [Autoutils] (autoutils-1.6.4-1.0.1.jar) Unloaded->Constructed
bdlib{1.2.3.48} [BD Lib] (bdlib-mc164-1.2.3.48.jar) Unloaded
BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded
CarpentersBlocks{2.1.2} [Carpenter's Blocks] (Carpenter's Blocks v2.1.2 - MC 1.6+.zip) Unloaded
Chisel{1.5.0} [Chisel] (chisel-1.6.4-1.5.0fix.jar) Unloaded
CoFHCore{2.0.0.5} [CoFH Core] (CoFHCore-2.0.0.5.jar) Unloaded
CoFHLoot{2.0.0.5} [CoFH Loot] (CoFHCore-2.0.0.5.jar) Unloaded
CoFHMasquerade{2.0.0.5} [CoFH Masquerade] (CoFHCore-2.0.0.5.jar) Unloaded
CoFHSocial{2.0.0.5} [CoFH Social] (CoFHCore-2.0.0.5.jar) Unloaded
CoFHWorld{2.0.0.5} [CoFH World] (CoFHCore-2.0.0.5.jar) Unloaded
CreeperCollateral{3.0.3} [CreeperCollateral] (CreeperCollateral-1.6.4-3.0.3.jar) Unloaded
ExtraUtilities{1.0.3c} [Extra Utilities] (extrautils-1.0.3c.zip) Unloaded
Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.jar) Unloaded
gendustry{1.1.3.78} [GenDustry] (gendustry-mc164-1.1.3.78.jar) Unloaded
HoloInventory{1.7.0.64} [HoloInventory] (HoloInventory-1.7.0.64.jar) Unloaded
HardcoreQuesting{The Journey (4.0.5)} [Hardcore Questing Mode] (HQM - The Journey (4.0.5).zip) Unloaded
inventorytweaks{1.57-dev} [Inventory Tweaks] (InventoryTweaks-MC1.6.4-1.57-dev-b83.jar) Unloaded
Waila{1.5.1} [Waila] (Waila_1.5.1a.zip) Unloaded
JABBA{1.1.4} [JABBA] (JABBA_1.1.4.zip) Unloaded
KeithyUtils{1.3} [Keithy Utils] (KeithyUtils-1.6.4-1.3.30.jar) Unloaded
Lockdown{1.0.0} [Lockdown] (Lockdown-universal-1.6.4-1.0.0.0.jar) Unloaded
Metallurgy3Core{3.4.0} [Metallurgy 3 Core] (Metallurgy-1.6.4-3.4.0.29.jar) Unloaded
Metallurgy3Vanilla{3.4.0} [Metallurgy 3 Vanilla] (Metallurgy-1.6.4-3.4.0.29.jar) Unloaded
Metallurgy3Base{3.4.0} [Metallurgy 3 Base] (Metallurgy-1.6.4-3.4.0.29.jar) Unloaded
Metallurgy3Machines{3.4.0} [Metallurgy 3 Machines] (Metallurgy-1.6.4-3.4.0.29.jar) Unloaded
UniversalElectricity{3.1.0} [Universal Electricity] (Universal-Electricity-3.1.0.115-core.jar) Unloaded
ForgeMultipart{1.0.0.219} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded
ThermalExpansion{3.0.0.7} [Thermal Expansion] (ThermalExpansion-3.0.0.7.jar) Unloaded
minechem{5.05.88} [MineChem] (MineChem-5.0.5-RC2.jar) Unloaded
MobProperties{0.2} [Mob Properties] (MobProperties 0.2 for MC 1.6.2.zip) Unloaded
NEIAddons{1.10.4.64} [NEI Addons] (neiaddons-mc164-1.10.4.64.jar) Unloaded
NEIAddons|AE{1.10.4.64} [NEI Addons: Applied Energistics] (neiaddons-mc164-1.10.4.64.jar) Unloaded
NEIAddons|MiscPeripherals{1.10.4.64} [NEI Addons: Misc Peripherals] (neiaddons-mc164-1.10.4.64.jar) Unloaded
NEIAddons|ExtraBees{1.10.4.64} [NEI Addons: Extra Bees] (neiaddons-mc164-1.10.4.64.jar) Unloaded
NEIAddons|Forestry{1.10.4.64} [NEI Addons: Forestry] (neiaddons-mc164-1.10.4.64.jar) Unloaded
NEIAddons|CraftingTables{1.10.4.64} [NEI Addons: Crafting Tables] (neiaddons-mc164-1.10.4.64.jar) Unloaded
NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded
OpenMods{0.5.1} [OpenMods] (OpenModsLib-0.5.1.jar) Unloaded
OpenBlocks{1.2.9} [OpenBlocks] (OpenBlocks-1.2.9.jar) Unloaded
SpecialMobs{2.6} [Special Mobs] (SpecialMobs 2.6 for MC 1.6.2.zip) Unloaded
UtilityMobs{2.1} [Utility Mobs] (UtilityMobs 2.1 for MC 1.6.2.zip) Unloaded
WailaHarvestability{1.0.4} [Waila Harvestability] (WailaHarvestability-mc1.6.4-1.0.4.jar) Unloaded
mod_ZanMinimap{Not available} [mod_ZanMinimap] (ZansMinimap1.6.4.zip) Unloaded
McMultipart{1.0.0.219} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded
MSC{1.6.4.0} [Mob Spawn Controls] (MSC1v1.6.4.0.zip) Unloaded
ForgeMicroblock{1.0.0.219} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded
Launched Version: 1.6.4
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 10.18.10.3275, Intel
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
]
 

parcel31u

New Member
Jul 29, 2019
660
1
0
My game crashes when launching the game menu, here is my crash log:

[
---- Minecraft Crash Report ----
// My bad.

Time: 5/11/14 8:13 PM
Description: Initializing game

java.lang.NoClassDefFoundError: scala/collection/Seq
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
at java.lang.Class.getDeclaredMethods(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:328)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:517)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.ClassNotFoundException: scala.collection.Seq
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 37 more
Caused by: java.lang.NullPointerException


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
at java.lang.Class.getDeclaredMethods(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:328)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:517)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
at com.google.common.eventbus.EventBus.post(EventBus.java:267)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 198792440 bytes (189 MB) / 666370048 bytes (635 MB) up to 1431830528 bytes (1365 MB)
JVM Flags: 4 total; -Xms256M -Xmx1536M -XX:permSize=256m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 57 mods loaded, 57 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{6.4.49.965} [Forge Mod Loader] (forge-1.6.4-9.11.1.965-universal.jar) Unloaded->Constructed
Forge{9.11.1.965} [Minecraft Forge] (forge-1.6.4-9.11.1.965-universal.jar) Unloaded->Constructed
AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed
CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed
denLib{3.2.6} [denLib] (minecraft.jar) Unloaded->Constructed
NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed
OpenModsCore{@VERSION@} [OpenModsCore] (minecraft.jar) Unloaded->Constructed
DenEvents{1.0} [DenEvents] (DenEvents.jar) Unloaded->Constructed
bspkrsCore{v5.3(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev5.3.zip) Unloaded->Constructed
AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed
Autoutils{1.0.1} [Autoutils] (autoutils-1.6.4-1.0.1.jar) Unloaded->Constructed
bdlib{1.2.3.48} [BD Lib] (bdlib-mc164-1.2.3.48.jar) Unloaded
BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded
CarpentersBlocks{2.1.2} [Carpenter's Blocks] (Carpenter's Blocks v2.1.2 - MC 1.6+.zip) Unloaded
Chisel{1.5.0} [Chisel] (chisel-1.6.4-1.5.0fix.jar) Unloaded
CoFHCore{2.0.0.5} [CoFH Core] (CoFHCore-2.0.0.5.jar) Unloaded
CoFHLoot{2.0.0.5} [CoFH Loot] (CoFHCore-2.0.0.5.jar) Unloaded
CoFHMasquerade{2.0.0.5} [CoFH Masquerade] (CoFHCore-2.0.0.5.jar) Unloaded
CoFHSocial{2.0.0.5} [CoFH Social] (CoFHCore-2.0.0.5.jar) Unloaded
CoFHWorld{2.0.0.5} [CoFH World] (CoFHCore-2.0.0.5.jar) Unloaded
CreeperCollateral{3.0.3} [CreeperCollateral] (CreeperCollateral-1.6.4-3.0.3.jar) Unloaded
ExtraUtilities{1.0.3c} [Extra Utilities] (extrautils-1.0.3c.zip) Unloaded
Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.jar) Unloaded
gendustry{1.1.3.78} [GenDustry] (gendustry-mc164-1.1.3.78.jar) Unloaded
HoloInventory{1.7.0.64} [HoloInventory] (HoloInventory-1.7.0.64.jar) Unloaded
HardcoreQuesting{The Journey (4.0.5)} [Hardcore Questing Mode] (HQM - The Journey (4.0.5).zip) Unloaded
inventorytweaks{1.57-dev} [Inventory Tweaks] (InventoryTweaks-MC1.6.4-1.57-dev-b83.jar) Unloaded
Waila{1.5.1} [Waila] (Waila_1.5.1a.zip) Unloaded
JABBA{1.1.4} [JABBA] (JABBA_1.1.4.zip) Unloaded
KeithyUtils{1.3} [Keithy Utils] (KeithyUtils-1.6.4-1.3.30.jar) Unloaded
Lockdown{1.0.0} [Lockdown] (Lockdown-universal-1.6.4-1.0.0.0.jar) Unloaded
Metallurgy3Core{3.4.0} [Metallurgy 3 Core] (Metallurgy-1.6.4-3.4.0.29.jar) Unloaded
Metallurgy3Vanilla{3.4.0} [Metallurgy 3 Vanilla] (Metallurgy-1.6.4-3.4.0.29.jar) Unloaded
Metallurgy3Base{3.4.0} [Metallurgy 3 Base] (Metallurgy-1.6.4-3.4.0.29.jar) Unloaded
Metallurgy3Machines{3.4.0} [Metallurgy 3 Machines] (Metallurgy-1.6.4-3.4.0.29.jar) Unloaded
UniversalElectricity{3.1.0} [Universal Electricity] (Universal-Electricity-3.1.0.115-core.jar) Unloaded
ForgeMultipart{1.0.0.219} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded
ThermalExpansion{3.0.0.7} [Thermal Expansion] (ThermalExpansion-3.0.0.7.jar) Unloaded
minechem{5.05.88} [MineChem] (MineChem-5.0.5-RC2.jar) Unloaded
MobProperties{0.2} [Mob Properties] (MobProperties 0.2 for MC 1.6.2.zip) Unloaded
NEIAddons{1.10.4.64} [NEI Addons] (neiaddons-mc164-1.10.4.64.jar) Unloaded
NEIAddons|AE{1.10.4.64} [NEI Addons: Applied Energistics] (neiaddons-mc164-1.10.4.64.jar) Unloaded
NEIAddons|MiscPeripherals{1.10.4.64} [NEI Addons: Misc Peripherals] (neiaddons-mc164-1.10.4.64.jar) Unloaded
NEIAddons|ExtraBees{1.10.4.64} [NEI Addons: Extra Bees] (neiaddons-mc164-1.10.4.64.jar) Unloaded
NEIAddons|Forestry{1.10.4.64} [NEI Addons: Forestry] (neiaddons-mc164-1.10.4.64.jar) Unloaded
NEIAddons|CraftingTables{1.10.4.64} [NEI Addons: Crafting Tables] (neiaddons-mc164-1.10.4.64.jar) Unloaded
NEIPlugins{1.1.0.6} [NEI Plugins] (NEIPlugins-1.1.0.6.jar) Unloaded
OpenMods{0.5.1} [OpenMods] (OpenModsLib-0.5.1.jar) Unloaded
OpenBlocks{1.2.9} [OpenBlocks] (OpenBlocks-1.2.9.jar) Unloaded
SpecialMobs{2.6} [Special Mobs] (SpecialMobs 2.6 for MC 1.6.2.zip) Unloaded
UtilityMobs{2.1} [Utility Mobs] (UtilityMobs 2.1 for MC 1.6.2.zip) Unloaded
WailaHarvestability{1.0.4} [Waila Harvestability] (WailaHarvestability-mc1.6.4-1.0.4.jar) Unloaded
mod_ZanMinimap{Not available} [mod_ZanMinimap] (ZansMinimap1.6.4.zip) Unloaded
McMultipart{1.0.0.219} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded
MSC{1.6.4.0} [Mob Spawn Controls] (MSC1v1.6.4.0.zip) Unloaded
ForgeMicroblock{1.0.0.219} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.219.jar) Unloaded
Launched Version: 1.6.4
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 10.18.10.3275, Intel
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
]
What did you do?
 

leothemooshroom

New Member
Jul 29, 2019
3
0
0
I'm confused because on the dungeon spatial storage area i got the magenta wool but i had i already gotten it before so is my map broken or something
 

parcel31u

New Member
Jul 29, 2019
660
1
0
Ok so what should i do because i have looked every where for the vm orange wool and red wool and i was hoping that it was there
I added the wools last minute before the deadline of the competition since I ran out of time, and I never went back to change them.
 

SmokeLuvr1971

New Member
Jul 29, 2019
753
0
0
Ok so what should i do because i have looked every where for the vm orange wool and red wool and i was hoping that it was there
Orange Wool
Inclusion Chamber - maybe at the bottom of the ore room somewhere? Def Inclusion Chamber tho [keeping track of which area I find them in]
Can't help you with red