| View previous topic :: View next topic |
| Author |
Message |
Viper8896
Joined: 26 Jan 2006 Posts: 110
|
Posted: Sat Sep 15, 2007 8:53 am Post subject: problem exiting crash |
|
|
I've been experimenting with semaphores and noticed that every time I pressed home then exit game my PSP would crash and shut down. A few times when this happened I would turn back on my PSP and it would have the BSOD that was on one of the early downgraders where it says press O to restore settings. The only time it did finally get back to the XMB the language was in Japanese so I chose language under settings and another BSOD. After commenting out: | Code: | | sceKernelDeleteSema | ...form my exit call back my program exits to XMB everytime.
Is this a bug or am I just doing something really dumb?
Edit: yep it was the latter. And a complete coincidence the only time out of many that it got to xmb.
Last edited by Viper8896 on Sat Sep 15, 2007 9:26 am; edited 1 time in total |
|
| Back to top |
|
 |
crazyc
Joined: 17 Jun 2005 Posts: 410
|
Posted: Sat Sep 15, 2007 9:07 am Post subject: |
|
|
| Was there a thread waiting on the semaphore when you deleted it? |
|
| Back to top |
|
 |
|