Jump to content

Forge Problems


Recommended Posts

Hello folks! Here's Wakigawa.

I recently created a modded server using MinecraftForge, and when i try to join it, Minecraft goes blackscreen and stand there forever.

How can i fix it? I appreaciate your help.

<3

Everything is correctly setup, modloadermp is not installed in the server.jar, I got all the mods working perfectly and so on.

Link to comment
Share on other sites

Thanks! The error is this one:

 

 

 

 

 

C:\Users\abrightday\Desktop>java -Xincgc -Xmx2048M -cp Minecraft.exe net.minecra

ft.LauncherFrame

27 achievements

182 recipes

Setting user: Wakigawa, -5170072715400694656

LWJGL Version: 2.4.2

Jun 15, 2012 4:00:01 PM cpw.mods.fml.common.FMLCommonHandler beginLoading

INFO: Attempting early MinecraftForge initialization

Jun 15, 2012 4:00:01 PM cpw.mods.fml.common.FMLCommonHandler beginLoading

INFO: Completed early MinecraftForge initialization

2012-06-15 16:00:01 [iNFO] Forge Mod Loader version 2.2.48.135 for Minecraft 1.2

.5 loading

2012-06-15 16:00:01 [iNFO] Loading mods from C:\Users\abrightday\AppData\Roaming

\.minecraft\mods

2012-06-15 16:00:01 [iNFO] Directory rei_minimap contained no mods

2012-06-15 16:00:01 [iNFO] Directory weaponmod contained no mods

2012-06-15 16:00:01 [iNFO] Forge Mod Loader has loaded 6 mods

[CraftingTableIII] Up to date!

MinecraftForge v3.3.7.135 Initialized

2012-06-15 16:00:02 [iNFO] MinecraftForge v3.3.7.135 Initialized

2012-06-15 16:00:02 [iNFO] [WeaponMod] Properties file read succesfully!

WARNING: Found unknown Windows version: Windows 7

Attempting to use default windows plug-in.

Loading: net.java.games.input.DirectAndRawInputEnvironmentPlugin

ModLoaderMP 1.0.0 Initialized

CONFLICT @ 3

2012-06-15 16:00:02 [iNFO] Forge Mod Loader load complete, 6 mods loaded

 

Starting up SoundSystem...

Initializing LWJGL OpenAL

    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.or

g)

OpenAL initialized.

 

Connecting to localhost, 25565

java.lang.NoSuchMethodError: ModLoader.serverDisconnect()V

        at adl.a(NetClientHandler.java:533)

        at amg.a(Packet255KickDisconnect.java:41)

        at lg.b(NetworkManager.java:343)

        at adl.b(NetClientHandler.java:56)

        at ajy.a(SourceFile:45)

        at net.minecraft.client.Minecraft.k(Minecraft.java:1572)

        at net.minecraft.client.Minecraft.x(Minecraft.java:822)

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

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

2012-06-15 16:00:16 [sEVERE] A critical error has occurred.

java.lang.NoSuchMethodError: ModLoader.serverDisconnect()V

        at adl.a(NetClientHandler.java:533)

        at amg.a(Packet255KickDisconnect.java:41)

        at lg.b(NetworkManager.java:343)

        at adl.b(NetClientHandler.java:56)

        at ajy.a(SourceFile:45)

        at net.minecraft.client.Minecraft.k(Minecraft.java:1572)

        at net.minecraft.client.Minecraft.x(Minecraft.java:822)

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

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

2012-06-15 16:00:16 [sEVERE] 6 mods 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 : Available (minecraft.jar)

        mod_ModLoaderMp : Available (minecraft.jar)

        mod_ReiMinimap : Available ([1.2.5]ReiMinimap_v3.1 (1).zip)

        mod_CraftingTableIII : Available (CraftingTableIIIB1.8.zip)

        mod_AnimalBikes : Available (mlmp animalbikes 1.2.5 v2.zip)

        Balkon's WeaponMod : Available (WeaponMod.zip)

 

Stopping!

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: component

argument pData

        at sun.java2d.windows.GDIWindowSurfaceData.initOps(Native Method)

        at sun.java2d.windows.GDIWindowSurfaceData.<init>(Unknown Source)

        at sun.java2d.windows.GDIWindowSurfaceData.createData(Unknown Source)

        at sun.java2d.d3d.D3DScreenUpdateManager.getGdiSurface(Unknown Source)

        at sun.java2d.d3d.D3DScreenUpdateManager.createGraphics(Unknown Source)

        at sun.awt.windows.WComponentPeer.getGraphics(Unknown Source)

        at java.awt.Component.getGraphics(Unknown Source)

        at sun.awt.RepaintArea.paint(Unknown Source)

        at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)

        at java.awt.Component.dispatchEventImpl(Unknown Source)

        at java.awt.Container.dispatchEventImpl(Unknown Source)

        at java.awt.Component.dispatchEvent(Unknown Source)

        at java.awt.EventQueue.dispatchEventImpl(Unknown Source)

        at java.awt.EventQueue.access$000(Unknown Source)

        at java.awt.EventQueue$3.run(Unknown Source)

        at java.awt.EventQueue$3.run(Unknown Source)

        at java.security.AccessController.doPrivileged(Native Method)

 

SoundSystem shutting down...    at java.security.ProtectionDomain$1.doIntersecti

onPrivilege(Unknown Source)

 

        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour

ce)

        at java.awt.EventQueue$4.run(Unknown Source)

        at java.awt.EventQueue$4.run(Unknown Source)

        at java.security.AccessController.doPrivileged(Native Method)

        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour

ce)

        at java.awt.EventQueue.dispatchEvent(Unknown Source)

        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

        at java.awt.EventDispatchThread.run(Unknown Source)

    Author: Paul Lamb, www.paulscode.com

 

 

 

 

I installed first ModLoader and ModloaderMP in my minecraft.jar. Then i installed forge. Everything works properly even the MODs in the .minecraft/mods folder. Singleplayer is up and running.

But when i try to login to my own server, or my friends, they get a blackscreen.

 

I researched all over google, but could not find similar problems or even solutions to this. I have the original minecraft version.

MODS I'm using:

WeaponMOD

CraftingTableIII

AnimalBikes

All compatible to forge 1.2.5.

 

Thanks!

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.

Announcements



×
×
  • Create New...

Important Information

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