Are those of you with this issue using Xorg 1.5? (For Ubuntu that's version 8.10 or newer)
If you are you might want to try adding the following to your xorg.conf:
Section "Module"
...
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
...
EndSection
Courtesy of Gentoo's Xorg 1.5 ...
Search found 535 matches
- Wed Apr 08, 2009 11:02 pm
- Forum: Closed Bugs [GZDoom]
- Topic: stuck arrow key on zdoom 2.3.0 on linux.
- Replies: 18
- Views: 1215
- Tue Nov 18, 2008 10:15 pm
- Forum: Closed Bugs [GZDoom]
- Topic: r1293 ACC error
- Replies: 2
- Views: 1043
Re: r1293 ACC error
I uncommented that code and found that the problem line is actually this one:
print (s:"\cCThis Door can't be opened!");
I'd guess the new include code (responsible for that warning I fixed) has screwed things up. I made sure that my fix did not create this problem, so this issue has also existed ...
print (s:"\cCThis Door can't be opened!");
I'd guess the new include code (responsible for that warning I fixed) has screwed things up. I made sure that my fix did not create this problem, so this issue has also existed ...
- Mon Nov 17, 2008 9:02 am
- Forum: Closed Bugs [GZDoom]
- Topic: [R1292] token.c:323: comparison between pointer and integer
- Replies: 1
- Views: 288
[R1292] token.c:323: comparison between pointer and integer
I noticed this warning when compiling acc:
gcc -Os -Wall -W -fomit-frame-pointer -c -o token.o token.c
token.c: In function 'TK_AddIncludePath':
token.c:323: warning: comparison between pointer and integer
The problem is that the comparison, as written, is trying to compare a string to a ...
gcc -Os -Wall -W -fomit-frame-pointer -c -o token.o token.c
token.c: In function 'TK_AddIncludePath':
token.c:323: warning: comparison between pointer and integer
The problem is that the comparison, as written, is trying to compare a string to a ...
- Mon Jun 23, 2008 2:01 am
- Forum: Closed Bugs [GZDoom]
- Topic: [r1044] Linux compilation error
- Replies: 0
- Views: 229
[r1044] Linux compilation error
I've attached a patch with a fix for the error and the warning below.
Compiling texturemanager.cpp: [ERROR]
g++ -pipe -Wall -Wno-unused -fno-strict-aliasing -MMD -DHAVE_FILELENGTH -D__forceinline=inline -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0 ...
Compiling texturemanager.cpp: [ERROR]
g++ -pipe -Wall -Wno-unused -fno-strict-aliasing -MMD -DHAVE_FILELENGTH -D__forceinline=inline -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0 ...
- Fri Jun 13, 2008 6:36 pm
- Forum: Off-Topic
- Topic: The WIP Thread
- Replies: 30882
- Views: 2160413
Re: WHAT THE HELL are you working on
I'm sure nobody's interested in what I'm doing. Hahaha, the Dragon Book ! I'm surprised I even recognized it. Some professor a few years back gave a ten minute spiel on it during one presentation.
That's the 1986 version. The latest edition is from 2006 and now covers a few additional topics that ...
That's the 1986 version. The latest edition is from 2006 and now covers a few additional topics that ...
- Sat Jun 07, 2008 11:12 pm
- Forum: Closed Bugs [GZDoom]
- Topic: [r1023] Invalid write at R_RenderSegLoop() (r_segs.cpp:1075)
- Replies: 2
- Views: 340
Re: [r1023] Invalid write at R_RenderSegLoop() (r_segs.cpp:1075)
Yes, I thought about it after I posted and came to a similar conclusion. However, I wanted to hear your take on it.
Then again, Valgrind deals better with this than the Mudflap pointer debugging option built into GCC. Actually, I've been unable to produce a binary with Mudflap that will even start ...
Then again, Valgrind deals better with this than the Mudflap pointer debugging option built into GCC. Actually, I've been unable to produce a binary with Mudflap that will even start ...
- Thu Jun 05, 2008 10:35 pm
- Forum: Closed Bugs [GZDoom]
- Topic: [r1023] Invalid write at R_RenderSegLoop() (r_segs.cpp:1075)
- Replies: 2
- Views: 340
[r1023] Invalid write at R_RenderSegLoop() (r_segs.cpp:1075)
With startup/shutdown out of the way, I started a new game in Strife under valgrind and it shows a series of invalid writes at r_segs.cpp:1075.
+MAP02 - AREA 2: town
Terminated sig=0x0f
Playing /tmp/zmidojOgVG
MIDI file: /tmp/zmidojOgVG
Format: 0 Tracks: 1 Divisions: 70
==11740==
==11740 ...
+MAP02 - AREA 2: town
Terminated sig=0x0f
Playing /tmp/zmidojOgVG
MIDI file: /tmp/zmidojOgVG
Format: 0 Tracks: 1 Divisions: 70
==11740==
==11740 ...
- Wed Jun 04, 2008 11:07 pm
- Forum: Closed Bugs [GZDoom]
- Topic: [r1021] Memory leaks found by valgrind
- Replies: 1
- Views: 331
[r1021] Memory leaks found by valgrind
Randy, valgrind indicates a number of memory leaks within ZDoom. Attached is my log from starting ZDoom up and then quitting. Of course, you could try this yourself too, since you've several Linux setups now.
It also crashed on exit:
==13658== Invalid read of size 2
==13658== at 0x8194216: S ...
It also crashed on exit:
==13658== Invalid read of size 2
==13658== at 0x8194216: S ...
- Wed Jun 04, 2008 9:41 pm
- Forum: Closed Bugs [GZDoom]
- Topic: [r1020] assert (RefCount != 0); fails on startup in Linux
- Replies: 1
- Views: 232
[r1020] assert (RefCount != 0); fails on startup in Linux
$ gdb zdoomd
GNU gdb 6.7.1
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and ...
GNU gdb 6.7.1
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and ...
- Sun Jun 01, 2008 8:15 pm
- Forum: Closed Bugs [GZDoom]
- Topic: [r1013] Can't compile gameconfigfile.cpp on Linux
- Replies: 2
- Views: 295
[r1013] Can't compile gameconfigfile.cpp on Linux
Compiling gameconfigfile.cpp: [ERROR]
g++ -fno-rtti -pipe -Wall -Wno-unused -fno-strict-aliasing -O2 -fomit-frame-pointer -MMD -DHAVE_FILELENGTH -D__forceinline=inline -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr ...
g++ -fno-rtti -pipe -Wall -Wno-unused -fno-strict-aliasing -O2 -fomit-frame-pointer -MMD -DHAVE_FILELENGTH -D__forceinline=inline -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr ...
- Thu May 29, 2008 9:03 pm
- Forum: Closed Bugs [GZDoom]
- Topic: [r999] snes_spc/Makefile should be be reverted to r995
- Replies: 5
- Views: 405
[r999] snes_spc/Makefile should be be reverted to r995
snes_spc/Makefile should be be reverted to r995, since it seems Randy has accidentally replaced it with the new dumb Makefile (dumb/Makefile).
- Wed May 14, 2008 12:20 am
- Forum: Closed Bugs [GZDoom]
- Topic: [r952] ZDoom crashes on startup under Linux
- Replies: 2
- Views: 298
Re: [r952] ZDoom crashes on startup under Linux
The crash is finally gone in the latest version, with the changes made on May 13.
- Sat May 03, 2008 7:33 pm
- Forum: Closed Bugs [GZDoom]
- Topic: [r955] 64-bit segmentation fault on changemap. (game saves)
- Replies: 9
- Views: 762
Re: [r955] 64-bit segmentation fault on changemap. (game saves)
I was going to say that I'm not really sure that this crash has much to do with the fact that you've compiled a 64-bit version, as I haven't even been able to start ZDoom for awhile now. (It crashes after choosing the iwad, but before bringing up video.)
So anyway, I decided to compile a version ...
So anyway, I decided to compile a version ...
- Fri May 02, 2008 11:30 pm
- Forum: Closed Bugs [GZDoom]
- Topic: [r955] 64-bit segmentation fault on changemap. (game saves)
- Replies: 9
- Views: 762
Re: [r955] 64-bit segmentation fault on changemap.
Compile a debug version of ZDoom like so:
Then, crash ZDoom again and attach the resulting zdoom-crash.log to a message.
Code: Select all
make DEBUG=1 NOASM=1- Thu May 01, 2008 9:41 pm
- Forum: Closed Bugs [GZDoom]
- Topic: [r953] 'FMODStreamCapsule::Ended' will be initialized after
- Replies: 0
- Views: 233
[r953] 'FMODStreamCapsule::Ended' will be initialized after
Compiling fmodsound.cpp: [OK]
src/sound/fmodsound.cpp: In constructor 'FMODStreamCapsule::FMODStreamCapsule(FMOD::Sound*, FMODSoundRenderer*, const char*)':
src/sound/fmodsound.cpp:521: warning: 'FMODStreamCapsule::Ended' will be initialized after
src/sound/fmodsound.cpp:520: warning: 'FString ...
src/sound/fmodsound.cpp: In constructor 'FMODStreamCapsule::FMODStreamCapsule(FMOD::Sound*, FMODSoundRenderer*, const char*)':
src/sound/fmodsound.cpp:521: warning: 'FMODStreamCapsule::Ended' will be initialized after
src/sound/fmodsound.cpp:520: warning: 'FString ...