-
Notifications
You must be signed in to change notification settings - Fork 33
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
OSX & with Demo - at (wrapper managed-to-native) CursesSharp.Internal.CursesMethods:wrap_COLS () #16
Comments
Have you set to |
Thanks for the reply Sushihangover, I believe I've got things all set. Linux is all good, but no matter what I do I can't seem to get it to recognize that dll in the directory. Fought with in Xamarin for hours with no luck either. Any ideas or help is greatly appreciated. echo $DYLD_FALLBACK_LIBRARY_PATH Content of this directory seems like maybe the issue? ls CursesSharp.Native/ Am I missing a step in compiling this somwhow? |
mono Demo.Gui.MidnightCommander.exe
Unhandled Exception:
System.DllNotFoundException: CursesWrapper
at (wrapper managed-to-native) CursesSharp.Internal.CursesMethods:wrap_COLS ()
at CursesSharp.Internal.CursesMethods.COLS () [0x00001] in :0
at CursesSharp.Curses.get_Cols () [0x00001] in :0
at CursesSharp.Gui.Terminal.get_Cols () [0x00001] in :0
at CursesSharp.Gui.Terminal.Init (System.Boolean disable_color) [0x00016] in :0
at MouselessCommander.Shell.Main () [0x0000c] in <366e5e50614b45d5a54302f945acc4c5>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: CursesWrapper
at (wrapper managed-to-native) CursesSharp.Internal.CursesMethods:wrap_COLS ()
at CursesSharp.Internal.CursesMethods.COLS () [0x00001] in :0
at CursesSharp.Curses.get_Cols () [0x00001] in :0
at CursesSharp.Gui.Terminal.get_Cols () [0x00001] in :0
at CursesSharp.Gui.Terminal.Init (System.Boolean disable_color) [0x00016] in :0
at MouselessCommander.Shell.Main () [0x0000c] in <366e5e50614b45d5a54302f945acc4c5>:0
Managed to get everything working on Linux, but OSX is making me crazy. Any times on how to fix the missing lib issue?
The text was updated successfully, but these errors were encountered: