tryashtar / image-map

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

DLL error when loading Bedrock maps #124

Open amg-12 opened 10 months ago

amg-12 commented 10 months ago

On choosing a world, I get this error:

System.DllNotFoundException: Unable to load DLL 'leveldb' or one of its
dependencies: The specified module could not be found. (0x8007007E)
  at LevelDBWrapper.NativeMethods.leveldb_options_create()
  at LevelDBWrapper.Options..ctor()
  at ImageMap4.BedrockWorld.OpenDB()
  at ImageMap4.BedrockWorld.GetInventories()+MoveNext()
  at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  at ImageMap4.MainViewModel.set_SelectedWorld(World value)
  at ImageMap4.MainWindow.TryOpenWorld(World world)

The files are extracted and the DLL is present. I'm using Minecraft Education Edition (Bedrock based).

amg-12 commented 10 months ago

Works fine on my other machine.