I suppose you tried with rwr_config, one of the custom ones?
If you're not getting such events what I posted, CreateFile, WriteFile from rwr_config about file.txt, effectively those calls would seem to be stopped at quite an early phase, as it doesn't even end up attempting it on the OS. Well, basically same stuff should be going on for the log files and a few others in RWR game build so yah, no need to retry with rwr_config.
I wonder if it's possible that the MS Visual C++ 2008 runtime is somehow faulty on your system, it's basically that component that contains the implementation for standard C++ stuff for Windows, and the one that RWR has been made to interface with.
Installing RWR (stand-alone) should install the runtime components as well, but who knows, maybe something glitches there. I suppose you could uninstall it first, and then reinstall it. This would be the one
http://www.microsoft.com/en-us/download ... px?id=5582.
It's the one shown as selected below.
Attachment:
vc2008.png [ 28.6 KiB | Viewed 12896 times ]
Looks like there has been updates to it ever since, so maybe not the worst idea on my part to update it in RWR as well. Although I believe the newest one available in the system will anyway get used, supposed to be compatible that way. My guess is Windows Update has been updating these for me.