Fatal Error Out of thread ids: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 15: Line 15:
== Other ways ==
== Other ways ==
*From BIOS, decrease core/thread count
*From BIOS, decrease core/thread count
*[https://www.amd.com/en/technologies/ryzen-master AMD Ryzen Master] have a option in profile settings: '''Legacy Compatibility Mode'''
*[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 ==

Revision as of 10:55, 22 October 2021

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, 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)