tryashtar / image-map

Converts image to maps for Minecraft Java and Bedrock
244 stars 36 forks source link

Hang when trying to close leveldb (in 1.14?) #51

Closed tryashtar closed 4 years ago

tryashtar commented 4 years ago

NeoMc pointed this out to me, and I could confirm. Sometimes it randomly hangs when trying to close the leveldb.

My attempt to fix this will involve compiling leveldb myself (probably through https://github.com/Mojang/leveldb-mcpe/issues/26#issuecomment-445163035), and creating my own C# wrapper that's mcpe-specific rather than the one I've been using. These are technical challenges for me and may take a while, and very well may not fix the problem.

tryashtar commented 4 years ago

The changes required have been implemented. I'm waiting on confirmation that this is fixed. If not, we're just going to have to wait.