marcelomanzo
marcelomanzo
this sounds like a good plan, thanks a lot guys.
Same issue using the dev branch
Most of things I learned by converting the c++ examples from the fmod directory: C:\Program Files (x86)\FMOD SoundSystem\FMOD Studio API Windows\api\core\examples On Sat, Apr 10, 2021 at 3:34 PM Bart...
Check the specs file, the pyinstaller is not finding the custom hook in my case I created a dir in my app pyinstaller-custom-hooks and had to set the path like...
@cztomczak I think I found an easier solution... check this out... import ctypes # Set DPI Awareness (Windows 10 and 8) errorCode = ctypes.windll.shcore.SetProcessDpiAwareness(0) # Set DPI Awareness (Windows 7...
@jukibom thanks a lot, we will test this week or early next week and make a big announcement in the next release. @BrianGilbert thanks for getting the teams together and...
Hello there, we have tested and it's working fine, there is a motion profile for it:  User also can find instructions how to enable the telemetry in the Games...
We will announce shortly.
Same issue when using docker: build_os_dist: image: "docker:latest" stage: .pre services: - docker:dind script: - cd os_dist - docker run --rm --privileged -v /dev:/dev -v ${PWD}:/build mkaczanowski/packer-builder-arm build magicbox-os_arm64.json tags:...
if I use reuse instead of resize, the error message changes: arm: unpacking /root/.cache/packer/1cd614d18502c032fe64e3[91](https://gitlab.com/simracingstudio/srsapp/-/jobs/3000622274#L91)454d304d9d2b5a0a.xz to magicbox-os-arm64.img arm: unpacking with custom command: [xz -d /tmp/image555151982/1cd614d18502c032fe64e391454d304d9d2b5a0a.xz] arm: mapping image magicbox-os-arm64.img to free...