Summary: | Marble widget crash because of not generated maps | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Bernhard Friedreich <friesoft> |
Component: | general | Assignee: | Torsten Rahn <rahn> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Bernhard Friedreich
2008-07-07 19:56:50 UTC
This is no problem of digiKam but of marble. Look here, I had the same problem some time ago: http://bugs.kde.org/show_bug.cgi?id=163928 Try to copy the files mentioned in the report and it should work. Also make sure that marble standalone application will also refuse to start. So it is definitely not a problem of digiKam (well I hope so) :-) It's a SUSE packaging bug. Update your kde4-marble-data package. See http://bugs.kde.org/show_bug.cgi?id=162254 a packaging bug seems unlikely to me in my case because I've compiled the SVN version myself (although on openSUSE 11.1 factory (alpha 0)) Andi: Copying just removes symptoms but not the cause, so it doesn't help us much. Bernhard: well, so you built Marble yourself? Have you deinstalled all previous Marble traces? The backtrace doesn't help much as it only shows errors that happen as a result: Could you paste the following lines that happen in your case on Marble start-up: === MarbleDirs: === Local Path: "/home/tackat/.marble/data" Plugin Local Path: "/home/tackat/.marble/plugins" Marble Data Path (Run Time) : "" Marble Data Path (Compile Time): "/marble/data" Marble Plugin Path (Run Time) : "" Marble Plugin Path (Compile Time): "/plugins/marble" System Path: "/marble/data" Plugin System Path: "/plugins/marble" Could you also tell me whether the Marble tiles have been created during compilation? The output during compilation should look like this: "TileCreator::createTiles() image dimensions 21600 x 10800" Maximum Tile Level: 4 682 tiles to be created in total. tileLevel: 4 successfully created. tileLevel: 3 successfully created. tileLevel: 2 successfully created. tileLevel: 1 successfully created. tileLevel: 0 successfully created. Tile creation completed. percentCompleted: 100 In the end you should have tile data like this: /usr/share/kde4/apps/marble/data/maps/earth/srtm/0/000000/000000_000000.jpg So did the Marble tiles get installed in the proper places where Marble is looking for them? Thanks in advance, Torsten I'm really sorry that I've wasted your time (I think I did with this bugreport) as recompiling from current trunk fixed the problem.. everything works flawlessly now :-) btw: openstreetmaps are awesome.. first time I have a real usage for marble :-) one question about them: do the data from openstreetmap get's cached so it doesn't need so long for loading again the next time you look at the same places? |