Does anyone knows help?
I am getting a fatal error, while changing a template.
- i am using AGS in this Build:
AGS Editor .NET (Build 3.2.1.111)
v3.2.1, March 2011
-One of these MMM-Templates; in my case it is "Hoagie V1.4". Get the one i tried here:
http://www.maniac-mansion-mania.com/index.php?option=com_contentask=blogcategory&id=0&Itemid=79&limit=10&limitstart=10
-I open the template with AGS. I delete manually the KeyCodes-Scripts from the tree "Scripts" (otherwise ags will show an error and wont compile the game).
Dont know, if this is necessary in Version 1.4 ?!
Until now, compiling is possible without any probs.
- Now i want to change an object in any room. I try to edit or move it. And bang, this messages shows up:
Quote
Error: Die Schriftart Arial unterstützt den Schnitt Regular nicht.
Version: AGS 3.2.1.111
System.ArgumentException: Die Schriftart Arial unterstützt den Schnitt Regular nicht.
bei System.Drawing.Font.CreateNativeFont()
bei System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
bei System.Drawing.Font.Initialize(String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
bei System.Drawing.Font..ctor(String familyName, Single emSize)
bei AGS.Editor.ObjectsEditorFilter.Paint(Graphics graphics, RoomEditorState state)
bei AGS.Editor.RoomSettingsEditor.bufferedPanel1_Paint(Object sender, PaintEventArgs e)
bei System.Windows.Forms.Control.OnPaint(PaintEventArgs e)
bei System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
bei System.Windows.Forms.Control.WmPaint(Message& m)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
and after clicking okay, this one:
Quote
---------------------------
Adventure Game Studio
---------------------------
A serious error occurred and the AGS Editor may now be in an unstable state. You are STRONGLY ADVISED to shut down the editor and restart it. Before saving your work, make a backup copy of your game folder in case any data has been corrupted.
---------------------------
OK
---------------------------
radiowaves had the same error and seemed to have solved it: http://www.adventuregamestudio.co.uk/yabb/index.php?topic=43878.0
Maybe you could ask him.