http://bugs.winehq.org/show_bug.cgi?id=34730
Bug #: 34730 Summary: Regresion : Wine can no longer execute unix programs Product: Wine Version: 1.6 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd AssignedTo: wine-bugs@winehq.org ReportedBy: qparis@playonlinux.com Classification: Unclassified
Since wine 1.6, it is impossible to run unix programs inside wine.
- Step to reproduce :
Run wine cmd /c /bin/ps (for example)
The result expected is the result of the command "ps". Instead, wine gives an error and as a result, cannot run the program.
The regresion test gave this commit : [dd0b719a3a1419f34774fc4cd921f3378d8c237b] cmd: Avoid infinite loop running batch program.
Thank you !