Bug 664 - Program cannot execute after login
Summary: Program cannot execute after login
Status: RESOLVED FIXED
Alias: None
Product: CS3343 Group 26 Automated Timetable Planner
Classification: Unclassified
Component: Shell Menu (show other bugs)
Version: unspecified
Hardware: PC Windows
: High critical
Assignee: Vivian Cho
URL:
Depends on:
Blocks:
 
Reported: 2021-12-06 15:48 HKT by libbyng
Modified: 2021-12-06 19:37 HKT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.