Eetu Rantanen

Results 22 comments of Eetu Rantanen

I have a vague memory of these occurring to me as well when I updated the Playground to use the WASM builds, but that it was resolved when I swapped...

I couldn't agree more @mark-sgs A couple of highlights based on some of the chats I've had with fellow Solar2D devs over the past few years. This feature would be...

This quite a strange crash indeed. It also doesn't seem to crash a built project. For instance, you can run the same code over at https://www.solar2dplayground.com/ and it'll just print...

Yeah, we're both using Solar2D Simulator on Windows.

Given that the old/current optional parameters are undocumented and referred to as experimental, and as no one in Discord seemed to know about them, I think this change would be...

Currently in the PR: - fixed one minor typo in 91615ba - added support for including text tag "isComplexFile" anywhere in **config.lua**, which will allow Solar2D to skip the initial...

In case someone finds this later, you can suppress the warnings in config.lua by just checking for any Solar2D specific Lua API in the global table. As config.lua is loaded...

You'll need to be a bit more specific. As far as I'm aware, Solar2D does have "some built-in error checking for build.settings."

I just tested building for Android and seems that if you have a missing bracket then you'll get hit by: ```lua 16:01:50.272 Picked up JAVA_TOOL_OPTIONS: -Duser.language=en 16:01:50.272 ERROR: Syntax error...

Just to point this out, **this isn't just an Android 11 issue. I'm experiencing this on my Android 8.x and 9.x test devices as well**. If I had to guess,...