Failed to execute child process (Permission denied)

Questions about Wine on Linux
Locked
jacobpkw
Level 1
Level 1
Posts: 7
Joined: Fri May 11, 2012 6:47 am

Failed to execute child process (Permission denied)

Post by jacobpkw »

been long time using windows xp & ubuntu in 1 computer, now try to only using Ubuntu, so take seriously to try on Wine, but unfortunately I keep having the message of -- Failed to execute child process "/home/jacob/.wine/drive_c/ZWDS-CZ.exe" (Permission denied)
anyway I try to put the exe to other folder like /home/jacob etc it still not working.
actually this windows program is created by using VBasic (the programmer tell me...), when 1st time running under windows it will auto create few file like security & data in a same folder.
anyone can teach me how to make the program running in Ubuntu??
Martin Gregorie

Failed to execute child process (Permission denied)

Post by Martin Gregorie »

On Fri, 2012-05-11 at 07:06 -0500, jacobpkw wrote:
been long time using windows xp & ubuntu in 1 computer, now try to only using Ubuntu, so take seriously to try on Wine, but unfortunately I keep having the message of -- Failed to execute child process "/home/jacob/.wine/drive_c/ZWDS-CZ.exe" (Permission denied)
anyway I try to put the exe to other folder like /home/jacob etc it still not working.
actually this windows program is created by using VBasic (the programmer tell me...), when 1st time running under windows it will auto create few file like security & data in a same folder.
anyone can teach me how to make the program running in Ubuntu??
Have its execute permissions been set?


Martin
jacobpkw
Level 1
Level 1
Posts: 7
Joined: Fri May 11, 2012 6:47 am

Re: Failed to execute child process (Permission denied)

Post by jacobpkw »

Sorry, What permissions need to set?
jacobpkw
Level 1
Level 1
Posts: 7
Joined: Fri May 11, 2012 6:47 am

Re: Failed to execute child process (Permission denied)

Post by jacobpkw »

Martin Gregorie wrote:On Fri, 2012-05-11 at 07:06 -0500, jacobpkw wrote:
been long time using windows xp & ubuntu in 1 computer, now try to only using Ubuntu, so take seriously to try on Wine, but unfortunately I keep having the message of -- Failed to execute child process "/home/jacob/.wine/drive_c/ZWDS-CZ.exe" (Permission denied)
anyway I try to put the exe to other folder like /home/jacob etc it still not working.
actually this windows program is created by using VBasic (the programmer tell me...), when 1st time running under windows it will auto create few file like security & data in a same folder.
anyone can teach me how to make the program running in Ubuntu??
Have its execute permissions been set?

or I should ask, where should I set the execute permissions?



Martin
jacobpkw
Level 1
Level 1
Posts: 7
Joined: Fri May 11, 2012 6:47 am

Re: Failed to execute child process (Permission denied)

Post by jacobpkw »

Hi Martin,
now I found the way to set the execute permissions and I had mark for execute permission, but the program still not work...
any other thing I miss out??
Martin Gregorie

Failed to execute child process (Permission denied)

Post by Martin Gregorie »

On Fri, 2012-05-11 at 07:28 -0500, jacobpkw wrote:
Sorry, What permissions need to set?
Execute permissions. Assuming you installed the file and so are its
owner, you just need the user execute permission set. You can do it via
the Nautilus Properties 'Permissions' tab or from the command line with
chmod - "man chmod" will tell you how to use it.

FYI: Windows doesn't have an execute permission, but Linux does and its
this rather then the file extension that controls whether a file can be
executed. This is all part of the first semester of Linux 101 so its
stuff you need to learn about ASAP.


Martin
Martin Gregorie

Failed to execute child process (Permission denied)

Post by Martin Gregorie »

On Fri, 2012-05-11 at 08:27 -0500, jacobpkw wrote:
Hi Martin,
now I found the way to set the execute permissions and I had mark for execute permission, but the program still not work...
any other thing I miss out??
Somebody else will have to answer this: as of 5 mins time I'll be rather
busy and off the list for a while.

Martin
jacobpkw
Level 1
Level 1
Posts: 7
Joined: Fri May 11, 2012 6:47 am

Re: Failed to execute child process (Permission denied)

Post by jacobpkw »

I had uploaded my exe program in MODERATOR: link removed, if anyone successful run under wine, please teach me the step by step to make it working yah...
thx
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Failed to execute child process (Permission denied)

Post by dimesio »

jacobpkw wrote:I had uploaded my exe program in MODERATOR: link removed, if anyone successful run under wine, please teach me the step by step to make it working yah...
thx
I have removed the link; you do not have the legal right to redistribute this. If the vendor has a free download, post a link to that.

The app needs winetricks vb6run.
jacobpkw
Level 1
Level 1
Posts: 7
Joined: Fri May 11, 2012 6:47 am

Re: Failed to execute child process (Permission denied)

Post by jacobpkw »

dimesio wrote:
jacobpkw wrote:I had uploaded my exe program in MODERATOR: link removed, if anyone successful run under wine, please teach me the step by step to make it working yah...
thx
I have removed the link; you do not have the legal right to redistribute this. If the vendor has a free download, post a link to that.

The app needs winetricks vb6run.
thanks for your help to remove the link & will keep trying to make the program run under wine...
jacobpkw
Level 1
Level 1
Posts: 7
Joined: Fri May 11, 2012 6:47 am

Re: Failed to execute child process (Permission denied)

Post by jacobpkw »

jacobpkw wrote:
dimesio wrote:
jacobpkw wrote:I had uploaded my exe program in MODERATOR: link removed, if anyone successful run under wine, please teach me the step by step to make it working yah...
thx
I have removed the link; you do not have the legal right to redistribute this. If the vendor has a free download, post a link to that.

The app needs winetricks vb6run.
thanks for your help to remove the link & will keep trying to make the program run under wine...
yeh...thank you very much Dimesio, after install the "winetricks vb5run", the program it work...thanks again, now have to get another security code from the programmer to go further...
Locked