Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

MHPage12

Members
  • Joined

  • Last visited

Everything posted by MHPage12

  1. I am having the same problem.
  2. Alright so I fixed that I thought you meant the forge initialization, but that does not solve the GUI not opening problem.
  3. The @Instance and proxy are not being initialized though.
  4. Okay Elemental Crafter: http://paste.minecraftforge.net/view/8ac65267 Tile Entity: http://paste.minecraftforge.net/view/0abb188f Gui Handler: http://paste.minecraftforge.net/view/b2094f75 Container: http://paste.minecraftforge.net/view/60b051bc Gui Drawer: http://paste.minecraftforge.net/view/138550a9 MainModClass: http://paste.minecraftforge.net/view/bd6792d2 Here are all the classes with any relation to the GUI I am trying to make.
  5. Alright which classes do you need? Or do you want the whole source code?
  6. My source code how would I give you that?
  7. Alright so you have the most helpful help in this entire thread, but now there is a new problem it does not have a gui when I right click. Did I mess up the activation code I don't think so. Any other help would be much appreciated.
  8. No that did not help much at all but I did get a new error. http://paste.minecraftforge.net/view/aa0a5a08
  9. Here is my main class file with all the channels in it if you need anything else just ask. http://paste.minecraftforge.net/view/f95d8f03
  10. Checked the tutorials most or all of them and mine is just like them but for them the names are different. Should I change the names.
  11. I made them all the same and guess what it gave me the same error is there supposed to be a specific name for the channel that I am totally missing.
  12. That did not help me at all.
  13. Could someone please help me with these problems. I have no errors in my class files and this is not easy to read. Thank you in advance. ---- Minecraft Crash Report ---- // Why did you do that? Time: 2/21/13 6:07 PM Description: Failed to start game java.lang.RuntimeException: Channel name is invalid at cpw.mods.fml.common.network.NetworkRegistry.registerChannel(NetworkRegistry.java:92) at cpw.mods.fml.common.network.NetworkRegistry.registerChannel(NetworkRegistry.java:102) at cpw.mods.fml.common.network.NetworkModHandler.tryCreatingPacketHandler(NetworkModHandler.java:186) at cpw.mods.fml.common.network.NetworkModHandler.<init>(NetworkModHandler.java:114) at cpw.mods.fml.common.network.FMLNetworkHandler.registerNetworkMod(FMLNetworkHandler.java:249) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:456) 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:479) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:161) at net.minecraft.client.Minecraft.startGame(Minecraft.java:410) at net.minecraft.client.MinecraftAppletImpl.startGame(MinecraftAppletImpl.java:44) 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 (amd64) version 6.1 Java Version: 1.7.0_13, Oracle Corporation Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 770188592 bytes (734 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M 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.4.520 Minecraft Forge 6.6.0.497 4 mods loaded, 4 mods active mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed FML [Forge Mod Loader] (coremods) Unloaded->Constructed Forge [Minecraft Forge] (coremods) Unloaded->Constructed MHPage12_Elementals Mod [Elementals Mod] (bin) Unloaded->Errored LWJGL: 2.4.2 OpenGL: AMD Radeon HD 6870M GL version 4.1.10765 Compatibility Profile Context, ATI Technologies Inc. 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
  14. Alright I guess i will continue to learn Java even further Thank You.
  15. Hello could someone really help me out with multiblock structures like walk me through the coding process or something thanks. PS If possible it would be better via Skype.
  16. Alright can someone come and actually talk me through it because this is just confusing me. Thank You.

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.