Hard Light Productions Forums

Modding, Mission Design, and Coding => The FRED Workshop => Topic started by: FlamingCobra on September 24, 2011, 11:31:17 am

Title: What does this mean?
Post by: FlamingCobra on September 24, 2011, 11:31:17 am
Code: [Select]
ERANGE: String error. Please Report.
Trying to put into 32 byte buffer:
One foot in the Door (REVISED).fs2
ntdll.dll! ZwWaitForSingleObject + 21 bytes
kernel32.dll! WaitForSingleObject + 18 bytes
fred2_open_3_6_12r_INF.exe! <no symbol>
fred2_open_3_6_12r_INF.exe! <no symbol>
Title: Re: What does this mean?
Post by: Talon 1024 on September 24, 2011, 11:44:54 am
That error is happening because the mission filename is longer than 32 characters.  Try naming it "One foot in the door_V2.fs2"
Title: Re: What does this mean?
Post by: FlamingCobra on September 24, 2011, 11:54:01 am
Thank you!