1
Bugs prior to release 2.3 / Re: Cant setup new base at beggining
« on: August 21, 2009, 10:35:30 pm »
I cant test the game. I need someone to help me with this problem.
New board
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Breakpoint 1 at 0x80be7cd: file src/client/campaign/cp_rank.c, line 69.
Breakpoint 1, CL_ParseRanks (name=0xa586ec0 "scientist", text=0xbff2b63c)
at src/client/campaign/cp_rank.c:69
69 const char *errhead = "CL_ParseRanks: unexpected end of file (medal/rank ";
(gdb) break CL_ParseRanks
Note: breakpoints 1 and 2 also set at pc 0x80be7cd.
Breakpoint 3 at 0x80be7cd: file src/client/campaign/cp_rank.c, line 69.
Please try to run it in gdb and put a breakpoint to CL_ParseRanks. Step through on it and check if it parses them well.
-geever
Couldn't write config.cfg.
Shutdown gametype 'Campaign mode'
Cvar 'mn_uprequirement' wasn't found
Cvar 'mn_upmetadata' wasn't found
Can not open history for writing
Couldn't write keys.cfg.
recursive shutdown
====== UFO Initialized ======
Switch grab input off
Change gametype to 'Campaign mode'
--- save subsystem initialization --
added base subsystem
added campaign subsystem
added hospital subsystem
added market subsystem
added research subsystem
added employee subsystem
added aliencont subsystem
added production subsystem
added aircraft subsystem
added messagesystem subsystem
added stats subsystem
added nations subsystem
added transfer subsystem
added alien base subsystem
added xvirate subsystem
added installation subsystem
added messageoptions subsystem
Campaign data loaded - size 4208204 bytes
...techs: 198
...buildings: 23
...ranks: 0
...nations: 8
...cities: 7
Sanity check for script data
...buildings ok
...tech ok
...aircraft ok
...items ok
...items ok
...nations ok
* [UFO] src/client/campaign/cp_time.c
* [UFO] src/client/campaign/cp_xvi.c
* [UFO] src/client/campaign/cp_alienbase.c
* [UFO] src/client/campaign/cp_aliencont.c
src/client/campaign/cp_alienbase.c: In function ‘AB_ChooseBaseToSupply’:
src/client/campaign/cp_alienbase.c:295: error: ‘pos’ undeclared (first use in this function)
src/client/campaign/cp_alienbase.c:295: error: (Each undeclared identifier is reported only once
src/client/campaign/cp_alienbase.c:295: error: for each function it appears in.)
src/client/campaign/cp_alienbase.c:295: warning: left-hand operand of comma expression has no effect
make: *** [debug-linux-gnu-i386/client/client/campaign/cp_alienbase.o] Błąd 1
make: *** Oczekiwanie na niezakończone zadania....
The base building is aborted due to that error.yes
-geever
yes, please try a new campaign. If "cannot find rank" problem still exists we should find out what causes it.
-geever
No warnings here... (linux, 32bit, 25583)
Edit: Try r25584.
-geever