• 0

    posted a message on [SOLVED] Unable to load Textures
    Thanks!! the folder was named txsmod and not movanilla. I'm glad that people here are nice and really helpful. :)
    Posted in: Modification Development
  • 0

    posted a message on [SOLVED] Unable to load Textures
    Yeah.. like the title says, I can't fix it it any way and I was looking for a fix for like 3 hours already. :| any help?


    [07:07:03] [Client thread/ERROR]: Using missing texture, unable to load movanilla:textures/items/ObsidianSword.png
    java.io.FileNotFoundException: movanilla:textures/items/ObsidianSword.png



    That's what it says in the console.

    My sword's constructor:


    package com.txsmod.movanilla;

    import net.minecraft.creativetab.CreativeTabs;
    import net.minecraft.item.ItemSword;

    public class ObsidianSwordClass extends ItemSword {

    public ObsidianSwordClass(ToolMaterial p_i45356_1_) {
    super(p_i45356_1_);

    setCreativeTab(CreativeTabs.tabCombat);
    setTextureName(MainClass.MODID + ":ObsidianSword");

    }

    }

    Solution (Thanks "Darkhax"): The folder that the textures were suppose to go was named "txsmod" instead of movnilla, so the game was not able to find the files since there was no folder named movanilla. so I renamed it to movanilla and the textures were loaded. :)
    Posted in: Modification Development
  • 0

    posted a message on [SOLVED] Eclipse issue
    Thanks. works perfectly.
    Posted in: Modification Development
  • 0

    posted a message on [SOLVED] Eclipse issue
    Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\Win7 User\.gradle\caches\minecraft\assets\indexes\{ASSET_INDEX}.json (Can not find the file specifie)
    at com.google.common.base.Throwables.propagate(Throwables.java:160)
    at GradleStart.setupAssets(GradleStart.java:273)
    at GradleStart.startClient(GradleStart.java:81)
    at GradleStart.main(GradleStart.java:55)
    Caused by: java.io.FileNotFoundException: C:\Users\Win7 User\.gradle\caches\minecraft\assets\indexes\{ASSET_INDEX}.json (Can not find the file specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileReader.<init>(Unknown Source)
    at GradleStart.loadAssetsIndex(GradleStart.java:279)
    at GradleStart.setupAssets(GradleStart.java:217)
    ... 2 more
    Picked up _JAVA_OPTIONS: -Xmx512M -Xms512M

    :\
    Posted in: Modification Development
  • 0

    posted a message on [SOLVED] Eclipse issue
    Didn't work..
    Posted in: Modification Development
  • 0

    posted a message on [SOLVED] Eclipse issue
    No I didn't, not sure about re-installing Java.
    Posted in: Modification Development
  • 0

    posted a message on [SOLVED] Eclipse issue
    Whenever I press "Run Client" button to test it, it crashes and the console says this: Picked up _JAVA_OPTIONS: -Xmx512M -Xms512M

    What can I do to fix it?

    *And yes I used google but seems like nothing is related to Minecraft at all.*

    *Mod, please delete my previous thread since it was in a wrong forum..*
    Posted in: Modification Development
  • 0

    posted a message on Eclipse issue
    Not sure where to post this. if amod reading it, move to the correct forum where it should be.

    Now to the issue, I'm creating a new (a very basic mod) that will add just emerald and obsidian stuff, anywayz, whenever I press "Run Client" button to test it, it crashes and the console says this: Picked up _JAVA_OPTIONS: -Xmx512M -Xms512M

    What can I do to fix it?

    *And yes I used google but seems like nothing is related to Minecraft at all.*
    Posted in: Java Edition Support
  • 0

    posted a message on Minecraft Forge (No Mods) Won't Launch
    Not sure what to do.. should I try and install Java 8?
    Posted in: Java Edition Support
  • 0

    posted a message on Minecraft Forge (No Mods) Won't Launch
    Alright. the 7th version of Java won't install correctley on my computer so I installed Java 9 instead and it fixed, I guess I will play Vanilla for some time.
    Posted in: Java Edition Support
  • 0

    posted a message on Minecraft Forge (No Mods) Won't Launch
    Deleted Java again (x2). getting this issue when trying to launch Minecarft: The registry refers to a nonexistent Java Runtime Environment installation or the runtime is corrupted.


    Getting issue while installing Java. wth is going on..

    -_-..
    Posted in: Java Edition Support
  • 0

    posted a message on Minecraft Forge (No Mods) Won't Launch
    Came up with a new issue trying to open Minecraft itself.

    I played normally on the Forge version for few mins, I closed minecraft to install the mods again but when I tryed to launch minecraft launcher ITSELF it just won't open? no error massage and javaw.exe or somesort in the Task manager, no nothing? weird.
    Posted in: Java Edition Support
  • 0

    posted a message on Minecraft Forge (No Mods) Won't Launch
    Thanks, fixed my issue.

    Huge hypes for Java 9 once it's finished, 200% more FPS then now. I want to know my FPS once I will fix my gaming computer.. (GTX 780 & i7 Extreme <3)
    Posted in: Java Edition Support
  • 0

    posted a message on Minecraft Forge (No Mods) Won't Launch
    Launcher log located at .minecraft\logs right? if so this is the only thing I got.
    Posted in: Java Edition Support
  • To post a comment, please .