search for: pathtoprogramb

Displaying 1 result from an estimated 1 matches for "pathtoprogramb".

2011 Feb 10
1
graphics freeze when one program is calling another program
...#39;ve got the following situation: Program A (written in VB.net) runs fine on it self. Program B (with 3d-graphics) also runs fine on it self. Now when program A is done, there's an option automatically call program B (has 3d-graphics). It does so with "system.diagnostics.process.start(PathToProgramB)". Program B then starts normally but then somethin in the graphics (I think it could be X or even something in the driver) crashes and graphics freezes. I know that WINE itself cannot crash the entire system as it's a userspace-program, but could it be that WINE passes some bad code/call...