Jump to content

ReaperSoon

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by ReaperSoon

  1. I dont anderstand all you are saying. You say : "But seriously, it's far easier to just code it all in the Minecraft project." Into my eclipse project I have Minecraft and some packages in. I want to create new block so I modify some class same Block.class But all my classes about blocks are in common and not in net.minecraft.src
  2. the debug configs ? I just started with Eclipse, what is that ? I don't modify minecraft, when i installed forge-src, i dont touch anything before export my jar (just for test). So why it would have some bug ?
  3. I have a big problem ! When i decompil minecraft 1.3.2 with MCP and forge-src 4.2.5 i open workspace with eclipse and "export" my jar. i replace .minecraft/bin/minecraft.jar and when i launch there is nothing (same a clean minecraft) bug when i start a world ou load a world minecraft crash with that : --- BEGIN ERROR REPORT 713dc254 -------- Generated 20/10/12 23:29 - 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 64-Bit Server VM (mixed mode), Oracle Corporation - Memory: 476019928 bytes (453 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB) - JVM Flags: 2 total; -Xms512m -Xmx1024m - LWJGL: 2.4.2 - OpenGL: NVS 5100M/PCI/SSE2 GL version 3.3.0, NVIDIA Corporation - Is Modded: Very likely - Type: Client - Texture Pack: Default - Profiler Position: N/A (disabled) java.lang.AbstractMethodError: net.minecraft.server.MinecraftServer.isDedicatedServer()Z at net.minecraft.src.ServerCommandManager.<init>(ServerCommandManager.java:24) at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:166) at axv.<init>(SourceFile:27) at net.minecraft.client.Minecraft.a(SourceFile:1303) at apq.e(SourceFile:142) at apr.a(SourceFile:189) at app.a(SourceFile:176) at apq.a(SourceFile:162) at auw.b(SourceFile:706) 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 a1fc0032 ---------- But if i try with startclient.bat it work perfectly... Why I download and installed forge PROPERLY!! and my minecraft.jar is clean with force update..
  4. Forge can run on bukkit server ? Because i needs my mods AND my plugins... Yes i use source package because i need to modify the GuiMainMenu. It's same modding, not ? To resum: I just need to modify minecraft client 1.2.5 to have new button on my menu. And i have a server with MCPC to use MODS and PLUGINS. I never seen other posibility to have mods and plugins togethers
  5. Hi, thanks for your answer. I know 1.2.5 is out to date but I have a good reason... My server use MCPC 1.2.5 and there is no more recent version... Modding with 1.2.5 is useless I agree but I just want add my server connexion button on main menu for my launcher. It's work but all my mods crash with my recompiled minecraft.. Why did you say I didn't install forge properly ? I just download it, drop Forge folder on MCP folder and launch install.cmd What is wrong ? If you can't help me, nobody can =/
  6. Hi, i have a strange problem... With a clean minecraft.jar 1.2.5 i drop minecraftforge-client-3.3.7.135 and my mod jammy-furniture and it work fine. But when i decompil minecraft 1.2.5 with mcp and minecraftforge-src-3.3.7.135, minecraft work fine after recompil but crash with all my mods... I don't know why... 1 mod loaded Minecraft Forge 3.3.7.135 FML v2.2.48.135 Forge Mod Loader version 2.2.48.135 for Minecraft 1.2.5 mod_MinecraftForge : Loaded (minecraft.jar) Minecraft has crashed! ---------------------- Minecraft has stopped running because it encountered a problem. --- BEGIN ERROR REPORT bc3e953d -------- Generated 04/10/12 00:02 Minecraft: Minecraft 1.2.5 OS: Windows 7 (x86) version 6.1 Java: 1.7.0_07, Oracle Corporation VM: Java HotSpot Client VM (mixed mode), Oracle Corporation LWJGL: 2.4.2 OpenGL: NVS 5100M/PCI/SSE2 version 3.3.0, NVIDIA Corporation cpw.mods.fml.common.LoaderException: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: forge/NetworkMod at cpw.mods.fml.common.Loader.load(Loader.java:436) at cpw.mods.fml.common.Loader.loadMods(Loader.java:592) at cpw.mods.fml.client.FMLClientHandler.onPreLoad(FMLClientHandler.java:193) at net.minecraft.client.Minecraft.startGame(Minecraft.java:383) at net.minecraft.client.Minecraft.run(Minecraft.java:735) at java.lang.Thread.run(Unknown Source) Caused by: cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: forge/NetworkMod at cpw.mods.fml.common.Loader.loadModClass(Loader.java:527) at cpw.mods.fml.common.Loader.attemptFileLoad(Loader.java:561) at cpw.mods.fml.common.Loader.load(Loader.java:419) ... 5 more Caused by: java.lang.NoClassDefFoundError: forge/NetworkMod at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.common.Loader.loadModClass(Loader.java:494) ... 7 more Caused by: java.lang.ClassNotFoundException: forge.NetworkMod at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 22 more --- END ERROR REPORT 48003f1a ----------
×
×
  • Create New...

Important Information

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