Descriptive Problem Summary:
Dream Maker crashes at the last phase of compilation, although it seems to have compiled fully since any changes made to code or resource is applied when running the project after compiling.
(the project to compile is very large)
Crash information:
http://nielsdg.webs.com/compile%20crash.jpg
http://nielsdg.webs.com/ed8a_appcompat.txt
Does the problem occur:
Every time? Or how often? It started happening at a certain point of time in the past.
For other projects? Not that I know of.
In other user accounts? Sort of irrelevant.
On other computers? Well, one of the other developers of the project claims it doesn't occur on his computer.
When does the problem NOT occur?
When compiling a different project
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.)
It has happened in every version since the problem first occurred.
Workarounds:
Ignoring it the crash, although it's never appealing to see any kind of crash, and one big issue this crash brings, is that I can't jump to any code errors/warnings after compiling. I can't even see all of the detected errors when there are more than the error field fits.
Can you clarify that please? Which version was the earliest to show the problem?
I traced the address you provided in the crash data (thank you for including that info!) and found it happens in a mostly innocuous place in the core, right after a memory allocation. This makes me wonder if the problem is that you're running out of memory. (How much RAM does your system have?)
I'll need a copy of your project to see if I can produce the problem on my own system. If it's a memory issue I likely won't have any problem with it, but it's important to find out for sure. You can send me the source in a .zip file at LummoxJR@aol.com. Until I can test and verify this issue myself though (the latter of which might be unlikely), I'll mark this issue unverified.