Sorry for the long time without a release. I haven’t had so much time for coding uNmINeD the last few months, but I have finished many features like zoom-out, caching, Forge integration (with MetaDump), and a more configurable renderer. I’m in a middle of doing some refactoring now, and porting the project to Visual Studio 2015, after that I will make a release.
Hi, so, how long we need to wait?
Any idea when the next release will be?
hi! thanks for making this awesome program. unmined recently stopped working for me. here is the crash log. I hope you can push out a fix soon! thanks!
System.NullReferenceException: Object reference not set to an instance of an object.
at Unmined.Core.Render.Satellite.SimpleBlockRenderer.WithTint(RgbColor color)
at Unmined.Core.Defaults.DefaultBlockRenderer.Create()
at Unmined.Core.Instance.UnminedInstance.Initialize()
at Unmined.WpfApp.UnminedBootstrapper.OnStartup(Object sender, StartupEventArgs e)
at Unmined.WpfApp.App.OnStartup(StartupEventArgs e)
at System.Windows.Application.b__1(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)