Jump to content

Recommended Posts

Posted

Attempting to install Forge into my minecraft 1.2.5 to be used on a bukkit server. When I install forge on its own and try running the client I get this error:

This is the only mod I have on the client, removed the meta inf.

 

This shows up in the ModLog:

 

2012-08-03 03:00:44 [iNFO] Forge Mod Loader version 2.2.78.153 for Minecraft 1.2.5 loading

2012-08-03 03:00:44 [FINE] Attempting to load mods contained in the minecraft jar file and associated classes

2012-08-03 03:00:44 [FINE] Found a minecraft related file at C:\Users\Chris\AppData\Roaming\.minecraft\bin\lwjgl.jar, loading

2012-08-03 03:00:44 [FINE] Found a minecraft related file at C:\Users\Chris\AppData\Roaming\.minecraft\bin\jinput.jar, loading

2012-08-03 03:00:44 [FINE] Found a minecraft related file at C:\Users\Chris\AppData\Roaming\.minecraft\bin\lwjgl_util.jar, loading

2012-08-03 03:00:44 [FINE] Found a minecraft related file at C:\Users\Chris\AppData\Roaming\.minecraft\bin\minecraft.jar, loading

2012-08-03 03:00:44 [FINE] Found a mod class mod_MinecraftForge in file minecraft.jar, attempting to load it

2012-08-03 03:00:44 [FINE] ModLoader BaseMod class mod_MinecraftForge found, loading

2012-08-03 03:00:44 [FINE] ModLoader BaseMod class mod_MinecraftForge loaded

2012-08-03 03:00:44 [FINE] Mod class mod_MinecraftForge loaded successfully

2012-08-03 03:00:44 [FINE] Minecraft jar mods loaded successfully

2012-08-03 03:00:44 [iNFO] Loading mods from C:\Users\Chris\AppData\Roaming\.minecraft\mods

2012-08-03 03:00:44 [iNFO] Forge Mod Loader has loaded 1 mods

2012-08-03 03:00:44 [FINE] Beginning mod pre-initialization

2012-08-03 03:00:44 [FINER] Pre-initializing C:\Users\Chris\AppData\Roaming\.minecraft\bin\minecraft.jar

2012-08-03 03:00:44 [FINE] Reading existing configuration file for mod_MinecraftForge : mod_MinecraftForge.cfg

2012-08-03 03:00:44 [FINEST] Configuration for mod_MinecraftForge.DISABLE_DARK_ROOMS found values default: false, configured: false, interpreted: false

2012-08-03 03:00:44 [FINEST] Configuration for mod_MinecraftForge.SPAWNER_ALLOW_ON_INVERTED found values default: true, configured: true, interpreted: true

2012-08-03 03:00:44 [FINEST] Configuration for mod_MinecraftForge.SPAWNER_MAKE_MORE_RANDOM found values default: false, configured: false, interpreted: false

2012-08-03 03:00:44 [FINE] Configuration for mod_MinecraftForge written to mod_MinecraftForge.cfg

2012-08-03 03:00:44 [FINE] Mod pre-initialization complete

2012-08-03 03:00:44 [FINE] Verifying mod dependencies are satisfied

2012-08-03 03:00:44 [FINE] All dependencies are satisfied

2012-08-03 03:00:44 [FINE] Sorting mods into an ordered list

2012-08-03 03:00:44 [FINE] Sorted mod list:

2012-08-03 03:00:44 [FINE] mod_MinecraftForge: minecraft.jar ()

2012-08-03 03:00:44 [FINE] Beginning mod initialization

2012-08-03 03:00:44 [FINER] Initializing mod_MinecraftForge

2012-08-03 03:00:44 [iNFO] MinecraftForge v3.3.8.152 Initialized

2012-08-03 03:00:44 [FINE] Mod initialization complete

2012-08-03 03:00:44 [FINE] Beginning mod post-initialization

2012-08-03 03:00:44 [FINER] Post-initializing mod_MinecraftForge

2012-08-03 03:00:44 [FINE] Mod post-initialization complete

2012-08-03 03:00:44 [iNFO] Forge Mod Loader load complete, 1 mods loaded

2012-08-03 03:00:58 [sEVERE] A critical error has occurred.

java.lang.ArrayIndexOutOfBoundsException: 17

at bv.a(TextureLavaFX.java:56)

at aaw.a(RenderEngine.java:517)

at net.minecraft.client.Minecraft.a(Minecraft.java:432)

at net.minecraft.client.Minecraft.run(Minecraft.java:735)

at java.lang.Thread.run(Unknown Source)

2012-08-03 03:00:58 [sEVERE] 1 mod loaded

Minecraft Forge 3.3.8.152

FML v2.2.78.153

Forge Mod Loader version 2.2.78.153 for Minecraft 1.2.5

mod_MinecraftForge : Available (minecraft.jar)

 

 

 

 

-- BEGIN ERROR REPORT e13a49a5 --------

Generated 8/3/12 3:00 AM

 

Minecraft: Minecraft 1.2.5

OS: Windows 7 (amd64) version 6.1

Java: 1.7.0_05, Oracle Corporation

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

LWJGL: 2.4.2

OpenGL: GeForce GTX 480/PCIe/SSE2 version 4.2.0, NVIDIA Corporation

 

java.lang.ArrayIndexOutOfBoundsException: 17

at bv.a(TextureLavaFX.java:56)

at aaw.a(RenderEngine.java:517)

at net.minecraft.client.Minecraft.a(Minecraft.java:432)

at net.minecraft.client.Minecraft.run(Minecraft.java:735)

at java.lang.Thread.run(Unknown Source)

--- END ERROR REPORT d5361802 ----------

 

Posted

Yeah, I finally figured that out. Now my issue is getting this to work with bukkit. I'm trying to make it work with 1.2.5.5-0 and I get this when I run the server :

 

java.lang.SecurityException: SHA1 digest error for net/minecraft/server/Minecraf

tServer.class

        at sun.security.util.ManifestEntryVerifier.verify(Unknown Source)

        at java.util.jar.JarVerifier.processEntry(Unknown Source)

        at java.util.jar.JarVerifier.update(Unknown Source)

        at java.util.jar.JarVerifier$VerifierStream.read(Unknown Source)

        at sun.misc.Resource.getBytes(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 sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

        at java.lang.ClassLoader.loadClass(Unknown Source)

        at org.bukkit.craftbukkit.Main.main(Main.java:136)

Press any key to continue . . .

 

Posted

...

You can't install Forge on bukkit, go look for CraftBukkit++ on MCPortCentral for a Forge/CraftBukkit build.

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

Posted

Yeah. I found that out as well. Now when I log in and try to move one of the items for the mod I'm doing it just kicks me out with a generic error.

 

Posted

It does say generic error on the bukkit server side. I finally managed to get it to work with your suggestions and help thanks. Shame towny seems to not work with it. (gives errors and won't load towny)

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

    • Hello friends of Forge. When exploring my modded world (around 85 mods) the game regularly crashes for some reason. I've researched and tried to fix but couldn't find a solution for my situation.    crash report: https://pastejustit.com/f2fir9pzr0
    • Hello friends of Forge. When exploring my modded world (around 85 mods) the game regularly crashes for some reason. I've researched and tried to fix but couldn't find a solution for my situation.    crash report: https://pastejustit.com/f2fir9pzr0
    • Hello everyone, As the title suggests I'm new the the entire modding thing I used to make little game projects here and there and since I've started University I've taking Java and I fell in love with it somehow. So I have a couple of questions: Can I learn Java from modding the game (Yes I have the basics) can it expand my knowledge in this language? Does modding require massive teams (I've seen too many projects on curseforge that have like 3-6 contributors) or can I do it solo? Where to start? I know you might be thinking "Whats wrong with this guy just simply google what to do..." and for that I say "I did" and found too many results not saying its a bad thing just you know we have a common term in development in general and that's "Development hell" you guys are more experienced than I'm what tutorial series do you recommend? Why didn't I use Reddit for this question why the minecraftforge forums where we fix issues to modding not help beginners start?  Because it gave me mental issues not saying this for attention but I really dislike the communities there are helpful somewhat but everything I said there regardless of what it is even a simple question in development will be bombarded with hateful comments cruelty and bullying and even worse grammar police , I truly hope that you guys aren't like this...   Please forgive me for my English as I'm not an English speaker. I'm alright with you people criticizing me for the question or the stuff I said just don't be cruel , thanks in advance! 
    • Hi! As the title suggests, I am encountering an issue with the Prominence II mod pack in which my server keeps crashing at random intervals. I am hosting it through Aternos, and below is a copy of my crash log. I have tried googling solutions and all forums are years old. I am new to hosting a server and don't know my way around files. I have also contacted Aternos support and they said it was a problem with the trinket mod? However I don't know if removing it will solve or corrupt my world. Any help would be greatly appreciated!   https://mclo.gs/RWmkEtK
    • I've been trying to render a line on the screen for a few days now, and everywhere I've looked has outdated answers. They say to use RenderGameOverlayEvent, which has been removed by my understanding. Is there a specific event I should be using or anything else I'm doing wrong? Tesselator tesselator = Tesselator.getInstance(); BufferBuilder renderer = tesselator.getBuilder(); renderer.begin(VertexFormat.Mode.DEBUG_LINES, DefaultVertexFormat.POSITION_COLOR); Color c = new Color(255, 0, 0, 255); renderer.vertex(0, 100, 0).color(c.getRed(), c.getGreen(), c.getBlue(), c.getAlpha()).endVertex(); renderer.vertex(0, 200, 0).color(c.getRed(), c.getGreen(), c.getBlue(), c.getAlpha()).endVertex(); tesselator.end(); Based on what I've seen, this is the code that should be working, though I feel that I need to override an event and add it in. What event should I be using for this? Is there another way of doing it that I don't know of?
  • Topics

×
×
  • Create New...

Important Information

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