29.12.2017, 08:18
What I can suggest to find the problem is, if its a large script, take 50 lines approx, and remove that part(or just comment it) and try to compile, if it crashes, un-comment those lines and comment the next part, continue it until the compiler doesn't crash, then uncomment those lines as well and then within that area, comment less lines for example 10 lines/ or the small functions until exactly the problematic lines have been found. You might be able to fix it yourself once you have found the problem, else just post those lines here.