#Weird VRAD crash

1 messages · Page 1 of 1 (latest)

peak nimbus
#

gee thanks Peacekeeper

#

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.

Dropbox

Shared with Dropbox

Dropbox

Shared with Dropbox

peak nimbus
#

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

peak nimbus
#

Steps to reproduce:

  • open my .vmf
  • add -StaticPropLighting -StaticPropPolys to $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

rare badger
#

can you link the vmf?

peak nimbus
#

you'll likely need the custom content as the map uses a whole lot of it, so i'll pack it too

rare badger
#

you can email it to my email in my profile

peak nimbus
#

I'll do that in a second

#

gathering the custom content rn

peak nimbus
#

nevermind it seems like the archive hasn't attached

#

I'll upload it to dropbox and email you the link then

#

sorry

rare badger
peak nimbus
rare badger
#

that works

rare badger
#

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?

peak nimbus
#

should I email you the link?

rare badger
#

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

peak nimbus
# rare badger Still no crash. ``` material "concrete/indust_concretewall01d" not found. mater...

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

rare badger
#

Alright, I think I found the issue, should be fixed when x86-64 beta updates next time