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

DLL error when loading Bedrock maps #124

Open
amg-12 opened this issue Nov 10, 2023 · 1 comment
Open

DLL error when loading Bedrock maps #124

amg-12 opened this issue Nov 10, 2023 · 1 comment

Comments

@amg-12
Copy link

amg-12 commented Nov 10, 2023

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
Copy link
Author

amg-12 commented Nov 12, 2023

Works fine on my other machine.

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