Server Error message compilating on Desktop version
-

I'm getting this message with no additional info, so I don't know what to look for to solve it.
It appears on any script I use so the cause isn't the code.
MQ4 Compiler has run fine for months until today. -
I've solved it reinstalling. I don't know what was the cause. Maybe file corruption.
-
Hi I received the same error. Was just wondering if the reason for this was ever discovered, the only change I made was to the time filter blocks in the EA and I received this error. Happy to try the solution above just wanted to check if it would wipe my projects before doing it? I have a lot of them and don't want to lose them. Not sure where they are saved to back them up either.
-
Repasa el proyecto, seguro que te has equivocado en algo.
-
Files are stored in the Data folder, next to fxdreema.exe. It's strange that you both have the same error in one day. I will try to find from where this error comes from
-
So, when .mq4 file is compiled and there are error, a log file is created. Fxdreema tries to compile it, then looks for such file and if it exists it tries to extract information from it. This particular error appears when no information can be extracted, it's just a general message that says that there is a problem. But the log file is deleted immediately, so it will not be easy to see what's inside. But if you export .mq4 file and try to compile it in MetaEditor, it will probably show the problem.