Originally submitted to Google Code by fabiol... on 14 Feb 2013
RIDE starts but it is not able to open project files and closes again.
It is a big project and it has always taken time for RIDE to load the files. Now after installing RIDE 1.0, i am able to launch it, it starts the loading process but it stops and it closes by itself.
Here the error report:
Traceback (most recent call last): File "C:\Python27\Scripts\ride.py", line 27, in <module> main(sys.argv[1:]) File "C:\Python27\lib\site-packages\robotideinit.py", line 76, in main _run(inpath, not noupdatecheck, debugconsole) File "C:\Python27\lib\site-packages\robotideinit.py", line 96, in run ride = RIDE(inpath, updatecheck) File "C:\Python27\lib\site-packages\robotide\application\application.py", line 40, in init wx.App.init(self, redirect=False) File "C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wxcore.py", line 7978 , in init self.BootstrapApp() File "C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wxcore.py", line 7552 , in BootstrapApp return _core.PyApp_BootstrapApp(args, **kwargs) File "C:\Python27\lib\site-packages\robotide\application\application.py", line 56, in OnInit self.frame.tree.populate(self.model) File "C:\Python27\lib\site-packages\robotide\ui\tree.py", line 187, in populat e self.populatemodel(model) File "C:\Python27\lib\site-packages\robotide\ui\tree.py", line 206, in popula temodel self.renderdatafile(self.root, model.data, 0) File "C:\Python27\lib\site-packages\robotide\ui\tree.py", line 253, in _render _datafile self.renderdatafile(node, child) File "C:\Python27\lib\site-packages\robotide\ui\tree.py", line 246, in _render _datafile node = self.createnodewithhandler(parentnode, controller, index) File "C:\Python27\lib\site-packages\robotide\ui\tree.py", line 261, in create _nodewithhandler if not controller.isused(): File "C:\Python27\lib\site-packages\robotide\controller\filecontrollers.py", l ine 801, in isused return any(self.resolveknownimports()) File "C:\Python27\lib\site-packages\robotide\controller\filecontrollers.py", l ine 815, in resolveknownimports if imp.getimportedcontroller() is self: File "C:\Python27\lib\site-packages\robotide\controller\settingcontrollers.py" , line 529, in getimportedcontroller self.parent.resourcefilecontrollerfactory.findwithimport(self.import) File "C:\Python27\lib\site-packages\robotide\controller\filecontrollers.py", l ine 680, in findwith_import assert(res is not None) AssertionError