Hi, I'm running into when launching the game, the game launches properly but leads to a blank screen, and then the server outputs this:
TypeError: Cannot read properties of undefined (reading '639199277a9178252d38c98f')
TypeError: Cannot read properties of undefined (reading '639199277a9178252d38c98f')
at ProfileFixerService.addMissingWallImprovements (C:\snapshot\project\src\services\ProfileFixerService.ts:631:55)
at ProfileFixerService.checkForAndFixPmcProfileIssues (C:\snapshot\project\src\services\ProfileFixerService.ts:76:18)
at GameController.gameStart (C:\snapshot\project\src\controllers\GameController.ts:192:38)
at GameCallbacks.gameStart (C:\snapshot\project\src\callbacks\GameCallbacks.ts:62:29)
at RouteAction.action (C:\snapshot\project\src\routers\static\GameStaticRouter.ts:49:47)
at GameStaticRouter.handleStatic (C:\snapshot\project\src\di\Router.ts:50:63)
at HttpRouter.handleRoute (C:\snapshot\project\src\routers\HttpRouter.ts:79:62)
at HttpRouter.getResponse (C:\snapshot\project\src\routers\HttpRouter.ts:44:30)
at AkiHttpListener.getResponse (C:\snapshot\project\src\servers\http\AkiHttpListener.ts:150:38)
at IncomingMessage.<anonymous> (C:\snapshot\project\src\servers\http\AkiHttpListener.ts:75:43)
TypeError: Cannot read properties of undefined (reading '639199277a9178252d38c98f')
TypeError: Cannot read properties of undefined (reading '639199277a9178252d38c98f')
at ProfileFixerService.addMissingWallImprovements (C:\snapshot\project\src\services\ProfileFixerService.ts:631:55)
at ProfileFixerService.checkForAndFixPmcProfileIssues (C:\snapshot\project\src\services\ProfileFixerService.ts:76:18)
at GameController.gameStart (C:\snapshot\project\src\controllers\GameController.ts:192:38)
at GameCallbacks.gameStart (C:\snapshot\project\src\callbacks\GameCallbacks.ts:62:29)
at RouteAction.action (C:\snapshot\project\src\routers\static\GameStaticRouter.ts:49:47)
at GameStaticRouter.handleStatic (C:\snapshot\project\src\di\Router.ts:50:63)
at HttpRouter.handleRoute (C:\snapshot\project\src\routers\HttpRouter.ts:79:62)
at HttpRouter.getResponse (C:\snapshot\project\src\routers\HttpRouter.ts:44:30)
at AkiHttpListener.getResponse (C:\snapshot\project\src\servers\http\AkiHttpListener.ts:150:38)
at IncomingMessage.<anonymous> (C:\snapshot\project\src\servers\http\AkiHttpListener.ts:75:43)
I've provided the relevant logs (I think I did?) and was wondering if anyone could help decipher what is causing this and how I can fix it.
Thanks!