GernotFrisch
Member
- Joined
- Jan 2, 2007
- Messages
- 445
Very strange here.
After quitting SDL, I do this:
CODE
chdir("/usr/gp2x");
execl("/usr/gp2x/gp2xmenu", "/usr/gp2x/gp2xmenu", NULL);
While this works for the first time, after playing the game a 2nd time, some process freezes.
I mean, the printf before that code gets executed, the one after it does not. However, the menu is not popping up.
When I press Ctrl+C (devboard) and type gp2xmenu, it starts normally.
Please help
After quitting SDL, I do this:
CODE
chdir("/usr/gp2x");
execl("/usr/gp2x/gp2xmenu", "/usr/gp2x/gp2xmenu", NULL);
While this works for the first time, after playing the game a 2nd time, some process freezes.
I mean, the printf before that code gets executed, the one after it does not. However, the menu is not popping up.
When I press Ctrl+C (devboard) and type gp2xmenu, it starts normally.
Please help