Help: A Program can't load the config file to run.

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
nhatkhang17
Newbie
Newbie
Posts: 2
Joined: Wed May 05, 2010 4:43 am

Help: A Program can't load the config file to run.

Post by nhatkhang17 »

Hi all, Please send me a hand...
I have a Program of Economic and Couniting which very simple so it's easy to run and work, just need "mdac25". But I got a problem to run it, cause it has to run a config file from exactly address: "C:\EcoAndCou\config.ini". So how can I do now? Please help me. Thank you so much!
eps
Level 3
Level 3
Posts: 87
Joined: Tue Mar 18, 2008 11:44 pm

Help: A Program can't load the config file to run.

Post by eps »

On Wed, May 5, 2010 at 7:50 PM, nhatkhang17 <[email protected]> wrote:
Hi all, Please send me a hand...
I have a Program of Economic and Couniting which very simple so it's easy to run and work, just need "mdac25". But I got a problem to run it, cause it has to run a config file from exactly address: "C:\EcoAndCou\config.ini". So how can I do now? Please help me. Thank you so much!

How would you run this program with this config file under Windows?

Is it passed as a command line argument or some thing?
nhatkhang17
Newbie
Newbie
Posts: 2
Joined: Wed May 05, 2010 4:43 am

Re: Help: A Program can't load the config file to run.

Post by nhatkhang17 »

eps wrote:On Wed, May 5, 2010 at 7:50 PM, nhatkhang17 <[email protected]> wrote:
Hi all, Please send me a hand...
I have a Program of Economic and Couniting which very simple so it's easy to run and work, just need "mdac25". But I got a problem to run it, cause it has to run a config file from exactly address: "C:\EcoAndCou\config.ini". So how can I do now? Please help me. Thank you so much!

How would you run this program with this config file under Windows?

Is it passed as a command line argument or some thing?
Under windows, I just double click to the EXE file and it's running. The programer is laze or stupid to do that program, I hate him :(
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

Have you installed the software inside Wine?

If you installed the application in ~/.wine/drive_c/EcoAndCou/, Wine should recognize that as your C:\EcoAndCou\... If you're trying to run it from a Windows partition, it will most likely not work.

If you did properly install the software inside Wine, run the application in a terminal and post the terminal output here.
Locked