Re: FSAA
#406 posted by szo on 2012/10/19 10:21:35
Command-H backgrounding and FSAA support added to TODO list for the next release.
Vsync Setting Is Behaving Strange
#407 posted by pat0gen on 2012/10/31 19:27:15
hello,
i've noticed that i can disable vertical sync only via ingame menu, and it automatically resets to enabled every time i start the engine. quakespasm seems to ignore "vid_vsync 0" variable stored in autoexec.cfg as well as command "+vid_vsync 0" in bat file. still, i can turn off vsync during the game session via menu, it works until i close the program. i've checked config.cfg, cvar is set to 0 there, anyway autoexec and launch parameter should override it afaik
i'm currently using latest quakespasm release 0.85.8 for windows.
my sys specs:
windows 7 x64
amd phenom II quad-core processor
nvidia geforce gtx660 ti with the latest 306.23 drivers
i've checked setting in nvidia control panel as well, quakespasm is shurely allowed to control swap interval
thx to developers for great engine anyways =)
NVIDIA Control Panel
#408 posted by mh on 2012/11/01 02:04:40
From their help text on vsync:
...turn Vertical sync on and off in the NVIDIA Control panel for OpenGL games...
RE: NVIDIA Control Panel
#409 posted by pat0gen on 2012/11/01 11:52:30
thx for answer.
so this behavior is purely a driver feature from NVIDIA, did i get it right? looks strange, because darkplaces, e.g., is opengl engine as well, but it seems to apply vsync cvar correctly on the startup.
Re: Vsync Setting Is Behaving Strange
#410 posted by svdijk on 2012/11/01 18:36:44
That's a bug you found there. I just pushed a change to svn (r778) that should fix it. Can you test it and report the results? (My card doesn't support vsync toggling so I can't test it myself.)
@ Svdijk
#411 posted by pat0gen on 2012/11/02 10:18:08
would be glad to help, but unfortunately i'm not familiar with code compiling at all =(
#412 posted by Spirit on 2012/11/02 14:18:04
Raspberian (I guess from Debian actually) repo has some patches you guys might consider bug reports (linking and some minor hurd things): http://archive.raspbian.org/raspbian/pool/main/q/quakespasm/
@pat0gen
#413 posted by svdijk on 2012/11/02 19:01:54
@pat0gen
#414 posted by svdijk on 2012/11/02 21:12:09
@ Svdijk: Vsync Bug
#415 posted by pat0gen on 2012/11/02 21:16:12
nope, didn't work for me. everything is like before, had to use nv control panel to disable vsync permanently.
new console message appears on startup, however: "Cvar_Set: variable vid_vsync not found"
Re: Vsync Bug
#416 posted by svdijk on 2012/11/02 21:37:00
That message appeared in r778 because of a sloppy mistake of mine, but it shouldn't be occurring in the updated r779 that I posted; did you try that second link?
Re: Vsync Bug
#417 posted by pat0gen on 2012/11/02 21:55:57
oops, missed the update somehow, my bad. but no, r779 hasn't solve the problem either.
Re: Vsync Bug
#418 posted by svdijk on 2012/11/02 23:28:11
OK, one more: http://quakespasm.sourceforge.net/tmp/qs_r780_win32.zip
If this doesn't fix it, is there anywhere off-forum where I can contact you so we can stop spamming this thread?
Re: Vsync Bug
#419 posted by pat0gen on 2012/11/03 19:28:42
all the same with this rev(
here, my postbox:
seraph[dot]divine[dot]sd[at sign]gmail[dot]com
#420 posted by Spirit on 2012/12/10 17:19:02
Trying to save in its (http://www.celephais.net/board/view_thread.php?id=60875) gives me a segfault: https://pastee.org/s6a23
Built from SVN a while ago:
QuakeSpasm 0.85.9 (c) Ozkan Sezer, Stevenaaus
Exe: 12:41:37 Nov 14 2012
FITZQUAKE 0.85 SERVER (38429 CRC)
#421 posted by Spirit on 2012/12/10 17:19:09
Yeah
same here. Relevant portion of stack trace:
0 libsystem_kernel.dylib 0x00007fff895ad212 __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff91413af4 pthread_kill + 90
2 libsystem_c.dylib 0x00007fff91457e9e __abort + 159
3 libsystem_c.dylib 0x00007fff9141971d __chk_fail + 35
4 libsystem_c.dylib 0x00007fff914198f8 __sprintf_chk + 201
5 net.sf.quakespasm.QuakeSpasm 0x000000010004e9da PR_UglyValueString + 170
6 net.sf.quakespasm.QuakeSpasm 0x000000010004f3e2 ED_WriteGlobals + 194
7 net.sf.quakespasm.QuakeSpasm 0x000000010004a0b9 Host_Savegame_f + 761
8 net.sf.quakespasm.QuakeSpasm 0x00000001000402b4 Cbuf_Execute + 196
9 net.sf.quakespasm.QuakeSpasm 0x0000000100044682 _Host_Frame + 82
10 net.sf.quakespasm.QuakeSpasm 0x000000010005dd85 SDL_main + 549
@Spirit, @SleepwalkR
#423 posted by szo on 2012/12/11 11:14:31
Save crash should now be fixed in the svn as of rev. 791.
What is your command line ?
Can't you save game at all ? I can't reproduce this.
Ta Oz
Interesting looking mod :)
@stevenaaus
#426 posted by szo on 2012/12/11 11:43:25
Not dependent on command line, depends on compiler. The crash was due to long global strings from the progs not fitting into an 256 chars long array (a stupid sprintf crash.) Grep your saves for "STORY_??" and see.
http://quakespasm.svn.sourceforge.net/viewvc/quakespasm?view=revision&revision=791
Re: Traceline Crash When Using Player Lightning Hack
#427 posted by negke on 2012/12/26 18:40:11
You said it was a QC error in my dev progs, but it's definitely a bug in the Quakespasm code. I just tested my new map in several other mods (including ID1 1.01) and it's reproducable in all of them, albeit not at every instance of the hack. No other source ports have a problem with it.
I also noticed a slightly teleporter and monsterjump behavior in comparison to Fitz085. Monsters teleported into a monsterjump trigger that worked fine in Fitz would either be kind of pushed out of the teleport destination and miss the trigger, or not be pushed in the same way (speed/height). This may or may not have to do with the fact the jump triggers are point entities using the bounds of another ent. I didn't examine this behavior in detail, though, just adjusted the entities until it worked in both ports.
Soundtrack Music Sounds Fuzzy/muffled?
#428 posted by Joel B on 2013/01/13 17:50:52
I'm wondering if this is a known issue or if there are some relevant console settings I could tweak.
I've ripped my Quake CD to OGG and MP3 forms. When the soundtrack files are played using DarkPlaces, Fitzquake Mark V, or DirectQ, they sound "right". With QuakeSpasm though they don't.
My usual test track is the first one ("Aftermath") that plays during the intro demo as well as on DM4. In the "DA NA NA - DA NA NA NA" hits, correct playback has some high frequencies in there that give those hits some prickly edges, but in QuakeSpasm they just sound kindy sludgey.
Re: Soundtrack Music Sounds Fuzzy/muffled?
#429 posted by svdijk on 2013/01/13 20:19:16
That's because the tracks are downsampled to 11025 Hz by default. With "-sndspeed 44100" they'll sound as expected.
#430 posted by Joel B on 2013/01/13 22:01:57
Thanks!
I've also run across the sndspeed "controversy" in the Fitzquake Mark V thread now.
|