Replies: 10 comments 7 replies
-
Hi @albar965, hi @u-an-i, Cheers! |
Beta Was this translation helpful? Give feedback.
-
Hi @albar965 , the web interface had only been "streamlined" by me, no threaded additions, the only multi-threading occurs in the exe gui random flight planner. I don't remember calling any new methods, in particular not @KOKAProduktion 's comment is about a not-merged code as far as I see. Does the crash occur as soon as you load the web interface? |
Beta Was this translation helpful? Give feedback.
-
The SQL query appears fine and you appear to bind 4 values while having 4 placeholders, I don't see an issue there either. Is the datatype perhaps not matching somehow? |
Beta Was this translation helpful? Give feedback.
-
The getPixmap() thing (number two) can be reproduced on Linux but it happens only randomly. |
Beta Was this translation helpful? Give feedback.
-
Just trying to reproduce it on Linux where I have the debugger but nothing. |
Beta Was this translation helpful? Give feedback.
-
5.15.2 |
Beta Was this translation helpful? Give feedback.
-
You need to rebuild Marble or use this one: https://magentacloud.de/s/Lfk2LAm7ie7Weia What is use is |
Beta Was this translation helpful? Give feedback.
-
What I get on Linux now:
Maybe my mess. Have to see. I usually try to keep LNM compatible with old scenery library databases. Maybe this is an issue here. |
Beta Was this translation helpful? Give feedback.
-
The plot thickens. Seems to happen only after switching databases. |
Beta Was this translation helpful? Give feedback.
-
Never mind. I think I just got it fixed. The databases were not updated in the MapPaintWidget copy when switching between simulators. I added the usual Alex |
Beta Was this translation helpful? Give feedback.
-
Hi @u-an-i
I'm getting a reproducible crash on Windows using the web interface in the current development branch (master).
The exception is thrown in
MapQuery::getIls(GeoDataLatLonBox rect, const MapLayer *mapLayer, bool lazy, bool& overflow)
.On Linux I get random crashes using the web interface in
MapPaintWidget::getPixmap()
.The normal GUI uses the same query method without issues. Is this method called from another thread by any chance?
Alex
Beta Was this translation helpful? Give feedback.
All reactions