Open angtsusiong opened 6 months ago
https://github.com/Game-as-a-Service/Machi-Koro-Cpp/blob/f386ef9491fc5017e7f1cfcb1b8e2cce0398b51f/usecases/init_game.cpp#L18-L31
https://github.com/Game-as-a-Service/Machi-Koro-Cpp/blob/f386ef9491fc5017e7f1cfcb1b8e2cce0398b51f/models/events/init_game_event.h#L42-L55 https://github.com/Game-as-a-Service/Machi-Koro-Cpp/blob/f386ef9491fc5017e7f1cfcb1b8e2cce0398b51f/presenters/init_game_present.cpp#L48
Some call by nullptr.
Check nullptr before call solve this issue.
https://github.com/Game-as-a-Service/Machi-Koro-Cpp/blob/f386ef9491fc5017e7f1cfcb1b8e2cce0398b51f/usecases/init_game.cpp#L18-L31
https://github.com/Game-as-a-Service/Machi-Koro-Cpp/blob/f386ef9491fc5017e7f1cfcb1b8e2cce0398b51f/models/events/init_game_event.h#L42-L55 https://github.com/Game-as-a-Service/Machi-Koro-Cpp/blob/f386ef9491fc5017e7f1cfcb1b8e2cce0398b51f/presenters/init_game_present.cpp#L48
Some call by nullptr.