Half-Life 1 Engine Bug Reports: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Bugs and changes introduced with the optional March 10 2010 HLDS update (build date March 8 2010).)
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| style="width:68%;" cellspacing="0px"
{| style="width:68%;" cellspacing="0px"
|-  
|-  
| style="background:#ffe; border: #aaaaaa 2px solid; padding:10px 20px 10px 20px;" |
| style="background:#000; border: #aaaaaa 2px solid; padding:10px 20px 10px 20px;" |
If you find any bugs, please edit this page with a description of the problem.
For newer bug reports, and to reports bugs related to {{hl|4}} or {{gldsrc|4}} engine, please [https://github.com/ValveSoftware/halflife/issues/ visit the GitHub Issues page].
 
|}
A helpful bug format is:<br>
<nowiki>===short title===</nowiki>
* Expected: expected behavior
* Observed: observed behavior
* Steps to reproduce: steps to reproduce the problem
* a description of your network topology, if appropriate
* Use <nowiki>~~~~</nowiki> 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 and changes introduced with the optional March 10 2010 HLDS update (build date March 8 2010).
==Bugs!==
==Bugs!==
===sv_region / master server list===
===sv_region / master server list===
Servers only appear in the master server list if sv_region is set to 255.
Servers only appear in the master server list if sv_region is set to 255. [http://forums.steampowered.com/forums/showthread.php?t=1204742]
 
===LAN===
"CS 1.6 Dedicated Server dont appear in LAN" [http://forums.steampowered.com/forums/showthread.php?t=1191403]
 
==Bugs?==
==Bugs?==
===Segmentation faults===
===Segmentation faults===
Line 26: Line 19:
===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.
==See also==
==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]]

Latest revision as of 22:58, 19 January 2025

For newer bug reports, and to reports bugs related to Half-Life Half-Life or GoldSrc GoldSrc engine, please visit the GitHub Issues page.

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. [1]

LAN

"CS 1.6 Dedicated Server dont appear in LAN" [2]

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