View Single Post
Posts: 306 | Thanked: 106 times | Joined on Feb 2010
#413
Tweego crashes on me during login. It used to work fine before. The only change iirc is that i installed preenv. Could there be some library clash?

Code:
run-standalone.sh tweego 
+  LoginCtrl::LoginCtrl(bool, QGraphicsScene*) 
+  LoginView::LoginView() 
+  void LoginView::createUi() 
+  void LoginView::_createLoginBackground() 
+  void LoginView::_createButtons() 
+  void LoginView::_createLogo() 
+  QAbstractAnimation* LoginView::_createEntryAnimation() 
+  QAbstractAnimation* LoginView::_createExitAnimation() 
+  QAbstractAnimation* LoginView::_createEntryAnimation() 
Object::connect: No such signal User::createTweetInfo(Tweet*)
Object::connect: No such signal User::createTweetInfo(Tweet*)
+  void LoginView::emitLoginAccount() 
TwitterAPI::requestFinished() parsing verify credentials 
Segmentation fault
I also deleted the Twitter.conf file, but that didnt help. I have sent the package list installed to your email address. Iirc, i also tweeted via official twitter app via nitdroid, but that shouldnt affect tweego i guess.

Edit: I removed preenv and its dependencies. Tweego still crashes.
Code:
Nokia-N900:~# apt-get autoremove
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libgles1-sgx-img libsdl-net1.2 libjson-glib-1.0-0 libvorbisidec1
  libsdl-gles1.2-1 libsmpeg0
The following packages will be REMOVED:
  libgles1-sgx-img libjson-glib-1.0-0 libsdl-gles1.2-1 libsdl-net1.2
  libsmpeg0 libvorbisidec1
0 upgraded, 0 newly installed, 6 to remove and 31 not upgraded.
After this operation, 1180kB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 45800 files and directories currently installed.)
Removing libgles1-sgx-img ...
Removing libjson-glib-1.0-0 ...
Removing libsdl-gles1.2-1 ...
Removing libsdl-net1.2 ...
Removing libsmpeg0 ...
Removing libvorbisidec1 ...
__________________
------------------------------------------------------------------
Voice choppy on sip calls
Please vote for bug number 10388

Last edited by rajil.s; 2011-02-14 at 02:10. Reason: Added more info