The game crashes at startup, using Arch linux with Wayland :(
```
. Starting log.
. Writing to /home/afk/.local/share/PUNKCAKE Delicieux/Build The Sun/log.txt
. Successfully loaded data.sgr.
. Build The Sun :: by PUNKCAKE Delicieux
. Found 36 files: assets/music/02.mp3, assets/music/day.mp3, assets/sfx/treefall.wav, assets/sfx/build.wav, assets/sfx/cancel.wav, assets/music/01_A.mp3, assets/sfx/jump.wav, code/settings.lua, assets/music/01_B.mp3, assets/sfx/fire.wav, assets/sfx/click.wav, assets/zoom.shader, code/utility.lua, assets/sfx/click_off.wav, code/pet.lua, assets/Sweetspot.ttf, assets/sfx/done.wav, code/game.lua, assets/sfx/stone.wav, assets/music/percu.mp3, main, code/particle.lua, ../../libs/autosnaps.lua, ../../libs/remy_systems.lua, assets/stretch.shader, ../../libs/gifkey.lua, code/thing.lua, assets/gfx8.png, code/time.lua, assets/gfx12.png, code/grid.lua, code/object.lua, code/palette.lua, assets/sfx/plop.wav, assets/sfx/chop.wav, assets/sfx/complete.wav
. Initializing SUGAR v0.0.6i.
. ./build_the_sun
. Running from: /home/afk/apps/build-the-sun/
. Running on Linux.
. Using SDL 2.28.1
. Using LuaJIT 2.1.1692716794
. Using Lua 5.1.4
. OpenGL initialized.
. Created new memory chunk '_sugar_'.
. FreeType library was initialized.
. Using FreeType 2.13.3
. Relocating chunk '_sugar_' for resizing.
. Resized '_sugar_' to 0x01F4 bytes to fit new 'default_font' req.
. Correctly requested 'default_font' 0x01F3 bytes at 0x01 in chunk '_sugar_'.
. The 95 glyphs font 'default' was created.
. GFX system initialized.
. Time system initialized.
. Input system initialized.
. alsa worked!
. Successfully opened audio device
. Could not get device name.
. Driver: alsa
. Frequency: 44100
. Format: 0x8010
. Channels: 2
. Samples: 2048
. Audio system initialized.
. All systems initialized.
.
. Running...
. Loading main
. Loading ../../libs/gifkey.lua
. Loading ../../libs/remy_systems.lua
. Defined 0 buttons for player 0.
. Loading ../../libs/autosnaps.lua
. Loading ../../libs/remy_systems.lua
. Loading code/utility.lua
. Loading code/settings.lua
. Loading settings.txt
. Successfully wrote 'settings.txt'.
. Duplicating log to /home/afk/.local/share/PUNKCAKE Delicieux/Build The Sun/crash_log_003.txt
. Quitting required.
ERR Could not create 'Build The Sun' window: wayland not available
. Loading assets/gfx8.png
. Loading assets/Sweetspot.ttf
. Relocating chunk '_sugar_' for resizing.
. Resized '_sugar_' to 0x03F4 bytes to fit new 'main_font' req.
. Correctly requested 'main_font' 0x0200 bytes at 0x01F4 in chunk '_sugar_'.
. The 96 glyphs font 'main' was loaded from assets/Sweetspot.ttf
. Loading assets/gfx8.png
. Relocating chunk '_sugar_' for resizing.
. Resized '_sugar_' to 0x43F4 bytes to fit new '8_srf' req.
. Correctly requested '8_srf' 0x4000 bytes at 0x03F4 in chunk '_sugar_'.
. Created the 128 x 128 surface '8'.
. Correctly loaded 'assets/gfx8.png' into '8' surface.
. Loading assets/gfx12.png
. Resized '_sugar_' to 0xD3F4 bytes to fit new '12_srf' req.
. Correctly requested '12_srf' 0x9000 bytes at 0x43F4 in chunk '_sugar_'.
. Created the 192 x 192 surface '12'.
. Correctly loaded 'assets/gfx12.png' into '12' surface.
. Loading assets/sfx/build.wav
. Loaded sfx 'build' from file 'assets/sfx/build.wav'
. Loading assets/sfx/treefall.wav
. Loaded sfx 'treefall' from file 'assets/sfx/treefall.wav'
. Loading assets/sfx/chop.wav
. Loaded sfx 'chop' from file 'assets/sfx/chop.wav'
. Loading assets/sfx/jump.wav
. Loaded sfx 'jump' from file 'assets/sfx/jump.wav'
. Loading assets/sfx/cancel.wav
. Loaded sfx 'cancel' from file 'assets/sfx/cancel.wav'
. Loading assets/sfx/click.wav
. Loaded sfx 'click' from file 'assets/sfx/click.wav'
. Loading assets/sfx/click_off.wav
. Loaded sfx 'click_off' from file 'assets/sfx/click_off.wav'
. Loading assets/sfx/plop.wav
. Loaded sfx 'plop' from file 'assets/sfx/plop.wav'
. Loading assets/sfx/complete.wav
. Loaded sfx 'complete' from file 'assets/sfx/complete.wav'
. Loading assets/sfx/done.wav
. Loaded sfx 'done' from file 'assets/sfx/done.wav'
. Loading assets/sfx/stone.wav
. Loaded sfx 'stone' from file 'assets/sfx/stone.wav'
. Loading assets/sfx/fire.wav
. Loaded sfx 'fire' from file 'assets/sfx/fire.wav'
. Loading assets/music/01_A.mp3
. Loaded music '01_A' from file 'assets/music/01_A.mp3'
. Loading assets/music/01_B.mp3
. Loaded music '01_B' from file 'assets/music/01_B.mp3'
. Loading assets/music/02.mp3
. Loaded music '02' from file 'assets/music/02.mp3'
. Loading assets/music/percu.mp3
. Loaded music 'percu' from file 'assets/music/percu.mp3'
. Loading assets/music/day.mp3
. Loaded music 'day' from file 'assets/music/day.mp3'
. Defined 18 buttons for player 0.
. Loading code/game.lua
. Loading code/palette.lua
. Loading code/time.lua
. Loading code/grid.lua
. Loading code/object.lua
. Loading code/pet.lua
. Loading code/thing.lua
. Loading code/particle.lua
. main loop exit
.
. Initiating shutdown.
. Deleted font 'main'.
. Deleted font 'default'.
. Deleted surface '12'.
. Deleted surface '8'.
. GFX system shut down.
. Input system shut down.
. Audio system shut down.
. Deleted memory chunk '_sugar_'.
. Application ran for 0.794000 seconds.
. All systems shut down.
. Ending Log.
```