You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Friday, October 31st 2003, 4:30pm

Konqueror from CVS HEAD doesn't open HTML-URLs

Heyho!

I compiled the CVS sources of KDE (around 27. Oct.) and now Konqueror won't open Websites anymore.
It works fine for the protocols ftp, file, lan etc. but not for http.

It crashes with some weird message after typing the URL and press ENTER:

[code:1]
konqueror: setLocationBarURL : url = http://www.suse.de
konqueror: KonqMainWindow::setLocationBarURL: url = http://www.suse.de
konqueror: trying openView for http://www.suse.de (servicetype )
konqueror: Creating new konqrun for http://www.suse.de req.typedURL=http://www.suse.de
konqueror: [void KonqView::setLoading(bool, bool)] loading=true hasPending=false
kparts: BrowserRun::scanfile http://www.suse.de
kio (KIOJob): TransferJob::slotRedirection(http://www.suse.de/)
konqueror: KonqRun::slotRedirection from http://www.suse.de to http://www.suse.de/
libkonq: ## addToHistory: http://www.suse.de Typed URL: , Title:
libkonq: ## addToHistory: http://www.suse.de/ Typed URL: , Title:
kio (KIOJob): TransferJob::slotRedirection(http://www.suse.de/de/index.html)
konqueror: KonqRun::slotRedirection from http://www.suse.de/ to http://www.suse.de/de/index.html
libkonq: ## addToHistory: http://www.suse.de/ Typed URL: , Title:
libkonq: ## addToHistory: http://www.suse.de/de/index.html Typed URL: , Title:
kparts: slotBrowserMimetype: found text/html for http://www.suse.de/de/index.html
kio (KIOJob): Job::kill this=0x83717d8 m_progressId=0 quietly=true
konqueror: [void KonqView::setLoading(bool, bool)] loading=false hasPending=false
konqueror: KonqMainWindow::openView text/html http://www.suse.de/de/index.html 0x824b4e8 req:[typedURL=http://www.suse.de newTabInFront]
konqueror: makeViewsFollow KonqView url=http://www.suse.de/de/index.html serviceType=text/html
konqueror: changeViewMode: serviceType is text/html serviceName is current service name is konq_iconview
konqueror: Switching view modes...
konqueror: Trying to create view for "text/html"
kio (KTrader): KServiceTypeProfile::offers( text/html,Application )
kio (KTrader): Returning 3 offers
kio (KTrader): KServiceTypeProfile::offers( text/html,KParts/ReadOnlyPart )
kio (KTrader): Returning 3 offers
konqueror: khtml : X-KDE-BrowserView-AllowAsDefault is valid : false
kdecore (KIconLoader): WARNING: Icon directory /home/christian/.kde/share/icons/crystal/ group not valid.
konqueror: KonqView::switchView
kparts: found Plugin : /opt/kde3/share/apps/khtml/kpartplugins/kget_plug_in.rc !
kparts: found Plugin : /opt/kde3/share/apps/khtml/kpartplugins/khtmlsettingsplugin.rc !
kparts: found Plugin : /opt/kde3/share/apps/khtml/kpartplugins/krpmview.rc !
kparts: found Plugin : /opt/kde3/share/apps/khtml/kpartplugins/plugin_babelfish.rc !
kparts: found Plugin : /opt/kde3/share/apps/khtml/kpartplugins/plugin_domtreeviewer.rc !
kparts: found Plugin : /opt/kde3/share/apps/khtml/kpartplugins/plugin_validators.rc !
kparts: found Plugin : /opt/kde3/share/apps/khtml/kpartplugins/plugin_webarchiver.rc !
kparts: found Plugin : /opt/kde3/share/apps/khtml/kpartplugins/uachangerplugin.rc !
kparts: loadPlugins found desktopfile for khtml:
kparts: load plugin khtml_kget
kparts: loadPlugins found desktopfile for khtml:
kparts: load plugin khtmlsettingsplugin
kparts: loadPlugins found desktopfile for khtml:
kparts: load plugin krpmview
kdecore (KLibLoader): library libkrpmview.la not found under 'module' but under 'lib'
konqueror: factory.cpp:79: virtual QObject* KParts::Factory::createObject(QObject*, const char*, const char*, const QStringList&): Zusicherung »!parent || parent->isWidgetType()« nicht erfüllt.
[/code:1]

I can repeat this crash whenever I want (or don't want :lol:)...
Expect the worst, it's the least you can do.