************** Exception Text **************
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at Synthetic.Internals.EngineFunctions.Player__InteractDelegate.Invoke(UInt32 thisPointer, UInt32 targetPointer)
at Synthetic.Objects.PlayerObject.Interact(GameObject target) in C:\Users\flo\Desktop\Synthetic\Synthetic\Objects\PlayerObject.cs:line 35
at Synthetic.Form1.button3_Click(Object sender, EventArgs e) in C:\Users\flo\Desktop\Synthetic\Synthetic\Form1.cs:line 110
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)