Martin Evans
Martin Evans
CI is failing since I didn't include updated binaries. I have no idea how the macos-release one has managed to pass :/
>> The .NET threading model does not support [fibers](https://learn.microsoft.com/en-us/windows/desktop/procthread/fibers). You should not call into any unmanaged function that is implemented by using fibers. Such calls may result in a crash...
> it will cause the process to crash with an Access Violation on Windows when wasmtime_call_future_poll is called Does it _reliably_ crash for you when you do this? I've been...
I've just added a test with multiple async calls and that seems to crash every time (SEHException).
How do we want to proceed with this? We _could_ work on getting it added as a non-Windows only feature, but that just seems like it would be confusing for...
This will be a good resource for testing crypto: https://github.com/mumble-voip/mumble/blob/master/src/tests/TestCrypt.cpp
Can you provide any more context about this error message. For example: Does it happen consistently, just sometimes, or only when you do specific things?
The error seems to be coming from `Assets/Dissonance/Integrations/FMOD_Playback/FMODVoicePlayback.cs, Line 141`. What does that code look like in your copy of that file? It should look like this: ```csharp UpdateOutputBus(); if...
To be honest I don't really like the name `PendingEntity`, but couldn't think of anything better.
I don't _think_ there's anything that is valid to do with the "Entity" returned by the `CommandBuffer` that the `PendingEntity` doesn't allow. If you do identify something a use-case I've...