Page 1 of 1

[0.73b1] "missiontest.lua" crash the game.

Posted: 04 Sep 2006, 21:48
by Vivien
Hi,

it's certainly not really important but I tried to launch this script however it send me an error (in a window):

Code: Select all

file maps/SmallDivide.smd not found
I changed the name of the map in the the script in sd7 format (line 15) but i get the same result.
Voilà. thank you.

Posted: 04 Sep 2006, 21:54
by AF
hmm, odd
Although this isnt linux specific, can soemone test on windows?

Posted: 04 Sep 2006, 21:57
by Vivien
Sorry i didn't search in the forum : here

rename in smf instead smd

Posted: 04 Sep 2006, 23:15
by Tobi
fixed in SVN

Posted: 04 Sep 2006, 23:23
by BvDorp
Tobi wrote:fixed in SVN
you've, like, said this so many times, it should be rewarded!

Posted: 05 Sep 2006, 14:47
by Vivien
First thank you Tobi for this fixe :-)

But...there is an other missing content (svn 2086) on all scripts, not specially with this one: the game fails to start and return suddenly on the desktop with this message:

Code: Select all

file gamedata/ressources.tdf not found
I've put this folder in the game's directory from taspring-linux-data and now it work with some graphical issue (maybe that the content of ressources.tdf is not appropriate)
capture: (using missiontest.lua) Image
and
Image

I get this message in the infolog.txt:

Code: Select all

Section resources\graphics\projectiletextures missing in file gamedata/resources.tdf
Section resources\graphics\projectiletextures missing in file gamedata/resources.tdf
Section resources\graphics\groundfx missing in file gamedata/resources.tdf
Section resources\graphics\groundfx missing in file gamedata/resources.tdf
note: the textures aren't white ingame (when you enlarge the capture; it's only after a screenshot-F11).

Posted: 05 Sep 2006, 14:57
by AF
Dont install svn/dev builds over existing 0.72b1 builds.

The data in 0.73b1 uses alpha masks btu the data in 0.72b1 does not.

Thus 0.73 looks like that when used with 0.72 data

Posted: 05 Sep 2006, 15:01
by Vivien
:oops:

Work fine now with this:

Code: Select all

copy https://taspring.clan-sy.com/svn/spring/trunk/installer/builddata/bitmaps/ and https://taspring.clan-sy.com/svn/spring/trunk/installer/builddata/springcontent/gamedata/ in the game directory
Desol├â┬® vraiment :?

EDIT: You're right AF. i understood