You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the examples as described in the documentation, "basic.jl" throws the following error:
ERROR: MethodError: Cannot `convert` an object of type
String to an object of type
ARGB
Closest candidates are:
convert(::Type{C}, ::Color, ::Any) where C<:TransparentColor at /home/jts/.julia/packages/ColorTypes/7OlxI/src/conversions.jl:78
convert(::Type{C}, ::C) where C<:Colorant at /home/jts/.julia/packages/ColorTypes/7OlxI/src/conversions.jl:72
convert(::Type{C}, ::Colorant) where C<:Colorant at /home/jts/.julia/packages/ColorTypes/7OlxI/src/conversions.jl:73
...
Stacktrace:
[1] ARGB(x::String)
@ ColorTypes ~/.julia/packages/ColorTypes/7OlxI/src/types.jl:528
[2] GameZero.Screen(name::String, w::Int64, h::Int64, color::String)
@ GameZero ~/.julia/packages/GameZero/e03cc/src/screen.jl:11
[3] initscreen(gm::Module, name::String)
@ GameZero ~/.julia/packages/GameZero/e03cc/src/GameZero.jl:64
[4] initgame(jlf::String, external::Bool)
@ GameZero ~/.julia/packages/GameZero/e03cc/src/GameZero.jl:246
[5] rungame(jlf::String, external::Bool)
@ GameZero ~/.julia/packages/GameZero/e03cc/src/GameZero.jl:195
[6] rungame(jlf::String)
@ GameZero ~/.julia/packages/GameZero/e03cc/src/GameZero.jl:194
[7] top-level scope
@ REPL[2]:1
"basic2.jl" warns about being unable to find ALSA libraries but otherwise simply does not launch a game window:
┌ Warning: No audio device available, sounds and music will not play.
│ ALSA: Couldn't open audio device: Aucun fichier ou dossier de ce type
└ @ GameZero ~/.julia/packages/GameZero/e03cc/src/GameZero.jl:303
Sorry I just saw this - pointing an environment variable at the alsa conf file, as is suggested in the issue linked in the issue you linked, just gets me what sounds like bugged audio, but still no game window, for basic.jl
for basic2.jl, I just get ALSA lib control.c:1481:(snd_ctl_open_noupdate) Invalid CTL hw:0
When running the examples as described in the documentation, "basic.jl" throws the following error:
"basic2.jl" warns about being unable to find ALSA libraries but otherwise simply does not launch a game window:
versioninfo()
:GameZero: 0.2.1
The text was updated successfully, but these errors were encountered: