Crashing issue

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

WarDave

New Member
Jul 29, 2019
10
0
0
  • What OS are you running?
    windows 7x64
  • Are you using minecraft hosting provider or a dedicated/local server not designed for minecraft?
    running ftb server a on my local machine
  • What version of FTB are you using? (Dont just say latest tell us the version)
    ftbservera
  • Did you add any mods to the server pack?
    using all mods that came enabled by default no additional mods added
  • What are your server specs?
    windows 7x64 i7 2600k running on a ssd with 16 gigs of ram
  • A good detailed paragraph about the problem

    While mining I ran into a invis block that I cant break but cant run past. When I try to put something in its place it crashes the client with the error of
  • java.lang.NullPointerException
  • at xe.a(World.java:1294)
  • at xe.a(World.java:1100)
  • at ln.a(EntityLiving.java:2222)
  • at ayt.a(EntityRenderer.java:243)
  • at ayt.a(EntityRenderer.java:1004)
  • at ayt.b(EntityRenderer.java:949)
  • at net.minecraft.client.Minecraft.J(Minecraft.java:884)
  • at net.minecraft.client.Minecraft.run(Minecraft.java:779)
  • at java.lang.Thread.run(Unknown Source)

    with out the bullets.


    I pulled up the world in mcedit and it shows the block ID of 246, I also searched all the config files and I'm not able to find a block id of 246 so I can see what mod is causing my issues.

    http://pastebin.com/e014v6ph Is the entire error report
 

WarDave

New Member
Jul 29, 2019
10
0
0
Figured it out, I enabled ore generation from IC2 to get more copper and tin and the client wasn't reading it correctly. So I updated the client and everything works correctly now.