-
Notifications
You must be signed in to change notification settings - Fork 218
Common Issues
This page lists OpenSpades most common issues.
Index:
Due to recent changes in the security system of Mac OS X, you might see the message that says "it can't opened because it is from an unidentified developer" when you try to launch OpenSpades by double clicking the application icon. This can be circumvented by right-clicking the icon, and then clicking "Open".
Another option will pop up. Click "Open" to launch OpenSpades.
Bad allocation errors occur when OpenSpades is unable to reserve enough memory for itself.
This usually happens if you have too many programs open or your system has insufficient memory to load OpenSpades.
Moving font-unifont.pak
out of the Resource
folder (or simply deleting it) might solve this problem, but some special characters will be no longer visible after doing that.
If some of your keys don't work in-game, please close OpenSpades and relaunch it with the English (US) keyboard layout.
See also: #559
This problem might be caused by HiDPI scaling of a modern version of Windows.
Right click OpenSpades.exe
, go to Properties
, and click the Compatibility
tab, in which you can find the checkbox to disable the HiDPI scaling.
Compile SDL2_image with --disable-png-shared
and the problem should be solved.
e.g.
./configure --disable-png-shared && make && sudo make install
See also: #252
-
/r_cameraBlur 0
or disable Post-Effects → Custom → Camera Blur. - Disable "Hit Detection Debugger", which takes screenshot every time you fire a weapon.
- Disable Global illumination
- Known afected GPUs: Intel Graphics 500, ATI Radeon HD 5450, Radeon R7 250x
- See also: #34
This wiki is in the middle of an update process to match the latest changes of OpenSpades 0.1.2
It may contain outdated, incorrect or incomplete information.
Please contact the repository owner (@yvt) via email or ask a question in the issue tracker if there is any obscure information you are looking for that can't be found in neither the source code nor in this wiki.