Sasha Szpakowski

Results 554 comments of Sasha Szpakowski

I tried MojoAL and it blows up when trying to seek a streaming source. So any use of it in love will have to wait until it's more robust.

**Original comment by LetXPlay Ixam (Bitbucket: [Letexplay](https://bitbucket.org/Letexplay), ).** ---------------------------------------- I have exactly the issue. Just emailed an administrator.

**Original comment by Vexatos (Bitbucket: [Vexatos](https://bitbucket.org/Vexatos), GitHub: [Vexatos](https://github.com/Vexatos)).** ---------------------------------------- Can confirm it also doesn't work on Linux. (Using Linux Mint 19.1 Cinnamon)

**Original comment by Julian Webb (Bitbucket: [julianwebb](https://bitbucket.org/julianwebb), GitHub: [julianwebb](https://github.com/julianwebb)).** ---------------------------------------- Can someone create a love file that displays this issue so others can test and be sure they are testing...

**Original comment by Vexatos (Bitbucket: [Vexatos](https://bitbucket.org/Vexatos), GitHub: [Vexatos](https://github.com/Vexatos)).** ---------------------------------------- This one tries to change the default icon using conf.lua. Confirmed to correctly update the window icon on Windows, and not...

**Original comment by Tim Anema (Bitbucket: [tanema](https://bitbucket.org/tanema), GitHub: [tanema](https://github.com/tanema)).** ---------------------------------------- My intention for this was the distribution and not the `love.window.setIcon` API. Following the distribution instructions here: https://love2d.org/wiki/Game_Distribution#Creating_a_Mac_OS_X_Application I am...

**Original comment by Vexatos (Bitbucket: [Vexatos](https://bitbucket.org/Vexatos), GitHub: [Vexatos](https://github.com/Vexatos)).** ---------------------------------------- I apologize, I misunderstood. These must be two different issues, then.

**Original comment by Sasha Szpakowski (Bitbucket: [slime73](https://bitbucket.org/slime73), GitHub: [slime73](https://github.com/slime73)).** ---------------------------------------- Yes, Apple uses a new format for icon bundles now which is much more flexible and powerful than the old...

I don't have a Linux setup so someone else will have to investigate this.

That commit will only change things in situations where the code would early-exit (for example if the audio module doesn't fully initialize, or if `Thread:start` on a Lua thread returned...