Jump to content

Recommended Posts

Posted

Hey,

I want to make a server, but I've got a little problem. I'm running Linux mint 64 bit. whenever i run the forge server with build craft 5.0 1.7.2, it just opens normally as every other forge server would do. but if i place an item wich is from build craft (like pipes, or engines) then it crashes. I've installed forge successfully both on my computer and my server. i have also got a crash report if anybody wants to see it.

 

Description: Ticking entity

 

java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP

at buildcraft.core.TileBuildCraft.func_145844_m(TileBuildCraft.java:111)

at net.minecraft.entity.player.EntityPlayerMP.func_147097_b(EntityPlayerMP.java:568)

at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:297)

at net.minecraft.world.World.func_72866_a(World.java:2101)

at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:674)

at net.minecraft.world.World.func_72870_g(World.java:2064)

at net.minecraft.world.World.func_72939_s(World.java:1916)

at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:512)

at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:657)

at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:329)

at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:568)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)

at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:705)

Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)

at java.lang.ClassLoader.loadClass(ClassLoader.java:425)

at java.lang.ClassLoader.loadClass(ClassLoader.java:358)

... 13 more

Caused by: java.lang.NullPointerException

Posted

this is the full crash report

---- Minecraft Crash Report ----

// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

 

Time: 18-2-14 14:29

Description: Ticking entity

 

java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityClientPlayerMP

at buildcraft.core.TileBuildCraft.func_145844_m(TileBuildCraft.java:111)

at net.minecraft.entity.player.EntityPlayerMP.func_147097_b(EntityPlayerMP.java:568)

at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:297)

at net.minecraft.world.World.func_72866_a(World.java:2101)

at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:674)

at net.minecraft.world.World.func_72870_g(World.java:2064)

at net.minecraft.world.World.func_72939_s(World.java:1916)

at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:512)

at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:657)

at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:329)

at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:568)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)

at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:705)

Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityClientPlayerMP

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)

at java.lang.ClassLoader.loadClass(ClassLoader.java:425)

at java.lang.ClassLoader.loadClass(ClassLoader.java:358)

... 13 more

Caused by: java.lang.NullPointerException

 

 

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

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

 

-- Head --

Stacktrace:

at buildcraft.core.TileBuildCraft.func_145844_m(TileBuildCraft.java:111)

at net.minecraft.entity.player.EntityPlayerMP.func_147097_b(EntityPlayerMP.java:568)

at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:297)

at net.minecraft.world.World.func_72866_a(World.java:2101)

at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:674)

at net.minecraft.world.World.func_72870_g(World.java:2064)

 

-- Entity being ticked --

Details:

Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)

Entity ID: 288

Entity Name: emiellr

Entity's Exact location: 245,92, 71,00, 267,11

Entity's Block location: World: (245,71,267), Chunk: (at 5,4,11 in 15,16; contains blocks 240,0,256 to 255,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)

Entity's Momentum: 0,00, -0,08, 0,00

Stacktrace:

at net.minecraft.world.World.func_72939_s(World.java:1916)

at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:512)

 

-- Affected level --

Details:

Level name: world

All players: 1 total; [EntityPlayerMP['emiellr'/288, l='world', x=245,92, y=71,00, z=267,11]]

Chunk stats: ServerChunkCache: 625 Drop: 0

Level seed: -4664119408042647421

Level generator: ID 00 - default, ver 1. Features enabled: true

Level generator options:

Level spawn location: World: (236,64,256), Chunk: (at 12,4,0 in 14,16; contains blocks 224,0,256 to 239,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)

Level time: 11430 game time, 11430 day time

Level dimension: 0

Level storage version: 0x04ABD - Anvil

Level weather: Rain time: 57470 (now: false), thunder time: 87888 (now: false)

Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false

Stacktrace:

at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:657)

at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:329)

at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:568)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)

at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:705)

 

-- System Details --

Details:

Minecraft Version: 1.7.2

Operating System: Linux (amd64) version 3.11.0-15-generic

Java Version: 1.7.0_51, Oracle Corporation

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

Memory: 748029344 bytes (713 MB) / 1029701632 bytes (982 MB) up to 1029701632 bytes (982 MB)

JVM Flags: 2 total; -Xmx1024M -Xms1024M

AABB Pool Size: 4209 (235704 bytes; 0 MB) allocated, 3725 (208600 bytes; 0 MB) used

IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 96

FML: MCP v9.01-pre FML v7.2.116.1024 Minecraft Forge 10.12.0.1024 9 mods loaded, 9 mods active

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

FML{7.2.116.1024} [Forge Mod Loader] (forge-1.7.2-10.12.0.1024-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

Forge{10.12.0.1024} [Minecraft Forge] (forge-1.7.2-10.12.0.1024-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

BuildCraft|Core{5.0.0} [buildCraft] (buildcraft-1.7.2-5.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

BuildCraft|Builders{5.0.0} [bC Builders] (buildcraft-1.7.2-5.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

BuildCraft|Energy{5.0.0} [bC Energy] (buildcraft-1.7.2-5.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

BuildCraft|Factory{5.0.0} [bC Factory] (buildcraft-1.7.2-5.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

BuildCraft|Transport{5.0.0} [bC Transport] (buildcraft-1.7.2-5.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

BuildCraft|Silicon{5.0.0} [bC Silicon] (buildcraft-1.7.2-5.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

Profiler Position: N/A (disabled)

Vec3 Pool Size: 1044 (58464 bytes; 0 MB) allocated, 771 (43176 bytes; 0 MB) used

Player Count: 1 / 8; [EntityPlayerMP['emiellr'/288, l='world', x=245,92, y=71,00, z=267,11]]

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

Type: Dedicated Server (map_server.txt)

Posted

BuildCraft 5.0.0 is not the latest build. And, just in case you're not SpaceToad or one of the devs, you should really post in the BC forums for help on this error.

 

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

    • la verdad nose que hago
    • Ok i check and this is real axioM, BUT i have seen strange thing when mods less then 100 is working great but when its more then 100, i got crash   i realy need this mod can i some how fix it? or only delete axiom
    • It is an issue with the mod Axiom
    • I am in 1.20.1, and I have about 50 mods, I'd say. But for some reason, the search bar broke at some point. It's a real pain to search for a certain object.. Mods that I have(I had to write ALL OF THESE OUT arhg): Epic Knights. AI-Improvements, Alexscaves, alexsmobs, AmbientSounds, Aquamirae, Architectury, Betterfpsdist, BiomesOPlenty, Bookshelf, Born In Chaos, Bountiful Critters, CarbonConfig, Citadel, Cloth config, Clumps, Corgilib, Creative Core, Creeperoverhaul, crittersandcompanions, CullLessLeaves, Cupboard, Duckling, Embeddium, Enchantment Descriptions, Enderman Overhaul, Entity Model Features, Entity Texture Features, Entity Culling, Exotic Birds, Extra Sounds, Falling Leaves, Farmers Delight, Fast Leaf Decay, Fastload, Ferritecore, FpsReducer2, Framework Forge, Gamma Creatures Mod, Geckolib, Geophilic, Ghosts, Goblin Traders, Gpumemleakfix, Guardvillagers, Ichunutil, ImmediatelyFast Forge, Immersive Paintings, Incendium, Konkrete Forge, Let Sleeping Dogs Lie, Make Bubbles Pop, MCW Bridges, MCW doors, MCW Fences, MCW lights, MCW paths, MCW trapdoors, Medieval Paintings, More Creative Tabs Combo, Nether's Overhaul, Nyfss Spiders Forge, Obscure Api, oculus MC, Oh The Biomes We've Gone, Oh The Trees You'll Grow, Physics Mod, Prehistoric Park, Quark Delight, Quark, Rainbow Reef, Refurbished Furniture Forge, Regrowth, Repurposed Structures, Resourcefulconfig, Ribbits, Rubidium, Saturn mc, Skin Layers 3d Forge, Smoothchunk, Starlight, Structory, TerraBlender, Terralith, Visuality, Water Erosion, Xaeros Minimap, Xaeros World Map, YungsApi, YungsBetter Desert Temples, Yungs Better Dungeons, Yungs Jungle Templates, Yungs Better Mineshafts, Yungs Better Nether Fortresses, Yungs Better Strongholds, Yungs Better Witch Huts, Yungs Bridges, Yungs Extras, Zeta.   Why isn't my search bar working!!!!😭
    • Ок so now i got this: The game crashed whilst initializing game Error: java.util.MissingResourceException: Missing font: inter-medium.ttf i have lates drivers on my geforce 2080 super so this is not drivers 100% maybe this is because i have old videocard? here crash report https://paste.ee/p/bqh1P
  • Topics

×
×
  • Create New...

Important Information

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