aviks / GameZero.jl

Zero overhead game development library for the Julia programming language
Other
184 stars 23 forks source link

Attempting to load resource files crashes #80

Open elytrafae opened 9 months ago

elytrafae commented 9 months ago

I am attempting to make a game in Julia 1.10.0, and whenever I try to create an Actor or TextActor, the error below appears. image

Does anyone know what's going on? The same error appears regardless of the assets being present or not.

elytrafae commented 9 months ago

Update: After testing, I found that using rungame() without arguments is the cause, and thus trying to use the features of https://github.com/aviks/GameZero.jl/pull/38 leads to this.