You are not logged in.
Pages: 1
Is there any possibility how to make KDevelop: 3.5.2 functional ? kdelibs3 is not enough.
It crashes when I try to crerate new project.
Or do i have to revert to KDE 3?
but now I recognized, that it's fully functional under root account :-(
Last edited by petr.gansel (2008-08-19 04:56:46)
Offline
I got the same problem.
I'm using KDE 4.1.0-2
kdevelop -v:
Qt: 3.3.8
KDE: 3.5.9
KDevelop: 3.5.2
When I trying to create new project (by simply clicking Project->New project) KDevelop crashes immediately and crash handler appears. It doesn't matter there is opened project or not.
Few last lines of kdevlop error output:
Invalid entry (missing ']') at /usr/share/apps/kdevappwizard/templates/kapp4.tar.bz2:76
Invalid entry (missing ']') at /usr/share/apps/kdevappwizard/templates/kapp4.tar.bz2:77
Invalid entry (missing '=') at /usr/share/apps/kdevappwizard/templates/kapp4.tar.bz2:78
Invalid entry (missing '=') at /usr/share/apps/kdevappwizard/templates/kapp4.tar.bz2:79
Invalid entry (missing ']') at /usr/share/apps/kdevappwizard/templates/kapp4.tar.bz2:80
Invalid entry (missing '=') at /usr/share/apps/kdevappwizard/templates/kapp4.tar.bz2:81
Invalid entry (missing '=') at /usr/share/apps/kdevappwizard/templates/kapp4.tar.bz2:84
Invalid entry (missing '=') at /usr/share/apps/kdevappwizard/templates/kapp4.tar.bz2:86
Invalid entry (missing ']') at /usr/share/apps/kdevappwizard/templates/kapp4.tar.bz2:87
Invalid entry (missing '=') at /usr/share/apps/kdevappwizard/templates/kapp4.tar.bz2:88
Invalid entry (missing '=') at /usr/share/apps/kdevappwizard/templates/kapp4.tar.bz2:89
Invalid entry (missing '=') at /usr/share/apps/kdevappwizard/templates/kapp4.tar.bz2:90
Invalid entry (missing ']') at /usr/share/apps/kdevappwizard/templates/kapp4.tar.bz2:92
KCrash: Application 'kdevelop' crashing...
Offline
but now I recognized, that it's fully functional under root account :-(
Unfortunately, when running as root it crashes too.
Offline
All problem is related with kdesdk.
The new package 4.1.0-1 for kde4 has the same name as kdesdk 3.5.9-3 for kde3 and replaces previous version.
During chosing new project kdevelop crashes and flushes on error output among others:
libcvsservice.so.0: cannot find shared object
Only previous version kdesdk contains libcvsservice.so,
so I installed this version and kdevelop works fine!
But of course pacman -Su wants to install newest kdesdk.
I'm wondering that this package (kdesdk) should exists on two different names:
kdesdk3 and kdesdk or kdesdk and kdesdk4.
I'm waiting for answers.
Offline
It works pretty fine with me, it have'nt crashed yet, btw I'm using Kdemod4, I tried usin the legacy kdemod3 to install kdevelop, amarok, k3b, but it didn't work. So I installed kdevelop from arch repositories and it works well, i'm also running k3b and amarok from kde3 versions, so my advice woudl be remove all kde4 and try with kdemod4 or keep kde4 and try kdemod-legacy to for kde3 stuff.
I'm not sure about the second option, the first worked for me
ISC - Ignacio Marmolejo
ArchLinux & GNOME User.
Offline
I replaced kde4 with kdemod4, and it's solved for me, thx.
Offline
After kdemod update, the same problem rises again :-(
Any suggestions?
( kdemod-kdesdk 4.1.1-1 )
Last edited by petr.gansel (2008-09-03 14:18:31)
Offline
Same problem. Kdevelop worked with root access so I thought it was something "profile" related.
To solve I did the following:
1) I deleted all kdev* files from $(HOME)/.kde/share/config
2) I deleted the /usr/share/apps/kdevappwizard folder
3) I copied the /opt/kde/share/apps/kdevappwizard folder in /usr/share/apps/
4) I started KDevelop Multilanguage IDE ("kdevelop" from konsole) and it works
This worked for me. I hope it helps. Sorry for my bad english.
Offline
pazioman: that works! thx
Offline
It works for me too
rm ~/.kde/share/config/kdev*
rm -r /opt/kde/share/apps/kdevappwizard/
sudo pacman -S kdevelop (Reinstall - to create kdevappwizard folder again without possible problems)
thx!
Offline
Okay, I know this is an old thread. However I've just done a clean install of Kdevelop (latest version 3.5.4) under KDE 4.2.1 and whenever I try to create a new project via the "Project" menu, Kdevelop crashes with the following last error lines:
kdevelop (appwizard): AppWizardDialog::loadVcs: creating vcs integrator KDevPerforceIntegrator
kdevelop (appwizard): success
kdevelop (appwizard): AppWizardDialog::loadVcs: creating vcs integrator KDevClearcaseIntegrator
kdevelop (appwizard): success
kdevelop (appwizard): AppWizardDialog::loadVcs: creating vcs integrator KDevSubversionIntegrator
kdevelop (appwizard): success
KCrash: Application 'kdevelop' crashing...
Could not find 'drkonqi' executable.
KCrash cannot reach kdeinit, launching directly.
Any suggestions?
Last edited by blackhole (2009-03-09 20:36:36)
Coming closer and closer to the ultimate goal: replacing boring old Windows XP desktop with shiny new Arch KDE 4 desktop. ^^
Already registered? Your vote counts!
Offline
Mayby you should try to remove also:
rm -rf /usr/share/apps/kdevappwizard
Offline
Mayby you should try to remove also:
rm -rf /usr/share/apps/kdevappwizard
I've considered that, but it just doesn't make sense. Like said, it's a clean install, I have never started KDevelop before. So what difference would it make to delete the folder and reinstall Kdevelop again, just one day later? Do you see what I mean?
Well, but I can try...
Coming closer and closer to the ultimate goal: replacing boring old Windows XP desktop with shiny new Arch KDE 4 desktop. ^^
Already registered? Your vote counts!
Offline
Or maybe you can try with kdevelop for kde4 that is in the testing repo. Maybe you find it better and drop kdevelop for kde3
ISC - Ignacio Marmolejo
ArchLinux & GNOME User.
Offline
I had the exact same problem on a fresh install (of kdevelop) and the delete-wizard-folder worked fine.
However i agree with blackhole that it really shouldnt happen just after install.
Offline
Pages: 1