Dennis Brakhane
Dennis Brakhane
Thanks for the report. I think this has to do with Discord switching to unique tags and Orisa using a very old API version. I'm not sure if I can...
This requires playoverwatch.com to display the open queue SR. I believe they will add that once OQ makes it into the competitive card; if that's the case, I will add...
I agree that being able to change keys via eg. config.ini would be nice. For the moment, you can manually change them by modifying [these lines](https://github.com/turanszkij/WickedEngine/blob/6b41ec3b657da1fc4263bdb4f2d5a0a0ddb77c85/Editor/Editor.cpp#L1171-L1176)
@ricejasonf Wicked recently updated the dxcompiler to the May version, and that seems to be broken on Linux (#856) and caused all kinds of weird issues on various graphics drivers....
Did you delete the shaders/spirv directory just to make sure no compiled shaders from the dxcompiler remain?
Can you confirm that the hang *always* happens when queue is 3 (QUEUE_VIDEO_DECODE)? And never with any other value?
~~Duplicate of #804~~ Edit: I decided to mark 804 as a duplicate; even though it's the older one, most information is in this issue.
are you running in debug or release mode? Most error checking is only done in asserts; if you were running in release, I assume the createfence call earlier failed and...
In this example, I’m using PickleEncoder. IMHO, the problem lies within the broker that doesn’t handle exceptions when comparing two messages for equality. Even when doing something stupid like in...
> line 35 should be #include Both should work, but since we're using in the line above, and also use in wiGraphicsDevice_Vulkan.cpp, I think that's a good change (you should...