Shop OBEX P1 Docs P2 Docs Learn Events
Problem with SimpleIDE and RobotC Virtual Worlds — Parallax Forums

Problem with SimpleIDE and RobotC Virtual Worlds

ValeTValeT Posts: 308
edited 2015-01-15 14:54 in General Discussion
So this year I am participating in a competition called FTC ( First Tech Challenge ) and I have RobotC and SimpleIDE installed on my HP. This seems to cause some horrendous problems because if you have RobotC Virtual Worlds installed and then you install SimpleIDE, SimpleIDE will break RobotC Virtual Worlds. The only way to fix the problem is to either create a new profile on your computer ( effectively separating the new part of your computer from the old one ) or by re-flashing Windows on the machine.

I believe it is an issue in the registry, but I do not know. I have done a lot of testing, and even uninstalling EVERY SINGLE RobotC file on the computer ( and uninstalling every associated program ) does not fix the problem, nor does uninstalling SimpleIDE.

Has anyone else had this problem before?

Comments

  • xanaduxanadu Posts: 3,347
    edited 2015-01-13 21:30
    I envy your participation in such an event!

    What OS are you using?

    Can you provide an example of the undesirable behavior from either application?

    Most applications store data in the registry as well as the %appdata% directory. That information is less likely to cause a conflict than software dependencies and drivers.
  • Heater.Heater. Posts: 21,230
    edited 2015-01-14 01:29
    Which Windows exactly?

    What exactly gets broken about RobotC?
  • ValeTValeT Posts: 308
    edited 2015-01-14 03:34
    Sorry, forgot to add that. I am using Windows 8.

    When you open/run RobotC Virtual Worlds, a window will appear saying "RobotC Integrated development environment has stopped working" and the only option is to close the problem. This only happens though when you attempt to run a program in Virtual Worlds, and only happens after you install SimpleIDE on the computer.
  • msrobotsmsrobots Posts: 3,709
    edited 2015-01-14 11:29
    @ValeT,

    is it possible that both programs need/use GCC & Friends to compile?

    If so you might have a problem with environment variables like path, used to find executables?

    What if you install SimplIDE first and then RobotC?

    Enjoy!

    Mike
  • ValeTValeT Posts: 308
    edited 2015-01-15 14:54
    That is a possibility, but I don't think so. I can still compile and download programs on both SimpleIDE and RobotC without any issues. The only problem is running the programs in Virtual Worlds.
Sign In or Register to comment.