ParadiseSS13 / Paradise

Paradise Station's GitHub main repository.
https://www.paradisestation.org/forum
GNU Affero General Public License v3.0
402 stars 1.2k forks source link

Bluescreen when opening uplink #17750

Open moxian opened 2 years ago

moxian commented 2 years ago

Issue Description: (Haven't witnessed personally, relaying what was said on discord):

The first time I tried to bootup my traitor uplink it literally bluescreened on me

image

Trying to reopen it again fixed the issue.

Server Commit 6f89204a5d1b9a9816b043120614a008978a348b

Presumably (judging by the line numbers) the source of the exception is https://github.com/ParadiseSS13/Paradise/blob/a388046df4fb57712638a430b8bfd2fa742a5744/tgui/packages/tgui/interfaces/Uplink.js#L67-L70

What did you expect to happen: No bsod

What happened instead: bsod

Why is this bad/What are the consequences: uplink unusable

Sirryan2002 commented 2 years ago

could you possibly translate that first Type Error to english

moxian commented 2 years ago

Roughly: "Cannot access property "0" of a null or undefined variable." But i assume it means "index 0" here in cats[0] part.

Arthri commented 10 months ago

Seems related to #16535