ID:2047559
 
(See the best response by Ishuri.)
I made a previous posto regarding the situation I came across, basically I deleted my rsc while Dropbox was enabled( Never usually gives this problem ), compiled and got a bunch of errors, at first it was a weird error in an irregular format from what I've usually seen in run time errors.

Then it kept saying my rsc was locked- I restarted my computer.

Log on- open my source, every DM file is unchecked the dme is wiped clean(apparently) and when i compile the source stacks me with a bunch of runtime errors most of them not being able to read my .ogg files, or .dmi's.

As if they aren't in the file itself.


I tried including some folders into dme using


#DEFINE FILE_DIR "PPs"
#DEFINE FILE_DIR "SFX"
etc etc


But when I compile, it resets the Defines back to an empty list as if the folders don't exist or something like that.. Can I please get some help :(.
Best response
Try creating a new dme. Delete the old .dme and .int etc You'll have to recheck all your relevant code again, also make sure you have auto file_dir turned ON.
http://puu.sh/nvi0s/0ede00b035.png
In response to Ishuri
Ishuri wrote:
Try creating a new dme. Delete the old .dme and .int etc You'll have to recheck all your relevant code again, also make sure you have auto file_dir turned ON.
http://puu.sh/nvi0s/0ede00b035.png

Thanks, I did something similar to this but regardless my issue is resolved.