Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The app crashes on startup on SailfishOS 5.0.0.55 #693

Open
kirbylife opened this issue Feb 5, 2025 · 3 comments
Open

The app crashes on startup on SailfishOS 5.0.0.55 #693

kirbylife opened this issue Feb 5, 2025 · 3 comments

Comments

@kirbylife
Copy link

I am experiencing an issue where the app closes immediately after starting. It does not show any error message; it just shuts down.

I have asked other users, and some mentioned that the app stays open until they enable geolocation, but in my case, the app crashes before I can do that.

I am attaching the logs generated when trying to start the app, in case they provide any clues about the cause of this issue:

Logs:

[D] unknown:0 - Got library name:  "/usr/lib64/qt5/qml/io/thp/pyotherside/libpyothersideplugin.so"
[I] unknown:0 - Acquired QGeoPositionInfoSource: "geoclue"
[D] unknown:0 - Tracking  "io.github.rinigus.OSMScoutServer"
[W] unknown:71 - file:///usr/share/harbour-pure-maps/qml/PositionSource.qml:71: TypeError: Cannot read property 'center' of null
[D] onCompleted:588 - Warning: specifying an object instance for initialPage is sub-optimal - prefer to use a Component
[W] unknown:0 - Translation not found for navigator: "en"
Started DBus service at io.github.rinigus.PureMaps
[D] unknown:0 - Geoclue client path: "/org/freedesktop/Geoclue/Master/client19"
[W] unknown:91 - file:///usr/share/harbour-pure-maps/qml/pure-maps.qml:91:5: QML PositionSource: Binding loop detected for property "active"
[I] unknown:0 - Using QSGMapboxGLTextureNode for map rendering. devicePixelRatio: 1
[W] unknown:0 - [ INFO ]  "{unknown}[General]: GPU Identifier: Adreno (TM) 619"
[W] unknown:0 - Positioning update timeout
[W] unknown:0 - [ ERROR ]  "{unknown}[Style]: Failed to load tile 9/108/226=>9 for source raster: HTTP status code 429"
[W] unknown:0 - [ ERROR ]  "{unknown}[Style]: Failed to load glyph range 0-255 for font stack Open Sans Regular: unknown pbf field type exception"
[W] unknown:0 - [ ERROR ]  "{unknown}[Style]: Failed to load tile 13/1743/3618=>13 for source raster: HTTP status code 429"
[W] unknown:0 - [ ERROR ]  "{unknown}[Style]: Failed to load tile 13/1741/3618=>13 for source raster: HTTP status code 429"
[W] unknown:0 - [ ERROR ]  "{unknown}[Style]: Failed to load tile 13/1743/3616=>13 for source raster: HTTP status code 429"
[W] unknown:0 - [ ERROR ]  "{unknown}[Style]: Failed to load tile 13/1743/3617=>13 for source raster: HTTP status code 429"
[W] unknown:0 - [ ERROR ]  "{unknown}[Style]: Failed to load tile 13/1743/3619=>13 for source raster: HTTP status code 429"
[W] unknown:0 - [ ERROR ]  "{unknown}[Style]: Failed to load tile 13/1741/3616=>13 for source raster: HTTP status code 429"
[W] unknown:0 - [ ERROR ]  "{unknown}[Style]: Failed to load tile 13/1741/3619=>13 for source raster: HTTP status code 429"
[W] unknown:0 - [ ERROR ]  "{unknown}[Style]: Failed to load tile 13/1741/3617=>13 for source raster: HTTP status code 429"
[W] unknown:0 - [ ERROR ]  "{unknown}[Style]: Failed to load tile 13/1742/3616=>13 for source raster: HTTP status code 429"
[W] unknown:0 - [ ERROR ]  "{unknown}[Style]: Failed to load tile 13/1742/3619=>13 for source raster: HTTP status code 429"
[W] unknown:0 - [ ERROR ]  "{unknown}[Style]: Failed to load tile 13/1742/3618=>13 for source raster: HTTP status code 429"
[W] unknown:0 - [ ERROR ]  "{unknown}[Style]: Failed to load tile 13/1742/3617=>13 for source raster: HTTP status code 429"
terminate called after throwing an instance of 'std::bad_function_call'
  what():  bad_function_call
Aborted (core dumped)

Additional information:
Device: Sony Xperia 10 III
Operating system version: SailfishOS 5.0.55
App version: Chum version 3.4.0
Backend used: Here maps

@james1465
Copy link

I have the same problem after upgrading to 5.0.55

On my install it affects HERE maps only, the other map providers work okay.

@james1465
Copy link

From gdb, the bad function call happens somewhere in the QT rendering process:

Thread 2 "QSGRenderThread" received signal SIGABRT, Aborted.
[Switching to Thread 58038.58281]
0xf6679d86 in ?? ()

@elkiaer-dk
Copy link

It is possible to make it works with limited function. I have done it on 10III and 10V.
Here is the short version how.

Be sure OSM Scout Server is installed, this from Storeman.
Next install Pure Maps from Storeman.
If Pure Maps crash then you must be very fast on your fingers.When opening the Pure Maps then be very fast to press the menu bottom, the middle button at the bottom of the screen. I have to do it more than one time before it succeeds for me. In the Profile change to offline. As I have tested it seems to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants