Program from a network share
Program from a network share
Hi. Im using wine 1.0.1 on ubuntu hardy. I wan to setup an accounting program with data shared on a windows share. The problem is the exe and dll's are part of the data (the program just dumps everything on a single folder) so when I click on the exe it always says that sample.dat is not found. Is there a way I can make the progrm work from the mounted share? Thanks
Re: Program from a network share
Mount if with samba. Then map it that mount to a disk in winecfg. That's all you can really do.xzased wrote:Hi. Im using wine 1.0.1 on ubuntu hardy. I wan to setup an accounting program with data shared on a windows share. The problem is the exe and dll's are part of the data (the program just dumps everything on a single folder) so when I click on the exe it always says that sample.dat is not found. Is there a way I can make the progrm work from the mounted share? Thanks
Wine doesn't fully support UNC paths (they work in some parts but not others).
I've got the same problem.
I'm trying to run handitax (an Accounting program) which is on a samba share on the network. If I copy that directory to my local machine that works, but if I try and run it off the samba share I get these errors:
I've tried running the program with the full path and also using 'wine cmd' still with no luck.
Did you ever find a solution to this problem?
I'm trying to run handitax (an Accounting program) which is on a samba share on the network. If I copy that directory to my local machine that works, but if I try and run it off the samba share I get these errors:
Code: Select all
err:module:import_dll Library BORLNDMM.DLL (which is needed by L"D:\\hsoft\\Apps\\Ht08.exe") not found
err:module:import_dll Library CC3270MT.DLL (which is needed by L"D:\\hsoft\\Apps\\Ht08.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"D:\\hsoft\\Apps\\Ht08.exe" failed, status c0000135
Did you ever find a solution to this problem?
Program from a network share
map7 wrote:
under Wine, yet.
James McKenzie
You have to run the program from a local drive. This is not permittedI've got the same problem.
I'm trying to run handitax (an Accounting program) which is on a samba share on the network. If I copy that directory to my local machine that works, but if I try and run it off the samba share I get these errors:
err:module:import_dll Library BORLNDMM.DLL (which is needed by L"D:\\hsoft\\Apps\\Ht08.exe") not found
err:module:import_dll Library CC3270MT.DLL (which is needed by L"D:\\hsoft\\Apps\\Ht08.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"D:\\hsoft\\Apps\\Ht08.exe" failed, status c0000135
I've tried running the program with the full path and also using 'wine cmd' still with no luck.
Did you ever find a solution to this problem?
under Wine, yet.
James McKenzie
Program from a network share
vitamin wrote:
may or may not work.
James McKenzie
If you can map the drive using a soft link to a dosdevice, try it. Thatmap7 wrote:
It might. Some apps ask for things that are not supported over any network FS.What about using an NFS share would that change things?
may or may not work.
James McKenzie
Re: Program from a network share
In case you missed, the second post reads:James McKenzie wrote:If you can map the drive using a soft link to a dosdevice, try it.
xzased wrote:Yeah, I mounted it using fstab and assigned a label in winecfg, but it still fails to load the files.