Descriptive Problem Summary:
Occasionally (seems to be without rhyme or reason) I get an error stating that "rsc is locked up!"
Usually when I get this error it means that the resources are being used but this seems to not be the case since I do not have the program that I am working on running-just DreamMaker.
The full error message is:
loading Floors.dme
BUG: The file C:\Users\Andrew\Documents\Byond Programming\My Stuff\floors\FloorsV2_src\Floors\Floors.rsc is locked up!
_demo.dms: cannot find file
I see that it identifies itself as a bug so it is possible you already know about it but I couldn't find a bug report about it. I am surprised that I couldn't find this so maybe its an OS issue that is for some reason using my rsc files?
At first I thought it was some error in my code but then I started to see it popping up in different projects.
Numbered Steps to Reproduce Problem:
Open any file in DM and try to compile
Code Snippet (if applicable) to Reproduce Problem:
It doesn't really have a specific time that it happens. It seems to happen around 50% of the time for anything. From complex games to just new files with nothing but one obj definition in it.
Expected Results:
No error
Actual Results:
The full error message is:
loading Floors.dme
BUG: The file C:\Users\Andrew\Documents\Byond Programming\My Stuff\floors\FloorsV2_src\Floors\Floors.rsc is locked up!
_demo.dms: cannot find file
Does the problem occur:
Every time? Or how often? ~50% of time
In other games? Randomly
In other user accounts? Tried with two accounts
On other computers? Have not tried
When does the problem NOT occur? ~50% of the time
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit
http://www.byond.com/download/build to download old versions for testing.)
This is the first build that I have noticed this bug in.
Workarounds:
Sometimes if i keep trying to compile after a while it will work. Or if I click on a different file in DreamMaker it will work.
The only way for certain to make it work is to close DreamMaker, delete the rsc and the int file and then open it again and compile.