Half-Life 1 Engine Bug Reports: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Removed empty "See also" section.)
(External links)
Line 26: Line 26:
===SSE2 required===
===SSE2 required===
The [http://en.wikipedia.org/wiki/SSE2#CPUs_supporting_SSE2 SSE2] instruction set is now required, some old CPUs may no longer be able to run the HLDS.
The [http://en.wikipedia.org/wiki/SSE2#CPUs_supporting_SSE2 SSE2] instruction set is now required, some old CPUs may no longer be able to run the HLDS.
==External links==
*[http://www.mail-archive.com/hlds@list.valvesoftware.com/msg41760.html <nowiki>[hlds] GoldSrc Dedicated Server update available</nowiki>], Jason Ruymen, Wed, 10 Mar 2010 14:42:36 -0800
*[http://www.mail-archive.com/hlds_linux@list.valvesoftware.com/msg57029.html <nowiki>[hlds_linux] GoldSrc Dedicated Server update available</nowiki>], Jason Ruymen, Wed, 10 Mar 2010 14:42:01 -0800
[[Category:Feedback]]
[[Category:Feedback]]
[[Category:Steam]]
[[Category:Steam]]

Revision as of 06:04, 11 April 2010

If you find any bugs, please edit this page with a description of the problem.

A helpful bug format is:
===short title===

  • Expected: expected behavior
  • Observed: observed behavior
  • Steps to reproduce: steps to reproduce the problem
  • a description of your network topology, if appropriate
  • Use ~~~~ to insert your username and time

Please use the correct section when reporting your issues.

Although this page is long, please do try to see if your issue has been previously reported using your browser's Find or Search function.

Bugs and changes introduced with the optional March 10 2010 HLDS update (build date March 8 2010).

Bugs!

sv_region / master server list

Servers only appear in the master server list if sv_region is set to 255.

Bugs?

Segmentation faults

There are several reports about segmentation faults, not sure if all of these are due to SSE2.

Other changes

SSE2 required

The SSE2 instruction set is now required, some old CPUs may no longer be able to run the HLDS.

External links