Opened 3 years ago

Closed 3 years ago

#6159 closed defect (invalid)

Endlessly repeating JavaScript error on game startup in MacOS 11.0.1

Reported by: elaria Owned by:
Priority: Should Have Milestone:
Component: UI – Game setup Keywords:
Cc: Patch:

Description

Just installed version 24b on MacOS 11.0.1. When I start the game, I get an overlay with the following error messages. They keep counting up endlessly and fast for as long as the game is open. I can't leave the startscreen. I can however interact with the feedback function and info box in the bottom half of the screen.

Wasn't able to solve it on my own, search turned up nothing for me.

error: Errors executing script event "Tick"
error: JavaScript error: __internal(0) Tick line 1
error: onTick is not defined
error: __eventhandler0 (Tick)@__internal(0) Tick1:1

Attachments (2)

Bildschirmfoto 2021-04-22 um 21.56.04.png (333.5 KB ) - added by elaria 3 years ago.
user_cfg.jpg (55.4 KB ) - added by Langbart 3 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by Stan, 3 years ago

Hey thanks for the report. You need to disable all mods

Last edited 3 years ago by Stan (previous) (diff)

comment:2 by Langbart, 3 years ago

I can't leave the startscreen.

If you can not access the Mod Selection page, you should locate your user.cfg file and search for mod.enabledmods. Replace that line with mod.enabledmods = "mod public". Wiki/GameDataPaths will tell you the location of your user.cfg file. If it works out for you, please leave a comment so we can close the ticket.

by Langbart, 3 years ago

Attachment: user_cfg.jpg added

in reply to:  2 comment:3 by elaria, 3 years ago

Replying to Langbart:

I can't leave the startscreen.

If you can not access the Mod Selection page, you should locate your user.cfg file and search for mod.enabledmods. Replace that line with mod.enabledmods = "mod public". If it works out for you, please leave a comment so we can close the ticket.

Thank you, I was able to fix it using the method you described. (Mod settings weren't accessible from inside the game but I was able to change the user.cfg file)

comment:4 by Langbart, 3 years ago

Component: Core engineUI – Game setup
Milestone: Backlog
Resolution: invalid
Status: newclosed

Nice! Enjoy the game :)

(similar Tickets #6120 and #6049)

Note: See TracTickets for help on using tickets.