Bug 427

Summary: NULL pointer when starting game for the first time
Product: Group16_Tetris Fighter Reporter: FENG Li <lfeng23-c>
Component: GameControllerAssignee: Ashley <tecchk.cy>
Status: RESOLVED FIXED    
Severity: enhancement CC: lfeng23-c
Priority: ---    
Version: unspecified   
Hardware: PC   
OS: Mac OS   
Attachments: null pointer exception demo

Description FENG Li 2020-11-21 17:42:58 HKT
Created attachment 48 [details]
null pointer exception demo

Overview: 
When a user tries to run the program for the first time, in the console there is sometimes a null pointer exception. But it doesn't affect the execution of the program.

Steps to Reproduce: 
Step1: run the main function in the Main class
Step2: check the console

Actual Results:
Exception in thread "AWT-EventQueue-0": null pointer exception.

Expected Results:
No error displayed.

Build Date & Hardware: 
Build 2020-10-20 on Mac OS Catalina 10.15.6

Additional Builds and Platforms: 
Build 2020-10-21 on Windows 10