Opened 3 years ago

Closed 2 years ago

#6337 closed defect (needsinfo)

Application opens but errors prevent clicking any functions

Reported by: John Owned by:
Priority: Should Have Milestone:
Component: UI – In-game Keywords:
Cc: Patch:

Description

Receiving errors rolling on the screen within the Application and can not use any functions in the Application.

Below is a few lines from interestinglog.html.

ERROR: JavaScript error: gui/pregame/BackgroundHandler.js line 11 this.backgrounds is null BackgroundHandler@gui/pregame/BackgroundHandler.js:11:41 MainMenuPage@gui/pregame/MainMenuPage.js:8:28 init@gui/pregame/mainmenu.js:14:3

ERROR: GUI page 'page_pregame.xml': Failed to call init() function

ERROR: Errors executing script event "Tick"

ERROR: JavaScript error: internal(1) Tick line 1 onTick is not defined eventhandler2 (Tick)@internal(1) Tick:1:1

ERROR: Trying to use a sprite that doesn't exist ("productLogo").

ERROR: Trying to use a sprite that doesn't exist ("companyLogo").

ERROR: Errors executing script event "Tick"

ERROR: JavaScript error: internal(1) Tick line 1 onTick is not defined eventhandler2 (Tick)@internal(1) Tick:1:1

ERROR: Errors executing script event "Tick"

ERROR: JavaScript error: internal(1) Tick line 1 onTick is not defined eventhandler2 (Tick)@internal(1) Tick:1:1

ERROR: Errors executing script event "Tick"

ERROR: JavaScript error: internal(1) Tick line 1 onTick is not defined eventhandler2 (Tick)@internal(1) Tick:1:1

ERROR: Errors executing script event "Tick"

ERROR: JavaScript error: internal(1) Tick line 1 onTick is not defined eventhandler2 (Tick)@internal(1) Tick:1:1

ERROR: Errors executing script event "Tick"

ERROR: JavaScript error: internal(1) Tick line 1 onTick is not defined eventhandler2 (Tick)@internal(1) Tick:1:1

ERROR: Errors executing script event "Tick"

Attachments (1)

system_info.txt (3.7 KB ) - added by John 3 years ago.

Download all attachments as: .zip

Change History (3)

by John, 3 years ago

Attachment: system_info.txt added

in reply to:  description comment:1 by Langbart, 3 years ago

Replying to John:

Receiving errors rolling on the screen within the Application and can not use any functions in the Application.

This could be caused by an incompatible mod, you could try the following:
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.

PS: In some cases, after disabling old mods, you will also need to delete the contents of the /0ad/mods/user folder. Try this too if the above mentioned option with the user.cfg file does not work. The wiki article wiki/GameDataPaths should tell you where to find it.

(similar Tickets #6159, #6120 and #6049)

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

comment:2 by Stan, 2 years ago

Milestone: Alpha 26
Resolution: needsinfo
Status: newclosed
Note: See TracTickets for help on using tickets.