Jean-Christophe Hoelt

Results 90 comments of Jean-Christophe Hoelt

@allarddehaas PR #331 fixed the issue for me, worth giving a try.

I get an "ArgumentError" which might indicate arguments are not as expected in some cases? I'm trying this in hope to get better reports. ```patch diff --git a/starling-2.6/starling/src/starling/rendering/VertexData.as b/starling-2.6/starling/src/starling/rendering/VertexData.as index...

Got some data. That's the error message now: ```createVertextBuffer(288, 5, staticDraw) failed: Error #3672``` It means: - `_numvertices` is `288` - `_vertexSize / 4` is `5` - `bufferUsage` is `staticDraw`...

It happens on Android. Error happens to multiple users, don't know enough about the device, except this: - Android / Linux 3.10.0-4756355 - Android / Linux 3.10.17-1133823 - Android /...

@ajwfrost this isn't an error I could reproduce on our devices. It's happening to a few users: but for those there seems to be thousands of those errors. It may...

Sure, that would work fine. If it's a little structured, like `error.message` = `...some text... (GL::.)` it would allow to do some regex magic. What I'm looking at, if I...

I'm trying to setup @scher200 's hectanemail script. No reports of failure, but the mail doesn't make it to my gmail inbox... Anyway, is this script still relevant or are...