Jump to content

[1.6.4] Client and Server Modification


mxater

Recommended Posts

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?

Link to comment
Share on other sites

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"

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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