Closed BitPuffin closed 8 years ago
Are you running sdb
under Mono or .NET?
Can confirm that this happens when running under .NET. No problems running under mono.
mono sdb.exe
I guess the runtime is trying to load Mono.Posix.dll
because of the call to Stdlib.SetSignalAction()
in Program.Main()
even though it's only a reference to an external method that doesn't necessarily have to be resolved upfront (since we only do the call conditionally). Some indirection might do the trick.
Should be fixed now. Feel free to reopen or file other issues if you still have problems running SDB under .NET.
@alexrp Wow, thanks so much! I had almost given up hope.
Hey I'm trying to use sdb on windows but it started screaming about that it couldn't load assembly Mono.Posix. So I tried installing gtksharp and copied its Mono.Posix.dll to the directory with sdb.exe. However this didn't work either and is now screaming at me like this: