Author |
Message |
steelejk
Rookie
Joined: Tue Dec 18, 2007 12:33 pm Posts: 1
|
 VW with Tetrix - Task Main error
I'm trying to run VW for Tetrix. I change the default from NXT to Tetrix and I see my Rangerbot. I open the sample program "Forward for Distance" and compile without any issues. When I run the program however, the Rangerbot appears to rear-up and I get a ROBOTC Exception Violation Report of type "Invalid internal management of sensor RAM buffer(73)" ; Error at PC: Task:main+0x0022. The Pragma appears to be correct.
Any ideas what I'm doing wrong?
_________________ Randy
|
Sun Apr 01, 2012 1:17 pm |
|
 |
Ed Paradis
Rookie
Joined: Mon Feb 14, 2011 10:37 am Posts: 49 Location: The Pitts(burgh)
|
 Re: VW with Tetrix - Task Main error
Wow! That's a doozy.
What version of ROBOTC are you using? Which RVW are you using (and what version)? (The version number should be on the first screen. It might have none, which means its the first release.)
Ed
_________________ Robot Virtual Worlds Technical Lead Robotics Academy - CMU
|
Mon Apr 09, 2012 1:00 pm |
|
 |
koal
Rookie
Joined: Sat Feb 12, 2011 6:17 pm Posts: 12
|
 Re: VW with Tetrix - Task Main error
Have the same issue on LEGO NXT robot in RVW. Getting this error just when run a simple program like
task main() { motor[motorB]=100; motor[motorC]=100; wait1Msec(4000); }
RobotC: 3.08; Build ver. Mar 7 2012
|
Fri May 18, 2012 5:17 pm |
|
 |
koal
Rookie
Joined: Sat Feb 12, 2011 6:17 pm Posts: 12
|
 Re: VW with Tetrix - Task Main error
Interesting observation. I am running RVW in VirtualBox. If I just restart the virtual machine and run the program by the first time - it works perfectly. But if I press the button "play" in the window with Virtual World just after that - the error appears.
|
Sat May 19, 2012 3:49 am |
|
 |
jbflot
Site Admin
Joined: Tue May 15, 2007 9:02 am Posts: 409
|
 Re: VW with Tetrix - Task Main error
Thanks for the information. We'll look into it.
|
Mon May 21, 2012 10:34 am |
|
 |
mikemotherway
Rookie
Joined: Mon Jul 02, 2012 4:02 pm Posts: 1
|
 Re: VW with Tetrix - Task Main error
Hi, any update on this error? I'm experiencing what's described above
thanks
|
Mon Jul 02, 2012 4:05 pm |
|
 |
Bryguy350
Rookie
Joined: Tue Jul 10, 2012 9:08 am Posts: 1
|
 Re: VW with Tetrix - Task Main error
I too am getting this error. Is there a fix? My concern is that I have 4 weeks to teach myself RobotC for Tetrix before the next semester starts and I begin teaching my first Robotics class. So I need to get this working in a Hurry!
|
Tue Jul 10, 2012 9:17 am |
|
 |
JohnWatson
Site Admin
Joined: Thu May 24, 2012 12:15 pm Posts: 722
|
 Re: VW with Tetrix - Task Main error
Hi everyone, sorry about the delay in the response. This is a known issue we are working on for our next update, but the current work-around is to download the Arduino beta version 3.12 (which has the fix built in) and use that in the meantime. This will work for the NXT versions of ROBOTC; be wary if you are using VEX, though, as there are some known compatibility issues between the Arduino beta build and the VEX version of ROBOTC (which is why the 3.12 build is still in beta).
Let us know if this helps, or if you come across any other issues.
_________________Check out our Blog! And our Facebook page! Need help? Take a look at our updated help documentation and the ROBOTC Forums.
|
Tue Jul 17, 2012 4:27 pm |
|
 |
jbflot
Site Admin
Joined: Tue May 15, 2007 9:02 am Posts: 409
|
 Re: VW with Tetrix - Task Main error
Just confirming that this is fixed in all of the latest builds of ROBOTC. 
|
Mon Oct 01, 2012 3:01 pm |
|
|