HansKristian-Work / dxil-spirv

DXIL conversion to SPIR-V for D3D12 translation libraries
Other
166 stars 32 forks source link

Assertion failed: frontier #162

Closed FilterUnfiltered closed 1 year ago

FilterUnfiltered commented 1 year ago

Trying to get Greed of Man beta to work with proton, but it crashes when joining a lobby with the following error:

25155.030:019c:01ac:trace:seh:raise (22)
Assertion failed: frontier, file ../src-vkd3d-proton/subprojects/dxil-spirv/cfg_structurizer.cpp, line 1290
mbriar commented 1 year ago

Probably helpful if you dump and upload the *.dxil shaders using VKD3D_SHADER_DUMP_PATH=/some/path.

FilterUnfiltered commented 1 year ago

Probably helpful if you dump and upload the *.dxil shaders using VKD3D_SHADER_DUMP_PATH=/some/path.

Which ones do you want, there are like 200

mbriar commented 1 year ago

Just zip them all up and post them here, should be small enough when compressed.

FilterUnfiltered commented 1 year ago

shaders.zip

HansKristian-Work commented 1 year ago

Fixed on master.