quiverteam / Engine

Modified Version of Source 2007
104 stars 29 forks source link

Crash at MaterialSystem::Connect #94

Open etkramer opened 3 years ago

etkramer commented 3 years ago

Specifically, the line g_pShaderDeviceMgr = (IShaderDeviceMgr*)m_ShaderAPIFactory( SHADER_DEVICE_MGR_INTERFACE_VERSION, 0 ); in CMaterialSystem.cpp. Error message is an access violation at 0x00000000.

Unmodified master branch, compiled for Win32 with VS2019.