Topic : Ride crashes

Forum : Ride IDE

Original Post
Post Information Post
August 5, 2009 - 2:59pm
Guest

Hi,

today I encountered a strange problem with Ride (V 7.20.09.0139). I set up a new project. Then I put in the neccesary initalization for RCC, GPIO's etc. After that I set up main() for blinking only a few LED's just to see that the progrm is running.

The build was successful. Then I set a breakpoint near of the beginning of main() and start the debugging with Ctrl+D. The debugger reaches the breakpoint and stops. Now I want to step through the code with F7 and F8. But as soon as I'm pressing one of these two keys, the complete PC crashes!? It doesn't mater on which line of code I set the breakpoint, everytime I press F7 or F8 the PC crashes.

With other projects I dont had this problem up to now. Maybe one of the project settings is wrong.
It would be great if someone could lead me in the right direction to solve this.

Best regards
Ralf

Replies
Post Information Post
+1
0
-1
August 6, 2009 - 10:00am
Guest

Hi,

in the meantime i solved this issue.
Maybe the solution could be helpful for someone others...

Let me explain: A few weeks ago i installed a trial version of the Jungo WinDriver. Unfortunately the RLink uses the same driver. After a short time i uninstalled the Jungo WinDriver. But the uninstall procedure from this driver obviously left some parts of the driver on the harddisk. And this conflicts with the RLink driver. Then i got some assistance from VincentC (refer to [url]http://raisonance-forum.xsalto.com/viewtopic.php?pid=9974#p9974).[/url] But by any reason i forgot to check also the /drvstore directory under Win XP. And this caused the above described problems.
Today i repeated the uninstall procedure again and followed exactly the described steps. Now everything seems to work like expected.

Best regards
Ralf

+1
0
-1
August 6, 2009 - 10:14am
Guest

Yes, the procedure looks complex, but all the steps are mandatory. Most of times, it does not work because only one step is missing...