Posts by Restedassassin

    I have an issue that stops my server from generating a debug hash. At least I assume so because there is no debug hash in my logs. I did a quick look through and I didn't see any other ways to fix this problem so.


    [2022-07-18T00:00:21.418Z] error: TypeError: Cannot read property 'deserialize' of undefined

    [2022-07-18T00:00:21.419Z] error: TypeError: Cannot read property 'deserialize' of undefined

    at Function.generateDebugHash (D:\BSG\SPT\user\mods\zFin-AITweaks\src\mod.js:5246:35)

    at HttpServer.getRandomisedMessage (D:\BSG\SPT\user\mods\zFin-AITweaks\src\mod.js:142:30)

    at WebSocketServer.<anonymous> (D:\BSG\SPT\obj\bundle.js:14577:60)

    at WebSocketServer.emit (events.js:315:20)

    at Server.emit (events.js:327:22)

    at emitListeningNT (net.js:1352:10)

    at processTicksAndRejections (internal/process/task_queues.js:79:21)

    So everytime I start up the game, I get through all the loading screens until I get to right before the main menu. I see the main menu background, but no options. Like I can see the woods or factory background or whatever but I can't see "ESCAPE FROM TARKOV" or "CHARACTER". Stuff like that you know? Then when I go back to check my server, I see it is due to something with Fin's AI Tweaks. I tried to look around for everyone having the same issue as me, or even poking around in the files myself to see what's wrong. But I couldn't find anything. Oh, and when I went to go make a thread on the mod support forum, there was no create thread option. So I had to create one here to get help.

    So my issue is that whenever I load into the game, literally one of my traders work. Whether they be modded traders or default in-game traders, their inventory is endless loading, as well as mine. Stopping me from selling or buying anything besides off of the flea market. I can see the issue in the server log,


    [ERROR] Trace:

    TypeError: TraderConfig.updateTime.find is not a function

    at Function.getTraderUpdateSeconds (C:\Battlestate Games\SPT-Aki\obj\src\controllers\TraderController.js:135:55)

    at Function.updateTraders (C:\Battlestate Games\SPT-Aki\obj\src\controllers\TraderController.js:102:52)

    at Function.load (C:\Battlestate Games\SPT-Aki\obj\src\controllers\TraderController.js:12:26)

    at Object.load [as aki-traders] (C:\Battlestate Games\SPT-Aki\obj\src\callbacks\TraderCallbacks.js:9:26)

    at Function.load (C:\Battlestate Games\SPT-Aki\obj\src\utils\App.js:22:13)

    at Function.main (C:\Battlestate Games\SPT-Aki\obj\src\Program.js:26:13)

    at Object.192../Lib.js (C:\Battlestate Games\SPT-Aki\obj\src\Program.js:30:9)

    at o (C:\Battlestate Games\SPT-Aki\obj\node_modules\browser-pack\_prelude.js:1:1)

    at C:\Battlestate Games\SPT-Aki\obj\node_modules\browser-pack\_prelude.js:1:1

    at Object.289.../Program.js (C:\Battlestate Games\SPT-Aki\obj\src\ide\ReleaseEntry.js:4:1)


    but I'm not sure how to fix any of that so I'm here lol.