ID:1375523
 
Resolved
Closing tabs caused subsequent compilation problems.
BYOND Version:500.1205
Operating System:Windows 7 Home Basic 64-bit
Web Browser:Opera 12.15
Applies to:Dream Maker
Status: Resolved (500.1206)

This issue has been resolved.
Descriptive Problem Summary:
So far, I can only describe the problem. Since I've upgraded, I've been sporadically receiving compilation errors, something to the effect of, 'Unable to read file " "'. Upon double clicking the line, I'll find that a few of the files in the DME are replaced by " ". It will soon after crash.

The only thing that I can see that seems to coincide with the crashes is the use of Find/Replace a short time before the error.

I'll report back if I find out anything else.
Ditto.
same here, and i am also getting more tabs, when i try to open 1 , it crashes
I have pinned down a portion of this issue, I do believe. Closing a tab causes the reference in the DME file to change to:
#include ""

The reason that I associated this with Find/Replace is that I was searching for things in a project, finding and opening new tabs, and closing them when I was done.
Rats. I ran into this yesterday but I was experiencing system flakiness at the time and assumed that was the issue. This has to be related to my fix for deleted files. I'll clear it up.
In response to Lummox JR
Lummox JR wrote:
This has to be related to my fix for deleted files.
Sorry.
Lummox JR resolved issue with message:
Closing tabs caused subsequent compilation problems.
It seem that using Find/Replace and searching "All Files" or "Included Files" causes the same issue. Pretty much every file reference in the DME turns to #include "".
I experience "Unable to read" while trying to Jump to a line/file by clicking a message in the lower output pane, after doing a Find All. It doesn't happen to all the lines, though. Crashes immediately after I click "OK".


Edit: Some crash reports, if they help:
Faulting application name: dreammaker.exe, version: 4.0.500.1205, time stamp: 0x52329933
Faulting module name: byondwin.dll, version: 4.0.500.1205, time stamp: 0x5232990a
Exception code: 0xc0000005
Fault offset: 0x00045ada
Faulting process id: 0xfb4
Faulting application start time: 0x01ceb0d16b3955b4
Faulting application path: C:\Program Files (x86)\BYOND\bin\dreammaker.exe
Faulting module path: C:\Program Files (x86)\BYOND\bin\byondwin.dll
Report Id: ca8092a3-1cc4-11e3-8bff-f37c833054c4


Faulting application name: dreammaker.exe, version: 4.0.500.1205, time stamp: 0x52329933
Faulting module name: dreammaker.exe, version: 4.0.500.1205, time stamp: 0x52329933
Exception code: 0xc0000005
Fault offset: 0x0000a43f
Faulting process id: 0x1830
Faulting application start time: 0x01ceb0d2205f998b
Faulting application path: C:\Program Files (x86)\BYOND\bin\dreammaker.exe
Faulting module path: C:\Program Files (x86)\BYOND\bin\dreammaker.exe
Report Id: 692e4020-1cc5-11e3-8bff-f37c833054c4


The faulting offset for the second one appears most often, the first one only appeared once. Same thing, involving Find All.

Edit #2:

Seems to be related to the tab thing; so, if that's fixed, nevermind!