Coder Social home page Coder Social logo

secretroomsmod-forge's People

Contributors

abrarsyed avatar brycey92 avatar captainshadows avatar guro2 avatar kb-1000 avatar lordmau5 avatar mockturtle7 avatar ordinastie avatar the-fireplace avatar vexatos avatar wyn-price avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

secretroomsmod-forge's Issues

Errors transporting around worlds

Using the Mystcraft mod I get the following message regularly trying to change worlds. It errors once, then will work the next time I attempt. I'm also getting notification that a world is leaking with message "2013-02-17 14:10:52 [SEVERE] [ForgeModLoader] Detected leaking worlds in memory. There are 5 worlds that appear to be persisting. A mod is likely caching the world incorrectly

2013-02-17 14:10:52 [SEVERE] [ForgeModLoader] The world 79b20fec (Arcan) has leaked."

2013-02-17 14:20:47 [INFO] [STDERR] java.lang.ClassCastException: com.github.AbrarSyed.SecretRooms.common.FakeWorld cannot be cast to in
2013-02-17 14:20:47 [INFO] [STDERR] at com.xcompwiz.mystcraft.world.WorldProviderMyst.updateWeather(WorldProviderMyst.java:350)
2013-02-17 14:20:47 [INFO] [STDERR] at com.xcompwiz.mystcraft.world.WorldProviderMyst.calculateInitialWeather(WorldProviderMyst.java:328)
2013-02-17 14:20:47 [INFO] [STDERR] at yc.a(World.java:2961)
2013-02-17 14:20:47 [INFO] [STDERR] at yc.(World.java:331)
2013-02-17 14:20:47 [INFO] [STDERR] at com.github.AbrarSyed.SecretRooms.common.FakeWorld.(FakeWorld.java:31)
2013-02-17 14:20:47 [INFO] [STDERR] at com.github.AbrarSyed.SecretRooms.common.FakeWorld.getFakeWorldFor(FakeWorld.java:40)
2013-02-17 14:20:47 [INFO] [STDERR] at com.github.AbrarSyed.SecretRooms.client.SecretRooms_client.onWorldLoad(SecretRooms_client.java:80)
2013-02-17 14:20:47 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler_15_SecretRooms_client_onWorldLoad_Load.invoke(.dynamic)
2013-02-17 14:20:47 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
2013-02-17 14:20:47 [INFO] [STDERR] at net.minecraftforge.event.EventBus.post(EventBus.java:103)
2013-02-17 14:20:47 [INFO] [STDERR] at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:244)
2013-02-17 14:20:47 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:758)
2013-02-17 14:20:47 [INFO] [STDERR] at com.xcompwiz.mystcraft.linking.LinkController.travelEntity(LinkController.java:42)
2013-02-17 14:20:47 [INFO] [STDERR] at com.xcompwiz.mystcraft.item.ItemLinking.activate(ItemLinking.java:72)
2013-02-17 14:20:47 [INFO] [STDERR] at com.xcompwiz.mystcraft.inventory.ContainerBook.processMessage(ContainerBook.java:232)
2013-02-17 14:20:47 [INFO] [STDERR] at com.xcompwiz.mystcraft.network.MPacketGUIMessage.handle(MPacketGUIMessage.java:36)
2013-02-17 14:20:47 [INFO] [STDERR] at com.xcompwiz.mystcraft.network.MystcraftPacketHandler.onPacketData(MystcraftPacketHandler.java:45)
2013-02-17 14:20:47 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:243)
2013-02-17 14:20:47 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:233)
2013-02-17 14:20:47 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:71)
2013-02-17 14:20:47 [INFO] [STDERR] at iv.a(NetServerHandler.java:1109)
2013-02-17 14:20:47 [INFO] [STDERR] at di.a(SourceFile:59)
2013-02-17 14:20:47 [INFO] [STDERR] at cf.b(MemoryConnection.java:80)
2013-02-17 14:20:47 [INFO] [STDERR] at iv.d(NetServerHandler.java:136)
2013-02-17 14:20:47 [INFO] [STDERR] at iw.b(NetworkListenThread.java:57)
2013-02-17 14:20:47 [INFO] [STDERR] at bec.b(IntegratedServerListenThread.java:108)
2013-02-17 14:20:47 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:703)
2013-02-17 14:20:47 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:599)
2013-02-17 14:20:47 [INFO] [STDERR] at bdz.q(IntegratedServer.java:170)
2013-02-17 14:20:47 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
2013-02-17 14:20:47 [INFO] [STDERR] at fy.run(SourceFile:849)

Both go away if I disable the secret rooms mod. Seems that there may be a problem in how the fakeworld is being handled.

ArrayIndexOutOfBoundsException

SecretRoomsMod v 4.3.0.113
Forge: 6.4.1.401

java.lang.ArrayIndexOutOfBoundsException: 4096. This is only thrown when this mod is installed by itself and with others. Config file is not generated / generated empty so it could be somewhere before writing to the file.

---- Minecraft Crash Report ----
// This doesn't make any sense!

Time: 11/27/12 10:00 AM
Description: Failed to start game

java.lang.ArrayIndexOutOfBoundsException: 4096
at net.minecraftforge.common.Configuration.getBlockInternal(Configuration.java:144)
at net.minecraftforge.common.Configuration.getBlock(Configuration.java:107)
at com.github.AbrarSyed.SecretRooms.SecretRooms.load(SecretRooms.java:66)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
at sun.reflect.GeneratedMethodAccessor4.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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:480)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:151)
at net.minecraft.client.Minecraft.a(Minecraft.java:424)
at net.minecraft.client.Minecraft.run(Minecraft.java:756)
at java.lang.Thread.run(Unknown Source)

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

-- System Details --
Details:
Minecraft Version: 1.4.5
Operating System: Windows Vista (amd64) version 6.0
Java Version: 1.7.0_06, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 450355360 bytes (429 MB) / 648740864 bytes (618 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
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 v7.23 FML v4.5.2.459 Minecraft Forge 6.4.1.401 Optifine OptiFine_1.4.5_HD_U_D3 36 mods loaded, 36 mods active
mcp Minecraft Coder Pack Unloaded->Constructed->Pre-initialized
FML Forge Mod Loader Unloaded->Constructed->Pre-initialized
Forge Minecraft Forge Unloaded->Constructed->Pre-initialized
mod_CodeChickenCore CodeChicken Core Unloaded->Constructed->Pre-initialized
mod_NotEnoughItems Not Enough Items Unloaded->Constructed->Pre-initialized
IC2 IndustrialCraft 2 Unloaded->Constructed->Pre-initialized
AdvancedMachines IC2 Advanced Machines Addon Unloaded->Constructed->Pre-initialized
BuildCraft|Core BuildCraft Unloaded->Constructed->Pre-initialized
BuildCraft|Builders BC Builders Unloaded->Constructed->Pre-initialized
BuildCraft|Energy BC Energy Unloaded->Constructed->Pre-initialized
BuildCraft|Factory BC Factory Unloaded->Constructed->Pre-initialized
BuildCraft|Transport BC Transport Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon BC Silicon Unloaded->Constructed->Pre-initialized
ComputerCraft ComputerCraft Unloaded->Constructed->Pre-initialized
CCTurtle ComputerCraft Turtles Unloaded->Constructed->Pre-initialized
EnderStorage [EnderStorage](EnderStorage 1.2.1.6.jar) Unloaded->Constructed->Pre-initialized
ExtrabiomesXL ExtrabiomesXL Unloaded->Constructed->Pre-initialized
factorization Factorization Unloaded->Constructed->Pre-initialized
Forestry Forestry for Minecraft Unloaded->Constructed->Pre-initialized
IC2NuclearControl Nuclear Control Unloaded->Constructed->Pre-initialized
mod_InvTweaks Inventory Tweaks Unloaded->Constructed->Pre-initialized
IronChest Iron Chest Unloaded->Constructed->Pre-initialized
AdvancedSolarPanel Advanced Solar Panels Unloaded->Constructed->Pre-initialized
GraviSuite Gravitation Suite Unloaded->Constructed->Pre-initialized
ModularForceFieldSystem Modular ForceField System V2 Unloaded->Constructed->Pre-initialized
ObsidiPlates Obsidian Pressure Plates Unloaded->Constructed->Pre-initialized
PortalGun Portal Gun Unloaded->Constructed->Pre-initialized
SecretRoomsMod The SecretRoomsMod Unloaded->Constructed->Errored
StevesCarts Steve's Carts Unloaded->Constructed->Pre-initialized
ThermalExpansion Thermal Expansion Unloaded->Constructed->Pre-initialized
ThermalExpansion|Factory Factory Unloaded->Constructed->Pre-initialized
ThermalExpansion|Energy Energy Unloaded->Constructed->Pre-initialized
ThermalExpansion|NEI NEI Unloaded->Constructed->Pre-initialized
WR-CBE|Core [WR-CBE Core](WR-CBE Core 1.3.1.jar) Unloaded->Constructed->Pre-initialized
XyCraft XyCraft Unloaded->Constructed->Pre-initialized
GregTech_Addon GregTech-Addon Unloaded->Constructed->Pre-initialized
LWJGL: 2.4.2
OpenGL: GeForce GTX 460/PCIe/SSE2 GL version 4.3.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ERROR NullPointerException: null

Game crash when placing blocks on grass

Upon placing any blocks other than doors or trapdoors on grass, the game crashes (and also crashes when you try to re-load worlds with such blocks on grass).

Mod version: Latest, 4.2.1 for MC 1.3.2
Modloader: Forge ModLoader from Forge v4.1.1.251
*No other mods included, minecraft jar all fresh with only forge in

The error reports states entities in the world (which Im pretty sure wont help anyone) and follows up with this:

java.lang.NoSuchFieldError: cfgGrassFix
at mod_SecretRooms.renderFullCamo(mod_SecretRooms.java:519)
at mod_SecretRooms.renderWorldBlock(mod_SecretRooms.java:192)
at cpw.mods.fml.client.modloader.ModLoaderBlockRendererHandler.renderWorldBlock(ModLoaderBlockRendererHandler.java:68)
at cpw.mods.fml.client.registry.RenderingRegistry.renderWorldBlock(RenderingRegistry.java:158)
at FMLRenderAccessLibrary.renderWorldBlock(FMLRenderAccessLibrary.java:78)
at avg.b(RenderBlocks.java:444)
at aus.a(WorldRenderer.java:218)
at avb.a(RenderGlobal.java:1445)
at auw.a(EntityRenderer.java:1005)
at auw.b(EntityRenderer.java:890)
at net.minecraft.client.Minecraft.J(Minecraft.java:871)
at net.minecraft.client.Minecraft.run(Minecraft.java:764)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT ea67d6f8 ----------

By other means, after first activation, secret levers and buttons (not placed on grass) lose their texture and become basic stone texture (id 1)

Since it sounds like a problem related to retrieving the texture to apply on the block, they may be related in some way?

Exception ticking world

Getting an error and I do not know if it is yours of Forestry. Here is the log.
http://pastebin.com/0BrdmVuf

I updated forge (6.6.0.515), forestry (2.0.0.1) and secret rooms(universal-4.4.1.158) in my existing server. Any help would be appreciated!

Thanks

World edit cui messing up Tools in hand

I instaled FE onto my server works fine i install the cliant it works fine but as soon as i used the wand the encahnt texture on my pic went out of the lines as you can see in the picture below if you know how to fix this please tell me find it anoying and would like a quick fix

Thanks

  • Pascal

2013-01-26_00 11 43
2013-01-26_00 11 51

Failed to Start Game

---- Minecraft Crash Report ----
// Oops.

Time: 26/01/13 18:03
Description: Failed to start game

java.lang.IllegalArgumentException: Slot 4047 is already occupied by com.github.AbrarSyed.SecretRooms.BlockCamoButton@462799 when adding atomicscience.api.BlockRadioactive@1d1e765
at amq.(Block.java:326)
at amq.(Block.java:359)
at atomicscience.api.BlockRadioactive.(BlockRadioactive.java:19)
at icbm.common.ZhuYao.load(ZhuYao.java:376)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:483)
at sun.reflect.GeneratedMethodAccessor3.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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:656)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207)
at net.minecraft.client.Minecraft.a(Minecraft.java:456)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:744)
at java.lang.Thread.run(Unknown Source)

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

-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.6.0_37, Sun Microsystems Inc.
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc.
Memory: 447076720 bytes (426 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
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 v7.26 FML v4.7.1.517 Minecraft Forge 6.6.0.491 Optifine OptiFine_1.4.6_HD_U_A2 42 mods loaded, 42 mods active
mcp Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized
FML Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized
Forge Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized
HarkenScythe_Core HarkenScythe Unloaded->Constructed->Pre-initialized->Initialized
mod_ReiMinimap mod_ReiMinimap Unloaded->Constructed->Pre-initialized->Initialized
Backpack Backpack Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core BuildCraft Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders BC Builders Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy BC Energy Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory BC Factory Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport BC Transport Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon BC Silicon Unloaded->Constructed->Pre-initialized->Initialized
ComputerCraft ComputerCraft Unloaded->Constructed->Pre-initialized->Initialized
CCTurtle ComputerCraft Turtles Unloaded->Constructed->Pre-initialized->Initialized
Forestry Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Errored
GraviGun GraviGun Unloaded->Constructed->Pre-initialized->Initialized
ICBM ICBM Unloaded->Constructed->Pre-initialized->Errored
ImmibisCore Immibis Core Unloaded->Constructed->Pre-initialized->Initialized
ImmibisPeripherals Immibis's Peripherals Unloaded->Constructed->Pre-initialized->Initialized
IC2 IndustrialCraft 2 Unloaded->Constructed->Pre-initialized->Initialized
mod_InvTweaks Inventory Tweaks Unloaded->Constructed->Pre-initialized->Initialized
IronChest Iron Chest Unloaded->Constructed->Pre-initialized->Initialized
mod_MAtmos mod_MAtmos Unloaded->Constructed->Pre-initialized->Initialized
mod_treecapitator [TreeCapitator](Mod Tree Capitator Minecraft 1.4.6.zip) Unloaded->Constructed->Pre-initialized->Initialized
PortalGun Portal Gun Unloaded->Constructed->Pre-initialized->Initialized
Railcraft Railcraft Unloaded->Constructed->Pre-initialized->Initialized
RedPowerCore RedPower Unloaded->Constructed->Pre-initialized->Initialized
RedPowerBase RP Base Unloaded->Constructed->Pre-initialized->Initialized
RedPowerMachine RP Machine Unloaded->Constructed->Pre-initialized->Initialized
RedPowerCompat RP Compat Unloaded->Constructed->Pre-initialized->Initialized
RedPowerWiring RP Wiring Unloaded->Constructed->Pre-initialized->Initialized
RedPowerLogic RP Logic Unloaded->Constructed->Pre-initialized->Initialized
RedPowerLighting RP Lighting Unloaded->Constructed->Pre-initialized->Initialized
RedPowerWorld RP World Unloaded->Constructed->Pre-initialized->Initialized
RedPowerControl RP Control Unloaded->Constructed->Pre-initialized->Initialized
SecretRoomsMod The SecretRoomsMod Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest The Twilight Forest Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Core [WR-CBE Core](WR-CBE Core 1.3.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Addons [WR-CBE Addons](WR-CBE Addons 1.3.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|RedPower [WR-CBE RedPower](WR-CBE RedPower 1.3.2.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
LWJGL: 2.4.2
OpenGL: Intel(R) HD Graphics GL version 2.1.0 - Build 8.15.10.2189, Intel
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ERROR NullPointerException: null

grey leaves/grass

this issue doesn't prevent the use of this mod really but it does decrease it's effectiveness in a small sense. basically when i place anything camo'd on tree leaves it has the leaves but they're grey to almost white. and i found that if i place a camo gate on top of one way glass it does extend making a wall of one way glass but if the first one way glass block is on grass then all the one way glass blocks created have grey/white grass. again not a really bad issue just some things i noticed.

itt just doent work

  Minecraft has crashed!      
  ----------------------      

Minecraft has stopped running because it encountered a problem; Failed to start game

A full error report has been saved to C:\Users\Dom\AppData\Roaming.minecraft\crash-reports\crash-2012-12-22_01.48.47-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(

--- BEGIN ERROR REPORT 8a244be2 --------
Full report at:
C:\Users\Dom\AppData\Roaming.minecraft\crash-reports\crash-2012-12-22_01.48.47-client.txt
Please show that file to Mojang, NOT just this screen!

Generated 22/12/12 1:48 AM

-- System Details --
Details:
Minecraft Version: 1.4.6
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_06, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 383797688 bytes (366 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xmx1024M -Xms512M
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 v7.25 FML v4.6.12.511 Minecraft Forge 6.5.0.471 5 mods loaded, 5 mods active
mcp Minecraft Coder Pack Unloaded->Constructed
FML Forge Mod Loader Unloaded->Constructed
Forge Minecraft Forge Unloaded->Constructed
SecretRoomsMod The SecretRoomsMod Unloaded->Constructed
mod_EllianDetector mod_EllianDetector Unloaded->Errored
LWJGL: 2.4.2
OpenGL: Mobile Intel(R) 4 Series Express Chipset Family GL version 2.1.0 - Build 8.15.10.2302, Intel
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: TY'S server texture pack.zip
Profiler Position: N/A (disabled)
Vec3 Pool Size: ERROR NullPointerException: null

cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: mod_EllianDetector
at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:484)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161)
at net.minecraft.client.Minecraft.a(Minecraft.java:410)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(Minecraft.java:744)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: mod_EllianDetector
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:179)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:57)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadBaseModClass(ModClassLoader.java:87)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:489)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
... 5 more
Caused by: java.lang.NullPointerException
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:172)
... 33 more
--- END ERROR REPORT 7be9c0f9 ----------

Camo Gate not extending when confined to one direction.

MC: 1.4.4(most recent iteration of error)
Forge: Very latest (372+)
Secret Rooms: 4.3.0.113

I placed blocks until I had the camo gate surrounded on 5 sides except the one I wanted it to extend from, then powered it and it did not extend at all. When I exposed a side to power it directly, it extended, but also broke the redstone torch by extending over it. This is a bad glitch that hopefully will be addressed in the rewrite.

http://i.imgur.com/pm4XL.png

Not friendly with Redpower2 PR6

Just a heads up. I'm not sure if you intend to actively support other mod textures/blocks, but I wanted to let you know that the camo blocks do not play nice with Redpower2 blocks. Placing a camo button next to a white marble brick results in either sand or a wood log texture,. and placing one on black basalt results in a bedrock texture. I have tested this with ONLY Redpower and Secret Rooms installed.

Place 5 blocks of the same type so that they form a + with a hollow middle, then place the 5th block into the bottom of the center, leaving a spot open. Place the camo button block in this spot.

Minecraft 1.4.6
SecretRoomsMod-universal-4.4.1.158
Other mods: Most 'tech' related mods. Won't spam my 64 long mod list unless requested :)
MCF username: LycaonX

One way blocks random fire

So I went to the nether and placed some one way glass in the lava. While it took the appearance properly it would then catch on fire and the appearance would actually burn so you'd see what looked like lava on fire.

Camo Chests

Create basic camo chests. Larg chests as well.

Exception in server tick loop

---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.

Time: 2/3/13 4:10 PM
Description: Exception in server tick loop

java.lang.ArrayIndexOutOfBoundsException: 7254
at amq.(Block.java:324)
at amq.(Block.java:359)
at amx.(BlockTorch.java:20)
at com.github.AbrarSyed.SecretRooms.BlockTorchLever.(BlockTorchLever.java:25)
at com.github.AbrarSyed.SecretRooms.SecretRooms.load(SecretRooms.java:72)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
at sun.reflect.GeneratedMethodAccessor1.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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:486)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at ho.c(DedicatedServer.java:64)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)

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

-- System Details --
Details:
Minecraft Version: 1.4.7
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_01, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1593429904 bytes (1519 MB) / 2058027008 bytes (1962 MB) up to 2863333376 bytes (2730 MB)
JVM Flags: 2 total; -Xmx3G -Xms2G
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 v7.26a FML v4.7.22.539 Minecraft Forge 6.6.0.517 64 mods loaded, 64 mods active
mcp Minecraft Coder Pack Unloaded->Constructed->Pre-initialized
FML Forge Mod Loader Unloaded->Constructed->Pre-initialized
Forge Minecraft Forge Unloaded->Constructed->Pre-initialized
CodeChickenCore CodeChicken Core Unloaded->Constructed->Pre-initialized
NotEnoughItems Not Enough Items Unloaded->Constructed->Pre-initialized
WeepingAngelsMod Weeping Angels Mod Unloaded->Constructed->Pre-initialized
BuildCraft|Core BuildCraft Unloaded->Constructed->Pre-initialized
BuildCraft|Factory BC Factory Unloaded->Constructed->Pre-initialized
BuildCraft|Transport BC Transport Unloaded->Constructed->Pre-initialized
BuildCraft|Silicon BC Silicon Unloaded->Constructed->Pre-initialized
APUnofficial Additional Pipes Unloaded->Constructed->Pre-initialized
ImmibisCore Immibis Core Unloaded->Constructed->Pre-initialized
ComputerCraft ComputerCraft Unloaded->Constructed->Pre-initialized
CCTurtle ComputerCraft Turtles Unloaded->Constructed->Pre-initialized
ThermalExpansion Thermal Expansion Unloaded->Constructed->Pre-initialized
OmniTools OmniTools Unloaded->Constructed->Pre-initialized
IC2 IndustrialCraft 2 Unloaded->Constructed->Pre-initialized
AdvancedRepulsionSystems Advanced Repulsion Systems Unloaded->Constructed->Pre-initialized
AdvancedMachines IC2 Advanced Machines Addon Unloaded->Constructed->Pre-initialized
AdvancedPowerManagement Advanced Power Management Unloaded->Constructed->Pre-initialized
BuildCraft|Builders BC Builders Unloaded->Constructed->Pre-initialized
BuildCraft|Energy BC Energy Unloaded->Constructed->Pre-initialized
CompactSolars Compact Solar Arrays Unloaded->Constructed->Pre-initialized
CustomSpawner [DrZhark's CustomSpawner](CustomMobSpawner 1.11.zip) Unloaded->Constructed->Pre-initialized
DimensionalAnchors Dimensional Anchors Unloaded->Constructed->Pre-initialized
MoCreatures [DrZhark's Mo'Creatures Mod](DrZharks MoCreatures Mod v4.5.1.zip) Unloaded->Constructed->Pre-initialized
EE3 Equivalent Exchange 3 Unloaded->Constructed->Pre-initialized
EnderStorage [EnderStorage](EnderStorage 1.3.1.1.jar) Unloaded->Constructed->Pre-initialized
factorization Factorization Unloaded->Constructed->Pre-initialized
IC2NuclearControl Nuclear Control Unloaded->Constructed->Pre-initialized
IronChest Iron Chest Unloaded->Constructed->Pre-initialized
LogisticsPipes|Main Logistics Pipes Unloaded->Constructed->Pre-initialized
PowerCrystalsCore PowerCrystals Core Unloaded->Constructed->Pre-initialized
MFReloaded MineFactory Reloaded Unloaded->Constructed->Pre-initialized
MFReloaded|CompatExtraBiomes MFR Compat: ExtraBiomes Unloaded->Constructed->Pre-initialized
MFReloaded|CompatForestry MFR Compat: Forestry Unloaded->Constructed->Pre-initialized
MFReloaded|CompatIC2 MFR Compat: IC2 Unloaded->Constructed->Pre-initialized
MFReloaded|CompatPams MFR Compat: Pam's Mods Unloaded->Constructed->Pre-initialized
RedPowerCore RedPower Unloaded->Constructed->Pre-initialized
RedPowerBase RP Base Unloaded->Constructed->Pre-initialized
RedPowerWorld RP World Unloaded->Constructed->Pre-initialized
MFReloaded|CompatRP2 MFR Compat: RP2 Unloaded->Constructed->Pre-initialized
MFReloaded|CompatSoulShards MFR Compat: SoulShards Unloaded->Constructed->Pre-initialized
mmmPowersuits MachineMuse's Modular Powersuits Unloaded->Constructed->Pre-initialized
ThermalExpansion|Factory Factory Unloaded->Constructed->Pre-initialized
NetherOres Nether Ores Unloaded->Constructed->Pre-initialized
ThermalExpansion|Energy Energy Unloaded->Constructed->Pre-initialized
PowerConverters Power Converters Unloaded->Constructed->Pre-initialized
RedPowerMachine RP Machine Unloaded->Constructed->Pre-initialized
RedPowerCompat RP Compat Unloaded->Constructed->Pre-initialized
RedPowerWiring RP Wiring Unloaded->Constructed->Pre-initialized
RedPowerLogic RP Logic Unloaded->Constructed->Pre-initialized
RedPowerLighting RP Lighting Unloaded->Constructed->Pre-initialized
RedPowerControl RP Control Unloaded->Constructed->Pre-initialized
SecretRoomsMod The SecretRoomsMod Unloaded->Constructed->Errored
Thaumcraft Thaumcraft Unloaded->Constructed->Pre-initialized
ThermalExpansion|NEI NEI Unloaded->Constructed->Pre-initialized
ThermalExpansion|Transport Transport Unloaded->Constructed->Pre-initialized
snyke7_Transformers [Transformers](Transformers v1.7b.zip) Unloaded->Constructed->Pre-initialized
Tubestuff Tubestuff Unloaded->Constructed->Pre-initialized
weaponmod Balkon's WeaponMod Unloaded->Constructed->Pre-initialized
WR-CBE|Core [WR-CBE Core](WR-CBE Core 1.3.2.4.jar) Unloaded->Constructed->Pre-initialized
WR-CBE|Addons [WR-CBE Addons](WR-CBE Addons 1.3.2.4.jar) Unloaded->Constructed->Pre-initialized
WR-CBE|RedPower [WR-CBE RedPower](WR-CBE RedPower 1.3.2.4.jar) Unloaded->Constructed->Pre-initialized
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml'
Type: Dedicated Server (map_server.txt)

NullPointerException

  Minecraft has crashed!      
  ----------------------      

Minecraft has stopped running because it encountered a problem; Unexpected error
This error has been saved to C:\Users\Joe\AppData\Roaming.minecraft\crash-reports\crash-2012-10-14_17.47.54-client.txt for your convenience. Please include a copy of this file if you report this crash to anyone.

--- BEGIN ERROR REPORT 515b34e9 --------
Generated 10/14/12 5:47 PM

  • Minecraft Version: 1.3.2
  • Operating System: Windows 7 (x86) version 6.1
  • Java Version: 1.7.0_07, Oracle Corporation
  • Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  • Memory: 354166984 bytes (337 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
  • JVM Flags: 2 total; -Xms512m -Xmx1024m
  • FML: FML v3.1.30.390 Minecraft Forge 4.1.4.297 5 mods loaded, 5 mods active
    FML Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    Forge Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    mod_CodeChickenCore CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    mod_NotEnoughItems Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
    SecretRoomsMod The SecretRoomsMod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
  • LWJGL: 2.4.2
  • OpenGL: ATI Mobility Radeon HD 2400 XT GL version 3.3.10428 Compatibility Profile Context, ATI Technologies Inc.
  • Is Modded: Definitely; 'forge,fml'
  • Type: Client
  • Texture Pack: Sphax PureBDCraft 64x MC13 (1).zip
  • Profiler Position: N/A (disabled)
  • World MpServer Entities: 124 total; [atg['FlameDizasterX'/655, l='MpServer', x=415.70, y=46.82, z=-166.70], mt['Pig'/234, l='MpServer', x=399.51, y=62.31, z=-159.14], mt['Pig'/233, l='MpServer', x=399.41, y=62.29, z=-156.47], mt['Pig'/232, l='MpServer', x=399.53, y=62.19, z=-157.78], mt['Pig'/231, l='MpServer', x=398.16, y=61.97, z=-157.51], mt['Pig'/230, l='MpServer', x=398.30, y=62.37, z=-158.68], mt['Pig'/229, l='MpServer', x=386.78, y=61.51, z=-145.19], mw['Squid'/228, l='MpServer', x=391.56, y=45.00, z=-157.47], mw['Squid'/227, l='MpServer', x=387.50, y=40.00, z=-151.50], mt['Pig'/313, l='MpServer', x=402.54, y=62.32, z=-167.90], mt['Pig'/315, l='MpServer', x=401.42, y=61.89, z=-167.97], mt['Pig'/314, l='MpServer', x=407.59, y=61.91, z=-160.75], mt['Pig'/317, l='MpServer', x=403.32, y=62.50, z=-171.81], mt['Pig'/316, l='MpServer', x=402.53, y=62.36, z=-170.35], nj['item.item.porkchopRaw'/319, l='MpServer', x=400.88, y=49.13, z=-164.94], mt['Pig'/318, l='MpServer', x=402.50, y=62.07, z=-169.12], mt['Pig'/343, l='MpServer', x=401.91, y=63.00, z=-165.55], mt['Pig'/342, l='MpServer', x=400.91, y=63.00, z=-164.31], mt['Pig'/341, l='MpServer', x=398.94, y=61.90, z=-163.19], mt['Pig'/340, l='MpServer', x=402.66, y=61.96, z=-175.54], mt['Pig'/339, l='MpServer', x=404.64, y=62.26, z=-163.58], mw['Squid'/338, l='MpServer', x=414.50, y=52.37, z=-169.42], mt['Pig'/337, l='MpServer', x=401.28, y=62.18, z=-174.36], mt['Pig'/336, l='MpServer', x=404.10, y=63.00, z=-162.31], mt['Pig'/351, l='MpServer', x=404.09, y=63.00, z=-157.51], mt['Pig'/350, l='MpServer', x=409.41, y=62.34, z=-152.19], mt['Pig'/349, l='MpServer', x=406.72, y=62.31, z=-148.63], mt['Pig'/348, l='MpServer', x=414.81, y=63.00, z=-154.19], mt['Pig'/347, l='MpServer', x=405.56, y=61.82, z=-147.20], mt['Pig'/346, l='MpServer', x=405.56, y=61.83, z=-152.03], mt['Pig'/345, l='MpServer', x=406.63, y=62.45, z=-154.78], mt['Pig'/344, l='MpServer', x=405.34, y=62.33, z=-150.66], mt['Pig'/326, l='MpServer', x=406.34, y=61.83, z=-163.50], mt['Pig'/327, l='MpServer', x=402.39, y=62.28, z=-172.98], mt['Pig'/324, l='MpServer', x=403.67, y=61.76, z=-166.58], mt['Pig'/325, l='MpServer', x=406.56, y=62.45, z=-162.09], mt['Pig'/322, l='MpServer', x=405.64, y=61.98, z=-164.81], mt['Pig'/323, l='MpServer', x=405.25, y=62.19, z=-160.47], mt['Pig'/320, l='MpServer', x=409.66, y=62.30, z=-164.03], mt['Pig'/321, l='MpServer', x=402.13, y=61.90, z=-171.56], mt['Pig'/334, l='MpServer', x=408.13, y=61.93, z=-172.91], mt['Pig'/335, l='MpServer', x=400.91, y=63.00, z=-160.52], mt['Pig'/332, l='MpServer', x=400.91, y=63.00, z=-161.66], mt['Pig'/333, l='MpServer', x=402.59, y=61.97, z=-174.19], mt['Pig'/330, l='MpServer', x=406.26, y=62.04, z=-158.97], mt['Pig'/331, l='MpServer', x=400.91, y=63.00, z=-162.81], mt['Pig'/328, l='MpServer', x=402.45, y=62.30, z=-166.69], mt['Pig'/329, l='MpServer', x=403.13, y=63.00, z=-165.13], mt['Pig'/373, l='MpServer', x=400.91, y=64.05, z=-153.47], mt['Pig'/372, l='MpServer', x=400.91, y=63.00, z=-157.75], mt['Pig'/375, l='MpServer', x=400.91, y=64.05, z=-159.38], mt['Pig'/374, l='MpServer', x=400.91, y=63.00, z=-156.63], mt['Pig'/369, l='MpServer', x=402.09, y=63.00, z=-152.50], mt['Pig'/368, l='MpServer', x=404.07, y=63.00, z=-147.81], mt['Pig'/371, l='MpServer', x=408.88, y=62.35, z=-159.53], mt['Pig'/370, l='MpServer', x=402.91, y=63.00, z=-144.50], mt['Pig'/377, l='MpServer', x=400.91, y=63.00, z=-155.25], mt['Pig'/376, l='MpServer', x=404.09, y=63.00, z=-158.57], mt['Pig'/378, l='MpServer', x=404.07, y=63.00, z=-160.01], mt['Pig'/356, l='MpServer', x=404.50, y=62.33, z=-149.03], mt['Pig'/357, l='MpServer', x=404.09, y=63.00, z=-150.22], mt['Pig'/358, l='MpServer', x=404.09, y=63.00, z=-151.59], mt['Pig'/359, l='MpServer', x=407.61, y=62.10, z=-158.89], mt['Pig'/352, l='MpServer', x=407.92, y=62.07, z=-156.74], mt['Pig'/353, l='MpServer', x=404.09, y=63.00, z=-156.34], mt['Pig'/354, l='MpServer', x=409.10, y=62.39, z=-158.34], mt['Pig'/355, l='MpServer', x=400.91, y=64.04, z=-149.50], mt['Pig'/364, l='MpServer', x=406.40, y=62.13, z=-157.62], mt['Pig'/365, l='MpServer', x=404.13, y=63.00, z=-146.27], mt['Pig'/366, l='MpServer', x=404.09, y=63.00, z=-153.81], mt['Pig'/367, l='MpServer', x=404.13, y=63.00, z=-155.09], mt['Pig'/360, l='MpServer', x=400.91, y=63.00, z=-151.50], mt['Pig'/361, l='MpServer', x=404.13, y=63.00, z=-145.02], mt['Pig'/362, l='MpServer', x=402.84, y=63.00, z=-160.06], mt['Pig'/363, l='MpServer', x=410.53, y=62.48, z=-158.22], mt['Pig'/455, l='MpServer', x=416.97, y=62.16, z=-172.94], mt['Pig'/454, l='MpServer', x=419.94, y=61.88, z=-164.03], mt['Pig'/164, l='MpServer', x=380.75, y=64.00, z=-229.77], mw['Squid'/310, l='MpServer', x=410.50, y=16.12, z=-185.43], mw['Squid'/238, l='MpServer', x=379.09, y=53.09, z=-143.78], mt['Pig'/121, l='MpServer', x=345.19, y=63.00, z=-244.75], mt['Pig'/583, l='MpServer', x=439.51, y=64.47, z=-142.33], mw['Squid'/128, l='MpServer', x=354.06, y=52.81, z=-200.75], mt['Pig'/581, l='MpServer', x=440.17, y=65.00, z=-148.55], mt['Pig'/395, l='MpServer', x=410.35, y=64.41, z=-137.50], mw['Squid'/150, l='MpServer', x=365.66, y=57.34, z=-199.50], mw['Squid'/308, l='MpServer', x=411.50, y=50.00, z=-178.50], mt['Pig'/673, l='MpServer', x=474.13, y=63.00, z=-101.13], mw['Squid'/153, l='MpServer', x=363.28, y=57.88, z=-187.56], mw['Squid'/498, l='MpServer', x=449.08, y=60.35, z=-217.79], mw['Squid'/243, l='MpServer', x=388.58, y=59.09, z=-106.55], mw['Squid'/497, l='MpServer', x=435.50, y=57.20, z=-218.02], mw['Squid'/486, l='MpServer', x=424.85, y=57.31, z=-108.91], mw['Squid'/239, l='MpServer', x=389.04, y=53.78, z=-120.53], mw['Squid'/146, l='MpServer', x=363.50, y=52.00, z=-201.69], mt['Pig'/548, l='MpServer', x=434.40, y=66.71, z=-150.86], mw['Squid'/156, l='MpServer', x=357.35, y=54.38, z=-135.75], mt['Pig'/256, l='MpServer', x=417.25, y=63.00, z=-217.84], mt['Pig'/462, l='MpServer', x=431.73, y=65.00, z=-133.83], mw['Squid'/148, l='MpServer', x=359.56, y=52.37, z=-199.34], mw['Squid'/244, l='MpServer', x=389.28, y=55.09, z=-103.46], mw['Squid'/489, l='MpServer', x=421.05, y=58.15, z=-112.53], mw['Squid'/129, l='MpServer', x=355.22, y=53.84, z=-202.41], mw['Squid'/154, l='MpServer', x=361.16, y=52.40, z=-142.19], mw['Squid'/159, l='MpServer', x=367.95, y=59.32, z=-116.20], mt['Pig'/309, l='MpServer', x=412.21, y=62.28, z=-185.02], mw['Squid'/312, l='MpServer', x=408.77, y=48.39, z=-187.52], mt['Pig'/458, l='MpServer', x=430.26, y=64.00, z=-129.29], mt['Pig'/553, l='MpServer', x=443.23, y=65.00, z=-155.35], mt['Pig'/563, l='MpServer', x=436.48, y=62.14, z=-125.81], mw['Squid'/152, l='MpServer', x=352.94, y=59.38, z=-191.50], mw['Squid'/157, l='MpServer', x=358.14, y=56.34, z=-111.49], mt['Pig'/408, l='MpServer', x=404.55, y=65.74, z=-132.16], mt['Pig'/589, l='MpServer', x=436.52, y=66.00, z=-147.64], mt['Pig'/179, l='MpServer', x=370.54, y=62.07, z=-172.50], mw['Squid'/237, l='MpServer', x=387.75, y=56.38, z=-137.06], mt['Pig'/531, l='MpServer', x=445.50, y=64.00, z=-165.94], mt['Pig'/590, l='MpServer', x=436.94, y=64.00, z=-135.50], mt['Pig'/520, l='MpServer', x=446.44, y=63.47, z=-184.45], mt['Pig'/469, l='MpServer', x=413.66, y=66.00, z=-133.10], mt['Pig'/180, l='MpServer', x=381.69, y=61.86, z=-164.81], mt['Pig'/203, l='MpServer', x=390.62, y=63.00, z=-188.54], mt['Pig'/586, l='MpServer', x=430.49, y=65.47, z=-135.47], mt['Pig'/254, l='MpServer', x=412.49, y=63.00, z=-232.07]]
  • World MpServer Players: 1 total; [atg['FlameDizasterX'/655, l='MpServer', x=415.70, y=46.82, z=-166.70]]
  • World MpServer Chunk Stats: MultiplayerChunkCache: 441
  • Forced Entities: 125 total; [mt['Pig'/548, l='MpServer', x=434.40, y=66.71, z=-150.86], mt['Pig'/553, l='MpServer', x=443.23, y=65.00, z=-155.35], mt['Pig'/256, l='MpServer', x=417.25, y=63.00, z=-217.84], mt['Pig'/563, l='MpServer', x=436.48, y=62.14, z=-125.81], mt['Pig'/309, l='MpServer', x=412.21, y=62.28, z=-185.02], mw['Squid'/308, l='MpServer', x=411.50, y=50.00, z=-178.50], mw['Squid'/310, l='MpServer', x=410.50, y=16.12, z=-185.43], mt['Pig'/313, l='MpServer', x=402.54, y=62.32, z=-167.90], mw['Squid'/312, l='MpServer', x=408.77, y=48.39, z=-187.52], mt['Pig'/315, l='MpServer', x=401.42, y=61.89, z=-167.97], mt['Pig'/314, l='MpServer', x=407.59, y=61.91, z=-160.75], mt['Pig'/520, l='MpServer', x=446.44, y=63.47, z=-184.45], mt['Pig'/317, l='MpServer', x=403.32, y=62.50, z=-171.81], mt['Pig'/316, l='MpServer', x=402.53, y=62.36, z=-170.35], nj['item.item.porkchopRaw'/319, l='MpServer', x=400.88, y=49.13, z=-164.94], mt['Pig'/318, l='MpServer', x=402.50, y=62.07, z=-169.12], mt['Pig'/531, l='MpServer', x=445.50, y=64.00, z=-165.94], mt['Pig'/343, l='MpServer', x=401.91, y=63.00, z=-165.55], mt['Pig'/342, l='MpServer', x=400.91, y=63.00, z=-164.31], mt['Pig'/341, l='MpServer', x=398.94, y=61.90, z=-163.19], mt['Pig'/340, l='MpServer', x=402.66, y=61.96, z=-175.54], mt['Pig'/339, l='MpServer', x=404.64, y=62.26, z=-163.58], mw['Squid'/338, l='MpServer', x=414.50, y=52.37, z=-169.42], mt['Pig'/337, l='MpServer', x=401.28, y=62.18, z=-174.36], mt['Pig'/336, l='MpServer', x=404.10, y=63.00, z=-162.31], mt['Pig'/351, l='MpServer', x=404.09, y=63.00, z=-157.51], mt['Pig'/350, l='MpServer', x=409.41, y=62.34, z=-152.19], mt['Pig'/349, l='MpServer', x=406.72, y=62.31, z=-148.63], mt['Pig'/348, l='MpServer', x=414.81, y=63.00, z=-154.19], mt['Pig'/347, l='MpServer', x=405.56, y=61.82, z=-147.20], mt['Pig'/346, l='MpServer', x=405.56, y=61.83, z=-152.03], mt['Pig'/345, l='MpServer', x=406.63, y=62.45, z=-154.78], mt['Pig'/344, l='MpServer', x=405.34, y=62.33, z=-150.66], mt['Pig'/326, l='MpServer', x=406.34, y=61.83, z=-163.50], mt['Pig'/327, l='MpServer', x=402.39, y=62.28, z=-172.98], mt['Pig'/324, l='MpServer', x=403.67, y=61.76, z=-166.58], mt['Pig'/325, l='MpServer', x=406.56, y=62.45, z=-162.09], mt['Pig'/322, l='MpServer', x=405.64, y=61.98, z=-164.81], mt['Pig'/323, l='MpServer', x=405.25, y=62.19, z=-160.47], mt['Pig'/320, l='MpServer', x=409.66, y=62.30, z=-164.03], mt['Pig'/321, l='MpServer', x=402.13, y=61.90, z=-171.56], mt['Pig'/334, l='MpServer', x=408.13, y=61.93, z=-172.91], mt['Pig'/335, l='MpServer', x=400.91, y=63.00, z=-160.52], mt['Pig'/332, l='MpServer', x=400.91, y=63.00, z=-161.66], mt['Pig'/333, l='MpServer', x=402.59, y=61.97, z=-174.19], mt['Pig'/330, l='MpServer', x=406.26, y=62.04, z=-158.97], mt['Pig'/331, l='MpServer', x=400.91, y=63.00, z=-162.81], mt['Pig'/328, l='MpServer', x=402.45, y=62.30, z=-166.69], mt['Pig'/329, l='MpServer', x=403.13, y=63.00, z=-165.13], mt['Pig'/373, l='MpServer', x=400.91, y=64.05, z=-153.47], mt['Pig'/372, l='MpServer', x=400.91, y=63.00, z=-157.75], mt['Pig'/375, l='MpServer', x=400.91, y=64.05, z=-159.38], mt['Pig'/374, l='MpServer', x=400.91, y=63.00, z=-156.63], mt['Pig'/369, l='MpServer', x=402.09, y=63.00, z=-152.50], mt['Pig'/368, l='MpServer', x=404.07, y=63.00, z=-147.81], mt['Pig'/581, l='MpServer', x=440.17, y=65.00, z=-148.55], mt['Pig'/371, l='MpServer', x=408.88, y=62.35, z=-159.53], mt['Pig'/370, l='MpServer', x=402.91, y=63.00, z=-144.50], mt['Pig'/583, l='MpServer', x=439.51, y=64.47, z=-142.33], mt['Pig'/586, l='MpServer', x=430.49, y=65.47, z=-135.47], mt['Pig'/377, l='MpServer', x=400.91, y=63.00, z=-155.25], mt['Pig'/589, l='MpServer', x=436.52, y=66.00, z=-147.64], mt['Pig'/376, l='MpServer', x=404.09, y=63.00, z=-158.57], mt['Pig'/590, l='MpServer', x=436.94, y=64.00, z=-135.50], mt['Pig'/378, l='MpServer', x=404.07, y=63.00, z=-160.01], mt['Pig'/356, l='MpServer', x=404.50, y=62.33, z=-149.03], mt['Pig'/357, l='MpServer', x=404.09, y=63.00, z=-150.22], mt['Pig'/358, l='MpServer', x=404.09, y=63.00, z=-151.59], mt['Pig'/359, l='MpServer', x=407.61, y=62.10, z=-158.89], mt['Pig'/352, l='MpServer', x=407.92, y=62.07, z=-156.74], mt['Pig'/353, l='MpServer', x=404.09, y=63.00, z=-156.34], mt['Pig'/354, l='MpServer', x=409.10, y=62.39, z=-158.34], mt['Pig'/355, l='MpServer', x=400.91, y=64.04, z=-149.50], mt['Pig'/364, l='MpServer', x=406.40, y=62.13, z=-157.62], mt['Pig'/365, l='MpServer', x=404.13, y=63.00, z=-146.27], mt['Pig'/366, l='MpServer', x=404.09, y=63.00, z=-153.81], mt['Pig'/367, l='MpServer', x=404.13, y=63.00, z=-155.09], mt['Pig'/360, l='MpServer', x=400.91, y=63.00, z=-151.50], mt['Pig'/361, l='MpServer', x=404.13, y=63.00, z=-145.02], mt['Pig'/362, l='MpServer', x=402.84, y=63.00, z=-160.06], mt['Pig'/121, l='MpServer', x=345.19, y=63.00, z=-244.75], mt['Pig'/363, l='MpServer', x=410.53, y=62.48, z=-158.22], mt['Pig'/408, l='MpServer', x=404.55, y=65.74, z=-132.16], mw['Squid'/129, l='MpServer', x=355.22, y=53.84, z=-202.41], mw['Squid'/128, l='MpServer', x=354.06, y=52.81, z=-200.75], mt['Pig'/673, l='MpServer', x=474.13, y=63.00, z=-101.13], mw['Squid'/152, l='MpServer', x=352.94, y=59.38, z=-191.50], mt['Pig'/395, l='MpServer', x=410.35, y=64.41, z=-137.50], mw['Squid'/153, l='MpServer', x=363.28, y=57.88, z=-187.56], mw['Squid'/154, l='MpServer', x=361.16, y=52.40, z=-142.19], mw['Squid'/156, l='MpServer', x=357.35, y=54.38, z=-135.75], mw['Squid'/157, l='MpServer', x=358.14, y=56.34, z=-111.49], mw['Squid'/159, l='MpServer', x=367.95, y=59.32, z=-116.20], mw['Squid'/146, l='MpServer', x=363.50, y=52.00, z=-201.69], mw['Squid'/148, l='MpServer', x=359.56, y=52.37, z=-199.34], atg['FlameDizasterX'/655, l='MpServer', x=415.70, y=46.82, z=-166.70], mw['Squid'/150, l='MpServer', x=365.66, y=57.34, z=-199.50], mt['Pig'/164, l='MpServer', x=380.75, y=64.00, z=-229.77], mt['Pig'/179, l='MpServer', x=370.54, y=62.07, z=-172.50], mt['Pig'/180, l='MpServer', x=381.69, y=61.86, z=-164.81], mt['Pig'/203, l='MpServer', x=390.62, y=63.00, z=-188.54], nj['item.item.porkchopRaw'/319, l='MpServer', x=400.88, y=49.13, z=-164.94], mt['Pig'/469, l='MpServer', x=413.66, y=66.00, z=-133.10], mt['Pig'/462, l='MpServer', x=431.73, y=65.00, z=-133.83], mt['Pig'/458, l='MpServer', x=430.26, y=64.00, z=-129.29], mt['Pig'/455, l='MpServer', x=416.97, y=62.16, z=-172.94], mt['Pig'/454, l='MpServer', x=419.94, y=61.88, z=-164.03], mw['Squid'/239, l='MpServer', x=389.04, y=53.78, z=-120.53], mw['Squid'/238, l='MpServer', x=379.09, y=53.09, z=-143.78], mw['Squid'/237, l='MpServer', x=387.75, y=56.38, z=-137.06], mt['Pig'/234, l='MpServer', x=399.51, y=62.31, z=-159.14], mt['Pig'/233, l='MpServer', x=399.41, y=62.29, z=-156.47], mt['Pig'/232, l='MpServer', x=399.53, y=62.19, z=-157.78], mt['Pig'/231, l='MpServer', x=398.16, y=61.97, z=-157.51], mt['Pig'/230, l='MpServer', x=398.30, y=62.37, z=-158.68], mt['Pig'/229, l='MpServer', x=386.78, y=61.51, z=-145.19], mw['Squid'/228, l='MpServer', x=391.56, y=45.00, z=-157.47], mw['Squid'/227, l='MpServer', x=387.50, y=40.00, z=-151.50], mw['Squid'/497, l='MpServer', x=435.50, y=57.20, z=-218.02], mw['Squid'/498, l='MpServer', x=449.08, y=60.35, z=-217.79], mt['Pig'/254, l='MpServer', x=412.49, y=63.00, z=-232.07], mw['Squid'/489, l='MpServer', x=421.05, y=58.15, z=-112.53], mw['Squid'/244, l='MpServer', x=389.28, y=55.09, z=-103.46], mw['Squid'/486, l='MpServer', x=424.85, y=57.31, z=-108.91], mw['Squid'/243, l='MpServer', x=388.58, y=59.09, z=-106.55]]
  • Retry Entities: 0 total; []

java.lang.NullPointerException
at com.github.AbrarSyed.SecretRooms.BlockCamoTrapDoor.b(BlockCamoTrapDoor.java:105)
at com.github.AbrarSyed.SecretRooms.BlockCamoTrapDoor.b(BlockCamoTrapDoor.java:117)
at avg.q(RenderBlocks.java:3772)
at avg.b(RenderBlocks.java:382)
at aus.a(WorldRenderer.java:218)
at avb.a(RenderGlobal.java:1468)
at auw.a(EntityRenderer.java:1005)
at auw.b(EntityRenderer.java:886)
at net.minecraft.client.Minecraft.J(Minecraft.java:882)
at net.minecraft.client.Minecraft.run(Minecraft.java:775)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 90f732f6 ----------

All I did was open my inventory. (The pigs were from me messing with single player commands.) Is this my client, or is it the mod?

Texture switch when using camo button/lever

So I was fiddling around and making a contraption and everytime I use a camo button/lever, the texture switches to stone. No matter what it starts out as, when I use it, the texture changes to stone and doesn't go back.
Example:


Anyone know a fix?

Updated forge, still crashed

I just started playing Minecraft a week or so ago, so im still new to this, very much a virgin on reading error reports so forgive me before hand if there was something simple that i missed D:

Again, I am sorry beforehand, i dont mean to spam an issiue that may have happen to someone else already, however i did look over the other issiues and i may have missed it but i havent seen anyone else with the same issiue as me..

What im using sofar is

Minecraft 1.4.5
MineCraft Forge 6.4.1.410
buildcraft-A-3.2.0
industrialcraft-2_1.109.113-lf
PowerConverters_1.4.4
WirelessRedstone
Transformers v1.7

and im trying to install
SecretRoomsMod-universal-4.4.0.144 so im not sure if im even using the wrong verson maybe?

I figured id list all the mods just in case.. unno :/ I feel like a fresh wolf on unknown lands, lol

Error Report

 Minecraft has crashed!      
  ----------------------      

Minecraft has stopped running because it encountered a problem; Failed to start game

A full error report has been saved to C:\Documents and Settings\FireWolf\Application Data.minecraft\crash-reports\crash-2012-12-02_12.23.36-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(

--- BEGIN ERROR REPORT e2f2e96f --------
Full report at:
C:\Documents and Settings\FireWolf\Application Data.minecraft\crash-reports\crash-2012-12-02_12.23.36-client.txt
Please show that file to Mojang, NOT just this screen!

Generated 12/2/12 12:23 PM

-- System Details --
Details:
Minecraft Version: 1.4.5
Operating System: Windows XP (x86) version 5.1
Java Version: 1.6.0_06, Sun Microsystems Inc.
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Sun Microsystems Inc.
Memory: 469086384 bytes (447 MB) / 532807680 bytes (508 MB) up to 1065484288 bytes (1016 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
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 v7.23 FML v4.5.2.459 Minecraft Forge 6.4.1.410 16 mods loaded, 16 mods active
mcp Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
FML Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Forge Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
mod_CodeChickenCore CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
mod_NotEnoughItems Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Core BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Builders BC Builders Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Energy BC Energy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Factory BC Factory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Transport BC Transport Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BuildCraft|Silicon BC Silicon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
IC2 IndustrialCraft 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
PowerConverters Power Converters Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
SecretRoomsMod The SecretRoomsMod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
snyke7_Transformers [Transformers](Transformers v1.7.zip) Unloaded->Constructed->Pre-initialized->Initialized->Errored
WirelessRedstoneCore Wireless Redstone Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
LWJGL: 2.4.2
OpenGL: GeForce 9600 GT/PCI/SSE2/3DNOW! GL version 2.1.2, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ERROR NullPointerException: null

java.lang.IllegalArgumentException: Slot 200 is already occupied by com.github.AbrarSyed.SecretRooms.BlockTorchLever@6bc73b when adding snyke7.Transformers.BlockElectricEngine@1e5052b
at amj.(Block.java:292)
at aju.(BlockContainer.java:7)
at snyke7.Transformers.BlockElectricEngine.(BlockElectricEngine.java:23)
at snyke7.Transformers.TransformersCore.load(TransformersCore.java:25)
at snyke7.Transformer.load(Transformer.java:33)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
at sun.reflect.GeneratedMethodAccessor5.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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:654)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:197)
at net.minecraft.client.Minecraft.a(Minecraft.java:469)
at net.minecraft.client.Minecraft.run(Minecraft.java:756)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT c3b9a65b ----------

Incompatibilities with other mods using Forge 4.0.0.239

Minecraft version: 1.3.2

SecretRoomsMod (SRM) version: 4.2.2

Forge version: 4.0.0.239

Forge Mod Loader version: 3.0.161.341

Mods included for reference: "Backpacks v. 1.1.4 SMP + SSP", "ExtrabiomesXL universal 3.1.0.d.102", and "BuildCraft 3.2.0pre7 (Client & Server)"

Minecraft Forums username: bonnyvonscotty

Description of Process: When Forge and SRM are the only mods loaded the game does not crash and is playable with modded content. When the three mods listed (singly or grouped) are loaded with Forge and SRM, the game crashes, but not when loaded without SRM. Below are the individual error reports for each mod with SRM. During testing, it was found that neither "Inventory Tweaks 1.43B" nor "Rei's Minimap 3.2_05" caused Minecraft to crash when loaded with SRM and Forge, and all modded content was available. It should be noted that all mods used are Forge compatible.

Thank you for the work you've done thus far on the mod, it looks terrific. Please let me know if you need any other info from my end regarding this issue.


Error Report for SRM with Forge and Backpacks

--- BEGIN ERROR REPORT d43c8ddf --------
Generated 10/13/12 10:59 PM

  • Minecraft Version: 1.3.2
  • Operating System: Windows 7 (amd64) version 6.1
  • Java Version: 1.7.0_07, Oracle Corporation
  • Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  • Memory: 389534384 bytes (371 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB)
  • JVM Flags: 2 total; -Xms512m -Xmx1024m
  • FML: FML v3.0.161.341 Minecraft Forge 4.0.0.239 4 mods loaded, 4 mods active
    FML Forge Mod Loader Unloaded->Constructed
    Forge Minecraft Forge Unloaded->Constructed
    SecretRoomsMod SecretRoomsMod Unloaded->Constructed
    Backpack Backpack Unloaded->Errored
  • LWJGL: 2.4.2
  • OpenGL: Intel(R) HD Graphics 4000 GL version 3.3.0 - Build 8.15.10.2696, Intel
  • Is Modded: Definitely; 'forge,fml'
  • Type: Client
  • Texture Pack: Default
  • Profiler Position: N/A (disabled)

cpw.mods.fml.common.LoaderException: java.lang.IllegalArgumentException: Can not set static com.github.AbrarSyed.SecretRooms.SecretRooms field com.github.AbrarSyed.SecretRooms.SecretRooms.instance to backpack.Backpack
at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:443)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:141)
at net.minecraft.client.Minecraft.a(Minecraft.java:405)
at net.minecraft.client.Minecraft.run(Minecraft.java:737)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalArgumentException: Can not set static com.github.AbrarSyed.SecretRooms.SecretRooms field com.github.AbrarSyed.SecretRooms.SecretRooms.instance to backpack.Backpack
at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
at sun.reflect.UnsafeStaticObjectFieldAccessorImpl.set(Unknown Source)
at java.lang.reflect.Field.set(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.parseSimpleFieldAnnotation(FMLModContainer.java:331)
at cpw.mods.fml.common.FMLModContainer.processFieldAnnotations(FMLModContainer.java:255)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:351)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:442)
... 4 more
--- END ERROR REPORT 6865c7f7 ----------


Error Report for SRM with Forge and ExtraBiomesXL

--- BEGIN ERROR REPORT 227e7580 --------
Generated 10/13/12 11:19 PM

  • Minecraft Version: 1.3.2
  • Operating System: Windows 7 (amd64) version 6.1
  • Java Version: 1.7.0_07, Oracle Corporation
  • Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  • Memory: 387599256 bytes (369 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB)
  • JVM Flags: 2 total; -Xms512m -Xmx1024m
  • FML: FML v3.0.161.341 Minecraft Forge 4.0.0.239 4 mods loaded, 4 mods active
    FML Forge Mod Loader Unloaded->Constructed
    Forge Minecraft Forge Unloaded->Constructed
    SecretRoomsMod SecretRoomsMod Unloaded->Constructed
    ExtrabiomesXL ExtrabiomesXL Unloaded->Errored
  • LWJGL: 2.4.2
  • OpenGL: Intel(R) HD Graphics 4000 GL version 3.3.0 - Build 8.15.10.2696, Intel
  • Is Modded: Definitely; 'forge,fml'
  • Type: Client
  • Texture Pack: Default
  • Profiler Position: N/A (disabled)

cpw.mods.fml.common.LoaderException: java.lang.IllegalArgumentException: Can not set static com.github.AbrarSyed.SecretRooms.SecretRooms field com.github.AbrarSyed.SecretRooms.SecretRooms.instance to extrabiomes.Extrabiomes
at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:443)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:141)
at net.minecraft.client.Minecraft.a(Minecraft.java:405)
at net.minecraft.client.Minecraft.run(Minecraft.java:737)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalArgumentException: Can not set static com.github.AbrarSyed.SecretRooms.SecretRooms field com.github.AbrarSyed.SecretRooms.SecretRooms.instance to extrabiomes.Extrabiomes
at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
at sun.reflect.UnsafeStaticObjectFieldAccessorImpl.set(Unknown Source)
at java.lang.reflect.Field.set(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.parseSimpleFieldAnnotation(FMLModContainer.java:331)
at cpw.mods.fml.common.FMLModContainer.processFieldAnnotations(FMLModContainer.java:255)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:351)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:442)
... 4 more
--- END ERROR REPORT 14a3a2e3 ----------


Error Report for SRM with Forge and BuildCraft

--- BEGIN ERROR REPORT 7ed31a86 --------
Generated 10/13/12 11:25 PM

  • Minecraft Version: 1.3.2
  • Operating System: Windows 7 (amd64) version 6.1
  • Java Version: 1.7.0_07, Oracle Corporation
  • Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  • Memory: 370083256 bytes (352 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB)
  • JVM Flags: 2 total; -Xms512m -Xmx1024m
  • FML: FML v3.0.161.341 Minecraft Forge 4.0.0.239 9 mods loaded, 9 mods active
    FML Forge Mod Loader Unloaded->Constructed
    Forge Minecraft Forge Unloaded->Constructed
    SecretRoomsMod SecretRoomsMod Unloaded->Constructed
    BuildCraft|Core BuildCraft Unloaded->Errored
    BuildCraft|Builders BC Builders Unloaded->Errored
    BuildCraft|Energy BC Energy Unloaded->Errored
    BuildCraft|Factory BC Factory Unloaded->Errored
    BuildCraft|Transport BC Transport Unloaded->Errored
    BuildCraft|Silicon BC Silicon Unloaded->Errored
  • LWJGL: 2.4.2
  • OpenGL: Intel(R) HD Graphics 4000 GL version 3.3.0 - Build 8.15.10.2696, Intel
  • Is Modded: Definitely; 'forge,fml'
  • Type: Client
  • Texture Pack: Default
  • Profiler Position: N/A (disabled)

cpw.mods.fml.common.LoaderException: java.lang.IllegalArgumentException: Can not set static com.github.AbrarSyed.SecretRooms.SecretRooms field com.github.AbrarSyed.SecretRooms.SecretRooms.instance to buildcraft.BuildCraftCore
at cpw.mods.fml.common.LoadController.transition(LoadController.java:102)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:443)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:141)
at net.minecraft.client.Minecraft.a(Minecraft.java:405)
at net.minecraft.client.Minecraft.run(Minecraft.java:737)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalArgumentException: Can not set static com.github.AbrarSyed.SecretRooms.SecretRooms field com.github.AbrarSyed.SecretRooms.SecretRooms.instance to buildcraft.BuildCraftCore
at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(Unknown Source)
at sun.reflect.UnsafeStaticObjectFieldAccessorImpl.set(Unknown Source)
at java.lang.reflect.Field.set(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.parseSimpleFieldAnnotation(FMLModContainer.java:331)
at cpw.mods.fml.common.FMLModContainer.processFieldAnnotations(FMLModContainer.java:255)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:351)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:442)
... 4 more
--- END ERROR REPORT 4d4d8f29 ----------

Crash With Placing See Thru Glass And Placing Buildcraft Pipes Right Next To See Thru Glass

---- Minecraft Crash Report ----
// I just don't know what went wrong :(

Time: 12/3/12 7:20 PM
Description: Exception in server tick loop

java.lang.OutOfMemoryError: Java heap space
at com.github.AbrarSyed.SecretRooms.PacketHandlerServer.onPacketData(PacketHandlerServer.java:51)
at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:249)
at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:239)
at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:78)
at iv.a(NetServerHandler.java:1054)
at dj.a(SourceFile:59)
at cf.b(MemoryConnection.java:79)
at iv.d(NetServerHandler.java:82)
at iw.b(NetworkListenThread.java:55)
at bdr.b(IntegratedServerListenThread.java:111)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:696)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:592)
at bdo.q(IntegratedServer.java:110)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:499)
at fy.run(SourceFile:856)

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

-- System Details --
Details:
Minecraft Version: 1.4.5
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_07, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1645832800 bytes (1569 MB) / 1959133184 bytes (1868 MB) up to 1959133184 bytes (1868 MB)
JVM Flags: 2 total; -Xms1000m -Xmx2000m
AABB Pool Size: 316 (17696 bytes; 0 MB) allocated, 112 (6272 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 14
FML: MCP v7.23 FML v4.5.2.459 Minecraft Forge 6.4.1.410 Optifine OptiFine_1.4.5_HD_D3 58 mods loaded, 58 mods active
mcp Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
FML Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Forge Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_CodeChickenCore CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_NotEnoughItems Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
PowerCraft-Core PowerCraft-Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_GuiAPI mod_GuiAPI Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
BuildCraft|Core BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
BuildCraft|Transport BC Transport Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
BuildCraft|Silicon BC Silicon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
APUnofficial Additional Pipes Unofficial Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
BasicComponents Basic Components Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
AssemblyLine Assembly Line Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
IC2 IndustrialCraft 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
AtomicScience Atomic Science Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
BlastCraft BlastCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
BuildCraft|Builders BC Builders Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
BuildCraft|Energy BC Energy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
BuildCraft|Factory BC Factory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
GateCopy Buildcraft Gate Copier Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
ValvePipe Valve Pipe Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
ComputerCraft ComputerCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
CCTurtle ComputerCraft Turtles Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
HawksMachinery Hawk's Machinery Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
ElectricExpansion Electric Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
EnderStorage [EnderStorage](EnderStorage 1.2.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
factorization Factorization Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Forestry Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
ForgeIRC ForgeIRC Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
GraviGun GraviGun Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
UpdateManager_TheWhiteWolves Mod Update Manager Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
ICBM ICBM Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
ImmibisCore Immibis Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
IronChest Iron Chest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
LogisticsPipes|Main Logistics Pipes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Mekanism Mekanism Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
MekanismGenerators MekanismGenerators Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
MekanismTools MekanismTools Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
ModularForceFieldSystem Modular ForceField System Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
MorePipes More Pipes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Mystcraft Mystcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
NEIPlugins NEI Plugins Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
PowerCraft-Transport PowerCraft-Transport Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Railcraft Railcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
XReliquary [Xeno's Reliquary](Reliquary v0.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
RoutingPipe Routing Pipe Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
SecretRoomsMod [The SecretRoomsMod](SecretRoomsMod-universal-4.4.0.144 %281%29.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
StevesCarts Steve's Carts Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Thaumcraft Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
ThermalExpansion Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
ThermalExpansion|Factory Factory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
ThermalExpansion|Energy Energy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
ThermalExpansion|NEI NEI Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
transferpipes TransferPipes Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Tubestuff Tubestuff Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
XyCraft XyCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
DimensionalAnchors Dimensional Anchors Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_IDResolver mod_IDResolver Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 15 (840 bytes; 0 MB) allocated, 3 (168 bytes; 0 MB) used
Player Count: 1 / 8; [iq['ILoveTooDig'/82, l='New World', x=-881.37, y=17.00, z=-503.97]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge,fml'

Stairs.

When i place the stairs Facing me, it makes it so you can't walk on it from the side that you placed it on, works with the back and sides but not the front.

Camouflage doesn't work on minimaps

If you dig out an area then place the one way camo blocks overhead the area appears on minimaps like Rei's as having been dug out, it see's down to the dug out layer.
Ghost blocks work as expected hiding the dug out area properly with their textures.

In Game Clock Messed Up for Beds and Mobs

Whenever I load up a world (I only play SSP), if the in-game time is day, it will be treated as day in terms of mechanics for sleeping and for mob spawning/burning for the rest of that session of play. Ditto with nighttime. If I load during the day, no mobs will spawn even at night and I won't be able to sleep in my bed unless I exit and reload during the nighttime. If it's at night, mobs won't necessarily spawn as if it is nighttime (given they still need darkness to spawn) but zombies, skeletons, and various other mobs from Mo' Creatures won't start burning even in the light.

Full disclosure here, I use a LOT of mods, up near the high 70s, low 80s. This problem seems to be with this mod only, though, as it's only an issue when this mod is included. Have not yet tested using JUST this mod, but it doesn't seem like it could just be a compatibility issue.

Not really sure why this would be affected by this mod, but again, no other mod being included seems to cause this problem.

Minecraft version: 1.4.7
SecretRoomsMod version: 4.5.0
Version of Forge: 518
Other mods which may impact: None, to my knowledge
MinecraftForums username: ThePhilosophile

NEI gives away camo blocks

Camo and Ghost blocks when moused over the NEI hints pop up indicating what type of block it is. Makes it very easy to identify the blocks. Perhaps mask the name in some manner to make it mimic the name of what it is copying?

game crash when starting your world

  Minecraft has crashed!      
  ----------------------      

Minecraft has stopped running because it encountered a problem; Unexpected error
This error has been saved to C:\Users\James\AppData\Roaming.minecraft\crash-reports\crash-2012-09-26_18.40.31-client.txt for your convenience. Please include a copy of this file if you report this crash to anyone.

--- BEGIN ERROR REPORT a3bbd875 --------
Generated 2012-09-26 18:40

  • Minecraft Version: 1.3.2
  • Operating System: Windows 7 (x86) version 6.1
  • Java Version: 1.7.0_07, Oracle Corporation
  • Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  • Memory: 410211616 bytes (391 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
  • JVM Flags: 2 total; -Xms512m -Xmx1024m
  • ModLoader: Mods loaded: 3
    ModLoader 1.3.2
    mod_TooManyItems 1.3.2 2012-08-16
    mod_SecretRooms SecretRoomsMod v4.2.1
  • LWJGL: 2.4.2
  • OpenGL: GeForce GT 545/PCIe/SSE2 GL version 4.2.0, NVIDIA Corporation
  • Is Modded: Very likely
  • Type: Client
  • Texture Pack: Default
  • Profiler Position: N/A (disabled)
  • World MpServer Entities: 1 total; [atg['ultrajames'/210, l='MpServer', x=-26,63, y=32,62, z=51,61]]
  • World MpServer Players: 1 total; [atg['ultrajames'/210, l='MpServer', x=-26,63, y=32,62, z=51,61]]
  • World MpServer Chunk Stats: MultiplayerChunkCache: 40
  • Forced Entities: 1 total; [atg['ultrajames'/210, l='MpServer', x=-26,63, y=32,62, z=51,61]]
  • Retry Entities: 0 total; []

java.lang.ArrayIndexOutOfBoundsException: 3
at ve.g(SourceFile:133)
at aig.b(SourceFile:486)
at BlockCamoFull.b(BlockCamoFull.java:67)
at avg.a(RenderBlocks.java:3954)
at avg.q(RenderBlocks.java:3731)
at mod_SecretRooms.renderFullCamo(mod_SecretRooms.java:443)
at mod_SecretRooms.renderWorldBlock(mod_SecretRooms.java:192)
at ModLoader.renderWorldBlock(ModLoader.java:1894)
at avg.b(RenderBlocks.java:375)
at aus.a(SourceFile:160)
at avb.a(SourceFile:1096)
at auw.a(SourceFile:776)
at auw.b(SourceFile:685)
at EntityRendererProxy.b(EntityRendererProxy.java:20)
at net.minecraft.client.Minecraft.J(SourceFile:607)
at net.minecraft.client.Minecraft.run(SourceFile:535)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 17739963 ----------

NPE with new version

http://pastebin.com/e1W5u1Gc
Take a look at this, got this when upgrading to your new version.
If you need more info just post here Abrarsyed.

Looks as if it corrupted our maps, too.

Yes it definitely corrupted our map. Downgraded to old version and loaded a backup and everything is fine. With the new version it instantly corrupts the map, too.

one-way camo blocks not going camo when placed facing up

MC: 1.4.4(most recent iteration of error)
Forge: Very latest (372+)
Secret Rooms: 4.3.0.113

when placing one way camo block pointing up they no longer blend in for grass that I see not sure about everything else but stone still works. I will post a screenshot for you.

One Way Glass Crash

Just wanted to let you know that if you place One Way Glass on Cherry wood planks from forestry (I believe) it causes the below crash. I will test it quick with the other camo blocks and add the results later. I know the camo lever uses the wrong textures alternating between sapling and fire.

---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!

Time: 11/28/12 11:12 PM
Description: Exception in server tick loop

java.lang.OutOfMemoryError: Java heap space
at com.github.AbrarSyed.SecretRooms.PacketHandlerServer.onPacketData(PacketHandlerServer.java:51)
at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:249)
at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:239)
at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:78)
at iv.a(NetServerHandler.java:1054)
at dj.a(SourceFile:59)
at cf.b(MemoryConnection.java:79)
at iv.d(NetServerHandler.java:82)
at iw.b(NetworkListenThread.java:55)
at bdr.b(IntegratedServerListenThread.java:111)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:691)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:587)
at bdo.q(IntegratedServer.java:110)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:494)
at fy.run(SourceFile:856)

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

-- System Details --
Details:
Minecraft Version: 1.4.5
Operating System: Windows Vista (amd64) version 6.0
Java Version: 1.7.0_06, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 367835200 bytes (350 MB) / 1023016960 bytes (975 MB) up to 1023016960 bytes (975 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 916 (51296 bytes; 0 MB) allocated, 832 (46592 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v7.23 FML v4.5.2.459 Minecraft Forge 6.4.1.407 Optifine OptiFine_1.4.5_HD_U_D3 38 mods loaded, 38 mods active
mcp Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
FML Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
Forge Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
mod_CodeChickenCore CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
mod_NotEnoughItems Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
mod_AdvancedHud [mod_AdvancedHud](Advanced Hud 4.8dev2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
IC2 IndustrialCraft 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
AdvancedMachines IC2 Advanced Machines Addon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
BuildCraft|Core BuildCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
BuildCraft|Builders BC Builders Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
BuildCraft|Energy BC Energy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
BuildCraft|Factory BC Factory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
BuildCraft|Transport BC Transport Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
BuildCraft|Silicon BC Silicon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
ComputerCraft ComputerCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
CCTurtle ComputerCraft Turtles Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
EnderStorage [EnderStorage](EnderStorage 1.2.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
ExtrabiomesXL ExtrabiomesXL Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
factorization Factorization Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
Forestry Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
IC2NuclearControl Nuclear Control Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
mod_InvTweaks Inventory Tweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
IronChest Iron Chest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
AdvancedSolarPanel Advanced Solar Panels Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
GraviSuite Gravitation Suite Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
ModularForceFieldSystem Modular ForceField System V2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
ObsidiPlates Obsidian Pressure Plates Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
PortalGun Portal Gun Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
Railcraft Railcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
SecretRoomsMod The SecretRoomsMod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
StevesCarts Steve's Carts Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
ThermalExpansion Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
ThermalExpansion|Factory Factory Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
ThermalExpansion|Energy Energy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
ThermalExpansion|NEI NEI Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
WR-CBE|Core [WR-CBE Core](WR-CBE Core 1.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
XyCraft XyCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
GregTech_Addon GregTech-Addon Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 148 (8288 bytes; 0 MB) allocated, 127 (7112 bytes; 0 MB) used
Player Count: 1 / 8; [iq['xjarlx'/5402375, l='Test', x=234.10, y=56.00, z=-256.30]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge,fml'

Snow doesn't form on blocks

Ghost blocks, secret trap doors, one way blocks all exhibit the problem that snow does not sit on top and won't form.

I've tried natural snow and the terraformer from IC2 and neither can put snow on top of it. The trap doors will be hard to make work since normal trap doors don't accumulate snow but if we could least get the ghost and one way blocks to accept a snow layer it'd be an even better camouflage.

Allowing Solar Panel mods to function through OneWay Camo Glass?

Would it be possible to allow Solar Panels or other blocks/tile entities that only operate with direct sunlight to function with the one-way camo glass and ghost blocks? It doesn't appear to work regardless of facing direction for the camo glass.

The camo trap door does appear to allow sunlight to pass through even while closed.

camo gate crash

if you remove the block below an extended camo gate (the block it's getting it's camo from) and try to place another minecraft crashes. i haven't tested if it does it with unextended gates.

When placing secret restone block below redstone lamp block takes the texture of the lamp instead of the block below the secret redstone block

I was using the secret redstone blocks to give a redstone signal to redstone lamps placed on a wall. When placing the blocks they would take the texture of the lamp, not the wall below. I tried above the redstone lamps as well, without success.

I took a screenshot I hope will illustrate the issue: http://i598.photobucket.com/albums/tt61/dragonarts06/SecretRoomsScreenShot.png

The dark "lamps" are secret redstone. The cursor is pointing at the secret lever block that activates the lights.

Issue with this mod and modloader

modloader used: RISUGAMI'S
Mod version use: Single Player

Error:

Minecraft has crashed!
----------------------

Minecraft has stopped running because it encountered a problem; Exception occured in ModLoader
This error has been saved to C:\Users\RAGE ME MORE\AppData\Roaming.minecraft\crash-reports\crash-2012-08-29_21.15.03-client.txt for your convenience. Please include a copy of this file if you report this crash to anyone.

--- BEGIN ERROR REPORT 22cc4941 --------
Generated 8/29/12 9:15 PM

  • Minecraft Version: 1.3.2
  • Operating System: Windows Vista (amd64) version 6.0
  • Java Version: 1.6.0_29, Sun Microsystems Inc.
  • Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
  • Memory: 422255648 bytes (402 MB) / 518979584 bytes (494 MB) up to 1037959168 bytes (989 MB)
  • JVM Flags: 2 total; -Xms512m -Xmx1024m
  • ModLoader: Mods loaded: 2
    ModLoader 1.3.2
    mod_RecipeBook 1.3.2

java.lang.VerifyError: (class: mod_SecretRooms, method: serverCustomPayload signature: (Lgy;Lce;)V) Incompatible object argument for function call
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredFields(Unknown Source)
at ModLoader.setupProperties(ModLoader.java:2064)
at ModLoader.addMod(ModLoader.java:342)
at ModLoader.readFromModFolder(ModLoader.java:1429)
at ModLoader.init(ModLoader.java:932)
at ModLoader.addAllRenderers(ModLoader.java:185)
at avy.(RenderManager.java:87)
at avy.(RenderManager.java:14)
at net.minecraft.client.Minecraft.a(SourceFile:260)
at net.minecraft.client.Minecraft.run(SourceFile:516)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 3b619588 ----------

Thank You
-Tesy-

Camo Plate Method Error

When Starting Up Minecraft, I Got A Block ID Config Report. I Later Switched Over To Open IDs And When Minecraft Started Up, I Got This Error Report:

Mods loaded: 42
ModLoader 1.2.5
mod_HLights MC1.2.5v1
mod_Rways MC1.2.5v1
mod_Metalworks MC1.2.5v1
mod_ModernTech MC1.2.5v1
mod_ModLoaderMp 1.2.5v1
mod_MinecraftForge 3.1.2.90
mod_TooManyItems 1.2.5 2012-04-13
mod_SpawnerGUI 1.2.5
mod_Shelf 1.2.5
mod_RecipeBook 1.2.5
HangableMaps v1.2.5_6
mod_ReiMinimap v3.2_04 [1.2.5]
mod_Armor 1.2.5
mod_Backpack 1.2.5_v2.5 FML
mod_Beer 1.2_01
Colored Materials 1.2.5.b
mod_NPCS Custom NPCs 0.13.03
mod_Dragon Dragon Mod v0.3
mod_mocreatures v3.7.0 (MC 1.2.5)
mod_Fireplace V1.9
mod_Flan v1.4
mod_AnimalBikes AnimalBikes 1.2.5 v2
mod_Hawkeye Hawkeye v1.2.5
mod_MiddleageMod 1.2.3a
mod_MoAchievements 1.2.5
mod_ArtOfPainting mod_Painting v 1.1
mod_Cart 1.2.5
mod_CastleGates MC1.2.5v1
mod_Garages MC1.2.5v1
mod_Zeppelin 1.2.5.0.30
mod_Parachute 1.2.5 2012-08-24
mod_ParticleDeco 1.2.5 v.1.2_04
mod_RedPowerCore 2.0pr5b2
mod_RedPowerLighting 2.0pr5b2
mod_RedPowerLogic 2.0pr5b2
mod_RedPowerMachine 2.0pr5b2
mod_RedPowerWiring 2.0pr5b2
mod_RedPowerWorld 2.0pr5b2
mod_SecretRooms SecretRoomsMod v4.0 MLMP
mod_HeavyVehicles MC1.2.5v1
mod_MorePlayerModels More Player Models 1.2.5 v7

  Minecraft has crashed!      
  ----------------------      

Minecraft has stopped running because it encountered a problem.

--- BEGIN ERROR REPORT 86d6c167 --------
Generated 9/16/12 10:38 AM

Minecraft: Minecraft 1.2.5
OS: Windows XP (x86) version 5.1
Java: 1.7.0_07, Oracle Corporation
VM: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
LWJGL: 2.4.2
OpenGL: ATI Radeon HD 2600 XT version 2.1.7536 Release, ATI Technologies Inc.

java.lang.NoSuchMethodError: BlockCamoPlate.(ILagw;)V
at mod_SecretRooms.load(mod_SecretRooms.java:69)
at ModLoader.init(ModLoader.java:891)
at ModLoader.addAllRenderers(ModLoader.java:189)
at ahu.(ahu.java:77)
at ahu.(ahu.java:8)
at net.minecraft.client.Minecraft.a(Minecraft.java:394)
at net.minecraft.client.Minecraft.run(Minecraft.java:732)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 6e7a3a9d ----------

Any Fixes For This Would Be Great, I Really Need This Mod For A Few Works. My Forum User Is: Rising_Dead

Abrar.

Hey Abrar, when you get back on irc make sure to message me :D

Ghost block glass fails to work with solar panels

Real glass works fine with the solar panels, the ghost block mimicing a glass block does not.

Probably same source problem as the one sided camouflaged blocks.

Actually lets change this to essentially any ghost or camouflaged block that mimics glass exhibits the same property in not allowing all light through or solar to work indicating that anything that needs sky access would be broken.

Crash on upgrade from 4.41

build 190. Still has upgrade issues. Rolling back.

2013-02-16 06:39:56 [SEVERE] Encountered an unexpected exception NoClassDefFoundError
java.lang.NoClassDefFoundError: l
at a.(CrashReport.java:27)
at a.a(CrashReport.java:319)
at yc.a(World.java:409)
at com.github.AbrarSyed.SecretRooms.common.BlockHolder.(BlockHolder.java:20)
at com.github.AbrarSyed.SecretRooms.common.TileEntityCamoFull.s(TileEntityCamoFull.java:141)
at zz.a(Chunk.java:1051)
at zz.a(Chunk.java:1024)
at aam.a(AnvilChunkLoader.java:422)
at aam.a(AnvilChunkLoader.java:103)
at aam.a(AnvilChunkLoader.java:83)
at im.f(ChunkProviderServer.java:182)
at im.c(ChunkProviderServer.java:118)
at im.d(ChunkProviderServer.java:166)
at yc.e(World.java:524)
at yc.q(World.java:2788)
at railcraft.common.util.misc.ChunkManager.ticketsLoaded(ChunkManager.java:191)
at net.minecraftforge.common.ForgeChunkManager.loadWorld(ForgeChunkManager.java:506)
at net.minecraftforge.common.ForgeInternalHandler.onDimensionLoad(ForgeInternalHandler.java:71)
at net.minecraftforge.event.ASMEventHandler_0_ForgeInternalHandler_onDimensionLoad_Load.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
at net.minecraftforge.event.EventBus.post(EventBus.java:103)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:279)
at ho.c(DedicatedServer.java:180)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)

Forge mod loader log

2013-02-16 06:39:51 [INFO] [STDERR] java.lang.NullPointerException
2013-02-16 06:39:51 [INFO] [STDERR] at com.github.AbrarSyed.SecretRooms.common.TileEntityCamoFull.s(TileEntityCamoFull.java:144)
2013-02-16 06:39:51 [INFO] [STDERR] at zz.a(Chunk.java:1051)
2013-02-16 06:39:51 [INFO] [STDERR] at zz.a(Chunk.java:1024)
2013-02-16 06:39:51 [INFO] [STDERR] at aam.a(AnvilChunkLoader.java:422)
2013-02-16 06:39:51 [INFO] [STDERR] at aam.a(AnvilChunkLoader.java:103)
2013-02-16 06:39:51 [INFO] [STDERR] at aam.a(AnvilChunkLoader.java:83)
2013-02-16 06:39:51 [INFO] [STDERR] at im.f(ChunkProviderServer.java:182)
2013-02-16 06:39:51 [INFO] [STDERR] at im.c(ChunkProviderServer.java:118)
2013-02-16 06:39:51 [INFO] [STDERR] at im.d(ChunkProviderServer.java:166)
2013-02-16 06:39:51 [INFO] [STDERR] at yc.e(World.java:524)
2013-02-16 06:39:51 [INFO] [STDERR] at yc.q(World.java:2788)
2013-02-16 06:39:51 [INFO] [STDERR] at chb.mods.mffs.common.ModularForceFieldSystem$MFFSChunkloadCallback.ticketsLoaded(ModularForceFieldSystem.java:549)
2013-02-16 06:39:51 [INFO] [STDERR] at net.minecraftforge.common.ForgeChunkManager.loadWorld(ForgeChunkManager.java:506)
2013-02-16 06:39:51 [INFO] [STDERR] at net.minecraftforge.common.ForgeInternalHandler.onDimensionLoad(ForgeInternalHandler.java:71)
2013-02-16 06:39:51 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler_0_ForgeInternalHandler_onDimensionLoad_Load.invoke(.dynamic)
2013-02-16 06:39:51 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
2013-02-16 06:39:51 [INFO] [STDERR] at net.minecraftforge.event.EventBus.post(EventBus.java:103)
2013-02-16 06:39:51 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:279)
2013-02-16 06:39:51 [INFO] [STDERR] at ho.c(DedicatedServer.java:180)
2013-02-16 06:39:51 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
2013-02-16 06:39:51 [INFO] [STDERR] at fy.run(SourceFile:849)
2013-02-16 06:39:56 [INFO] [STDERR] java.lang.NoClassDefFoundError: l
2013-02-16 06:39:56 [INFO] [STDERR] at a.(CrashReport.java:27)
2013-02-16 06:39:56 [INFO] [STDERR] at a.a(CrashReport.java:319)
2013-02-16 06:39:56 [INFO] [STDERR] at yc.a(World.java:409)
2013-02-16 06:39:56 [INFO] [STDERR] at com.github.AbrarSyed.SecretRooms.common.BlockHolder.(BlockHolder.java:20)
2013-02-16 06:39:56 [INFO] [STDERR] at com.github.AbrarSyed.SecretRooms.common.TileEntityCamoFull.s(TileEntityCamoFull.java:141)
2013-02-16 06:39:56 [INFO] [STDERR] at zz.a(Chunk.java:1051)
2013-02-16 06:39:56 [INFO] [STDERR] at zz.a(Chunk.java:1024)
2013-02-16 06:39:56 [INFO] [STDERR] at aam.a(AnvilChunkLoader.java:422)
2013-02-16 06:39:56 [INFO] [STDERR] at aam.a(AnvilChunkLoader.java:103)
2013-02-16 06:39:56 [INFO] [STDERR] at aam.a(AnvilChunkLoader.java:83)
2013-02-16 06:39:56 [INFO] [STDERR] at im.f(ChunkProviderServer.java:182)
2013-02-16 06:39:56 [INFO] [STDERR] at im.c(ChunkProviderServer.java:118)
2013-02-16 06:39:56 [INFO] [STDERR] at im.d(ChunkProviderServer.java:166)
2013-02-16 06:39:56 [INFO] [STDERR] at yc.e(World.java:524)
2013-02-16 06:39:56 [INFO] [STDERR] at yc.q(World.java:2788)
2013-02-16 06:39:56 [INFO] [STDERR] at railcraft.common.util.misc.ChunkManager.ticketsLoaded(ChunkManager.java:191)
2013-02-16 06:39:56 [INFO] [STDERR] at net.minecraftforge.common.ForgeChunkManager.loadWorld(ForgeChunkManager.java:506)
2013-02-16 06:39:56 [INFO] [STDERR] at net.minecraftforge.common.ForgeInternalHandler.onDimensionLoad(ForgeInternalHandler.java:71)
2013-02-16 06:39:56 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler_0_ForgeInternalHandler_onDimensionLoad_Load.invoke(.dynamic)
2013-02-16 06:39:56 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
2013-02-16 06:39:56 [INFO] [STDERR] at net.minecraftforge.event.EventBus.post(EventBus.java:103)
2013-02-16 06:39:56 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:279)
2013-02-16 06:39:56 [INFO] [STDERR] at ho.c(DedicatedServer.java:180)
2013-02-16 06:39:56 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
2013-02-16 06:39:56 [INFO] [STDERR] at fy.run(SourceFile:849)
2013-02-16 06:39:56 [SEVERE] [Minecraft] Encountered an unexpected exception NoClassDefFoundError
java.lang.NoClassDefFoundError: l
at a.(CrashReport.java:27)
at a.a(CrashReport.java:319)
at yc.a(World.java:409)
at com.github.AbrarSyed.SecretRooms.common.BlockHolder.(BlockHolder.java:20)
at com.github.AbrarSyed.SecretRooms.common.TileEntityCamoFull.s(TileEntityCamoFull.java:141)
at zz.a(Chunk.java:1051)
at zz.a(Chunk.java:1024)
at aam.a(AnvilChunkLoader.java:422)
at aam.a(AnvilChunkLoader.java:103)
at aam.a(AnvilChunkLoader.java:83)
at im.f(ChunkProviderServer.java:182)
at im.c(ChunkProviderServer.java:118)
at im.d(ChunkProviderServer.java:166)
at yc.e(World.java:524)
at yc.q(World.java:2788)
at railcraft.common.util.misc.ChunkManager.ticketsLoaded(ChunkManager.java:191)
at net.minecraftforge.common.ForgeChunkManager.loadWorld(ForgeChunkManager.java:506)
at net.minecraftforge.common.ForgeInternalHandler.onDimensionLoad(ForgeInternalHandler.java:71)
at net.minecraftforge.event.ASMEventHandler_0_ForgeInternalHandler_onDimensionLoad_Load.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
at net.minecraftforge.event.EventBus.post(EventBus.java:103)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:279)
at ho.c(DedicatedServer.java:180)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
at fy.run(SourceFile:849)

Lighting Issues

(Using Recommended minecraftforge-universal-1.4.5-6.4.0.397, Minecraft 1.4.5, Recommended Forge Version Secret Rooms Mod)
When It turns night or it is dark in a room, various camo blocks keep dark, even when there are torches or glowstone etc. nearby lighting it up. These camo blocks Include
Secret Camo Stair
Secret Camo Chest (Once Opened)
Secret Player Plate
Secret Pressure Plate
Secret Camo Button
Secret Redstone
Secret Lever
Ghost Block
AND
Camo Gate
Some of these only have the error when they are on grass, others it is all blocks. It also seems that when there is a block update next to them some blocks fix themselves others don't
Please Fix it makes it easy to see all my secret things at night!
Thank you

game's not starting... why?

i'm a bit ignorant so i'll paste here everything about that crash error... i hope everything will be useful

Minecraft has crashed!
----------------------

Minecraft has stopped running because it encountered a problem; Failed to start game

A full error report has been saved to C:\Users\claudio\AppData\Roaming.minecraft\crash-reports\crash-2012-11-20_05.23.56-client.txt - Please include a copy of that file (Not this screen!) if you report this crash to anyone; without it, they will not be able to help fix the crash :(

--- BEGIN ERROR REPORT cff2d35d --------
Full report at:
C:\Users\claudio\AppData\Roaming.minecraft\crash-reports\crash-2012-11-20_05.23.56-client.txt
Please show that file to Mojang, NOT just this screen!

Generated 20/11/12 5.23

-- System Details --
Details:
Minecraft Version: 1.4.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_09, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 421347848 bytes (401 MB) / 518979584 bytes (494 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: ModTextureStatic, $Proxy3, $Proxy4, ...[com.google.common.base.Preconditions, Charsets, Splitter, ...], [com.google.common.cache.CacheLoader, CacheBuilder, Cache, ...], [com.google.common.collect.Multimap, ListMultimap, AbstractMultimap, ...], [com.google.common.eventbus.EventBus, HandlerFindingStrategy, AnnotatedHandlerFinder, ...], [com.google.common.io.LineProcessor, Resources, InputSupplier, ...], [com.google.common.primitives.Ints], [com.google.common.reflect.TypeCapture, TypeToken, SimpleTypeToken, ...], [com.google.common.util.concurrent.UncheckedExecutionException, ExecutionError, MoreExecutors, ...], [cpw.mods.fml.client.ITextureFX, FMLTextureFX, TextureFXManager, ...], [cpw.mods.fml.client.modloader.ModLoaderClientHelper, ModLoaderKeyBindingHandler], [cpw.mods.fml.client.registry.KeyHandler, ISimpleBlockRenderingHandler, KeyBindingRegistry], [cpw.mods.fml.common.Loader, LoaderException, ICrashCallable, ...], [cpw.mods.fml.common.asm.FMLSanityChecker, MLDetectorClassVisitor, SideOnly], [cpw.mods.fml.common.asm.transformers.AccessTransformer, Modifier, MarkerTransformer, ...], [cpw.mods.fml.common.discovery.ModDiscoverer, ASMDataTable, ModCandidate, ...], [cpw.mods.fml.common.discovery.asm.ASMModParser, ModClassVisitor, ModFieldVisitor, ...], [cpw.mods.fml.common.event.FMLLoadEvent, FMLEvent, FMLStateEvent, ...], [cpw.mods.fml.common.functions.ModIdFunction], [cpw.mods.fml.common.modloader.IModLoaderSidedHelper, ModLoaderHelper, ModLoaderVillageTradeHandler, ...], [cpw.mods.fml.common.network.Player, IGuiHandler, IChatListener, ...], [cpw.mods.fml.common.registry.BlockProxy, ItemProxy, LanguageRegistry, ...], [cpw.mods.fml.common.toposort.ModSortingException, ModSorter, DirectedGraph, ...], [cpw.mods.fml.common.versioning.ArtifactVersion, VersionParser, InvalidVersionSpecificationException, ...], [net.minecraftforge.client.ForgeHooksClient], [net.minecraftforge.client.event.TextureLoadEvent, RenderWorldLastEvent, DrawBlockHighlightEvent], [net.minecraftforge.client.event.sound.SoundEvent, SoundResultEvent, PlayBackgroundMusicEvent, ...], [net.minecraftforge.common.IPlantable, IShearable, ISidedInventory, ...], [net.minecraftforge.event.Event, ListenerList, EventBus, ...], [net.minecraftforge.event.entity.EntityEvent, EntityJoinWorldEvent], [net.minecraftforge.event.entity.living.LivingEvent], [net.minecraftforge.event.entity.player.PlayerEvent, ArrowLooseEvent, ArrowNockEvent, ...], [net.minecraftforge.event.world.WorldEvent, Load, Save, ...], [net.minecraftforge.oredict.OreDictionary, OreRegisterEvent, ShapedOreRecipe, ...], [net.minecraftforge.transformers.ForgeAccessTransformer, EventTransformer], [org.objectweb.asm.ClassVisitor, ClassWriter, AnnotationVisitor, ...], [org.objectweb.asm.tree.ClassNode, AnnotationNode, MethodNode, ...]
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v7.21 FML v4.4.4.442 Minecraft Forge 6.3.0.372 4 mods loaded, 4 mods active
mcp Minecraft Coder Pack Unloaded->Constructed
FML Forge Mod Loader Unloaded->Constructed
Forge Minecraft Forge Unloaded->Constructed
SecretRoomsMod SecretRoomsMod Unloaded->Errored
LWJGL: 2.4.2
OpenGL: Intel(R) HD Graphics Family GL version 3.1.0 - Build 8.15.10.2476, Intel
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Default
Profiler Position: N/A (disabled)
Vec3 Pool Size: ERROR NullPointerException: null

cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: com.github.AbrarSyed.SecretRooms.SecretRooms
at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:479)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:150)
at net.minecraft.client.Minecraft.a(Minecraft.java:424)
at net.minecraft.client.Minecraft.run(Minecraft.java:756)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.github.AbrarSyed.SecretRooms.SecretRooms
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:57)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:410)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
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:69)
at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
at com.google.common.eventbus.EventBus.post(EventBus.java:268)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:478)
... 4 more
Caused by: java.lang.NullPointerException
at org.objectweb.asm.ClassReader.(Unknown Source)
at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:29)
at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:178)
at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:133)
... 31 more
--- END ERROR REPORT fcd69689 ----------

Possible world generation bug

The crux of the problem is that I was having a devil of a time getting a mystworld to generate some of the odder parameters. It kept coming out similar to the overworld that I initiated the travel from. I got odd chunk errors, wrong values yet the second time I'd port to the newly generated world it started functioning normally with just the inital area bonkers different. So on a hunch I disabled the secretrooms and the worlds all started generating exactly as expected.

Is it possible that the fake world component could be read/blocking the generation of new chunks upon teleport? I hadn't placed any of the blocks for secret rooms but I'd still get leak messages and like so I'm thinking just by having the mod loaded the fake world component is intercepting more than it should or providing values when it shouldn't be. If it isn't that I'm at a loss as to why the stuff works for generating new worlds when the mod is disabled as opposed to weirdness when it is running.

Exception thrown on placement

Below is the exceptions that were tossed attempting to place the one-way glass next to red rock (block id 251 in Feed the Beast, I believe from extrabiomesxl mod) covered in snow. Verified same result on non snow covered blocks of the same type.

2013-02-17 19:04:24 [INFO] [STDERR] java.io.EOFException
2013-02-17 19:04:24 [INFO] [STDERR] at java.io.DataInputStream.readChar(Unknown Source)
2013-02-17 19:04:24 [INFO] [STDERR] at com.github.AbrarSyed.SecretRooms.common.PacketHandlerServer.onPacketData(PacketHandlerServer.java:57)
2013-02-17 19:04:24 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:243)
2013-02-17 19:04:24 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:233)
2013-02-17 19:04:24 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:71)
2013-02-17 19:04:24 [INFO] [STDERR] at iv.a(NetServerHandler.java:1109)
2013-02-17 19:04:24 [INFO] [STDERR] at di.a(SourceFile:59)
2013-02-17 19:04:24 [INFO] [STDERR] at cf.b(MemoryConnection.java:80)
2013-02-17 19:04:24 [INFO] [STDERR] at iv.d(NetServerHandler.java:136)
2013-02-17 19:04:24 [INFO] [STDERR] at iw.b(NetworkListenThread.java:57)
2013-02-17 19:04:24 [INFO] [STDERR] at bec.b(IntegratedServerListenThread.java:108)
2013-02-17 19:04:24 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:703)
2013-02-17 19:04:24 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:599)
2013-02-17 19:04:24 [INFO] [STDERR] at bdz.q(IntegratedServer.java:170)
2013-02-17 19:04:24 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
2013-02-17 19:04:24 [INFO] [STDERR] at fy.run(SourceFile:849)
2013-02-17 19:04:24 [INFO] [STDOUT] Something's taking too long! 'root.gameRenderer.level.terrain' took aprox 145.349815 ms
2013-02-17 19:04:24 [INFO] [STDOUT] Something's taking too long! 'root.gameRenderer.level' took aprox 148.01843 ms
2013-02-17 19:04:24 [INFO] [STDOUT] Something's taking too long! 'root.gameRenderer' took aprox 148.715062 ms
2013-02-17 19:04:24 [INFO] [STDOUT] Something's taking too long! 'root' took aprox 149.49827 ms
2013-02-17 19:04:24 [INFO] [STDERR] java.io.EOFException
2013-02-17 19:04:24 [INFO] [STDERR] at java.io.DataInputStream.readChar(Unknown Source)
2013-02-17 19:04:24 [INFO] [STDERR] at com.github.AbrarSyed.SecretRooms.common.PacketHandlerServer.onPacketData(PacketHandlerServer.java:57)
2013-02-17 19:04:24 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:243)
2013-02-17 19:04:24 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:233)
2013-02-17 19:04:24 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:71)
2013-02-17 19:04:24 [INFO] [STDERR] at iv.a(NetServerHandler.java:1109)
2013-02-17 19:04:24 [INFO] [STDERR] at di.a(SourceFile:59)
2013-02-17 19:04:24 [INFO] [STDERR] at cf.b(MemoryConnection.java:80)
2013-02-17 19:04:24 [INFO] [STDERR] at iv.d(NetServerHandler.java:136)
2013-02-17 19:04:24 [INFO] [STDERR] at iw.b(NetworkListenThread.java:57)
2013-02-17 19:04:24 [INFO] [STDERR] at bec.b(IntegratedServerListenThread.java:108)
2013-02-17 19:04:24 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:703)
2013-02-17 19:04:24 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:599)
2013-02-17 19:04:24 [INFO] [STDERR] at bdz.q(IntegratedServer.java:170)
2013-02-17 19:04:24 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
2013-02-17 19:04:24 [INFO] [STDERR] at fy.run(SourceFile:849)
2013-02-17 19:04:24 [INFO] [STDERR] java.io.EOFException
2013-02-17 19:04:24 [INFO] [STDERR] at java.io.DataInputStream.readChar(Unknown Source)
2013-02-17 19:04:24 [INFO] [STDERR] at com.github.AbrarSyed.SecretRooms.client.PacketHandlerClient.onPacketData(PacketHandlerClient.java:63)
2013-02-17 19:04:24 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:243)
2013-02-17 19:04:24 [INFO] [STDERR] at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:233)
2013-02-17 19:04:24 [INFO] [STDERR] at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:71)
2013-02-17 19:04:24 [INFO] [STDERR] at ayh.a(NetClientHandler.java:1483)
2013-02-17 19:04:24 [INFO] [STDERR] at di.a(SourceFile:59)
2013-02-17 19:04:24 [INFO] [STDERR] at cf.b(MemoryConnection.java:80)
2013-02-17 19:04:24 [INFO] [STDERR] at ayh.d(NetClientHandler.java:240)
2013-02-17 19:04:24 [INFO] [STDERR] at ayp.b(WorldClient.java:92)
2013-02-17 19:04:24 [INFO] [STDERR] at net.minecraft.client.Minecraft.l(Minecraft.java:1872)
2013-02-17 19:04:24 [INFO] [STDERR] at net.minecraft.client.Minecraft.J(Minecraft.java:846)
2013-02-17 19:04:24 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:771)
2013-02-17 19:04:24 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)

Additional notes:

The one-way does take on the texture of the block however the lighting is wrong on it. Meaning while it has the texture it has it as if it was 0 light value even when exposed to sky and sunlight.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.