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

Title: CVS 1/17
Post 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
Title: Re: CVS 1/17
Post by: Trivial Psychic on January 17, 2006, 01:08:22 am
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.
Title: Re: CVS 1/17
Post by: CP5670 on January 17, 2006, 02:57:57 am
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.
Title: Re: CVS 1/17
Post by: redmenace on January 17, 2006, 05:40:21 am
Wait a couple of hours and mine will be up
Title: Re: CVS 1/17
Post by: Cobra on January 18, 2006, 12:26:52 am
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.
Title: Re: CVS 1/17
Post by: starfox on January 19, 2006, 04:29:33 am
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....



Title: Re: CVS 1/17
Post by: WMCoolmon on January 19, 2006, 09:51:45 am
Try swapping out "drawText" with "drawString"
Title: Re: CVS 1/17
Post by: starfox on January 19, 2006, 01:15:48 pm
That helped, thanks....
 :yes: