I'm having a little difficulty with the door factory. How do I select the door material(s)? I don't see any obvious way to choose the materials and cannot actually finish creating a door.
Oh, another door request for future consideration: How about a double-size (well, double-height, 4 blocks tall) "factory door"? Preferably with a tileable texture so that we can make them as wide as we like. I can think of all kinds of uses for that, including as blast shields in front of a large window, or as a "hangar door" type construct.
cpw.mods.fml.common.LoaderException: java.lang.OutOfMemoryError: Java heap space
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Unknown Source)
at java.util.Arrays.copyOf(Unknown Source)
at java.util.ArrayList.grow(Unknown Source)
at java.util.ArrayList.ensureExplicitCapacity(Unknown Source)
at java.util.ArrayList.ensureCapacityInternal(Unknown Source)
at java.util.ArrayList.add(Unknown Source)
at net.malisis.core.util.replacement.ShapelessRecipesHandler.replace(ShapelessRecipesHandler.java:65)
at net.malisis.core.util.replacement.ShapelessRecipesHandler.replace(ShapelessRecipesHandler.java:38)
at net.malisis.core.util.replacement.ReplacementTool.replaceIn(ReplacementTool.java:154)
at net.malisis.core.util.replacement.ReplacementTool.replaceVanilla(ReplacementTool.java:138)
at net.malisis.core.util.replacement.ReplacementTool.replaceVanillaItem(ReplacementTool.java:187)
at net.malisis.doors.Registers.registerVanillaDoors(Registers.java:116)
at net.malisis.doors.Registers.init(Registers.java:83)
at net.malisis.doors.MalisisDoors.preInit(MalisisDoors.java:79)
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:513)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
This happened even I installed both the mod and its core.
cpw.mods.fml.common.LoaderException: java.lang.OutOfMemoryError: Java heap space
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Unknown Source)
at java.util.Arrays.copyOf(Unknown Source)
at java.util.ArrayList.grow(Unknown Source)
at java.util.ArrayList.ensureExplicitCapacity(Unknown Source)
at java.util.ArrayList.ensureCapacityInternal(Unknown Source)
at java.util.ArrayList.add(Unknown Source)
at net.malisis.core.util.replacement.ShapelessRecipesHandler.replace(ShapelessRecipesHandler.java:65)
at net.malisis.core.util.replacement.ShapelessRecipesHandler.replace(ShapelessRecipesHandler.java:38)
at net.malisis.core.util.replacement.ReplacementTool.replaceIn(ReplacementTool.java:154)
at net.malisis.core.util.replacement.ReplacementTool.replaceVanilla(ReplacementTool.java:138)
at net.malisis.core.util.replacement.ReplacementTool.replaceVanillaItem(ReplacementTool.java:187)
at net.malisis.doors.Registers.registerVanillaDoors(Registers.java:116)
at net.malisis.doors.Registers.init(Registers.java:83)
at net.malisis.doors.MalisisDoors.preInit(MalisisDoors.java:79)
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:513)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
This happened even I installed both the mod and its core.
Java is out of memory. Go into your loader, edit the profile you're using, and increase the java heap size. If you already have an -Xmx option in your "JVM Arguments" box, increase it by another gigabyte or two. If you DON'T, then add one. Try -Xmx4G as a good starting point if it's a large modpack; for a small one, -Xmx2G is probably sufficient. If you're loading a lot of resource packs as well, you may need to go higher than 4G if you can spare the RAM. I run a pack with 102 mods and 64x resource packs for most of them, and I can easily tell the difference between 4G and 6G. I'd go 8G, except I only have 16G on the machine and I sometimes need to run two sessions at once while working on my test server.
Oh, Ordinastie, I've noticed a minor odd thing. Fence gates and the carriage doors, in particular, look correct during the day but darken too much (i.e, more than anything around them) at night. Any idea what's going on...?
This is using LB Photorealism 64x for vanilla textures and the BDCraft 64x pack for Malisi's Doors, BTW.
I'm having a little difficulty with the door factory. How do I select the door material(s)? I don't see any obvious way to choose the materials and cannot actually finish creating a door.
You just put a block in the slot and presse Create button
Oh, another door request for future consideration: How about a double-size (well, double-height, 4 blocks tall) "factory door"? Preferably with a tileable texture so that we can make them as wide as we like. I can think of all kinds of uses for that, including as blast shields in front of a large window, or as a "hangar door" type construct.
Problem is that it's not that easy. And in minecraft, block textures are not tileable (because they're stiched to a common texture).
Oh, Ordinastie, I've noticed a minor odd thing. Fence gates and the carriage doors, in particular, look correct during the day but darken too much (i.e, more than anything around them) at night. Any idea what's going on...?
This is using LB Photorealism 64x for vanilla textures and the BDCraft 64x pack for Malisi's Doors, BTW.
You just put a block in the slot and presse Create button
Huh. There may be some conflict going on vs. the door factory machine with either my Cauldron server or some other mod I'm using, then, because the door factory would not allow me to put any blocks I tried into the slot. I tried about a dozen different materials and none of them worked.
Huh. There may be some conflict going on vs. the door factory machine with either my Cauldron server or some other mod I'm using, then, because the door factory would not allow me to put any blocks I tried into the slot. I tried about a dozen different materials and none of them worked.
Are you on the "Create" tab and not on the "Modify" one ?
The Modify tab takes a Door for the slot because it's what you want to change.
Oh, Ordinastie, I've noticed a minor odd thing. Fence gates and the carriage doors, in particular, look correct during the day but darken too much (i.e, more than anything around them) at night. Any idea what's going on...?
This is using LB Photorealism 64x for vanilla textures and the BDCraft 64x pack for Malisi's Doors, BTW.
Are you on the "Create" tab and not on the "Modify" one ?
Well, it did have a "Create" button...
But I'll look at it again and make sure, since I didn't realise there were two different tabs.
...Um. OK. There are no visible tabs in my Door Factory machine, and the visible button clearly says 'Create door'. And it still won't let me put anything into the material box.
But I'll look at it again and make sure, since I didn't realise there were two different tabs.
...Um. OK. There are no visible tabs in my Door Factory machine, and the visible button clearly says 'Create door'. And it still won't let me put anything into the material box.
Can you post a screenshot of your GUI to be sure we're talking about the same thing ?
prob not since I've downloaded a bunch of Java 7 stuff, and a odd Java 8 from Oracle, so i doubt I could be using java 6
Anyone help I keep trying to make this mod work on 1.7.10, but it keeps crashing with this the 5.55, my full report is in another page, but I've updated my java and everything, so i down now what could be the cause, I've even tried other 1.7.10 mods that worked before, but know it docent work, bug with Java 8?
prob not since I've downloaded a bunch of Java 7 stuff, and a odd Java 8 from Oracle, so i doubt I could be using java 6
Anyone help I keep trying to make this mod work on 1.7.10, but it keeps crashing with this the 5.55, my full report is in another page, but I've updated my java and everything, so i down now what could be the cause, I've even tried other 1.7.10 mods that worked before, but know it docent work, bug with Java 8?
He is right, you're still using Java 6. Downloading Java 7 is not enough, you need to tell Minecraft to use it.
People, read the damn Troubleshooting section! And that means you need to read the post that is linked in the section too!.
java.lang.ExceptionInInitializerError
at reifnsk.minimap.ReiMinimap.func_110549_a(ReiMinimap.java:4503)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SourceFile:99)
at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:467)
at me.harrybaggs.reiminimap.ReiMinimapForge.tick(ReiMinimapForge.java:73)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_130_ReiMinimapForge_tick_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:895)
at net.minecraftforge.client.GuiIngameForge.renderHUDText(GuiIngameForge.java:714)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:155)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1328)
at net.minecraft.client.Minecraft.func_71411_J(MinecraftOverlay.java:945)
at net.minecraft.client.Minecraft.func_99999_d(MinecraftOverlay.java:835)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NullPointerException
at net.minecraft.block.BlockDoor.func_149673_e(BlockDoor.java:100)
at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:191)
... 20 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at reifnsk.minimap.ReiMinimap.func_110549_a(ReiMinimap.java:4503)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SourceFile:99)
at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:467)
at me.harrybaggs.reiminimap.ReiMinimapForge.tick(ReiMinimapForge.java:73)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_130_ReiMinimapForge_tick_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:895)
at net.minecraftforge.client.GuiIngameForge.renderHUDText(GuiIngameForge.java:714)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:155)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Miner367'/246, l='MpServer', x=-1005.95, y=8.62, z=-347.76]]
Chunk stats: MultiplayerChunkCache: 225, 234
Level seed: 0
Level generator: ID 08 - default_1_1, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-1014,4,-328), Chunk: (at 10,0,8 in
-64,-21; contains blocks -1024,0,-336 to -1009,255,-321), Region:
(-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to
-513,255,-1)
Level time: 4815063 game time, 294522 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
-To clarify as well i only use cheating essentials to find bats and hidden chests, not to cheat
-And also the game crashed when i opened a world not when launching the game
That crash was fixed long time ago. You need to update.
If you're stuck with 1.7.2, you can use MalisisDoors 1.7.10-1.4.3 with MalisisCore 1.7.10-0.10.5. That's the last version working for 1.7.2.
That crash was fixed long time ago. You need to update.
If you're stuck with 1.7.2, you can use MalisisDoors 1.7.10-1.4.3 with MalisisCore 1.7.10-0.10.5. That's the last version working for 1.7.2.
I'm going to alert Carpenter's Blocks to get their Carpenter's Door working with Malisis Doors.
Rollback Post to RevisionRollBack
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!
To take the test, check out https://minecraftnoobtest.com/test.php
Can you post a screenshot of your GUI to be sure we're talking about the same thing ?
Oooooooooohhhhhhhhh........... wait. I'll bet I know the problem. I'll bet the BDcraft texture pack is outdated and its GUI is WRONG.
...Yup. The BDcraft gui.png has several items missing relative to the mod's gui.png, and there is no gui.psd file at all. If I edit the resource pack and remove assets/malisiscore, I have a TOTALLY different GUI and I can now create and modify doors.
So, word to the wise for anyone else using this mod and the BDcraft resource pack: Remove assets/malisiscore from the BDCraft resource pack if you want to be able to use the resource pack and still use the Door Factory machine.
Oh, and by the way, I am now incredibly impressed with the Door Factory and all of the door opening mechanisms you have come up with. Very nice work, sir. It's almost like a mod-in-a-box itself.
I'll make one minor observation: I assumed at first that the opening time and auto close delay were in seconds. It was only when a door I made didn't behave as expected that I realized they were in ticks. Might I venture to suggest adding "(ticks)" to the "Opening time" and "Auto close delay" prompts in the GUI?
Oooooooooohhhhhhhhh........... wait. I'll bet I know the problem. I'll bet the BDcraft texture pack is outdated and its GUI is WRONG.
...Yup. The BDcraft gui.png has several items missing relative to the mod's gui.png, and there is no gui.psd file at all. If I edit the resource pack and remove assets/malisiscore, I have a TOTALLY different GUI and I can now create and modify doors.
So, word to the wise for anyone else using this mod and the BDcraft resource pack: Remove assets/malisiscore from the BDCraft resource pack if you want to be able to use the resource pack and still use the Door Factory machine.
Oh, and by the way, I am now incredibly impressed with the Door Factory and all of the door opening mechanisms you have come up with. Very nice work, sir. It's almost like a mod-in-a-box itself.
I'll make one minor observation: I assumed at first that the opening time and auto close delay were in seconds. It was only when a door I made didn't behave as expected that I realized they were in ticks. Might I venture to suggest adding "(ticks)" to the "Opening time" and "Auto close delay" prompts in the GUI?
Even if the visual of the GUI is not complete with BDCraft, it should still work as expected.
Even if the visual of the GUI is not complete with BDCraft, it should still work as expected.
Except that with the BDcraft GUI images, you can't get to most of the GUI. Including the boxes to place materials in. That's why I couldn't create any doors. Not only could I not get to the materials input boxes, I didn't know I couldn't get to them, and I didn't realize anything was missing from the GUI because I'd never tried to use the machine before installing the resource pack. The BDcraft resource pack effectively completely breaks the machine's GUI because you don't know that the parts you can't see even exist.
Except that with the BDcraft GUI images, you can't get to most of the GUI. Including the boxes to place materials in. That's why I couldn't create any doors. Not only could I not get to the materials input boxes, I didn't know I couldn't get to them, and I didn't realize anything was missing from the GUI because I'd never tried to use the machine before installing the resource pack. The BDcraft resource pack effectively completely breaks the machine's GUI because you don't know that the parts you can't see even exist.
I just checked, the only thing not showing it the tabs on the left. But you still see the icons for them.
But you can ask them to update the pack too
I'm having a little difficulty with the door factory. How do I select the door material(s)? I don't see any obvious way to choose the materials and cannot actually finish creating a door.
Oh, another door request for future consideration: How about a double-size (well, double-height, 4 blocks tall) "factory door"? Preferably with a tileable texture so that we can make them as wide as we like. I can think of all kinds of uses for that, including as blast shields in front of a large window, or as a "hangar door" type construct.
cpw.mods.fml.common.LoaderException: java.lang.OutOfMemoryError: Java heap space
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Unknown Source)
at java.util.Arrays.copyOf(Unknown Source)
at java.util.ArrayList.grow(Unknown Source)
at java.util.ArrayList.ensureExplicitCapacity(Unknown Source)
at java.util.ArrayList.ensureCapacityInternal(Unknown Source)
at java.util.ArrayList.add(Unknown Source)
at net.malisis.core.util.replacement.ShapelessRecipesHandler.replace(ShapelessRecipesHandler.java:65)
at net.malisis.core.util.replacement.ShapelessRecipesHandler.replace(ShapelessRecipesHandler.java:38)
at net.malisis.core.util.replacement.ReplacementTool.replaceIn(ReplacementTool.java:154)
at net.malisis.core.util.replacement.ReplacementTool.replaceVanilla(ReplacementTool.java:138)
at net.malisis.core.util.replacement.ReplacementTool.replaceVanillaItem(ReplacementTool.java:187)
at net.malisis.doors.Registers.registerVanillaDoors(Registers.java:116)
at net.malisis.doors.Registers.init(Registers.java:83)
at net.malisis.doors.MalisisDoors.preInit(MalisisDoors.java:79)
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:513)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
This happened even I installed both the mod and its core.
Look at the very first line of your crash dump.
"cpw.mods.fml.common.LoaderException: java.lang.OutOfMemoryError: Java heap space"
Java is out of memory. Go into your loader, edit the profile you're using, and increase the java heap size. If you already have an -Xmx option in your "JVM Arguments" box, increase it by another gigabyte or two. If you DON'T, then add one. Try -Xmx4G as a good starting point if it's a large modpack; for a small one, -Xmx2G is probably sufficient. If you're loading a lot of resource packs as well, you may need to go higher than 4G if you can spare the RAM. I run a pack with 102 mods and 64x resource packs for most of them, and I can easily tell the difference between 4G and 6G. I'd go 8G, except I only have 16G on the machine and I sometimes need to run two sessions at once while working on my test server.
Oh, Ordinastie, I've noticed a minor odd thing. Fence gates and the carriage doors, in particular, look correct during the day but darken too much (i.e, more than anything around them) at night. Any idea what's going on...?
This is using LB Photorealism 64x for vanilla textures and the BDCraft 64x pack for Malisi's Doors, BTW.
Screenshots for illustration:
You just put a block in the slot and presse Create button
Problem is that it's not that easy. And in minecraft, block textures are not tileable (because they're stiched to a common texture).
I'll look into that.
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
Huh. There may be some conflict going on vs. the door factory machine with either my Cauldron server or some other mod I'm using, then, because the door factory would not allow me to put any blocks I tried into the slot. I tried about a dozen different materials and none of them worked.
Are you on the "Create" tab and not on the "Modify" one ?
The Modify tab takes a Door for the slot because it's what you want to change.
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
I'm having this same problem
Well, it did have a "Create" button...
But I'll look at it again and make sure, since I didn't realise there were two different tabs.
...Um. OK. There are no visible tabs in my Door Factory machine, and the visible button clearly says 'Create door'. And it still won't let me put anything into the material box.
Can you post a screenshot of your GUI to be sure we're talking about the same thing ?
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
prob not since I've downloaded a bunch of Java 7 stuff, and a odd Java 8 from Oracle, so i doubt I could be using java 6
Anyone help I keep trying to make this mod work on 1.7.10, but it keeps crashing with this the 5.55, my full report is in another page, but I've updated my java and everything, so i down now what could be the cause, I've even tried other 1.7.10 mods that worked before, but know it docent work, bug with Java 8?
He is right, you're still using Java 6. Downloading Java 7 is not enough, you need to tell Minecraft to use it.
People, read the damn Troubleshooting section! And that means you need to read the post that is linked in the section too!.
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
---- Minecraft Crash Report ----
// I let you down. Sorry
Time: 4/18/15 6:18 PM
Description: Unexpected error
java.lang.ExceptionInInitializerError
at reifnsk.minimap.ReiMinimap.func_110549_a(ReiMinimap.java:4503)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SourceFile:99)
at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:467)
at me.harrybaggs.reiminimap.ReiMinimapForge.tick(ReiMinimapForge.java:73)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_130_ReiMinimapForge_tick_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:895)
at net.minecraftforge.client.GuiIngameForge.renderHUDText(GuiIngameForge.java:714)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:155)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1328)
at net.minecraft.client.Minecraft.func_71411_J(MinecraftOverlay.java:945)
at net.minecraft.client.Minecraft.func_99999_d(MinecraftOverlay.java:835)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NullPointerException
at net.minecraft.block.BlockDoor.func_149673_e(BlockDoor.java:100)
at reifnsk.minimap.BlockDataPack.<clinit>(BlockDataPack.java:191)
... 20 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at reifnsk.minimap.ReiMinimap.func_110549_a(ReiMinimap.java:4503)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SourceFile:99)
at reifnsk.minimap.ReiMinimap.onTickInGame(ReiMinimap.java:467)
at me.harrybaggs.reiminimap.ReiMinimapForge.tick(ReiMinimapForge.java:73)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_130_ReiMinimapForge_tick_Post.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at net.minecraftforge.client.GuiIngameForge.post(GuiIngameForge.java:895)
at net.minecraftforge.client.GuiIngameForge.renderHUDText(GuiIngameForge.java:714)
at net.minecraftforge.client.GuiIngameForge.func_73830_a(GuiIngameForge.java:155)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Miner367'/246, l='MpServer', x=-1005.95, y=8.62, z=-347.76]]
Chunk stats: MultiplayerChunkCache: 225, 234
Level seed: 0
Level generator: ID 08 - default_1_1, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-1014,4,-328), Chunk: (at 10,0,8 in
-64,-21; contains blocks -1024,0,-336 to -1009,255,-321), Region:
(-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to
-513,255,-1)
Level time: 4815063 game time, 294522 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 182 total; [EntityPainting['Painting'/168,
l='MpServer', x=-1003.50, y=9.50, z=-317.94],
EntityPainting['Painting'/169, l='MpServer', x=-1001.50, y=9.50,
z=-317.94], EntityPainting['Painting'/170, l='MpServer', x=-999.50,
y=9.50, z=-317.94], EntityPainting['Painting'/171, l='MpServer',
x=-997.50, y=9.50, z=-317.94], EntityPainting['Painting'/172,
l='MpServer', x=-1005.50, y=10.00, z=-315.06],
EntityPainting['Painting'/173, l='MpServer', x=-1003.50, y=10.00,
z=-315.06], EntityPainting['Painting'/174, l='MpServer', x=-1001.50,
y=9.50, z=-315.06], EntityPainting['Painting'/175, l='MpServer',
x=-999.50, y=9.50, z=-315.06], EntityPainting['Painting'/166,
l='MpServer', x=-1005.06, y=6.50, z=-312.50],
EntityPainting['Painting'/167, l='MpServer', x=-1005.50, y=9.50,
z=-317.94], EntityPainting['Painting'/162, l='MpServer', x=-1005.06,
y=5.50, z=-311.00], EntityPainting['Painting'/163, l='MpServer',
x=-1005.06, y=6.00, z=-309.00], EntityPainting['Painting'/179,
l='MpServer', x=-994.50, y=17.00, z=-312.06],
EntityPainting['Painting'/178, l='MpServer', x=-992.50, y=18.00,
z=-312.06], EntityPainting['Painting'/164, l='MpServer', x=-1005.06,
y=6.50, z=-310.50], EntityPainting['Painting'/165, l='MpServer',
x=-1005.06, y=6.50, z=-311.00], EntityPainting['Painting'/158,
l='MpServer', x=-1002.50, y=10.50, z=-325.94],
EntityPainting['Painting'/157, l='MpServer', x=-1005.50, y=10.50,
z=-325.94], EntityPainting['Painting'/186, l='MpServer', x=-991.50,
y=16.50, z=-319.94], EntityPainting['Painting'/185, l='MpServer',
x=-991.50, y=16.50, z=-319.94], EntityPainting['Painting'/161,
l='MpServer', x=-1008.00, y=17.00, z=-334.06],
EntityPainting['Painting'/160, l='MpServer', x=-1007.50, y=9.50,
z=-328.06], EntityPainting['Painting'/176, l='MpServer', x=-997.50,
y=9.50, z=-315.06], EntityPainting['Painting'/177, l='MpServer',
x=-1005.00, y=17.00, z=-305.06], EntityPainting['Painting'/242,
l='MpServer', x=-926.00, y=6.00, z=-348.94],
EntityPainting['Painting'/244, l='MpServer', x=-881.50, y=6.00,
z=-390.94], EntityPainting['Painting'/243, l='MpServer', x=-883.50,
y=6.00, z=-390.94], EntityPainting['Painting'/116, l='MpServer',
x=-1116.00, y=14.50, z=-302.94], EntityPainting['Painting'/117,
l='MpServer', x=-1113.00, y=15.50, z=-302.94],
EntityPainting['Painting'/118, l='MpServer', x=-1113.50, y=14.50,
z=-302.94], EntityPainting['Painting'/119, l='MpServer', x=-1116.50,
y=15.50, z=-302.94], EntityItemFrame['entity.ItemFrame.name'/85,
l='MpServer', x=-1106.50, y=6.50, z=-459.94],
EntityItemFrame['entity.ItemFrame.name'/84, l='MpServer', x=-1106.50,
y=7.50, z=-459.94], EntityPainting['Painting'/87, l='MpServer',
x=-1119.00, y=5.50, z=-321.94],
EntityItemFrame['entity.ItemFrame.name'/81, l='MpServer', x=-1104.94,
y=10.50, z=-455.50], EntityItemFrame['entity.ItemFrame.name'/80,
l='MpServer', x=-1104.94, y=11.50, z=-455.50],
EntityItemFrame['entity.ItemFrame.name'/83, l='MpServer', x=-1106.50,
y=8.50, z=-459.94], EntityItemFrame['entity.ItemFrame.name'/82,
l='MpServer', x=-1104.94, y=9.50, z=-455.50],
EntityPainting['Painting'/89, l='MpServer', x=-1120.00, y=9.50,
z=-321.94], EntityPainting['Painting'/88, l='MpServer', x=-1114.00,
y=9.50, z=-321.94], EntityPainting['Painting'/106, l='MpServer',
x=-1116.94, y=14.00, z=-310.50], EntityPainting['Painting'/102,
l='MpServer', x=-1111.06, y=14.50, z=-319.50],
EntityPainting['Painting'/109, l='MpServer', x=-1111.06, y=10.50,
z=-320.00], EntityPainting['Painting'/103, l='MpServer', x=-1111.06,
y=14.50, z=-320.00], EntityPainting['Painting'/104, l='MpServer',
x=-1118.06, y=13.50, z=-311.00], EntityPainting['Painting'/101,
l='MpServer', x=-1111.06, y=18.50, z=-320.50],
EntityPainting['Painting'/107, l='MpServer', x=-1116.94, y=14.00,
z=-310.00], EntityPainting['Painting'/110, l='MpServer', x=-1111.06,
y=10.50, z=-311.00], EntityPainting['Painting'/103, l='MpServer',
x=-1111.06, y=14.50, z=-320.00], EntityPainting['Painting'/108,
l='MpServer', x=-1118.50, y=9.50, z=-311.94],
EntityPainting['Painting'/111, l='MpServer', x=-1113.00, y=6.00,
z=-309.06], EntityPainting['Painting'/88, l='MpServer', x=-1114.00,
y=9.50, z=-321.94], EntityPainting['Painting'/110, l='MpServer',
x=-1111.06, y=10.50, z=-311.00], EntityPainting['Painting'/89,
l='MpServer', x=-1120.00, y=9.50, z=-321.94],
EntityPainting['Painting'/111, l='MpServer', x=-1113.00, y=6.00,
z=-309.06], EntityPainting['Painting'/108, l='MpServer', x=-1118.50,
y=9.50, z=-311.94], EntityPainting['Painting'/101, l='MpServer',
x=-1111.06, y=18.50, z=-320.50], EntityPainting['Painting'/109,
l='MpServer', x=-1111.06, y=10.50, z=-320.00],
EntityPainting['Painting'/113, l='MpServer', x=-1118.06, y=18.00,
z=-320.00], EntityPainting['Painting'/106, l='MpServer', x=-1116.94,
y=14.00, z=-310.50], EntityPainting['Painting'/105, l='MpServer',
x=-1118.06, y=13.50, z=-320.00], EntityPainting['Painting'/107,
l='MpServer', x=-1116.94, y=14.00, z=-310.00],
EntityPainting['Painting'/87, l='MpServer', x=-1119.00, y=5.50,
z=-321.94], EntityPainting['Painting'/104, l='MpServer', x=-1118.06,
y=13.50, z=-311.00], EntityPainting['Painting'/112, l='MpServer',
x=-1111.06, y=18.50, z=-319.50], EntityPainting['Painting'/105,
l='MpServer', x=-1118.06, y=13.50, z=-320.00],
EntityPainting['Painting'/125, l='MpServer', x=-1120.00, y=6.50,
z=-291.06], EntityPainting['Painting'/119, l='MpServer', x=-1116.50,
y=15.50, z=-302.94], EntityPainting['Painting'/124, l='MpServer',
x=-1119.50, y=5.50, z=-291.06], EntityPainting['Painting'/118,
l='MpServer', x=-1113.50, y=14.50, z=-302.94],
EntityPainting['Painting'/123, l='MpServer', x=-1118.50, y=6.00,
z=-291.06], EntityPainting['Painting'/117, l='MpServer', x=-1113.00,
y=15.50, z=-302.94], EntityPainting['Painting'/122, l='MpServer',
x=-1115.50, y=6.50, z=-291.06], EntityPainting['Painting'/116,
l='MpServer', x=-1116.00, y=14.50, z=-302.94],
EntityPainting['Painting'/115, l='MpServer', x=-1119.50, y=15.00,
z=-302.94], EntityPainting['Painting'/115, l='MpServer', x=-1119.50,
y=15.00, z=-302.94], EntityPainting['Painting'/114, l='MpServer',
x=-1110.50, y=15.50, z=-292.06], EntityPainting['Painting'/114,
l='MpServer', x=-1110.50, y=15.50, z=-292.06],
EntityPainting['Painting'/113, l='MpServer', x=-1118.06, y=18.00,
z=-320.00], EntityPainting['Painting'/127, l='MpServer', x=-1115.50,
y=6.50, z=-302.94], EntityPainting['Painting'/112, l='MpServer',
x=-1111.06, y=18.50, z=-319.50], EntityPainting['Painting'/126,
l='MpServer', x=-1114.00, y=6.50, z=-302.94],
EntityPainting['Painting'/131, l='MpServer', x=-1112.50, y=18.50,
z=-302.94], EntityPainting['Painting'/127, l='MpServer', x=-1115.50,
y=6.50, z=-302.94], EntityPainting['Painting'/130, l='MpServer',
x=-1119.00, y=6.50, z=-302.94], EntityPainting['Painting'/126,
l='MpServer', x=-1114.00, y=6.50, z=-302.94],
EntityPainting['Painting'/132, l='MpServer', x=-1115.50, y=18.50,
z=-302.94], EntityPainting['Painting'/125, l='MpServer', x=-1120.00,
y=6.50, z=-291.06], EntityPainting['Painting'/102, l='MpServer',
x=-1111.06, y=14.50, z=-319.50], EntityPainting['Painting'/124,
l='MpServer', x=-1119.50, y=5.50, z=-291.06],
EntityPainting['Painting'/121, l='MpServer', x=-1113.50, y=6.50,
z=-291.06], EntityPainting['Painting'/123, l='MpServer', x=-1118.50,
y=6.00, z=-291.06], EntityPainting['Painting'/120, l='MpServer',
x=-1114.50, y=6.50, z=-291.06], EntityPainting['Painting'/122,
l='MpServer', x=-1115.50, y=6.50, z=-291.06],
EntityPainting['Painting'/129, l='MpServer', x=-1119.50, y=5.50,
z=-302.94], EntityPainting['Painting'/121, l='MpServer', x=-1113.50,
y=6.50, z=-291.06], EntityPainting['Painting'/128, l='MpServer',
x=-1118.50, y=5.50, z=-302.94], EntityPainting['Painting'/120,
l='MpServer', x=-1114.50, y=6.50, z=-291.06],
EntityPainting['Painting'/129, l='MpServer', x=-1119.50, y=5.50,
z=-302.94], EntityPainting['Painting'/128, l='MpServer', x=-1118.50,
y=5.50, z=-302.94], EntityPainting['Painting'/131, l='MpServer',
x=-1112.50, y=18.50, z=-302.94], EntityPainting['Painting'/130,
l='MpServer', x=-1119.00, y=6.50, z=-302.94],
EntityPainting['Painting'/132, l='MpServer', x=-1115.50, y=18.50,
z=-302.94], EntityMordecai['Mordecai'/154, l='MpServer', x=-1009.31,
y=15.00, z=-335.52], EntityPainting['Painting'/157, l='MpServer',
x=-1005.50, y=10.50, z=-325.94], EntityPainting['Painting'/158,
l='MpServer', x=-1002.50, y=10.50, z=-325.94], EntityRigby['Rigby'/159,
l='MpServer', x=-1006.24, y=15.50, z=-334.16],
EntityItemFrame['entity.ItemFrame.name'/147, l='MpServer', x=-1069.06,
y=5.50, z=-411.50], EntityItemFrame['entity.ItemFrame.name'/148,
l='MpServer', x=-1069.06, y=5.50, z=-409.50], EntityCow['Cow'/150,
l='MpServer', x=-1054.22, y=4.00, z=-368.53],
EntityPainting['Painting'/171, l='MpServer', x=-997.50, y=9.50,
z=-317.94], EntityPainting['Painting'/170, l='MpServer', x=-999.50,
y=9.50, z=-317.94], EntityPainting['Painting'/169, l='MpServer',
x=-1001.50, y=9.50, z=-317.94], EntityPainting['Painting'/168,
l='MpServer', x=-1003.50, y=9.50, z=-317.94],
EntityPainting['Painting'/175, l='MpServer', x=-999.50, y=9.50,
z=-315.06], EntityPainting['Painting'/174, l='MpServer', x=-1001.50,
y=9.50, z=-315.06], EntityPainting['Painting'/173, l='MpServer',
x=-1003.50, y=10.00, z=-315.06], EntityPainting['Painting'/172,
l='MpServer', x=-1005.50, y=10.00, z=-315.06],
EntityPainting['Painting'/163, l='MpServer', x=-1005.06, y=6.00,
z=-309.00], EntityPainting['Painting'/162, l='MpServer', x=-1005.06,
y=5.50, z=-311.00], EntityPainting['Painting'/161, l='MpServer',
x=-1008.00, y=17.00, z=-334.06], EntityPainting['Painting'/160,
l='MpServer', x=-1007.50, y=9.50, z=-328.06],
EntityPainting['Painting'/167, l='MpServer', x=-1005.50, y=9.50,
z=-317.94], EntityPainting['Painting'/166, l='MpServer', x=-1005.06,
y=6.50, z=-312.50], EntityPainting['Painting'/165, l='MpServer',
x=-1005.06, y=6.50, z=-311.00], EntityPainting['Painting'/164,
l='MpServer', x=-1005.06, y=6.50, z=-310.50],
EntityPainting['Painting'/186, l='MpServer', x=-991.50, y=16.50,
z=-319.94], EntityItemFrame['entity.ItemFrame.name'/187, l='MpServer',
x=-980.94, y=6.50, z=-231.50], EntityPainting['Painting'/185,
l='MpServer', x=-991.50, y=16.50, z=-319.94],
EntityItemFrame['entity.ItemFrame.name'/190, l='MpServer', x=-980.94,
y=5.50, z=-231.50], EntityItemFrame['entity.ItemFrame.name'/191,
l='MpServer', x=-977.50, y=5.50, z=-226.06],
EntityItemFrame['entity.ItemFrame.name'/188, l='MpServer', x=-980.94,
y=5.50, z=-233.50], EntityItemFrame['entity.ItemFrame.name'/189,
l='MpServer', x=-980.94, y=5.50, z=-232.50],
EntityPainting['Painting'/178, l='MpServer', x=-992.50, y=18.00,
z=-312.06], EntityPainting['Painting'/179, l='MpServer', x=-994.50,
y=17.00, z=-312.06], EntityPainting['Painting'/176, l='MpServer',
x=-997.50, y=9.50, z=-315.06], EntityPainting['Painting'/177,
l='MpServer', x=-1005.00, y=17.00, z=-305.06],
EntityItemFrame['entity.ItemFrame.name'/205, l='MpServer', x=-976.50,
y=5.50, z=-230.06], EntityItemFrame['entity.ItemFrame.name'/204,
l='MpServer', x=-977.50, y=5.50, z=-230.06],
EntityItemFrame['entity.ItemFrame.name'/207, l='MpServer', x=-977.50,
y=4.50, z=-230.06], EntityItemFrame['entity.ItemFrame.name'/206,
l='MpServer', x=-976.50, y=4.50, z=-230.06],
EntityItemFrame['entity.ItemFrame.name'/201, l='MpServer', x=-976.50,
y=5.50, z=-228.06], EntityItemFrame['entity.ItemFrame.name'/200,
l='MpServer', x=-977.50, y=5.50, z=-228.94],
EntityItemFrame['entity.ItemFrame.name'/203, l='MpServer', x=-977.50,
y=5.50, z=-228.06], EntityItemFrame['entity.ItemFrame.name'/202,
l='MpServer', x=-976.50, y=5.50, z=-228.06],
EntityItemFrame['entity.ItemFrame.name'/197, l='MpServer', x=-977.50,
y=4.50, z=-226.06], EntityItemFrame['entity.ItemFrame.name'/196,
l='MpServer', x=-976.50, y=4.50, z=-226.06],
EntityItemFrame['entity.ItemFrame.name'/199, l='MpServer', x=-976.50,
y=5.50, z=-228.94], EntityItemFrame['entity.ItemFrame.name'/198,
l='MpServer', x=-977.50, y=4.50, z=-226.94],
EntityItemFrame['entity.ItemFrame.name'/193, l='MpServer', x=-976.50,
y=5.50, z=-226.94], EntityItemFrame['entity.ItemFrame.name'/192,
l='MpServer', x=-977.50, y=5.50, z=-226.94],
EntityItemFrame['entity.ItemFrame.name'/195, l='MpServer', x=-976.50,
y=4.50, z=-226.94], EntityItemFrame['entity.ItemFrame.name'/194,
l='MpServer', x=-976.50, y=5.50, z=-226.06],
EntityItemFrame['entity.ItemFrame.name'/220, l='MpServer', x=-977.50,
y=4.50, z=-228.06], EntityItemFrame['entity.ItemFrame.name'/221,
l='MpServer', x=-976.50, y=4.50, z=-228.06],
EntityItemFrame['entity.ItemFrame.name'/216, l='MpServer', x=-980.94,
y=4.50, z=-227.50], EntityItemFrame['entity.ItemFrame.name'/217,
l='MpServer', x=-980.94, y=4.50, z=-228.50],
EntityItemFrame['entity.ItemFrame.name'/218, l='MpServer', x=-980.94,
y=6.50, z=-228.50], EntityItemFrame['entity.ItemFrame.name'/219,
l='MpServer', x=-980.94, y=6.50, z=-225.50],
EntityItemFrame['entity.ItemFrame.name'/212, l='MpServer', x=-980.94,
y=5.50, z=-228.50], EntityItemFrame['entity.ItemFrame.name'/213,
l='MpServer', x=-980.94, y=5.50, z=-227.50],
EntityItemFrame['entity.ItemFrame.name'/214, l='MpServer', x=-980.94,
y=4.50, z=-225.50], EntityItemFrame['entity.ItemFrame.name'/215,
l='MpServer', x=-980.94, y=4.50, z=-226.50],
EntityItemFrame['entity.ItemFrame.name'/208, l='MpServer', x=-976.50,
y=4.50, z=-228.94], EntityItemFrame['entity.ItemFrame.name'/209,
l='MpServer', x=-977.50, y=4.50, z=-228.94],
EntityItemFrame['entity.ItemFrame.name'/210, l='MpServer', x=-980.94,
y=5.50, z=-226.50], EntityItemFrame['entity.ItemFrame.name'/211,
l='MpServer', x=-980.94, y=5.50, z=-225.50],
EntityItemFrame['entity.ItemFrame.name'/235, l='MpServer', x=-975.50,
y=4.50, z=-228.06], EntityItemFrame['entity.ItemFrame.name'/234,
l='MpServer', x=-975.50, y=4.50, z=-228.94],
EntityItemFrame['entity.ItemFrame.name'/233, l='MpServer', x=-975.50,
y=4.50, z=-230.06], EntityItemFrame['entity.ItemFrame.name'/232,
l='MpServer', x=-975.50, y=5.50, z=-230.06],
EntityItemFrame['entity.ItemFrame.name'/231, l='MpServer', x=-975.50,
y=5.50, z=-228.94], EntityItemFrame['entity.ItemFrame.name'/230,
l='MpServer', x=-975.50, y=5.50, z=-228.06],
EntityItemFrame['entity.ItemFrame.name'/229, l='MpServer', x=-975.50,
y=4.50, z=-226.94], EntityItemFrame['entity.ItemFrame.name'/228,
l='MpServer', x=-975.50, y=4.50, z=-226.06],
EntityItemFrame['entity.ItemFrame.name'/227, l='MpServer', x=-975.50,
y=5.50, z=-226.94], EntityItemFrame['entity.ItemFrame.name'/226,
l='MpServer', x=-975.50, y=5.50, z=-226.06],
EntityClientPlayerMP['Miner367'/246, l='MpServer', x=-1005.95, y=8.62,
z=-347.76], EntityPainting['Painting'/244, l='MpServer', x=-881.50,
y=6.00, z=-390.94], EntityPainting['Painting'/242, l='MpServer',
x=-926.00, y=6.00, z=-348.94], EntityPainting['Painting'/243,
l='MpServer', x=-883.50, y=6.00, z=-390.94], EntityBat['Bat'/241,
l='MpServer', x=-935.62, y=4.49, z=-420.19]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:368)
at net.minecraft.client.Minecraft.func_71396_d(MinecraftOverlay.java:2383)
at net.minecraft.client.Minecraft.func_99999_d(MinecraftOverlay.java:864)
at net.minecraft.client.main.Main.main(SourceFile:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.7.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 215949568 bytes (205 MB) / 617578496 bytes (588 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total;
-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
-Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode
-XX:-UseAdaptiveSizePolicy -Xmn128M
Mod Pack: Unknown / None
LiteLoader Mods: 1 loaded mod(s)
- WorldEditWrapper version 1.1.5 (WorldEdit 5.5.9-SNAPSHOT)
LaunchWrapper: 28 active transformer(s)
- Transformer: cpw.mods.fml.common.asm.transformers.PatchingTransformer
- Transformer: optifine.OptiFineClassTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.MarkerTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.SideTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.EventSubscriptionTransformer
- Transformer: micdoodle8.mods.miccore.MicdoodleTransformer
- Transformer: api.player.forge.PlayerAPITransformer
- Transformer: com.teamderpy.shouldersurfing.asm.ShoulderTransformations
- Transformer: net.smart.core.SmartCoreTransformer
- Transformer: TMIForgeTransformer
- Transformer: com.mumfrey.liteloader.launch.LiteLoaderTransformer
- Transformer: com.mumfrey.liteloader.core.transformers.CrashReportTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.DeobfuscationTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.AccessTransformer
- Transformer: net.minecraftforge.transformers.ForgeAccessTransformer
- Transformer: micdoodle8.mods.miccore.MicdoodleAccessTransformer
- Transformer: net.malisis.core.asm.MalisisCoreTransformer
- Transformer: shadersmodcore.transform.SMCClassTransformer
- Transformer: com.mumfrey.liteloader.core.transformers.LiteLoaderCallbackInjectionTransformer
- Transformer: com.mumfrey.liteloader.core.transformers.ChatPacketTransformer
- Transformer: com.mumfrey.liteloader.core.transformers.ServerCustomPayloadPacketTransformer
- Transformer: com.mumfrey.liteloader.core.transformers.ServerChatPacketTransformer
- Transformer: com.mumfrey.liteloader.core.transformers.JoinGamePacketTransformer
- Transformer: com.mumfrey.liteloader.core.transformers.MinecraftOverlayTransformer
- Transformer: com.mumfrey.worldeditwrapper.asm.InteractionTransformer
- Transformer: com.mumfrey.liteloader.core.transformers.LoginSuccessPacketTransformer
- Transformer: com.mumfrey.liteloader.core.transformers.CustomPayloadPacketTransformer
- Transformer: cpw.mods.fml.common.asm.transformers.ModAPITransformer
AABB Pool Size: 4861 (272216 bytes; 0 MB) allocated, 4861 (272216 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.03 FML v7.2.217.1161 Minecraft Forge 10.12.2.1161 Optifine OptiFine_1.7.2_HD_U_D5 40 mods loaded, 40 mods active
mcp{9.03} [Minecraft Coder Pack] (minecraft.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.2.217.1161} [Forge Mod Loader]
(forge-1.7.2-10.12.2.1161-mc172.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.12.2.1161} [Minecraft Forge]
(forge-1.7.2-10.12.2.1161-mc172.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
PlayerAPI{1.4} [Player API] (minecraft.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartCore{1.0} [Smart Core] (minecraft.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TooManyItems{1.7.2} [TooManyItems] (minecraft.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
malisiscore{1.7.2-0.9.1} [Malisis Core] (malisiscore-1.7.2-0.9.1.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
reiminimap{1.7.2-1.4} [ReiMinimap - Forge]
([1.7.2]ReiMinimap_v3.4_03beta.zip)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ArchimedesShips{1.7.2 v1.5.2} [Archimedes' Ships]
(ArchimedesShips.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AssassinCraft{r128f} [AssassinCraft] (AssassinCraft-r128f-1.7.2.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Core{5.0.4} [BuildCraft] (buildcraft-5.0.4.67.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Builders{5.0.4} [BC Builders] (buildcraft-5.0.4.67.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Energy{5.0.4} [BC Energy] (buildcraft-5.0.4.67.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Factory{5.0.4} [BC Factory] (buildcraft-5.0.4.67.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Transport{5.0.4} [BC Transport] (buildcraft-5.0.4.67.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Silicon{5.0.4} [BC Silicon] (buildcraft-5.0.4.67.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
cheatingessentials{1.3.1} [CheatingEssentials]
(CheatingEssentials(8).jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
craftguide{1.6.8.1} [CraftGuide] (CraftGuide-1.6.8.1.zip)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
customnpcs{1.7.2-2} [CustomNpcs] (CustomNPCs_1.7.2.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{3.0.0.0} [Damage Indicators]
(Damage-Indicators-Mod-1.7.2.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
flansmod{4.3.0} [Flan's Mod] (Flans Mod-1.7.2-4.3.0.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
IC2{2.1.441-experimental} [IndustrialCraft 2]
(industrialcraft-2_2.1.441-experimental.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GalacticraftCore{3.0.7} [Galacticraft Core]
(GalacticraftCore-1.7-3.0.7.254.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GalacticraftMars{3.0.7} [Galacticraft Planets]
(Galacticraft-Planets-1.7-3.0.7.254.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
LLadders{0.3.0} [Luppii's Ladders] (Ladders-0.3.0-MC1.7.2.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
malisisdoors{1.7.2-1.0.2} [Malisis' Doors]
(malisisdoors-1.7.2-1.0.2.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mcheli{0.10.6} [MC Helicopter] (mcheli)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
cfm{3.4.7} [§9MrCrayfish's Furniture Mod]
(MrCrayfishFurnitureModv3.4.7(1.7.2).jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ccm{1.1} [MrCrayfish's Construction Mod]
(MrCrayfishs-Construction-Mod-1.7.2.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
paint{1.0} [Paint Mod] (paintmod-1.0.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
quiverchevsky{b53} [QuiverBow] (QuiverBow_1.7.2_b53.zip)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_RadarBro{v1.9.9.9.9.9} [RadarBro] (RadarBro.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_RoadWorks{2.0} [Roadworks] (RoadWorks-2.0-Minecraft_1.7.2.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
shouldersurfing{1.0} [ShoulderSurfing] (shouldersurfing-1.7.2.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartMoving{15.0.1} [Smart Moving] (SmartMoving-1.7.2-15.0.1.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SmartRender{2.0} [Smart Render] (SmartRender-1.7.2-2.0.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Eln{BETA-1.4.3} [Eln] (The-Electrical-Age-Mod-1.7.2.zip)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
toontown{1.7.2_V:1.0.4} [Toontown] (Toontown_1.7.2.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
weaponmod{1.7.2 v1.14.2} [Balkon's WeaponMod] (weaponmod-1.14.2.jar)
Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.7.2-Forge10.12.2.1161-mc172
LWJGL: 2.9.0
OpenGL: Intel(R) HD Graphics GL version 4.0.0 - Build 10.18.10.3958, Intel
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 62 (3472 bytes; 0 MB) allocated, 62 (3472 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
-My crash report
-To clarify as well i only use cheating essentials to find bats and hidden chests, not to cheat
-And also the game crashed when i opened a world not when launching the game
That crash was fixed long time ago. You need to update.
If you're stuck with 1.7.2, you can use MalisisDoors 1.7.10-1.4.3 with MalisisCore 1.7.10-0.10.5. That's the last version working for 1.7.2.
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
I'm going to alert Carpenter's Blocks to get their Carpenter's Door working with Malisis Doors.
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!


To take the test, check out
https://minecraftnoobtest.com/test.php
Don't click this link, HE is haunting it...
Oooooooooohhhhhhhhh........... wait. I'll bet I know the problem. I'll bet the BDcraft texture pack is outdated and its GUI is WRONG.
...Yup. The BDcraft gui.png has several items missing relative to the mod's gui.png, and there is no gui.psd file at all. If I edit the resource pack and remove assets/malisiscore, I have a TOTALLY different GUI and I can now create and modify doors.
So, word to the wise for anyone else using this mod and the BDcraft resource pack: Remove assets/malisiscore from the BDCraft resource pack if you want to be able to use the resource pack and still use the Door Factory machine.
Oh, and by the way, I am now incredibly impressed with the Door Factory and all of the door opening mechanisms you have come up with. Very nice work, sir. It's almost like a mod-in-a-box itself.
I'll make one minor observation: I assumed at first that the opening time and auto close delay were in seconds. It was only when a door I made didn't behave as expected that I realized they were in ticks. Might I venture to suggest adding "(ticks)" to the "Opening time" and "Auto close delay" prompts in the GUI?
Even if the visual of the GUI is not complete with BDCraft, it should still work as expected.
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks
Except that with the BDcraft GUI images, you can't get to most of the GUI. Including the boxes to place materials in. That's why I couldn't create any doors. Not only could I not get to the materials input boxes, I didn't know I couldn't get to them, and I didn't realize anything was missing from the GUI because I'd never tried to use the machine before installing the resource pack. The BDcraft resource pack effectively completely breaks the machine's GUI because you don't know that the parts you can't see even exist.
I just checked, the only thing not showing it the tabs on the left. But you still see the icons for them.
But you can ask them to update the pack too
Mods for Minecraft :
MalisisDoors
MalisisBlocks
MalisisAdvert
MalisisSwitches
Do It Yourself Decorative Blocks