Jump to content

Issues with Modloader


DarkenMoon97

Recommended Posts

I am trying to make a very simple mod by just copying tutorials, and every time, I get this error message.

 

2012-08-03 09:16:25 [FINER] Pre-initializing C:\Users\*user*\Desktop\MCP 1.2.5 (2)\eclipse\Client\bin\net\minecraft\src
2012-08-03 09:16:25 [FINE] No MLProp configuration for mod_CamelOre found or required. No file written
2012-08-03 09:16:25 [sEVERE] The mod from file src has failed to load. This is likely a mod installation error.
java.lang.Error: Unresolved compilation problem: 
Type mismatch: cannot convert from int to Material

at net.minecraft.src.ModLoader.addOverride(ModLoader.java:156)
at net.minecraft.src.mod_CamelOre.<clinit>(mod_CamelOre.java:5)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoaderModContainer.java:110)
at cpw.mods.fml.common.Loader.preModInit(Loader.java:239)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:617)
at cpw.mods.fml.client.FMLClientHandler.onPreLoad(FMLClientHandler.java:200)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:386)
at net.minecraft.client.Minecraft.run(Minecraft.java:738)
at java.lang.Thread.run(Unknown Source)
2012-08-03 09:16:25 [sEVERE] A critical error has occurred.
cpw.mods.fml.common.LoaderException: java.lang.Error: Unresolved compilation problem: 
Type mismatch: cannot convert from int to Material

at cpw.mods.fml.common.Loader.preModInit(Loader.java:244)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:617)
at cpw.mods.fml.client.FMLClientHandler.onPreLoad(FMLClientHandler.java:200)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:386)
at net.minecraft.client.Minecraft.run(Minecraft.java:738)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.Error: Unresolved compilation problem: 
Type mismatch: cannot convert from int to Material

at net.minecraft.src.ModLoader.addOverride(ModLoader.java:156)
at net.minecraft.src.mod_CamelOre.<clinit>(mod_CamelOre.java:5)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at cpw.mods.fml.common.modloader.ModLoaderModContainer.preInit(ModLoaderModContainer.java:110)
at cpw.mods.fml.common.Loader.preModInit(Loader.java:239)
... 5 more
2012-08-03 09:16:25 [sEVERE] 2 mods loaded
Minecraft Forge 3.3.8.170
FML v2.2.106.176
Forge Mod Loader version 2.2.106.176 for Minecraft 1.2.5
mod_CamelOre : Loaded (src)
mod_MinecraftForge : Loaded (src)

2012-08-03 09:16:25 [FINE] Beginning mod initialization
2012-08-03 09:16:25 [FINER] Initializing mod_CamelOre
2012-08-03 09:16:25 [sEVERE] A critical error has occurred.
java.lang.NullPointerException
at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:356)
at cpw.mods.fml.common.Loader.modInit(Loader.java:273)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:628)
at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:223)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:429)
at net.minecraft.client.Minecraft.run(Minecraft.java:738)
at java.lang.Thread.run(Unknown Source)
2012-08-03 09:16:25 [sEVERE] 2 mods loaded
Minecraft Forge 3.3.8.170
FML v2.2.106.176
Forge Mod Loader version 2.2.106.176 for Minecraft 1.2.5
mod_CamelOre : Loaded (src)
mod_MinecraftForge : Loaded (src)

2 mods loaded
Minecraft Forge 3.3.8.170
FML v2.2.106.176
Forge Mod Loader version 2.2.106.176 for Minecraft 1.2.5
mod_MinecraftForge : Initialized (src)
mod_Testing : Loaded (src)


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

Minecraft has stopped running because it encountered a problem.




--- BEGIN ERROR REPORT 68a772fe --------
Generated 8/3/12 10:55 AM

Minecraft: Minecraft 1.2.5
OS: Windows 7 (amd64) version 6.1
Java: 1.7.0_04-ea, Oracle Corporation
VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
LWJGL: 2.8.4
OpenGL: AMD Radeon HD 6800 Series version 4.2.11733 Compatibility Profile Context, ATI Technologies Inc.

java.lang.NullPointerException
at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:356)
at cpw.mods.fml.common.Loader.modInit(Loader.java:273)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:628)
at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:223)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:429)
at net.minecraft.client.Minecraft.run(Minecraft.java:738)
at java.lang.Thread.run(Unknown Source)
--- END ERROR REPORT 552581fe ----------

Please keep in mind I know just about nothing about modding Minecraft.

Link to comment
Share on other sites

You failed to follow the tutorial, or the tutorial is crap.

Somehow you're assiging a int, to a Material... figure it out. Sure as hell can't help you without seeing it.

And we shouldnt really help you as you should be able yourself if you know some basic java.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Oh silly me, I should of included the code.

package net.minecraft.src;

import net.minecraft.src.forge.*;

public class BlockTitanium extends Block implements ITextureProvider
{
        public BlockTitanium(int i, int j)
        {
                super(i, j, Material.rock);
        }

        public String getTextureFile()
        {
                return "/testmod/blocks/test sheet.png";
        }
}

package net.minecraft.src;

import net.minecraft.src.forge.*;

public class mod_Testing extends BaseMod
{
        public static final Block oreTitanium = new BlockTitanium(123, 0).setHardness(3F).setResistance(5F).setStepSound(Block.soundStoneFootstep).setBlockName("oreTitanium");
        

        public mod_Testing()
        {

        }

        public void load()
        {
        MinecraftForgeClient.preloadTexture("/testmod/blocks/test sheet.png");
                
                ModLoader.registerBlock(oreTitanium);
                ModLoader.addName(oreTitanium, "Titanium Ore");
                
        }

        public String getVersion()
        {
        return "1.0.0";
        }
}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Turning the Tables: My Journey to Reclaim Stolen Bitcoins with Expert Help. When my Bitcoin wallet was hacked and my entire cryptocurrency portfolio was stolen, I felt utterly devastated and hopeless. Having worked hard to build up my digital assets, the sudden loss was gut-wrenching. It felt like my financial future had been ripped away in an instant, leaving me overwhelmed by a sense of betrayal and despair. In my search for help, I discovered TECH CYBER FORCE Recovery, a renowned cybersecurity firm specializing in cryptocurrency recovery. I was met with professionalism and empathy from my first contact with them. The team demonstrated a steadfast commitment to helping me retrieve my stolen Bitcoins. They understood the emotional toll of my situation and approached my case with genuine concern. TECH CYBER FORCE Recovery swung into action immediately, leveraging its extensive expertise in blockchain forensics and hacker tracking techniques. Their process was meticulous. They analyzed my transaction history, followed the digital trail left by the hackers, and worked diligently to pinpoint the location of the stolen funds. I was impressed by their technical prowess; they employed advanced cryptographic methods and strategic negotiations with the perpetrators, all while keeping me informed about their progress. The recovery process was complex and fraught with challenges. However, the tenacity displayed by the team was truly awe-inspiring. They navigated cryptocurrency crime's murky and ever-evolving landscape with skill and determination. After a series of strategic moves, they managed to recover the majority of my Bitcoins successfully.  
    • I removed giacomos_hud, oculus, (dont know what you mean with iris), enhanced_boss_bars, epicfight and essential.  Server still doesnt want to boot. new logs after removing: https://pastebin.com/LuM2PFtN I dont quite understand the "server side" and "client side" difference..
    • There are client side only mods in your server files   Remove giacomos_hud, oculus, iris, enhanced_boss_bars and epicfight You can keep these mods in your client Maybe also remove essentials
    • Here is my Log with java 17: https://pastebin.com/RPdWSjwq
    • Been working on creating a server for this mod, but i keep getting this error over and over again.  I have tried updating/changing the Forge launcher, Removing/replacing the ops.json and whitelist.json folders, and removing certain mods. Crash report log: https://pastebin.com/Bu046cVq Debug.log https://pastebin.com/7hKm40ke Latest.log https://pastebin.com/nCRLUH3b any help would be great thanks!
  • Topics

×
×
  • Create New...

Important Information

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