This happened when I tried to import the font: http://www.1001freefonts.com/font/Shrewsbury.zip
Quote
Error: Попытка чтения или записи в защищенную память. Это часто свидетельствует о том, что другая память повреждена.
Version: AGS 3.2.0.97
System.AccessViolationException: Попытка чтения или записи в защищенную память. Это часто свидетельствует о том, что другая память повреждена.
в drawFontAt(Int32 , Int32 , Int32 , Int32 )
в AGS.Native.NativeMethods.DrawFont(Int32 hDC, Int32 x, Int32 y, Int32 fontNum)
в AGS.Editor.NativeProxy.DrawFont(IntPtr hdc, Int32 x, Int32 y, Int32 fontNum)
в AGS.Editor.FontEditor.imagePanel_Paint(Object sender, PaintEventArgs e)
в System.Windows.Forms.Control.OnPaint(PaintEventArgs e)
в System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
в System.Windows.Forms.Control.WmPaint(Message& m)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
After receiving this, AGS usually crashes in about 5 seconds.
ok thanks, i'll look into this