ACrazyTown
ACrazyTown
> source/NGio.hx:47: characters 34-57 : io.newgrounds.components.AppComponent has no field GetCurrentVersionResult source/NGio.hx:98: characters 3-7 : Null is not a value source/NGio.hx:102: characters 3-7 : Null is not a value source/NGio.hx:86: characters...
> C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29910\include\yvals.h(12): fatal error C1083: Cannot open include file: **'crtdbg.h'**: No such file or directory Did you install Visual Studio 2019 and the individual components?
> I tried the main.hx problem, but it doesn't work. source/Achievements.hx:132: characters 30-54 : Warning : `FlxCamera.defaultCameras` is deprecated, use `FlxG.cameras.setDefaultDrawTarget` instead E:\Download\FNF-PsychEngine-perry-origin\export\release\windows\obj>setlocal enabledelayedexpansion Error: 64bit is not automatically supported...
I don't think they will accept PRs. This source is like a year old lol
You need to use an older version of the newgrounds haxelib. It was recently updated so the FNF repo isnt up to date
I have a [branch on my lime fork](https://github.com/ACrazyTown/lime/tree/openal-update2-cpp17) where I implement a fix for this by taking advantage of new features in a newer OpenAL Soft version. My implementation queries...
> What if the old device is still connected, just not the default anymore? That's my case: when I switch to the headphones the sound keeps coming from the speakers....
> Could this device reload be triggered completely from the C++ side, without passing to Haxe and changing threads? For example by registering a listener function for the "change default"...
Sure, I'll make a draft PR for this soon to get feedback from others
Now that I have access to my computer again, I remembered another issue with the events system. From my understanding, the OpenAL event callback is called from a seperate thread...