Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Hello, Iam new in the forum.

 

I has a question, Iam modding the client and server to connect to another session server, but when Iam connect to server, say this error

---- Minecraft Crash Report ----

// Surprise! Haha. Well, this is awkward.

 

Time: 19-02-14 07:04 PM

Description: Ticking screen

 

java.lang.AbstractMethodError: net.minecraft.network.packet.NetHandler.getPlayer()Lnet/minecraft/entity/player/EntityPlayer;

at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:471)

at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(SourceFile:98)

at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(GuiConnecting.java:51)

at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1580)

at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)

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

at net.minecraft.client.main.Main.main(SourceFile:101)

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

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

 

 

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

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

 

-- Head --

Stacktrace:

at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:471)

at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(SourceFile:98)

at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(GuiConnecting.java:51)

 

-- Affected screen --

Details:

Screen name: net.minecraft.client.gui.GuiDisconnected

Stacktrace:

at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1580)

at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)

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

at net.minecraft.client.main.Main.main(SourceFile:101)

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

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

 

-- System Details --

Details:

Minecraft Version: 1.6.4

Operating System: Windows 8 (amd64) version 6.2

Java Version: 1.7.0_45, Oracle Corporation

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

Memory: 487060224 bytes (464 MB) / 576716800 bytes (550 MB) up to 3817865216 bytes (3641 MB)

JVM Flags: 1 total; -Xmx4G

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.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 Optifine OptiFine_1.6.4_HD_U_C9 3 mods loaded, 3 mods active

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

FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

Launched Version: 1.6.4-Forge9.11.1.965-W

LWJGL: 2.9.0

OpenGL: Intel® HD Graphics 4000 GL version 4.0.0 - Build 9.17.10.2963, Intel

Is Modded: Definitely; Client brand changed to 'fml,forge'

Type: Client (map_client.txt)

Resource Pack: Default

Current Language: English (US)

Profiler Position: N/A (disabled)

Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

 

And in the server say this error

[iNFO] Disconnecting XXXX [/127.0.0.1:8652]: You don't have FML installed, you cannot connect to this server

but when I connect using a clean client, this connect correctly, but send the error "bad login".

 

You can help me?

When you mean server do you mean clientserver, OR do you mean like a vanilla Minecraft server?

 

If so...

You don't have FML installed, you cannot connect to this server

  • Author

I used forge server,

this message send me the server

You don't have FML installed, you cannot connect to this server

Are you even sure you installed Forge on the server correctly? It isn't the same as client installation...

  • Author

yes, forge is installed in server correctly, I can connect if put online-mode=false, but not if online-mode=true

  • Author

If i connect with clean forge client with online-mode=false, this connect correctly

if I connect with mod forge client with online-mode=false, client close with error, and in server say "You don't have FML installed, you cannot connect to this server"

  • Author

client forge client , mod forge client and forge server are installed from same file , all are forge v9.11.1.965

  • Author

In mod forge client, I only modify bcw.class file, I replace url of session verification.

  • Author

I can modify varius *.class files in jar file, but when modify bcw.class I receibe the error

 

2014-02-19 22:15:32 [Grave] [ForgeModLoader] There is a binary discrepency between the expected input class bcw (bcw) and the actual class. Checksum on disk is 16139a0f, in patch 10849a00. Things are probably about to go very wrong. Did you put something into the jar file?

2014-02-19 22:15:32 [Grave] [ForgeModLoader] The game is going to exit, because this is a critical error, and it is very improbable that the modded game will work, please obtain clean jar files.

Guest
This topic is now closed to further replies.

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.