jonathaneeckhout / jdungeon

An opensource 2d morpg game based on the Godot engine in a medieval inspired fantasy world
https://jdungeon.org
BSD 2-Clause "Simplified" License
130 stars 23 forks source link

Implementation of sounds #211

Closed NancokPS2 closed 9 months ago

NancokPS2 commented 9 months ago

I can't get this to work at all.
The sounds can't be heard and i get a lot of random crashes from engine bugs like "Stack Underflow", "Bad Adress Index" and "Opcode 15/16" in random lines, often in _unhandled_input function definition lines (which don't actually run any script code).
This global sound system may have been overkill on my part.

If anything, maybe Godot 4.3 works better.