Jason Millard
Jason Millard
if we could that would be great. I never did that before, but it looks like: `set_source_files_properties(your_file.cpp PROPERTIES COMPILE_FLAGS "-fno-fast-math")`
> Is it documented somewhere why fastmath was needed for got? Sorry I got got and lotr backwards: See https://github.com/vpinball/vpinball/issues/555 And https://github.com/vpinball/vpinball/blob/a98292d109c831b77f2da0a3520b81d0aed87c16/standalone/docs/changelog.md?plain=1#L550-L552
I just attempted to remove the hack from our pipeline, and it failed as well with the same error. It looks like it pulled 2.20.4.
Unfortunately adding support for this would be extremely difficult considering this generates a Windows UI. I guess this would all have to be recreated in ImGui..
Last nights builds of standalone and 10.8.1 are built with the latest pinmame. I don't have this table set up at the moment, but I can check.
did you test with last nights builds? It has the pinmame from last night.
@vbousquet - would I need to adjust libdmdutil? https://github.com/vpinball/libdmdutil/blob/8e110d87edab1b843d97ba831743c79519e07ad8/include/DMDUtil/LevelDMD.h#L30-L34
So I'm not quite sure how to fix this with all the latest changes to pinmame, but there used to be code like this: https://github.com/vpinball/pinmame/blob/65cdbf58bc7be6ef414ea273d1bb8d4cb42471c8/src/wpc/core.c#L1987-L1990 I had this copied in...
RPI5 is currently not supported. Feel free to contribute with a PR.
We just had same issue, as `ubuntu-latest` in one fork selected `ubuntu-24.04` vs another fork selected `ubuntu-22.04` I tried an update step as well ```yml - if: (matrix.os == 'ubuntu-latest')...