Bug 664

Summary: Program cannot execute after login
Product: CS3343 Group 26 Automated Timetable Planner Reporter: libbyng <laiyingng4-c>
Component: Shell MenuAssignee: Vivian Cho <tycho5-c>
Status: RESOLVED FIXED    
Severity: critical    
Priority: High    
Version: unspecified   
Hardware: PC   
OS: Windows   

Description libbyng 2021-12-06 15:48:05 HKT
Summary: 
When I tried to log in, the program had crashed when reading login.config.

Steps to Reproduce: 
Step 1: Type the "login" command
Step 2: Press Enter key to log in

Actual Results: 
The program crashed with a list of errors.

Expected Results:
The program should run successfully and allow me to perform the login function.
Comment 1 libbyng 2021-12-06 15:51:34 HKT
The problem has been located.
It seems like it is because of the different file encoding between login.config which is ascii and course data cache (json) which is utf-8.
Comment 2 libbyng 2021-12-06 19:37:10 HKT
The problem has been solved.