UFO:Alien Invasion

Technical support => Linux => Topic started by: tne on August 03, 2008, 09:38:43 pm

Title: Could not find tile!
Post by: tne on August 03, 2008, 09:38:43 pm
Gentoo, compile from source, latest svn dev. trunk

I get the following before starting mission

I made
./configure
./make
./make maps
./make pk3
./ufo

everything seems ok until:

------- Loading game.so -------
LoadLibrary (./base/game.so)
==== InitGame ====
********************
ERROR: Could not find tile: '+craft_crash_fighter'
********************
==== ShutdownGame ====

Suggestions?
Title: Re: Could not find tile!
Post by: BTAxis on August 04, 2008, 02:25:52 pm
Looks like the game tried to load up a tileset that didn't have a crashed fighter.
Title: Re: Could not find tile!
Post by: Mattn on August 04, 2008, 08:10:41 pm
i've added some more details to the error output, if you ever get this error again, please repost the log
Title: Re: Could not find tile!
Post by: tne on August 05, 2008, 11:25:19 am
Ok I will svn up, and try to see debug output for next shoted ufo later on.
Title: Re: Could not find tile!
Post by: tne on August 13, 2008, 06:28:11 pm
A UFO landed near italy, farm mission. And The map doesn't load and the firebird stays over target.
Auto-resolve is the only way to solve the mission

Code: [Select]
********************
ERROR: Could not find tile: '+craft_crash_fighter' in assembly 'small' (maps/farm.ump)
********************
==== ShutdownGame ====
music change to van_geoscape (from karlmacklin_geoscape)
music change to karlmacklin_geoscape (from van_geoscape)
Title: Re: Could not find tile!
Post by: BTAxis on August 13, 2008, 06:49:41 pm
Update to the latest revision.
Title: Re: Could not find tile!
Post by: tne on August 13, 2008, 07:01:59 pm
At 18371 rev.
Title: Re: Could not find tile!
Post by: BTAxis on August 13, 2008, 07:30:06 pm
Strange. Farm shouldn't be valid for crashed UFOs anymore.

Hmm. Did you do a crashed mission before you got this error? Possibly the cvar isn't being reset properly.
Title: Re: Could not find tile!
Post by: Mattn on August 13, 2008, 08:59:46 pm
i would have been very surprised if the commented out (and now removed) ufo definitions from maps.ufo would hve been the problem. If comments are not working with the parser we would have a lot more problems ;)
Title: Re: Could not find tile!
Post by: geever on August 13, 2008, 09:11:56 pm
Should be fixed in r18373.

-geever
Title: Re: Could not find tile!
Post by: tne on August 15, 2008, 04:34:03 pm
Seems solved. Now I usually get this error, especially when starting 2nd mission (even with savegame)


ufo: src/client/cl_parse.c:622: CL_StartingGameDone: Assertion `chr' failed.
Wrote keys.cfg
Error: Received signal 6.

It already happened quite a few times before.
Quick question: UGV are implemented for tactical mis.?