as you can see maybe is problem in your script fprintf.c !!??
find in compiler folder and delete /rename folder then reinstall editor... then put your scripts in compiler folder easy
String variable type SUPPOSE to newer be a NULL !!!!
hm, the problem is not vietcong, it looks like its microsoft visual studio 2010. the file fprintf.c is a file of visual studio.
Spoiler:[ShowHide]
Code
/***
*fprintf.c - print formatted data to stream
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines fprintf() - print formatted data to stream
*
*******************************************************************************/
/***
*int fprintf(stream, format, ...) - print formatted data
*
*Purpose:
* Prints formatted data on the given using the format string to
* format data and getting as many arguments as called for
* _output does the real work here
*
*Entry:
* FILE *stream - stream to print on
* char *format - format string to control data format/number of arguments
* followed by arguments to print, number and type controlled by
* format string
*
*Exit:
* returns number of characters printed
*
*Exceptions:
*
*******************************************************************************/
int __cdecl fprintf (
FILE *str,
const char *format,
...
)
/*
* 'F'ile (stream) 'PRINT', 'F'ormatted
*/
{
va_list(arglist);
REG1 FILE *stream;
REG2 int buffing;
int retval=0;
now i deleted visual studio and all the registry parts, but the editor shows the problem on and on, although these scripts doesnt exist on my harddrive anymore.
i reinstalled the editor a lot of times and tried the dev_editor from ldc too. but i always have the same error. only when i change the 6 dll's (game, log, ogg, pd3d8d, pdcs, vorbis) from the main directory with the one from the engine folder and then start the game, the game starts in the editor 1.61b. but in this editor i cannot use the function "rebuild texdb" and it lags extremly...
It doesn't work...I think Windows wants to execute the process over the scripts of Microsoft Visual Studio !?
My PC:
Windows 7 Professional 64-bit
Intel Core 2 Quad Q 8200
ATI HD 5770 1024 mb VRam
Intel Motherboard
6144 mb Ram
2x IDE Sata HDD 640 GB
I had Microsoft Visual Studio 2010 Professional installed. Then 5 days ago I installed Windows XP. Unfortunately I couldn't boot Windows XP and Windows 7 same time (couldn'T switch between the systems; XP was the only option) so I had to repair Windows 7 with the repair tool on the Windows 7 disc; I "reinstalled" the Windows 7 Bootloader. Then I could start Windows 7, I deleted all the Windows XP files from the 2nd partition. Since then I got these errors.
Also I deleted Microsoft Visual Studio and all its parts from my harddrive and the scripts doesn't exist anymore.
Nope, that can't be real...I toggled 'run in compatibilitymode' windows xp service pack 3. now it works without errors....oh my good. earlier i didn't have to run in in compatibilitymode.