Max Kellermann

Results 537 comments of Max Kellermann

For reference, my xcsoar.log: ``` GLX config: RGB=8/8/8 alpha=8 depth=24 stencil=8 GL vendor: AMD GL version: 4.6 (Compatibility Profile) Mesa 22.2.0-rc2 GL renderer: AMD Radeon RX 480 Graphics (polaris10, LLVM...

Took a whole day to get a grip on this bug, and here's the fix: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18189 This is indeed a graphics driver bug (i.e. Mesa).

I can't reproduce the problem by replaying those files. Can you, @christoph3761? What is your displayed airspeed and AGL altitude when XCSoar detects takeoff?

At 27 kph, XCSoar may well assume you're flying, so it's bogus data from your vario that causes the problem. Better get your vario fixed.

You did not specify the latest version which does not have the problem.

See https://github.com/XCSoar/XCSoar/pull/743

@xalexalex I don't think so; the problem as described here is that there are `0` entries when the cadence should be non-zero. My change emits (old) cadence values again even...

Sorry for the delay, I've had a very busy time at dayjob.

Doesn't compile: ``` ../../src/output.c: In function ‘cmd_moveoutput’: ../../src/output.c:300:10: error: assignment discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers] 300 | name = mpd_output_get_name(output); | ^ ../../src/output.c:284:20: error: unused parameter ‘argc’...

Sorry, I'm busy on dayjob, my response times are even longer than usual. Your PR fails to build with old libmpdclient versions (down to 2.16 is supported). ``` ../../src/main.c: In...