Jump to content

Recommended Posts

Posted

Hi Guys,

 

I have a question: When i create a new Block class:

 

package dlooop.craftingchanges;

 

import javax.swing.text.ZoneView;

 

import cpw.mods.fml.relauncher.Side;

import cpw.mods.fml.relauncher.SideOnly;

import net.minecraft.block.Block;

import net.minecraft.block.material.Material;

import net.minecraft.client.renderer.texture.IconRegister;

import net.minecraft.item.Item;

 

public class HuchasaOre extends Block{

 

  public HuchasaOre(int id, Material mat) {

      super(id, mat);

 

  }

 

  @SideOnly(Side.CLIENT)

  public void registerIcons(IconRegister reg){

    this.blockIcon = reg.registerIcon("craftingchanges:ItemIngot");

 

  }

}

then come an error in the console:

crafting changes{2.1.1} [Crafting Changes Mod] (bin) Unloaded->Constructed->Pre-initialized->Errored

... (the directory of my pc)...  AL lib: (EE) alc_cleanup: 1 device not closed

 

In my Main class is the Huchasa Ore like this :

  public static Block HuchasaOre;

  public int HuchasaOreID = 13863;

 

 

      HuchasaOre = new BlockHuchasaOre(HuchasaOreID, Material.iron).setUnlocalizedName("HuchasaOre").setCreativeTab(CreativeTabs.tabFood).setMaxStackSize(64);

 

 

      private void updateLanguage(){

        LanguageRegistry.addName(HuchasaOre, "Huchasa Ore");

                }

 

      private void registerBlocks(){

            GameRegistry.registerBlock(HuchasaOre, "Huchasa Ore");

      }

 

The complete error in the error.txt is :

 

 

---- Minecraft Crash Report ----

// Who set us up the TNT?

 

Time: 31.08.13 19:53

Description: There was a severe problem during mod loading that has caused the game to fail

 

cpw.mods.fml.common.LoaderException: java.lang.Error: Unresolved compilation problem:

  BlockHuchasaOre cannot be resolved to a type

 

  at cpw.mods.fml.common.LoadController.transition(LoadController.java:149)

  at cpw.mods.fml.common.Loader.initializeMods(Loader.java:698)

  at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:232)

  at net.minecraft.client.Minecraft.startGame(Minecraft.java:506)

  at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:796)

  at net.minecraft.client.main.Main.main(Main.java:93)

  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:57)

  at net.minecraft.launchwrapper.Launch.main(Launch.java:18)

Caused by: java.lang.Error: Unresolved compilation problem:

  BlockHuchasaOre cannot be resolved to a type

 

  at dlooop.craftingchanges.craftingchanges.init(craftingchanges.java:75)

  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:540)

  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:74)

  at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

  at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)

  at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

  at com.google.common.eventbus.EventBus.post(EventBus.java:267)

  at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)

  at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)

  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:74)

  at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

  at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)

  at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

  at com.google.common.eventbus.EventBus.post(EventBus.java:267)

  at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)

  at cpw.mods.fml.common.Loader.initializeMods(Loader.java:697)

  ... 10 more

 

 

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

 

-- System Details --

Details:

  Minecraft Version: 1.6.2

  Operating System: Windows 7 (amd64) version 6.1

  Java Version: 1.7.0_25, Oracle Corporation

  Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

  Memory: 908526336 bytes (866 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 v8.04 FML v6.2.35.804 Minecraft Forge 9.10.0.804 4 mods loaded, 4 mods active

  mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized

  FML{6.2.35.804} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized

  Forge{9.10.0.804} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized

  crafting changes{2.1.1} [Crafting Changes Mod] (bin) Unloaded->Constructed->Pre-initialized->Errored

 

 

I dont know what to do when i make // befor every thing from the Block then the mod runs well but when not it crashes :(

 

Pls help me :)

Posted

Hello mate, first a question or rather two:

are you new to java?

and are you willing to learn it as well as to learn minecraft modding?

 

then an answer:

 

I need to see you main mod file to be sure of what the exact cause of the error is, but I got a good idea on the problem.

 

Also when you share code files longer than 4-5 lines of code, use paste.minecraftforge.com else it becomes rather hard to read, the same goes for error logs!

If you guys dont get it.. then well ya.. try harder...

Posted
  BlockHuchasaOre cannot be resolved to a type

It cannot find a class named "BlockHuchasaOre', because you have it named "HuchasaOre"

public class HuchasaOre extends Block{

Legend of Zelda Mod[updated September 20th to 3.1.1]

Extra Achievements(Minecraft 1.8!)[updated April 3rd to 2.3.0]

Fancy Cheeses[updated May 8th to 0.5.0]

Posted

  BlockHuchasaOre cannot be resolved to a type

It cannot find a class named "BlockHuchasaOre', because you have it named "HuchasaOre"

public class HuchasaOre extends Block{

 

Bleh!

I thought the error was a typo in the other file, didn't see that typo in the black'n'grey wall of text.

moral is: use paste sites for longer bits of code and CODE tags for small snippets so they are readable :P

If you guys dont get it.. then well ya.. try harder...

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.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I tried do download the essential mod to my mod pack but i didnt work. I paly on 1.21 and it should work. I use neoforge for my modding. The weird things is my friend somehow added the mod to his modpack and many others that I somehow can´t. Is there anything i can do? 
    • Thanks, I've now installed a slightly newer version and the server is at least starting up now.
    • i have the same issue. Found 1 Create mod class dependency(ies) in createdeco-1.3.3-1.19.2.jar, which are missing from the current create-1.19.2-0.5.1.i.jar Found 11 Create mod class dependency(ies) in createaddition-fabric+1.19.2-20230723a.jar, which are missing from the current create-1.19.2-0.5.1.i.jar Detailed walkthrough of mods which rely on missing Create mod classes: Mod: createaddition-fabric+1.19.2-20230723a.jar Missing classes of create: com/simibubi/create/compat/jei/category/sequencedAssembly/JeiSequencedAssemblySubCategory com/simibubi/create/compat/recipeViewerCommon/SequencedAssemblySubCategoryType com/simibubi/create/compat/rei/CreateREI com/simibubi/create/compat/rei/EmptyBackground com/simibubi/create/compat/rei/ItemIcon com/simibubi/create/compat/rei/category/CreateRecipeCategory com/simibubi/create/compat/rei/category/WidgetUtil com/simibubi/create/compat/rei/category/animations/AnimatedBlazeBurner com/simibubi/create/compat/rei/category/animations/AnimatedKinetics com/simibubi/create/compat/rei/category/sequencedAssembly/ReiSequencedAssemblySubCategory com/simibubi/create/compat/rei/display/CreateDisplay Mod: createdeco-1.3.3-1.19.2.jar Missing classes of create: com/simibubi/create/content/kinetics/fan/SplashingRecipe
    • The crash points to moonlight lib - try other builds or make a test without this mod and the mods requiring it
    • Do you have shaders enabled? There is an issue with the mod simpleclouds - remove this mod or disable shaders, if enabled  
  • Topics

×
×
  • Create New...

Important Information

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