So I’m making my team’s C++ program for the Spin Up game, and I’m getting
Memory Permission error !
03803904
on the brain when I download it. I’m not using any pointers which is something I saw mentioned in other similar topics, and I have modified the robot-config.cpp file. Could that be causing problems? I also have some random number generation, and I’m wondering if maybe a library for that is missing? If you need the code I can upload it but it’s long, so I’ll wait till someone wants to see it.
most of the time this is related to using an instance of a device before it has been created. One description is linked below. Did you declare something using perhaps Brain.ThreeWirePort or an Inertial sensor in main.cpp ?