EA31337 / EA-Tester

🐳📈 Headless Forex backtesting for MetaTrader platform using Docker
https://ea31337.github.io/EA-Tester
MIT License
108 stars 84 forks source link

LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64) #218

Open QuintenWiggill opened 3 years ago

QuintenWiggill commented 3 years ago

Hi, I am currently using a google colab notebook to run an interactive backtest. When I run the back test I get the following errors:

image

I've been digging to find a solution and have come down to it being a conflict issue between 64 bit and 32 bit. Would there be a possible workaround for this?

Thanks.

kenorb commented 3 years ago

I've been digging to find a solution and have come down to it being a conflict issue between 64 bit and 32 bit. Would there be a possible workaround for this?

Thanks for the report. It is something that I've seen recently. Could be some kind of regression, as it was working before. I've noticed it works fine on the first run, it breaks after the 2nd run. Colab isn't designed to such tests, so it's trying its best and there needs to be some extra work to make it run. I'm going to try to look at this at the convenient time. I'll update you when it's going to be fixed.