[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] XaAES regression in launch()
On 19/11/2012 22:52, Vincent Rivière wrote:
Now TeraDesk starts well, but as soon as I double-click any executable
everything hangs except the mouse.
Depending on some random factor, I get either (depending on the days):
- TeraDesk does Bus Error at startup
- when double-clicking an executable, everything hangs except the mouse
In either case, adding the "if" line before make_argv() solves the problem.
//if (tailsize && (wiscr == 1 || longtail)) // <-- uncomment to fix
make_argv(tail, tailsize, name, argvtail);
So that make_argv() function is very suspicious...
--
Vincent Rivière