Fatal Error Out of thread ids: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎See also: clean up, replaced: See Also → See also)
Line 17: Line 17:
*[https://www.amd.com/en/technologies/ryzen-master AMD Ryzen Master] have a option in profile settings: '''Legacy Compatibility Mode''' (#[https://steamcommunity.com/app/630/discussions/0/615085406669320118/#c3112519935864357124 post])
*[https://www.amd.com/en/technologies/ryzen-master AMD Ryzen Master] have a option in profile settings: '''Legacy Compatibility Mode''' (#[https://steamcommunity.com/app/630/discussions/0/615085406669320118/#c3112519935864357124 post])


== See Also ==
== See also ==
[[Authoring Tools/SDK (Left 4 Dead)]]
[[Authoring Tools/SDK (Left 4 Dead)]]



Revision as of 08:11, 4 January 2024

Fatal Error
Out of thread ids. Decrease the number of threads or increase MAX_THREADS_SUPPORTED

A error when Operating system is running more CPU threads, than "old" program is design for.

Note.pngNote:Command parameter -threads or start /AFFINITY 7 either not work or have no effect

Simple way to decrease CPU thread count on Windows

Msconfig.jpg
  • Type msconfig into Windows Run program or Search bar.
Boot.jpg
  • Choose Boot tab page, click Advanced options...
  • Check box - Number of processors: and from drop list, choose value 19 or less. This help on L4D, L4D2 Hammer tools.

Other ways

  • From BIOS/UEFI, decrease core/thread count
  • AMD Ryzen Master have a option in profile settings: Legacy Compatibility Mode (#post)

See also

Authoring Tools/SDK (Left 4 Dead)

Authoring Tools/SDK (Left 4 Dead 2)