ufechner7 / KiteViewer

3D viewer and simulator for airborne wind energy systems
MIT License
9 stars 1 forks source link

MethodError: Cannot `convert` an object of type Vector{Char} to an object of type Char #3

Closed ufechner7 closed 3 years ago

ufechner7 commented 3 years ago

Using Julia 1.6.3, VSCodium 1.62.1, Git 2.33.1 and KiteViewer 0.4.1. on Windows, I first get warnings about the Package AbstractPlotting: Everything from AbstractPlotting.jl got moved to Makie.jl

about the Mousebuttons: events.mousebuttons is deprecated. Use events.mousebutton to react to MouseButtonEvents instead and ``.

about the Keyboardbuttons: events.keyboardbuttons is deprecated. Use events.keyboardbutton to react to KeyEvents instead.

and then I get the Error: MethodError: Cannot convert an object of type Vector{Char} to an object of type Char

and the Makie-window opens but stays completely white.

ufechner7 commented 3 years ago

Resolved via commit a3c53a7ef8247b12b2bc42d54c9c47bf9c83697f .