Path: chuka.playstation.co.uk!news From: "Steve Dunn" Newsgroups: scea.yaroze.programming.codewarrior Subject: restarting Date: Sun, 15 Feb 1998 10:15:36 -0000 Organization: PlayStation Net Yaroze (SCEE) Lines: 46 Message-ID: <6c6f70$beo1@chuka.playstation.co.uk> NNTP-Posting-Host: usera021.uk.uudial.com X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 I have the simplest of simple apps that loop round 'main' until 'select' is pressed. while( 1 ) { padStatus = (u_long)thePad ; if ( padStatus & PADselect) { ResetGraph( 0 ) ; return 0; } if ( padStatus & PADLup ) ...etc When select is pressed, ResetGraph get called, and the application 'exits' ? (although the display is black). In the output window of the 'pscomutil', I get a never ending repeat of this... ResetGraph:jtb=8004829c,env=800482e4 ResetGraph:jtb=8004829c,env=800482e4 ResetGraph:jtb=8004829c,env=800482e4 etc. (forever). PSComUtil cannot re-connect until the yaroze is manually reset. Please can someone help me with this before the spring in my reset button packs it's bag and looks for a kinder Yaroze owner. Thanks in advance Steve