FWGS / xash3d

DEPRECATED in favor of https://github.com/FWGS/xash3d-fwgs. Only bugfixes are accepted.
https://xash.su
GNU General Public License v3.0
549 stars 107 forks source link

Running dedicated server when starting program normally #421

Open ecumber opened 5 years ago

ecumber commented 5 years ago

I am currently trying to run xash on my Windows PE usb drive, but when I run xash_vc.exe it just brings up the dedicated server menu instead of running the actual game. Is there a way to force it to run the game normally? image

mittorn commented 5 years ago

check opengl32. It works for me in windows pe with gdi driver. try -safegl option Other way is use opengl32sw.dll which contains mesa llvmpipe And sometimes switching display depth helps

ecumber commented 5 years ago

alright, i'll try that. thanks