Hard Light Productions Forums
Modding, Mission Design, and Coding => The FRED Workshop => Topic started by: NJSP 3002 on June 18, 2010, 04:45:26 pm
-
I dont understand i been using fred_open 3_6_12_inf_SSE2 for awhile and all of the sudden this pop up :mad:
C:\Program Files (x86)\GOG.com\Freespace 2\Warzone\data\missions\war15.fs2(line 157:
Error: Required token = [#Wings] or [$Name:], found [15 alpha 3 ] .
ntdll.dll! ZwWaitForSingleObject + 21 bytes
kernel32.dll! WaitForSingleObjectEx + 67 bytes
kernel32.dll! WaitForSingleObject + 18 bytes
fred2_open_3_6_12r_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12r_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12r_INF_SSE2.exe! <no symbol>
-
looks like its fallen over reading a table or tbm. have you run the debug build so we have a log to work with
-
Your mission has become corrupted for some reason. I'd suggest opening it in notepad and checking out the entry around line 157.
-
uh this came up during my debugging-
Weapon type "Harpoon#Weak" found in loadout of mission file. This class is not marked as a player allowed weapon...skipping
ntdll.dll! ZwWaitForSingleObject + 21 bytes
kernel32.dll! WaitForSingleObjectEx + 67 bytes
kernel32.dll! WaitForSingleObject + 18 bytes
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
USER32.dll! gapfnScSendMessage + 624 bytes
USER32.dll! gapfnScSendMessage + 2338 bytes
USER32.dll! LoadStringW + 287 bytes
USER32.dll! DispatchMessageA + 15 bytes
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12d_INF_SSE2.exe! <no symbol>
kernel32.dll! BaseThreadInitThunk + 18 bytes
ntdll.dll! RtlInitializeExceptionChain + 99 bytes
ntdll.dll! RtlInitializeExceptionChain + 54 bytes
-
Well you've assigned the harpoon#weak to a player ship which isn't allowed. That is more of a warning in FRED and while it will cause issues in FS2 will not crash FRED. Your problem most likely lies elsewhere.
-
lol so wierd never had a problem when using the normal harpoon but idk :mad2:
-
Harpoon#weak is not the same as the Harpoon. It's used in the retail campaign for balancing, and never given to the player.
-
I dont understand why let me play the first time then when i go then the errors come up? like this
C:\Program Files (x86)\GOG.com\Freespace 2\Warzone\data\missions\war15.fs2(line 157:
Error: Required token = [#Wings] or [$Name:], found [15 alpha 3 ] .
ntdll.dll! ZwWaitForSingleObject + 21 bytes
kernel32.dll! WaitForSingleObjectEx + 67 bytes
kernel32.dll! WaitForSingleObject + 18 bytes
fred2_open_3_6_12r_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12r_INF_SSE2.exe! <no symbol>
fred2_open_3_6_12r_INF_SSE2.exe! <no symbol>
KERNELBASE.dll! lstrlenW + 86 bytes
KERNELBASE.dll! lstrlenW + 86 bytes
ole32.dll! CoRegisterMessageFilter + 18512 bytes
ole32.dll! CoRegisterMessageFilter + 18475 bytes
ole32.dll! CoTaskMemAlloc + 1217 bytes
ole32.dll! CoRegisterMessageFilter + 19196 bytes
fred2_open_3_6_12r_INF_SSE2.exe! <no symbol>
kernel32.dll! RegCloseKey + 580 bytes
kernel32.dll! RegOpenKeyExW + 309 bytes
kernel32.dll! RegOpenKeyExW + 330 bytes
ntdll.dll! RtlImageNtHeader + 2879 bytes
-
Your mission has become corrupted for some reason. I'd suggest opening it in notepad and checking out the entry around line 157.
Have you read this? No? Why not?
Also, why haven't you posted an fs2_open.log? (Or a fred2_open.log, doesn't really matter)
-
Like FUBAR said: Line 157 in the mission file (war15.fs2) should start with [#Wings] or [$Name:]
(including the brackets), but instead it says "15 alpha 3". Open the mission file with your favourite text editor and fix that. It's an object entry, so look at the other object entries and make sure you follow the same pattern.
Why don't people read error messages...
EDIT: Oops :nervous: So, ehh, just follow the pattern, like I said.
-
Errr, no. FSF, that would be wrong. Brackets are definitely not included.
Why don't people understand error messages....
-
lol