Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Raptor on September 26, 2005, 01:03:13 pm
-
I had this bug for a while when starting Fred, but now in the latest version of FS2_Open.exe, it stops me playing the game! I have to use 3.6 basic to play!
Error: weapons.tbl(3289):
Error: Required token = [+PRadius:], found [.5]
in weapon: AAA-low.
File:C:\projects\fs2_open\code\Parse\PARSELO.CPP
Line: 521
Call stack:
------------------------------------------------------------------
FS2_OPEN_R.EXE 005cf0c4()
FS2_OPEN_R.EXE 004dfe20()
FS2_OPEN_R.EXE 004e0d0d()
FS2_OPEN_R.EXE 004e1477()
FS2_OPEN_R.EXE 0040302d()
FS2_OPEN_R.EXE 0040a0e5()
FS2_OPEN_R.EXE 0040a1ff()
FS2_OPEN_R.EXE 0065f0b2()
KERNEL32.DLL bff8b560()
KERNEL32.DLL bff8b412()
KERNEL32.DLL bff89dd5()
------------------------------------------------------------------
Can someone please tell me :wtf: that all means?
execute file is:
fs2_open_G-20050722.exe
-
It means that in the beam data for the AAA-low, there should be a PR radius line, but it isn't finding it... either because its not there, or because something else further up is blocking it.