What I’ve found to work (at least under Ubuntu) is to take an existing installation from Windows, e.g. copy the entire Configuration Manager application directory over to your Linux install. You may have to hunt around for some common DLLs that are used, but CME works just fine. SCI seems a bit spotty and I’ve never really figured out how to get it to run without problems.
Most of the DLLs you require are to be found in c:\Program Files\Common Files\GCTI - just copy those over to the application directory of the app you are trying to run and CME at least should work. As ever, YMMV.
I’ve had success running CME and IRD on both OS X and Linux, so good luck.
what about if you save strategies on DB and not on local HD so in that way that reference is removed. Another option is to go to the script itself on CME and change the path on the options of the script.
What I think it’s trying to do is copy the strategy from the db, to a temp file on the local machine. I’ve tested this theory in Windows and it looks to be correct. As you open a strategy it creates a copy of the rbn in the importstr directory, then when you close the strategy it disappears.
Looks like there may be environment variables causing issues here… maybe.
There’s definitely a way to do it, I’m sure WINE has some way to resolve path dependencies as it was working for me to the point of being able to edit strategies; there were some problems with the IRD log files that were causing it grief the last time I played with it.
I’ll check on it when I can load up my Linux system again (dead laptop).
That path is extracted from the registry, so your linux must be storing that also somewhere, maybe you can try an approach from there. I can’t find it embedded on the EXE, will search on the DLLs but wouldn’t make sense…
I failed starting CME under Ubuntu although I followed the instructions stated previously. Maybe this is because of the ip_description.xml file which is not set properly. This is what I set :
Anyone knows what is wrong there ? Is “Ubuntu” the proper OS Name ?
I finally found the solution myself 8) ! First execute wine on the command line to see the error output (“wine installation_directory/sce.exe”). It told me it could not find two specific DLL files :
mfc42.dll
msvcp60.dll
Just copy and paste those files into the same directory as sce.exe and it works fine since then.