hl1_source_sdk icon indicating copy to clipboard operation
hl1_source_sdk copied to clipboard

tier0 issue

Open denz8028 opened this issue 10 months ago • 1 comments

public/tier0/threadtools.h:265:106: error: static assertion failed: Compile time assert constraint is not true: sizeof(T) == sizeof(long)
  265 |         CInterlockedIntT() : m_value( 0 )                               { COMPILE_TIME_ASSERT( sizeof(T) == sizeof(long) ); }
      |                                                                                                ~~~~~~~~~~^~~~~~~~~~~~~~~

i rlly dunno, but i tried to build it for xash

denz8028 avatar Mar 20 '25 17:03 denz8028

It looks like you're compiling for 64 bits, which is not supported by Source SDK.

Why are you building it for Xash? You'll need to copy libraries (tier0.dll and vstdlib.dll) from HL for the game to launch. And if you're trying to build BugfixedHL-Rebased for Xash, it won't work. Xash doesn't support VGUI2.

tmp64 avatar Mar 23 '25 02:03 tmp64