jongough / ocpn_draw_pi

OpenCPN general drawing plug in
7 stars 17 forks source link

On Android no longer drawing #549

Open nocheinpeter opened 4 months ago

nocheinpeter commented 4 months ago

Hi,

after updating pi to 1.8.49.0 the pi os no longer drawing. The pi shows still the loaded data, but activation of any loaded path area shows nothing. Drawing is also not possible.

jongough commented 4 months ago

What version of OCPN are you using?

nocheinpeter commented 4 months ago

Latest version from Dave. 5.8.4 from 20.1.24.

jongough @.***> schrieb am Fr., 12. Apr. 2024, 23:56:

What version of OCPN are you using?

— Reply to this email directly, view it on GitHub https://github.com/jongough/ocpn_draw_pi/issues/549#issuecomment-2052612262, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZR3D55WCGVMIDXD4RFNGXLY5BKCHAVCNFSM6AAAAABGADVUVCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJSGYYTEMRWGI . You are receiving this because you authored the thread.Message ID: @.***>

jongough commented 4 months ago

I have just put back up ODraw 1.8.46.0 in the master repository. Can you try installing that version and see if it works?

nocheinpeter commented 4 months ago

After de-installing the broken .49 version I could install the .46 version and it works on Android again.

Thanks a lot.

jongough @.***> schrieb am So., 14. Apr. 2024, 08:51:

I have just put back up ODraw 1.8.46.0 in the master repository. Can you try installing that version and see if it works?

— Reply to this email directly, view it on GitHub https://github.com/jongough/ocpn_draw_pi/issues/549#issuecomment-2053935643, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZR3D5YOC3HEFZFXQJKUYBTY5IROXAVCNFSM6AAAAABGADVUVCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJTHEZTKNRUGM . You are receiving this because you authored the thread.Message ID: @.***>

jongough commented 4 months ago

I 'think' it is because the version of opencpn-libs has not fully caught up. A change was made to make macOS work with openGL/no-openGL properly, and that change was implemented in opencpn-libs (a plugin part of OCPN), which OD 1.8.49.0 was built against. These libraries handle some of the drawing capabilities that used to be in the plugins. Hopefull it shouldn't be long before OCPN puts this version of the libs out for all to use.