Jump to content
  • 0

map converter 1.1 to 2.0 error


Question

Posted

java.lang.NullPointerException

at java.io.DataInputStream.readByte(Unknown Source)

at nbt.TagInputStream.readTag(TagInputStream.java:41)

at pfaeff.IDChanger.changeIDs(IDChanger.java:574)

at pfaeff.IDChanger$1.doInBackground(IDChanger.java:483)

at javax.swing.SwingWorker$1.call(Unknown Source)

at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)

at java.util.concurrent.FutureTask.run(Unknown Source)

at javax.swing.SwingWorker.run(Unknown Source)

at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

wat do? :-\

1 answer to this question

Recommended Posts

  • 0
Posted

I got this error as well! It got to 53% total progress, then stopped, generated the error log, and told me to come here, I'm going to try running it on one of the backups of the world file.

Meanwhile, anyone here that speaks java that can pinpoint what this error is about?

My error (just in case I missed something when I compared the two):


java.lang.NullPointerException

	at java.io.DataInputStream.readByte(Unknown Source)

	at nbt.TagInputStream.readTag(TagInputStream.java:41)

	at pfaeff.IDChanger.changeIDs(IDChanger.java:574)

	at pfaeff.IDChanger$1.doInBackground(IDChanger.java:483)

	at javax.swing.SwingWorker$1.call(Unknown Source)

	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)

	at java.util.concurrent.FutureTask.run(Unknown Source)

	at javax.swing.SwingWorker.run(Unknown Source)

	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

	at java.lang.Thread.run(Unknown Source)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.

×
×
  • Create New...