HELP!!!! fx dreema crashed
-
All of a sudden fx dreem has stopped working not loading any of my projects that were working fine till today, repoting the following statement
Fatal error: Uncaught exception 'Exception' with message 'No data to be decrypted specified.' in C:\Program Files (x86)\fxDreema\Data\globals\functions\phpex.php:346 Stack trace: #0 C:\Program Files (x86)\fxDreema\Data\index.php(15): decrypt('', 'MF-666DX') #1 {main} thrown in C:\Program Files (x86)\fxDreema\Data\globals\functions\phpex.php on line 346
please provide information and if I have to reinstall the software if I will loos all my projects or if there is a way to make a backup on a separate folder and then proceed
Thanks for help
Mark
......
fxdreema-crashed.PNG -
Hi Admin
I have tried to reinstall the software in another directory and it worked for a while even if the data folder was missing my last evolving project.

then again another error loosing again what I was trying to rebuild!!!!!
It seems since I am using pending orders, then blocks start to have issues and then the crash.
Please help as still all in a mess and I have to recover my project by memory so it is quite disturbing all this..
thanks for undestanding
Mark
-
Interesting, no one reported error like this and the offline version is pretty old. But since Windows 10 people started reporting various errors, are you with Windows 10?
This looks like login problems, so I think that the projects are safe. Your projects should be somewhere in Data. Also, when you want, export .mq4 file and it will also contain the project data.
-
Yes I am on win 10, but the software went perfect without an issue of this kind for 10 days, then, I got what you can see.
I have checked but the last projects have not been saved correctly by the project and if I try to import them from the mq4 into fxDreema, the operation does not work.
Despite the fact which can be surely interesting, I was hoping to have also a solution, as actually I was working on my algos, and and since yesterday I cannot proceed further and have to rebuild from scratch, but I want the problem fixed as I don't want to repeat everything and then all of a sudden loose again the last project open I am working with.
The platform must e as stable as it was in the past ten days (it worked before, why is not working now this way?)As I mentioned,the issue started since I started to use pending orders blocks instead of the instant orders (so this is a thing that can be checked, even if I don't know if there is correlation, but of course you can check this out. I purchased the software and I can live with some minor bugs that anyway do not affect the projects I do, but this corruption is at a level that seriously compromises the work done at the point that it has to be seriously considered in its solution as well.
Therefor I am still waiting for a solution to fix this major issue.
ThanksMark
-
Ok, so here are some facts.
- The last offline version, as a file that I have generated is months old.
- Previous versions were identical, because I used third-party software to build fxdreema.exe and this software has not been updated for years.
- Many people are using the offline version and I have never seen problem like yours, but I noticed more problem reports with the keyword "Windows 10" in the las days.
- Interesting fact, I was one of the first people who decided to install Windows 10 when it was in early testing stage (September last year). In December/January I was losing so much time while trying to deal with Windows 10 issues, so I just decided to move back to Windows 8. At that time MetaTrader 4 was not able to run at all, even in the early days when Windows 10 was released. In short, Windows 10 is just buggy.
- Normally I would love to try everything new, but when it comes to Windows 10, I don't even want to know that it exists.
I can't even imagine how "Buy pending order" can break the offline version, all blocks are identical in the way they are loaded and this one contains nothing special. I have no idea what is going on. But the biggest "problem" is that I currently have no plans to update the offline version
I'm still waiting for new version of the third-party software that I use to pack fxdreema.exe, but meanwhile I decided to move to leave PHP in the past and work on Node.JS, so I will probably now start to rewrite fxDreema for Node.JS and who knows about the offline version... I never liked it anyway.If you use TeamViewer I can take a look, otherwise I don't know what to do, because I can't fix something that I don't know what it is

There is still online version and when some problem happens, I react quickly to fix it. Well, it's probably a little bit slower that the offline version and sometimes reload is needed, but it works. And now contains more stuff than the offline version. -
By the way you can try to delete the hidden file named user_default in Data. I'm not sure that this will fix the problem, but who knows
-
Hi
I have tried to reinstall win 10 from scratch instead of win 8 update and let's see if it is coming back the issue.
Let us hope not
By the way, in some recent back-tests, I have noticed the creation of large amounts of logs and history data in the tester folder of MT4.
I am talking about logs of 200 GB! and .fxt files of about a gigabite. In some forums they say it is due to the EA, others say that is about the broker MT4 version.
The point is that simply 4/6 back test of two years in the 15 min time-frame can saturate the hard drive in a day, slowing everything down and causing some memory lack issue.
Is that normal such huge sized logs?thanks for your help
Mark -
Maybe I missed some Print() somewhere.... what's written in those logs, is there some repeating message?
-
Files are so big that notepad++ says can't be open
-
Well, I guess you can always put some EA to backtest and see what is going on in Journal
-
Here is an example of repeated sequence (like in a loop ) of events registered in the journal
2015.12.10 16:51:48 2014.01.24 13:43 00G EURJPY,M1: OrderDelete error 4108
2015.12.10 16:51:48 2014.01.24 13:43 00G EURJPY,M1: Deleting order #27 error: Invalid ticket (4108)
2015.12.10 16:51:48 2014.01.24 13:43 00G EURJPY,M1: unknown ticket 27 for OrderDelete function
2015.12.10 16:51:48 2014.01.24 13:43 00G EURJPY,M1: OrderDelete error 4108
2015.12.10 16:51:48 2014.01.24 13:43 00G EURJPY,M1: Deleting order #27 error: Invalid ticket (4108)
.
.
.
.
. -
It looks that some loops broke when I enabled strict mode. Can you tell me which block makes this problem?
-
I think I am having an issue with trailing stops for pending orders that are activated... no matter the way I dispose the blocks, following examples and previous helps in the forum, it seems the trailing stops aren't working, (probably my fault that I am not getting the meaning of some values)
i also tried with magic number 0 and different values of parameters.
quite weird -
I need more details to say what is wrong

-
I have exactly the same error. The block is the Sell Pending Order with no stop loss and take profit defined and OCO on " yes".
I checked out this bug In backtest obtaining a loop with error 4108 which then increases the number of errors every 5 minutes until the EA collapses completely. -
I don't have problems with this: https://fxdreema.com/shared/4IlVstyzc
Give me EA that contains 2-3 blocks, only what is needed for me to see the problem. I can see your project, but... too big for me to investigate. I just need small project that will show the problem when I put it to my tester. When I have this, I will see the problem and I will fix the problem