tryashtar
tryashtar
Please try [4.2.3](https://github.com/tryashtar/image-map/releases/tag/v4.2.3) and let me know if this fixes your crash :)
Please try with 4.2.1 and tell me what the error says https://github.com/tryashtar/image-map/releases/tag/v4.2.1
This is a bit strange, as I use Windows 11 4+ requires .NET 6, do you have that installed?
Error code 1? Can you upload a copy of the world for me to check out?
Try this: ```cs var file = new NbtFile(); file.BigEndian = false; byte[] data = File.ReadAllBytes(levelDatFile); file.LoadFromBuffer(data, 8, data.Length - 8, NbtCompression.None); ```
I've tried that, but it makes the file enormous Ideally Microsoft would make installing the dependencies seamless but apparently they don't want to do that
Currently search only considers the node description, so `[4 ints]` is all you get. I see how that is annoying
To search for values, make sure to type in the `Value` field. The name for that tag is `K`
Please try with 4.2.4 and let me know what happens
Can I get info about your platform? Is there no leveldb.dll next to the application?