Opened 3 years ago

Closed 3 years ago

#6288 closed defect (fixed)

Non-visual replay broken

Reported by: Langbart Owned by: Silier
Priority: Should Have Milestone: Alpha 25
Component: Core engine Keywords:
Cc: Patch: Phab:D4220

Description (last modified by Langbart)

Starting a commands.txt file non-visually, with the latest SVN [25852] version, results in this error warning:

picus@Picus 0ad % binaries/system/pyrogenesis -mods=public -replay=/Users/picus/Library/Application\ Support/0ad/replays/0.0.25/Valihrant\ vs\ Lorenz/commands.txt         
WARNING: Incompatible replay mods detected.
The mods of the replay are:
public (0.0.25)

These mods are enabled:

ERROR: CVFSFile: file simulation/data/pathfinder.rng couldn't be opened (vfs_load: -110100)
ERROR: CXeromyces: failed adding validator for 'simulation/data/pathfinder.rng'
ERROR: CCacheLoader failed to find archived or source file for: "simulation/data/pathfinder.xml"
ERROR: CVFSFile: file simulation/data/territorymanager.rng couldn't be opened (vfs_load: -110100)
ERROR: CXeromyces: failed adding validator for 'simulation/data/territorymanager.rng'
ERROR: CCacheLoader failed to find archived or source file for: "simulation/data/territorymanager.xml"
ERROR: CCacheLoader failed to find archived or source file for: "simulation/data/pathfinder.xml"
ERROR: File 'maps/random/continent.js' does not exist
ERROR: CMapGeneratorWorker::Run: Failed to load RMS 'maps/random/continent.js'
libc++abi.dylib: terminating with uncaught exception of type PSERROR_Game_World_MapLoadFailed
zsh: abort      binaries/system/pyrogenesis -mods=public 
picus@Picus 0ad %

The problem can be noticed for the first time with the changeset [25850].

PS: I have tried all three combinations (Phab:D4220, Phab:D4222, and d4220&d4222), but none have fixed the non-visual replay issue.

Change History (3)

comment:1 by Langbart, 3 years ago

Description: modified (diff)

comment:2 by Silier, 3 years ago

Milestone: Alpha 26Alpha 25
Owner: set to Silier
Patch: Phab:D4220

comment:3 by Silier, 3 years ago

Resolution: fixed
Status: newclosed

In 25853:

Fix downloanded mods not showing in list until restart

since rP25546
While at it, remove not used variable after rP25850
also fix non visual replay broken in rP25850

Differential revision: D4220
Tested by: @Stan, @Langbart
Fixes: #6288

Note: See TracTickets for help on using tickets.