Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Test Builds => Topic started by: phreak on January 16, 2006, 11:34:36 pm
-
11.1MB
Contains
fs2_open_r.exe
fs2_open_d.exe
fred2_open_r.exe
fred2_open_d.exe
map files for fred2_open_d.exe and fs2_open_d.exe
http://fs2source.warpcore.org/exes/latest/January2006/fs2_open_01172006.zip
-
I'm experiencing some problems with the debug FRED build. It was asking for mfc42d.dll. I Google seached and found a copy, which I extracted into the FS directory, then it asked for msvcrtd.dll. Again, a Google search found it and I extracted it. Now its coming up with a warning message, saying that:
The ordinal 4951 could not be located in the dynamic link library mfc42d.dll
I'm guessing that something was missed during the debug compile.
-
This build in general performs very poorly for some reason. The menus are all a bit less responsive than usual and ingame framerates are around half of what I got with the 1/09 build.
-
Wait a couple of hours and mine will be up
-
The ordinal 4951 could not be located in the dynamic link library mfc42d.dll
I'm guessing that something was missed during the debug compile.
I don't think anything was missed. mfc42d.dll is a Windows 98 DirectX file.
-
This build doesn't seem to support the new scripted mainhall, please confirm if I'm right/wrong....
LUA ERROR: [string "GS_STATE_MAIN_MENU"]:15: attempt to call field `drawText' (a nil value)
------------------------------------------------------------------
LUA Stack:
------------------------------------------------------------------
I got that error right after choosing pilot, when I'm supposed to enter the mainhall....
-
Try swapping out "drawText" with "drawString"
-
That helped, thanks....
:yes: