SpringLobby and trouble with maps
Posted: 20 Feb 2009, 22:28
Alright. Springlobby (version 1.10423) does not show maps when I choose single player and select a mod and map, and crashes if I hit "start". In multiplayer, it crashes if I hit "Host New..." and then "Host", OR if I try to join a game. It seems to be related to UnitSync not being deinitialized, and then not working because it hasn't been initialized, as shown below.
My OS is Vista Home Premium with SP1, if that matters, and I have Spring installed on an External Hard Drive to avoid the various Permissions and Compatability Files issues for which Vista is so justly famous.
I've already installed, uninstalled, reinstalled, cleared registries, and SpringLobby.conf, so if anyone's got any ideas, especially regarding that "gamedata/parse_tdf.lua" line, I'd be happy to hear them.
Code: Select all
LogOutput initialized.
Available log subsystems: unitsync, VFS-detail, VFS, ArchiveScanner,
Enabled log subsystems: unitsync,
Enable or disable log subsystems using the LogSubsystems configuration key
or the SPRING_LOG_SUBSYSTEMS environment variable (both comma separated).
unitsync: loaded, 0.78.2.1 (0.78.2.1-0-g768a2af{@}-s)
Using read-write data directory: C:\Users\John\spring\demos\
Using read-only data directory: J:\Programs\Spring\
Scanning: J:\Programs\Spring\maps
Scanning: J:\Programs\Spring\base
Scanning: J:\Programs\Spring\mods
Scanning: C:\Users\John\spring\demos\maps
Scanning: C:\Users\John\spring\demos\base
Scanning: C:\Users\John\spring\demos\mods
unitsync: initialized, 0.78.2.1 (0.78.2.1-0-g768a2af{@}-s)
unitsync: hosting
unitsync: initfindvfs: demos/*.sdf
unitsync: findfilesvfs: 0
unitsync: loaded, 0.78.2.1 (0.78.2.1-0-g768a2af{@}-s)
unitsync: deinitialized
Using read-write data directory: C:\Users\John\spring\demos\
unitsync: error: Init: could not find 'gamedata/parse_tdf.lua' code
unitsync: error: GetMapInfoEx: Unitsync not initialized. Call Init first.
unitsync: error: GetPrimaryModCount: Unitsync not initialized. Call Init first.
unitsync: error: GetPrimaryModName: Unitsync not initialized. Call Init first.
unitsync: error: GetPrimaryModChecksum: Unitsync not initialized. Call Init first.
unitsync: error: GetMapInfoEx: Unitsync not initialized. Call Init first.
I've already installed, uninstalled, reinstalled, cleared registries, and SpringLobby.conf, so if anyone's got any ideas, especially regarding that "gamedata/parse_tdf.lua" line, I'd be happy to hear them.