AGS 4.0 - Alpha 21 for public test

Started by Crimson Wizard, Thu 01/06/2023 14:00:59

Previous topic - Next topic

Crimson Wizard

There's another bad bug in the lasted alpha version, which prevents from creating new Fonts in game.
Following temp build has it fixed:
https://cirrus-ci.com/task/5147027429916672

arj0n

AGS Editor .NET 32-bit (Build 4.00.00.17)
v4.0.0, April 2025

Issue: error when hitting Enter key in the open text parser window in the editor while no list item is selected:
  • Open Text Parser window from the project panel
  • Have no list item selected
  • Hit enter key
  • 'Object reference not set' Error

The error msg:

Error: Object reference not set to an instance of an object.
Version: AGS 4.00.00.17

System.NullReferenceException: Object reference not set to an instance of an object.
   at AGS.Editor.frmMain.SelectPropertyByName(String propertyName)
   at AGS.Editor.TextParserEditor.lvwWords_ItemActivate(Object sender, EventArgs e)
   at System.Windows.Forms.ListView.OnItemActivate(EventArgs e)
   at System.Windows.Forms.ListView.WmReflectNotify(Message& m)
   at System.Windows.Forms.ListView.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)



Crimson Wizard

Quote from: arj0n on Sun 25/05/2025 15:10:44Issue: error when hitting Enter key in the open text parser window in the editor while no list item is selected:
  • Open Text Parser window from the project panel
  • Have no list item selected
  • Hit enter key
  • 'Object reference not set' Error

The error msg:

Error: Object reference not set to an instance of an object.


Looks like this bug is present at least since AGS 3.2.1.

arj0n

Quote from: Crimson Wizard on Sun 25/05/2025 17:48:28Looks like this bug is present at least since AGS 3.2.1.
The parser is generally a lesser used section I think, and then you still have to hit enter at a somewhat illogic moment, so not that surprisingly this minor issue stayed hidden that long :)

SMF spam blocked by CleanTalk