Opened 11 years ago
Closed 11 years ago
#41952 closed defect (fixed)
Umbrello Can't run on Mavericks
Reported by: | piyush.pv@… | Owned by: | NicosPavlov |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | umbrello |
Description
Every time I run Umbrello it crash immediately.
I have read Ticket Guidelines. It not looks like app issue as same version working on other platform.
I have attached crash report.
Attachments (1)
Change History (9)
Changed 11 years ago by piyush.pv@…
Attachment: | Umbrello Crash Report.rtf added |
---|
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to nicos@… |
---|---|
Port: | umbrello added |
comment:2 follow-up: 3 Changed 11 years ago by NicosPavlov
Are you on the latest version of umbrello (4.11.4)? There is at least a report of crashing at startup with previous versions (https://bugs.kde.org/show_bug.cgi?id=296300).
Also do you get any outputs when running umbrello from command line?
comment:3 follow-up: 4 Changed 11 years ago by piyush.pv@…
Replying to nicos@…:
Are you on the latest version of umbrello (4.11.4)? There is at least a report of crashing at startup with previous versions (https://bugs.kde.org/show_bug.cgi?id=296300).
Also do you get any outputs when running umbrello from command line?
Yes I am running 4.11.4
umbrello @4.11.4 kde/umbrello
Are you able to simulate problem you side ?
comment:4 follow-up: 5 Changed 11 years ago by NicosPavlov
Are you able to simulate problem you side ?
No, umbrello does not crash in my case. For this reason, the output you get when the program crashes may also be pretty helpful to try to pinpoint the problem. Typically by running in the command line
/Applications/MacPorts/KDE4/umbrello.app/Contents/MacOS/umbrello
if you installed Macports with standard paths, and providing the output. The amount of information may also be higher if umbrello is built with the +debug variant (this requires however qt4-mac and kdelibs4 to be also built with this variant).
comment:5 Changed 11 years ago by piyush.pv@…
Replying to nicos@…:
Are you able to simulate problem you side ?
No, umbrello does not crash in my case. For this reason, the output you get when the program crashes may also be pretty helpful to try to pinpoint the problem. Typically by running in the command line
/Applications/MacPorts/KDE4/umbrello.app/Contents/MacOS/umbrelloif you installed Macports with standard paths, and providing the output. The amount of information may also be higher if umbrello is built with the +debug variant (this requires however qt4-mac and kdelibs4 to be also built with this variant).
Thanks it really revel the issue.
Applications/MacPorts/KDE4/umbrello.app/Contents/MacOS/umbrello QIODevice::setTextModeEnabled: The device is not open umbrello(16271)/kdeui (KIconLoader): Error: standard icon theme "oxygen" not found!
Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded! umbrello(16271)/kdeui (kdelibs): Session bus not found To circumvent this problem try the following command (with Linux and bash)
then I install sudo port install oxygen-icons
But other error still persist.
QIODevice::setTextModeEnabled: The device is not open Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded! umbrello(16502)/kdeui (kdelibs): Session bus not found To circumvent this problem try the following command (with Linux and bash) export $(dbus-launch)
comment:6 Changed 11 years ago by NicosPavlov
Alright, for the first one, it is a missing dependency, that I added in r115638.
For the second one, it is needed that you perform some required steps when installing kde ports. Please refer to the notes of the kdelibs4 port
port notes kdelibs4
or to the KDE instructions page.
comment:7 Changed 11 years ago by piyush.pv@…
Perfect. thank you very much
Now I am able to run umbrella here is the command line output.
/Applications/MacPorts/KDE4/umbrello.app/Contents/MacOS/umbrello QIODevice::setTextModeEnabled: The device is not open umbrello(19016)/kdeui (kdelibs): Attempt to use QAction "edit_undo" with KXMLGUIFactory! umbrello(19016)/kdeui (kdelibs): Attempt to use QAction "edit_redo" with KXMLGUIFactory! umbrello(19016) *UMLListView::findView: could not find "class diagram" in UMLListViewItem: "Logical View", type="lvt_Logical_View", id="Logical View", children=1 umbrello(19016) *UMLListView::findView: could not find "class diagram" in UMLListViewItem: "Logical View", type="lvt_Logical_View", id="Logical View", children=1
Now app not crashing I can see it's menus and icon in launcher but I can't see windows of umbrello.
Situation is same weather I run xquartz or not
Is there any other small steps missing ?
comment:8 Changed 11 years ago by NicosPavlov
Resolution: | → fixed |
---|---|
Status: | new → closed |
XQuartz should not be involved, as qt4 is built under the Mac aqua windowing system.
This last issue is however less easy to understand to me. However, as it becomes a different issue, I'll close this ticket, and I opened a new one dedicated to the problem with no windows displayed (ticket #42094).
Umbrello Crash Report