http://bugs.winehq.org/show_bug.cgi?id=15608
Summary: Wine (or program) can't wait for end of execution, while my program run another .exe or .bat program Product: Wine Version: 1.0.0 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jopka@kvidex.ru
My program (it's very specific program, PCAD2002), pcb.exe, tries to start some another programs one-by-one, waiting for finishing of each and get return-codes. This happens normally in native Windows. (these sub-apps is accel2sp.exe; specctra.exe; sp2accel.exe). But under Wine, my pcb.exe can not wait for end of execution each program, and statrs all three in one moment, and all work incorrectly because file generated by first program, used in second, etc. I try to use .bat file. Prorgams listed in .bat file, executes one-by-one. But, main program, pcb.exe, when calls my .bat file, again can't wait for end of it execution (and get return code). Each program, at manual (standalone) running, is works fine. Wine not crashes in any case. I have Ubuntu 8.04, Wine 1.0 installed from repo's, no any tuning, no windows DLLs, etc. Please help.