Jump to content

Modder123

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by Modder123

  1. Yeah i know, I know some Simple / Basic Java Stuff My only problem is OOP D: it's really confusing
  2. To be honest, i kind of copy-paste and customized it from a Tutorial i saw About KeyBinds: https://emxtutorials.wordpress.com/adding-custom-keybinds/ but oh well.... i guess i'm not the right person for this kind of coding stuff.....
  3. it saying I need to Add a Phase? for what the Phase is?
  4. I need do something like this: MinecraftForge.EVENT_BUS.register(new ClientTickEvent()); ? I putted the KeyInPut one in the preInit Event.
  5. I don't understand it.... I type EntityPlayerSP.sendChatMessage("hi"); In eclipse it said it's an error but you're saying me it's not an error... Ugh... im seriously confused.... maybe i should forget about this project.... or i dont know now... like it soo confusing me eclipse saying an error in EntitySP.sendChatMessage("hi); And i did import it.... I dont understand whats wrong...
  6. Wait Where i put the "String/Command in" does it suppose to be EntityPlayerSP.sendChatMessage? for some reason i typed this: EntityPlayerSP.sendChatMessage("hi") in Eclipse it said it's an error? what's wrong?
  7. Yeah I did. Wait, Can you give me an Example of where to put the Command In? it would help me. Where exactly to Put those methods? I'm not the best In those Stuff... You can just ignore that message if you want... i'm really not the best in Java Coding... Uh.. can you maybe Make a pastebin Explaining where goes each thing? it would help me a bit... Thanks. Modder123
  8. Can Anyone Please Reply to this Post?
  9. For some reason, in the Logs floder in .minecraft I cannot find anything like You mentioded. I see there files with Dates like: 2017-07-05 And not fml-client-lastest.log or something like that. And by what i mean That mod doesn't work: Ok, basically i made a Mod thats if you click a Specific Button (Basically i added a Keybind to my mod) it will execute a Command to the Server. The thing is, it wont Send it, maybe it does send but i dont see the message, Anyways, Just incase I may coded wrong the Send Command to the Server code, here is the Codes: KeyBinds:https://pastebin.com/hprVPhAd KeybindInputHandler(the class which executes the Code for the keybind.):https://pastebin.com/Kp2QY1g1 Quick Note - About the Command inside this ^ code i typed there a command that the Server added to himself, basically, a Custom Command of the server i use the Mod to. (the server is not mine) NOTE: Those are not ALL of the mod Class codes. I Hope you can tell me whats wrong with my code or with the mod. Thanks. Modder123.
  10. OK, firstable, why you Respond like 30 minutes after i reply, And I seriously Don't understand how that's not the Log i Litearlly went to my Logs floder in .minecraft And Took it from there... Secondly, my Code is all Good but the Mod wont work. Aka Signature problem. Thats the problem.
  11. NOTE: I closed the Minecraft to Get the file updated (Lastest Log file)
  12. here is the FULL log from the logs floder: https://pastebin.com/KsTBhsyi
  13. FML Log:https://pastebin.com/94dipRZ5
  14. The game loaded up But the Mod didn't work (it said a Signature Error) is there Fix for that?
  15. And the For the full log:https://pastebin.com/yJW8GGqM
  16. I Tried that, but when it opening the minecraft it opens 1.8.9 And not 1.8 as the download (main site) said. but I'll try again.
  17. Do you need the WHOLE Log? And not only the Error Log?
  18. Just found another Error seems to be a Signature error: https://pastebin.com/X8ynMigD
  19. Pastebin Link(You should see it better proably):https://pastebin.com/hx5dqAaS
  20. Woops let me make pastebin link sorry hehe...
  21. I built it using Eclipse and here is the Error log: 09:20:43 FML Client thread error Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue 09:20:43 FML Client thread error mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized FML{8.0.127.1103} [Forge Mod Loader] (fml-1.8-8.0.127.1103.jar) Unloaded->Constructed->Pre-initialized HM{1.0} [Hypixel Chat Manager Mod] (HM-1.0.jar) Unloaded->Constructed->Errored 09:20:43 FML Client thread error The following problems were captured during this phase 09:20:43 FML Client thread error Caught exception from HM java.lang.NoClassDefFoundError: net/minecraftforge/common/MinecraftForge at com.XxDanielMCYTxX.hypixelchat1.HypixelChat1.preInit(HypixelChat1.java:17) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) 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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) 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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:527) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:245) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:414) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:326) at net.minecraft.client.main.Main.main(SourceFile:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.ClassNotFoundException: net.minecraftforge.common.MinecraftForge at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 38 more 09:20:43 STDOUT Client thread info [net.minecraft.init.Bootstrap:func_179870_a:492]: ---- Minecraft Crash Report ---- // I'm sorry, Dave. Time: 7/5/17 9:20 AM Description: There was a severe problem during mod loading that has caused the game to fail net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/common/MinecraftForge at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:163) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:529) at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:245) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:414) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:326) at net.minecraft.client.main.Main.main(SourceFile:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/common/MinecraftForge at com.XxDanielMCYTxX.hypixelchat1.HypixelChat1.preInit(HypixelChat1.java:17) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) 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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) 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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:527) ... 10 more Caused by: java.lang.ClassNotFoundException: net.minecraftforge.common.MinecraftForge at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 38 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.8 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 110142736 bytes (105 MB) / 280391680 bytes (267 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 IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v9.10 FML v8.0.127.1103 3 mods loaded, 3 mods active mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized FML{8.0.127.1103} [Forge Mod Loader] (fml-1.8-8.0.127.1103.jar) Unloaded->Constructed->Pre-initialized HM{1.0} [Hypixel Chat Manager Mod] (HM-1.0.jar) Unloaded->Constructed->Errored Loaded coremods (and transformers): GL info: ' Vendor: 'Intel' Version: '3.1.0 - Build 9.17.10.3040' Renderer: 'Intel(R) HD Graphics 3000
  22. When i'm looking at the Minecraft Log it saying it Missing "signature files" How i Get "Signature files?"
  23. So, I made my own Mod, and i Tried to Run it with the 1.8FML Versison (I used the MDK for 1.8, i tried download the 1.8 forge but it gave me 1.8.9 instead so i was need to use to the 1.8FML Forge Versison) And when i try Run it on my MC it keeps getting the Error "java.lang.NoClassSeffounder" Error, My Code is Completly fine and All. What's Wrong? Do i need To Add a specific code to my Mod? By the way, i did exchanged it to a Jar file. so it wont be that problem. Please Answer. Thanks.
×
×
  • Create New...

Important Information

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