RSS Feed c9 logo Australia's best motorcycle shop retail software
Release 4.115 December 26, 2010 barney

Bugfix Release - Crash Report Triggering Bugs

  • Browse data (any table). Under some circumstances would generate crash (NPE in File. reset for quickScan but original scan never matched anything meaning QS buffer was null)
  • Complete Job/Modify Job. Under some circumstances would generate crash (NPE in File. put when primary key position has been voided by a reset ). Concerned they may still be a bug lurking here with updating jobs
  • System would sometimes crash on login screen. Not sure why, but removed NPE entity causing this. (Was not necessary).
  • System could crash when changing tab when focus is leaving a entry text box. NPE triggered by doing AWT activity on non AWT thread. Moved affected components of tab switch logic so that it is guaranteed to occur on AWT Thread
  • Trying to open a password protected xls file would cause system to crash
  • Browsing notes on part in receive order could NPE. Not sure why, but inserted NPE guards into code
  • QB synchronization would fail due to cursor error. Fixed by wrapping with a txn frame
  • (Non Fatal) : NPE on AWT thread involving list controls