When I lunch Ride7IDE I get one message: Script error (line 1) . And after that when I open a project it close by itself and tell me : script error (line 10). I tried to install Ride7 with it's CD and I also tried with the setup from internet!!! What is the problem and how can I solve it? Thanks
More than that: when I tried to create a new project, one bug happened and this is what I get as message: "L'instruction à "0x1b5d10e2" emploie l'adresse mémoire "0x223d7269". La mémoire ne peut pas être "read"! What can I do. I closed my antivirus, stay bugging. After that I disinstalled Java, stay bugging (always the same message)
No problem! Ok! For the english, you're right! I tried also yesterday to do this but it didn't worked too!!! (notify this: the Ride7 can be downloaded and the RKitARM cannot be downloaded, problem with the website I think)
Just another thing, I said in my first message that "after that (opening Ride7) when I open a project it close by itself and tell me : script error (line 10) "objectshell" value NULL or not an Object
I'm having this same issue too. Very frustrating. Have loaded Windows 2000 into a Virtualbox virtual machine running on my Ubuntu V:"Gutsy Gibbon", and have run servicepacks galore, trying to get W2K to run nicely with RIDE7.
Have tried the latest RIDE7 install off the Raisonance website, and still no joy. If I load a project, then it will kick up lots of script errors, and may or may not close itself. Of course after the errors... I have no faith in further functionality for the session anyway !
I have had issues referencing shared files via the VIRTUALBOX native gui setup, but if I transfer a copy of the contents, then performance in that regard is normal. There is a possibility that there is a remnant of a shared file reference from ride7 to my linux host, but I cleaned out all the ride7 references I could find in the registry after my last uninstal... Hardware doesn't otherwise seem to be an issue. Virtualbox offeres nice resolutions for my psuedo monitor, USB support is great. The issue seems to be in the javascripting ? which I know nothing about.
Keep in mind, that those of use running virtual machines are more likely to be running our main OS long term, and Windows as a newer install, therefore we have many updates to sort over a shorter period of time.
I don't know if this is a javascript issue relating to the windows install, or something specific to the ride7 install, but I am pretty sure that virtual machines and Linux are on the increase, and Windows is on the decline.
I have RIDE7 working under a fresh virtual install of Windows2000, Service pack #4, inside Virtualbox, inside Gutsy Gibbon version of Ubuntu Linux. I'm not sure why, but like yetoo, I also was getting similiar script errors.
Broadly speaking, I'm guessing it's un trapped errors in the IDE ? Anyway, as it's now working, after a great deal of messing around, and huge frustrations, I would like to make the point, that virtulisation does not appear to be the error, in either yetoo's case, or mine.
It makes me think of COM registration failure... In fact we recently changed the path to the ActiveX components dlls. They are now found in "C:\Program Files\Common Files\Raisonance" instead of "C:\Program Files\Raisonance\Ride\bin". When old instances of ActiveX dlls are still registered in the Ride\bin directory, the ActiveX objects can't be loaded properly. The references may have not been correctly deleted by the uninstallation, unless you made some manual steps that produced this issue.
The fact that a fresh install works correctly confirms my thoughts.
I have the same problem running plain Windows XP SP2 and the latest RIDE7 version 7.02.0001 (tried older versions 7.01 and 7.00 too). I can do everything inside the IDE - but when I try to load a project (or to create a new one) the IDE crashes with a message, that a function inside MSVCRT.DLL caused an exception. I already posted the crash log to raisonance.
If I can test anything to find the problem, I would be glad to do so - as it renders the IDE worthless for the moment.
I have the same problem with Vista on my laptopp. I tested "everything" (Installing Vista sp1, ASP.NET AJAX 1.0 , .NET Framework 3.5, new explorer 8 etc) and nothing works. Still Script Error (line 2)!, automation server can't create object.
My solution to the problem was inspired of graham, and it was to install a virtual winXp. First i test Microsoft Virtual machine, it works fine but no USB support. And now VMware and its works perfekt, i can debug and everything without problem. (of course little slower, but not so much)
I am facing exact same problem on my WinXP SP3 Laptop. When i start IDE i get dialog box with "Script Error (line 2)!, automation server can't create object." message. I tried installing Windows Script 5.6 but it did not help. Also uninstalled and installed Ride7 again and still got same error.
If anyone has found a working solution other than running Ride7 in virtual machine please share it.
Script errors are often caused by the 'security settings' of you environment. When they are too strict, Windows does not allow RIDE to execute scripts. Try to modify your settings.
I Also get the same error message "Script Error (line 2)!, automation server can't create object." on Vista. Did somone finally got around this issue since 2008 ?
On my WinXP SP2 errors were caused by missing DCOM service. I shut it down myself, but in some cases antivirus or firewall software can do it for you (DCOM can be a security threat).
To restart the service you neeed to swith it to automatic launch in "Services" window (accessed through Control Panel) and reboot. Restarting this service won't help.
PS: Posted this in case someone would like to know. I'm not saying it's ultimate solution.