Hi Rui, Thanks for your feedback! Let's try to understand what's going wrong.
Rui Castro wrote: > Hi, > > I've tried the new elisa branch, but i had no luck or brains :) > > I've followed the instructions and got to the point where we start > elisa with "python elisa-core/elisa.py elisa.conf". > > The first problem is that there's no elisa.conf in the directory. I > created one copying from the example > http://elisa.fluendo.com/documentation/tutorials/weather_plugin_tutorial.html. This is *not* a problem. If you start elisa with "elisa.conf" as parameter and this config file does not exist, it will be created from the default config values and written back to elisa.conf. That way, after the first run you can tweak the generated file and reuse it for the next runs. Yes, this is somewhat confusing at first. If elisa is run without a config file as parameter, it will look for it in ~/.elisa and if not found use the default values. (FYI the default values are harcoded in "elisa-core/elisa/core/application.py"). > I created the elisa_weather.conf file and started elisa with "python > elisa-core/elisa.py elisa_weather.conf" (attached). The splash screen > appears and nothing more happens, the elisa windows doesn't show and i > have to press ctrl+c to stop it. The console output is attached in > elisa_weather.out. I've ran it again with ELISA_DEBUG=4 and there's no > exceptions, the output is also attached (elisa_weather.debug.out). > > After this, i noticed elisa creates 3 new files in the directory: > elisa_0.1.7.bak, elisa_0.3.1.bak and elisa_new.conf. (attached) > > I started elisa again, this time using elisa_new.conf "python > elisa-core/elisa.py elisa_new.conf" and the elisa crashed with > "Segmentation fault". No other messages were printed. > I also ran with ELISA_DEBUG=4 and the output is attached (elisa_new.debug.out) I reckon you forgot the attachments ;) Did you follow all the instructions at http://elisa.fluendo.com/contribute/ to use the pigment-python-widgets branch? If you don't use this pigment branch it will not work for sure. > At this point, i gave up :( > > As soon as I have elisa running i will start to rewrite v4l2_plugin > for the new architecture. I already have sound ;) Great! Keep up with the good work on it! > Best regards, > Rui Castro Olivier
