Jason Millard
Jason Millard
is it an app crash or a vbscript crash?
for a standalone command line app like this, I almost think a static lib would be better as it doesn't force the user to have the right version installed or...
Since `libpinmame` in your post caught my eye, I decided to check to see how `babypac` is handled in `libpinmame`. This game has a display type of `CORE_VIDEO`. All updates...
This seems off. A seg fault on a line like that (from your screenshot) seems like you have an invalid RenderDevice object, ie the class itself. It made it around...
whenever I see seg faults on simple lines of code, especially on linux, it's either because a variable wasn't initialized, or the object was deleted, and then it just goes...
Somewhere in your script are you trying to dynamically generate an asset name? `[1] 2024/06/20 17:48:01.374 ERROR | Failed to resolve asset. [src='VPX.&dmd=2&add' base src=''] VPX. True` There is nothing...
B2S for Standalone (10.8.1) no longer renders its own windows. It uses the ancillary windows. B2S - FormDMD - Score View: https://github.com/vpinball/vpinball/blob/829212eed7543a61fdbba90492b1c92ec2470b06/standalone/inc/b2s/forms/FormDMD.cpp#L18 B2S - FormBackglass - Backglass: https://github.com/vpinball/vpinball/blob/829212eed7543a61fdbba90492b1c92ec2470b06/standalone/inc/b2s/forms/FormBackglass.cpp#L96 > It...
fwiw, out of the box, the official "CMake Tools" and "C/C++ extension pack" extensions (from microsoft) for visual studio code write to `build`
I would look at 10.8.1 versions (even the bgfx lib one) and see if we could pass in options into cmake.
> Not sure I follow. This is a 10.8.1 PR. It's just that the aarch64 cmake assumes `gles` where this is not always the case. I meant, make the cmake...