SimCraft for Minecraft

!!

Welcome Guest

Dear visitor, welcome to MC Port Central. If this is your first visit here,  you should consider registering to show your support.   By registering you will give us an idea and clear indication of how in demand our work really are and will motivate our porting team to continue there work. We port vanilla mods to Bukkit and you will also find a lot of other related Minecraft material on our Forum.

Author Topic: BuildCraft Builders Mod  (Read 358 times)

Iomega0318

  • Full Member
  • ***
  • Posts: 146
    • UOFreeshards.net
BuildCraft Builders Mod
« on: July 12, 2012, 10:22:15 AM »
Getting this error for the BuildCraft Builders Mod on Linux:

Quote
java.lang.NullPointerException
   at BuildCraftBuilders.loadBluePrints(BuildCraftBuilders.java:203)
   at BuildCraftBuilders.initialize(BuildCraftBuilders.java:131)
   at mod_BuildCraftBuilders.modsLoaded(mod_BuildCraftBuilders.java:41)
   at cpw.mods.fml.common.modloader.ModLoaderModContainer.postInit(ModLoaderModContainer.java:362)
   at cpw.mods.fml.common.Loader.postModInit(Loader.java:290)
   at cpw.mods.fml.common.Loader.initializeMods(Loader.java:629)
   at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:223)
   at net.minecraft.client.Minecraft.a(Minecraft.java:429)
   at net.minecraft.client.Minecraft.run(Minecraft.java:738)
   at java.lang.Thread.run(Thread.java:636)

Any ideas?

Hmm odd, okay I seem to have solved this problem.. When I copied the folders for BuildCraft from Windows to Linux, Linux was reading them as "files" not "folders" so I deleted the "blueprint" folder in buildcraft and it works now.. odd..
« Last Edit: July 12, 2012, 09:52:43 PM by Iomega0318 »

BaconComplex

  • Newbie
  • *
  • Posts: 1
Re: BuildCraft Builders Mod
« Reply #1 on: July 17, 2012, 12:15:59 PM »
Um Scince you fixed that Can you help me with this?

[INFO] ModLoader Server 1.2.5v1 Initializing...
[INFO] Mod Initialized: mod_MinecraftForge 3.3.7.135
[INFO] Starting minecraft server version 1.2.5
[WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
[INFO] Loading properties
[INFO] Starting Minecraft server on 5.236.236.237:4043
[WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[WARNING] The server will make no attempt to authenticate usernames. Beware.
[WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[WARNING] To change this, set "online-mode" to "true" in the server.settings file.
[SEVERE] Unexpected exception
java.lang.NullPointerException
   at jg.a(ServerConfigurationManager.java:119)
   at xa.<init>(EntityTracker.java:27)
   at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:210)
   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:430)
   at dn.run(SourceFile:492)