Opened 3 years ago

Closed 3 years ago

#6180 closed defect (fixed)

Some random maps fail to load.

Reported by: Freagarach Owned by:
Priority: Release Blocker Milestone: Alpha 25
Component: Maps Keywords:
Cc: Patch:

Description (last modified by Freagarach)

Attached "replays" fails to load.

Attachments (3)

commands.txt (979 bytes ) - added by Freagarach 3 years ago.
r25462
commands.2.txt (997 bytes ) - added by Freagarach 3 years ago.
Unknown on r25466.
commands.3.txt (1.2 KB ) - added by Asger 3 years ago.
r25683

Download all attachments as: .zip

Change History (15)

by Freagarach, 3 years ago

Attachment: commands.txt added

comment:1 by Freagarach, 3 years ago

Milestone: BacklogAlpha 25

comment:2 by Freagarach, 3 years ago

Description: modified (diff)
Priority: Must HaveRelease Blocker
Summary: Frontier fails to load.Some random maps fail to load.

by Freagarach, 3 years ago

Attachment: commands.2.txt added

Unknown on r25466.

comment:3 by Imarok, 3 years ago

Did you get any error messages?

comment:4 by Imarok, 3 years ago

Issue of the first replay: Phab:D4017

For the second replay it seems that the gamesetup somehow did not set a value for Landscape.

comment:5 by Imarok, 3 years ago

In 25570:

Fix some error in rmgen.

Reviewed by: kalimaps
Refs: #6180
Differential Revision: https://code.wildfiregames.com/D4017

by Asger, 3 years ago

Attachment: commands.3.txt added

comment:6 by Asger, 3 years ago

ERROR: JavaScript error: maps/random/heightmap/heightmap.js line 251 avoidMap is undefined getPointsByHeight@maps/random/heightmap/heightmap.js:251:20 @maps/random/caledonian_meadows.js:327:38

ERROR: CMapGeneratorWorker::Run: Failed to load RMS 'maps/random/caledonian_meadows.js'

comment:7 by wraitii, 3 years ago

In 25754:

Fix caledonian meadows.

Broke in rP25622

Refs #6180

Differential Revision: https://code.wildfiregames.com/D4131

comment:8 by wraitii, 3 years ago

Also failing:

pyrogenesis -autostart=random/hellas_biomes -autostart-size=128 -autostart-seed=1 -autostart-aiseed=3 -autostart-players=1 -autostart-ai=1:petra -autostart-aidiff=1:5 -autostart-visual
pyrogenesis -autostart=random/belgian_uplands -autostart-size=128 -autostart-seed=1 -autostart-aiseed=3 -autostart-players=8 -autostart-ai=1:petra -autostart-aidiff=1:5 -autostart-ai=2:petra -autostart-aidiff=2:5 -autostart-ai=3:petra -autostart-aidiff=3:5 -autostart-ai=4:petra -autostart-aidiff=4:5 -autostart-ai=5:petra -autostart-aidiff=5:5 -autostart-ai=6:petra -autostart-aidiff=6:5 -autostart-ai=7:petra -autostart-aidiff=7:5 -autostart-ai=8:petra -autostart-aidiff=8:5 -autostart-nonvisual -autostart-disable-replay
pyrogenesis -autostart=random/unknown -autostart-size=128 -autostart-seed=1 -autostart-aiseed=3 -autostart-players=1 -autostart-ai=1:petra -autostart-aidiff=1:5 -autostart-nonvisual
Last edited 3 years ago by wraitii (previous) (diff)

comment:9 by wraitii, 3 years ago

In 25765:

Fixes for some random maps.

  • Hellas_biome isn't a RM but as a JSON script it does load, and then silently fails on mapgen. Explicitly fail.
  • Fix player.js when a valid position cannot exist.
  • Fix unknown.js when landscape isn't set in the settings.

Reported by: vladislavbelov

Refs #6180

Differential Revision: https://code.wildfiregames.com/D4147

comment:10 by wraitii, 3 years ago

Second replay by Freagarach fixed in r25800

comment:11 by Freagarach, 3 years ago

r25816 refs this.

comment:12 by Stan, 3 years ago

Resolution: fixed
Status: newclosed

AFAIK it's now fixed, wild lake was the last one.

Note: See TracTickets for help on using tickets.