Problem re-running program under Wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
maxcel
Newbie
Newbie
Posts: 2
Joined: Sat Aug 30, 2008 7:30 pm

Problem re-running program under Wine

Post by maxcel »

I have an old money management Windows98 program installed under Wine, which works well. On opening, the program automatically opens the data file last used in the previous run. On the first instance of run from boot, the program runs correctly, but if it is closed and later re-opened without re-booting the computer, it cannot access its data file because it says it is already in use.

I notice that each time the program is run it creates a process 'winedvm.exe' which sleeps when the program is closed, therefore it does not release the data file. To run the program more than once during any work session, any existing instances of winedvm.exe have to first be killed.

Is there any way of forcing wine to release the data file when the program is closed, rather than have to kill winedvm.exe every time?
jorl17
Level 5
Level 5
Posts: 365
Joined: Mon Jul 28, 2008 6:44 pm

Post by jorl17 »

Could you, please, post the console output?
maxcel
Newbie
Newbie
Posts: 2
Joined: Sat Aug 30, 2008 7:30 pm

Post by maxcel »

Thank you for your prompt response. sorry for delay in replying; ran into major computer problems, now sorted.

I use Ubuntu and normally run Wine programs from the Applications > Wine > Programs menu, so am not sure what you mean by 'the console output' (being a relative newbie to Linux).
Locked