Re: Asking for RIS 2.0 patch under Windows XP
rb95403 <[email protected]> Thu, 3 Nov 2011 14:15:04 -0700 (PDT)
| Newsgroups | gmane.comp.hardware.lego.robotics |
|---|---|
| Message-ID | <[email protected]> |
Dear Mr. Putz: I am having the same problem of "A critical error has occurred" with Widows Vista. I have deleted the "Ris 2.0mov.#res" file but the same critical error occurs. Any suggestions? Steve Putz wrote: > > Threre are two fixes to the "A critical error has occurred" problem. > > One fix is to uninstall the latest Quicktime and install the older > Quicktime version from the RIS CD (or any Quicktime version older than > version 7). > > Another fix (described earlier in this thread) is to remove the file "Ris > 2.0.mov.#res" from the > local Temp directory right before starting the RIS software. I use the > following batch file to do this. > > -------------------------------- > @echo off > echo this script runs the RIS LEGO Robot software > echo after deleting a temporary movie file that interferes with Quicktime > working correctly > > del "%temp%\RIS 2.0.mov.#res" > > set dir=%PROGRAMFILES%\LEGO MINDSTORMS\RIS 2.0 > > if exist "%dir%" goto DOIT > > set dir=%PROGRAMFILES(x86)%\LEGO MINDSTORMS\RIS 2.0 > > if exist "%dir%" goto DOIT > > echo did not find any RIS installation > goto END > > :DOIT > echo found "%dir%" > cd "%dir%" > LaunchRis2.exe > > :END > -------------------------------------------------------------- > > Steve Putz > www.RoboticsLearning.com > > -- View this message in context: http://old.nabble.com/Asking-for-RIS-2.0-patch-under-Windows-XP-tp18298813p32776046.html Sent from the LEGO Robotics mailing list archive at Nabble.com.