#Weird VRAD crash
1 messages · Page 1 of 1 (latest)
VRAD crashes during ThreadComputeStaticPropLighting for some reason and I don't know why. No error message is given, it just crashes dead. MDMP and compile log here:
https://www.dropbox.com/scl/fi/a7csnyz9msu8gkyjqzqgy/log.txt?rlkey=yrsiwf2xwzqatpewfd03ug2yd&st=dptjtjne&dl=0 ⬅️ Log
https://www.dropbox.com/scl/fi/8b46l65z5ge20tkm9buoo/vrad_20241206_175851_2_x000000069D8FE0E8.mdmp?rlkey=coc4udzhaw9zlsv7afeisfh9u&st=y6eg8cvw&dl=0 ⬅️ MDMP
I am using the 64-bit compilers, but the same issue occurs with the 32-bit ones.
I am willing to provide the .vmf and its custom content via DMs.
My compile parameters:
VBSP: -allowdynamicpropsasstatic -game $gamedir $path\$file
VVIS: -fast -game $gamedir $path\$file
VRAD: -bounce 2 -noextra -StaticPropLighting -StaticPropPolys -game $gamedir $path\$file
The same crash occurs with any VRAD configuration if -StaticPropLighting and -StaticPropPolys are present.
Please ping when responding.
one of my acquaintances claims that such a crash is usually caused by incompatible model versions (such as models from l4d2/portal 2/csgo) and I am currently recompiling a suspicious model to see if it's the culprit
It did not help. Here's another log and another dump if they are needed
https://www.dropbox.com/scl/fi/f7gg8p0shjwky29oeumbm/vrad_20241206_183138_1_x00000019600FDFA8.mdmp?rlkey=0hso8mgi0j82o4r79qtzospk0&st=lvyvn7vy&dl=0
https://www.dropbox.com/scl/fi/fd2ia4ou3di9raig19ln3/log2.txt?rlkey=2669d8ny783zi3y0951p5vesr&st=kg0z4xcg&dl=0
Still happens.
I now use these compile parameters:
VBSP: -allowdynamicpropsasstatic -allowdetailcracks -game $gamedir $path\$file
VVIS: -fast -nosort -game $gamedir $path\$file
VRAD: -bounce 1 -verbose -StaticPropLighting -StaticPropPolys -game $gamedir $path\$file
Log and mdmp attached
Steps to reproduce:
- open my .vmf
- add
-StaticPropLighting -StaticPropPolysto $light_exe - compile
@rare badger hi, sorry for the ping but can you check this out? I've searched everywhere and I found nothing related to this exact issue
can you link the vmf?
only in dms
you'll likely need the custom content as the map uses a whole lot of it, so i'll pack it too
you can email it to my email in my profile
done
nevermind it seems like the archive hasn't attached
I'll upload it to dropbox and email you the link then
sorry
I dont see any new emails
what about now? I sent it via a different email provider
that works
I am unable to reproduce the crash issue you are having , I think I am missing the rev_vehicles models which might be the culprit
Also, does the issue happen on dev beta? Or using the 32bit compilers on x86-64?
I am on x86-64, both the 32 bit and the 64 bit compilers give me the same crash. I'll send you rev_vehicles in a second
should I email you the link?
Still no crash.
material "concrete/indust_concretewall01d" not found.
material "metal/metaltruss017c" not found.
material "nature/blendashdirt01" not found.
material "plaster/plasterwall008" not found.
"baracat/blendrockdirt_tunnel03a" - "materials/nature/dirtfloor_mine001a.vtf": cached version doesn't exist
material "wood/woodceiling003a" not found.
material "wood/ep2_woodfloor02" not found.
material "metal/bunker_metaldoor01" not found.
material "metal/forest_metal_04c" not found.
material "wood/ep2_woodfloor01" not found.
material "baracat/concretefloor033k" not found.
material "metal/forest_metal01d" not found.
material "wood/ep2_woodwall01" not found.
material "baracat/metalcombine001" not found.
material "metal/silo_metal_02a" not found.
material "metal/forest_metal01f" not found.
material "metal/forest_sign_decal02" not found.
material "wood/woodfloor002" not found.
These are the materials I am missing
Error loading studio model STATIC "models/props_c17/gate_door03.mdl"!
Error loading studio model STATIC "models/weapons/w_combine_sniper.mdl"!
Error loading studio model STATIC "models/props_silo/acunit02.mdl"!
Error loading studio model STATIC "models/props_vehicles/van001a_nodoor.mdl"!
Error loading studio model STATIC "models/props_silo/desk_console1.mdl"!
Error loading studio model STATIC "models/props_silo/camera.mdl"!
Error loading studio model STATIC "models/baracat/podolsk/nasvyazi_phonestand.mdl"!
Error loading studio model STATIC "models/props_radiostation/radio_antenna01_skybox.mdl"!
And these are the missing models
models/props_c17/gate_door03.mdl
models/weapons/w_combine_sniper.mdl
models/props_silo/acunit02.mdl
models/props_vehicles/van001a_nodoor.mdl
models/props_silo/desk_console1.mdl
models/props_silo/camera.mdl
models/props_radiostation/radio_antenna01_skybox.mdl
these are from hl2ep2
the rest of the missing files are here https://www.dropbox.com/scl/fi/7sufj1xr184tnl4yjrflv/extraassets.zip?rlkey=n5pzlr8nr9wuh8r95j006vak1&st=izog6fry&dl=0
sorry for the ghost ping, the automod deleted my message for having a zip archive in it
Alright, I think I found the issue, should be fixed when x86-64 beta updates next time