Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - GeekGuy96

Pages: [1]
1
DotNet / SIGSEGV when calling Window.Close on Mono
« on: May 20, 2015, 08:25:04 pm »
Hello Everyone,
  Yesterday I tried moving one of my projects from C++ to C#. After following the tutorial on the wiki on getting everything working with Mono on a Mac, I was able to get the test code running with one issue. As the title says when Window.Close() gets called it causes a SIGSEGV. I tried to solve this problem myself but I have little experience with using native libraries in C# and I wasn't able to get anywhere. Does anyone have any ideas on what could be causing this? I have the crash information that was printed in the Terminal and from the Mono crash window.

Info from Terminal:
(click to show/hide)

Info from Mono crash window:
(click to show/hide)

Pages: [1]
anything