Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Bobboau on August 30, 2003, 04:06:40 pm
-
Error: Argument type mismatch.
In sexpression: ( and
( is-destroyed-delay 21 "Aquarius 3" )
( is-destroyed-delay
( rand 5 21 )
"Scorpio"
)
)
(Error appears to be: rand)
File:D:\FSO\fs2_open\code\Mission\MissionParse.cpp
Line: 4168
Call stack:
------------------------------------------------------------------
parse_mission() parse_main() mission_load() game_start_mission() game_enter_state() gameseq_set_state() game_process_event() gameseq_process_events() WinMainSub() WinMain() WinMainCRTStartup() kernel32.dll 77e814c7()
------------------------------------------------------------------
I updated my CVS and got this when playing the last mission, has somone done something to the rand fuction or something as anything with rand in the last mission, I have herd of similar errors from other people, as far as I know this wasn't there before I updated
actualy I just checked the copy I made just prior to updateing and it doesn't come up, so this is defenantly a recent (as in the last 8 days) thing
-
That's my fault - sort of. It comes from trying to incorporate signed numbers into what was previously a 100% unsigned sexp model.
I'll see what I can do.
-
Fixed, but I can't CVS it until warpcore comes back online.
-
i committed something two hours ago or so
-
Odd... my CVS won't connect.
-
neither will mine, though it did earlier
-
cvs is working for the moment...