View Single Post
Posts: 2 | Thanked: 0 times | Joined on Sep 2008
#226
I have recently re-flashed my N810 and I am trying to get Canola to work. It installs successfully but fails to run.

There is an evas.c_evas.SmartObject error about 3/4 of the way down.

Here is the terminal output:


~ $ canola -vvv
1222271458.9051 INFO manager:48:_load_config() loaded terra config '/etc/canola.conf'
1222271459.0799 INFO manager:65:_setup_plugin_manager() plugin manager up and running
1222271459.0841 DEBUG manager:156:get_class() looking for first class with filter 'SystemProperties'
1222271459.0881 DEBUG manager:114:get_classes() looking for classes with filter 'SystemProperties'
1222271459.6146 INFO plugin_manager:155:_load_plugins() loaded plugin 'Maemo System' with filters ['Model/Status/Network', 'SystemProperties', 'Model/Status/Battery', 'ScreenPowerSave', 'Controller/Status/Battery', 'Controller/Status/Network']
1222271459.6198 DBG_W plugin_manager:144:_load_plugins() plugin 'Linux System' disabled, skipping it ...
1222271459.7400 DEBUG manager:156:get_class() looking for first class with filter 'MainController'
1222271459.7442 DEBUG manager:114:get_classes() looking for classes with filter 'MainController'
1222271459.9189 DEBUG manager:156:get_class() looking for first class with filter 'Model/Notify'
1222271459.9235 DEBUG manager:114:get_classes() looking for classes with filter 'Model/Notify'
1222271459.9392 INFO plugin_manager:155:_load_plugins() loaded plugin 'Notify Model' with filters ['Model/WaitNotify', 'Model/YesNoDialog', 'Model/EntryDialog', 'Model/Notify']
1222271459.9443 DEBUG manager:156:get_class() looking for first class with filter 'Model/WaitNotify'
1222271460.0573 DEBUG manager:114:get_classes() looking for classes with filter 'Model/WaitNotify'
1222271460.0619 DEBUG manager:156:get_class() looking for first class with filter 'Model/Notify/Error/PluginNotFound'
1222271460.0660 DEBUG manager:114:get_classes() looking for classes with filter 'Model/Notify/Error/PluginNotFound'
1222271460.0781 DEBUG manager:156:get_class() looking for first class with filter 'Model/Notify'
1222271460.0824 DEBUG manager:114:get_classes() looking for classes with filter 'Model/Notify'
1222271460.1986 INFO plugin_manager:155:_load_plugins() loaded plugin 'Errors' with filters ['Model/Notify/Error/Fatal', 'Model/Notify/Error/PluginNotFound', 'Model/Notify/Error']
1222271460.2036 DEBUG manager:156:get_class() looking for first class with filter 'Hook/Player'
1222271460.2120 DEBUG manager:114:get_classes() looking for classes with filter 'Hook/Player'
1222271460.2818 INFO plugin_manager:155:_load_plugins() loaded plugin 'Base Player Type' with filters ['Player', 'Hook/Player']
1222271460.2865 DEBUG manager:156:get_class() looking for first class with filter 'Controller/RemotePlayer'
1222271460.2907 DEBUG manager:114:get_classes() looking for classes with filter 'Controller/RemotePlayer'
1222271460.4005 INFO plugin_manager:155:_load_plugins() loaded plugin 'Audio Remote' with filters ['Model/Notify/RemotePlayer', 'Controller/RemotePlayer', 'Controller/Notify/RemotePlayer']
1222271460.4057 DEBUG manager:156:get_class() looking for first class with filter 'Model/Notify/RemotePlayer'
1222271460.4098 DEBUG manager:114:get_classes() looking for classes with filter 'Model/Notify/RemotePlayer'
1222271460.4245 INFO plugin_manager:155:_load_plugins() loaded plugin 'Main Controller' with filters ['MainController']
1222271460.6578 DEBUG controller:129:get_controller_for_model() looking for controller for model with filter 'Model/WaitNotify' ...
1222271460.6626 DEBUG controller:107:get_controller_class_for_model() looking for controller class with filter 'Controller/WaitNotify' ...
1222271460.6667 DEBUG manager:156:get_class() looking for first class with filter 'Controller/WaitNotify'
1222271460.6764 DEBUG manager:114:get_classes() looking for classes with filter 'Controller/WaitNotify'
1222271461.0650 DBG_E plugin_manager:151:_load_plugins() [evas.c_evas.SmartObject does not appear to be the correct type object] while loading plugin 'Notify UI', skipping it ...
Traceback (most recent call last):
File "python-terra/core/plugin_manager.py", line 148, in _load_plugins
File "python-terra/core/plugin_manager.py", line 91, in load
File "python-terra/core/module_loader.py", line 28, in load
File "canola-core/notify/ui.py", line 14, in <module>
File "/usr/lib/python2.5/site-packages/etk/__init__.py", line 1, in <module>
File "/usr/lib/python2.5/site-packages/etk/core.py", line 1, in <module>
File "c_evas.pxd", line 684, in etk.c_etk
ValueError: evas.c_evas.SmartObject does not appear to be the correct type object
1222271461.1102 DEBUG controller:107:get_controller_class_for_model() looking for controller class with filter 'Controller' ...
1222271461.1143 DEBUG manager:156:get_class() looking for first class with filter 'Controller'
1222271461.1284 DEBUG manager:114:get_classes() looking for classes with filter 'Controller'
1222271461.1326 DBG_W plugin_manager:166:load() no plugin implements filter 'Controller'
Traceback (most recent call last):
File "/usr/bin/canola", line 278, in <module>
mc = MainController(ee, os.path.realpath(options.theme))
File "canola-core/main/controller.py", line 211, in __init__
File "canola-core/main/controller.py", line 513, in show_notify
AttributeError: 'NoneType' object has no attribute 'view'