Amibroker over wine-error in loading data

#1
I installed amibroker over wine (a software used to run windows applications on linux) on a linux box. After few issues, I was able to get it starting, but now when I try to get data using File>Import Wizard>PIck files>define fields and when i click "finish" I get this error:

cannot open or write to format defition file. Check read-only flags.

I have checked the attributes of contents of "Program Files/AmiBroker/Formats/" and they are not read only.

I am confused. Has anyone encountered similar issues.
 
#2
I went into the Amibroker folder in a console by doing cd and then ran
wine Broker.exe

Then Amibroker worked fine. I dont know why. but its working.

however, it gives this error in console
____________________________________________________________
Warning: could not find DOS drive for current working directory '/home/shantanu', starting in the Windows directory.
err:module:import_dll Library qpdll.dll (which is needed by L"C:\\Program Files\\AmiBroker\\Plugins\\QP2.dll") not found
err:module:import_dll Library FastTrack.dll (which is needed by L"C:\\Program Files\\AmiBroker\\Plugins\\FT.dll") not found
[shantanu@bluehead ~]$
_________________________________________________________________

On searching my windows directory, I could not find anything like qpdll.dll or FastTrack.dll. On searching web also, I could not find anything like qpdll.dll, but FastTrack.dll seems to be a malware!!!
 

Similar threads