Zach Oakes

Results 197 comments of Zach Oakes

The weird part is, I used [this demo game](https://oakes.github.io/functional-game-dev/) to give a talk to college students a few years ago, and I ran it in chrome with no issues. In...

Please try [this build](https://github.com/oakes/SolidOak/releases/download/0.1.3/solidoak-0.1.4-SNAPSHOT-macosx.zip) and let me know if it makes a difference. The crash is puzzling because it successfully finds the relevant dylib but crashes when trying to create...

Since it's failing on a text button, it may be a font issue. If you run the internal binary directly by running `./SolidOak.app/Contents/MacOS/solidoak`, do you see errors in the terminal?...

It looks like [that error](http://stackoverflow.com/questions/14268887/what-is-the-illegal-instruction-4-error-and-why-does-mmacosx-version-min-10) may be the result of the OS version. I am on 10.10.3 and haven't received any update notification. I wonder if something changed in that...

No, I didn't actually release 0.1.4 yet. What locale do you use?

Does the crash still happen on the release version of 10.10.4? It isn't happening for me.

@Rodney-Gabriel I am not sure what is causing this. I am on 10.10.4 and have no problem running it. I will continue to investigate and will try to release a...

I compiled it on 10.10.3 but it works on my 10.10.4 machine so I imagine the problem is something different.

I don't believe I got this working yet, unfortunately. We'll need to look at the [VteTerminal API](https://developer.gnome.org/vte/0.36/VteTerminal.html) to figure out how to enable it.

Looks like a windows-specific issue. I'll look into it soon.