Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of uninitialized value in numeric ge (>=) and out of data in NBT.pm #20

Open
Tigahz opened this issue Mar 22, 2020 · 0 comments
Open

Comments

@Tigahz
Copy link

Tigahz commented Mar 22, 2020

When doing: perl generate-world --replace --postcode SO171BJ --size 1000 Highfield, I get the following error

Use of uninitialized value in numeric ge (>=) at C:/Users/User/Desktop/geocraft-master/lib/Minecraft/NBT.pm line 56, <DATA> line 309798. out of data at C:/Users/User/Desktop/geocraft-master/lib/Minecraft/NBT.pm line 56, <DATA> line 309798. Minecraft::NBT::get(Minecraft::NBT=HASH(0x20b6490), 1) called at C:/Users/User/Desktop/geocraft-master/lib/Minecraft/NBT.pm line 84 Minecraft::NBT::byte(Minecraft::NBT=HASH(0x20b6490)) called at C:/Users/User/Desktop/geocraft-master/lib/Minecraft/NBT.pm line 100 Minecraft::NBT::tag(Minecraft::NBT=HASH(0x20b6490)) called at C:/Users/User/Desktop/geocraft-master/lib/Minecraft/NBT.pm line 43 Minecraft::NBT::from_string("Minecraft::NBT", undef) called at C:/Users/User/Desktop/geocraft-master/lib/Minecraft/World.pm line 163 Minecraft::World::read_level(Minecraft::World=HASH(0x20ab530)) called at C:/Users/User/Desktop/geocraft-master/lib/Minecraft/World.pm line 23 Minecraft::World::new("Minecraft::World", "C:/Users/User/Desktop/geocraft-master/saves/Highfield", HASH(0x5875f28)) called at C:/Users/User/Desktop/geocraft-master/lib/Minecraft.pm line 34 Minecraft::world(Minecraft=HASH(0x1aa868), "Highfield", "init_chunk", CODE(0x59ddba0)) called at generate-world line 142

Any ideas on how to fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant