Search found 1442 matches

by cybersphinx
18 Feb 2007, 11:40
Forum: Bug reporting
Topic: installing on 64-bit linux (failing with autopackage and compiling)
Replies: 21
Views: 21682

Re: installing on 64-bit linux (failing with autopackage and compiling)

Code: Select all

/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
Sounds like your includes are messed up somehow.
by cybersphinx
15 Feb 2007, 13:45
Forum: Technical Help / Troubleshooting
Topic: MP Prob On Maps w/ Lots of "Events", 2+ TT Height & Zoom
Replies: 34
Views: 15076

Re: Problem In MP On Certain Maps with Lots of H2O & Extreme Verticality

Hm, a short test didn't crash it... Perhaps someone with the Windows version should try to reproduce it...
by cybersphinx
15 Feb 2007, 13:41
Forum: Bug reporting
Topic: Yellow Screen with the blank text
Replies: 10
Views: 7790

Re: Yellow Screen with the blank text

Yeah, I found a post here , and some SVN revisions (67 seemed to introduce the bug, 266, 304, 329, and 330 fixed it). https://gna.org/bugs/index.php?6735 has a savegame attached, that hangs at the second intelligence window... The question is, how compatible are savegames between releases? I saved t...
by cybersphinx
15 Feb 2007, 12:37
Forum: Website feedback
Topic: happypenguin.org rate-o-matic
Replies: 2
Views: 3449

happypenguin.org rate-o-matic

I just discovered this feature of the Linux Game Tome: http://happypenguin.org/rateomatic?Warzone%202100 Could perhaps be put on the review page. The HTML code is below. <a href="http://happypenguin.org/show?Warzone%202100"> <img src="http://happypenguin.org/rateomatic?Warzone%202100&...
by cybersphinx
15 Feb 2007, 11:51
Forum: Technical Help / Troubleshooting
Topic: MP Prob On Maps w/ Lots of "Events", 2+ TT Height & Zoom
Replies: 34
Views: 15076

Re: Problem In MP On Certain Maps with Lots of H2O & Extreme Verticality

* Attatched .rar has 2 crash reports for Pumpkin's "Ziggurat" Map (T-3, maxed ai): 2 different locations, Debug enabled and not. Both crashes are at the same position as the first, so it's the same problem. Load 11000 from somewhere in memory, multiply by 16 and then divide by zero... * N...
by cybersphinx
15 Feb 2007, 11:49
Forum: Bug reporting
Topic: Yellow Screen with the blank text
Replies: 10
Views: 7790

Re: Yellow Screen with the blank text

What kind of issues? I couldn't find anything on the mailing list, any pointer when that was?
by cybersphinx
15 Feb 2007, 00:44
Forum: Bug reporting
Topic: Yellow Screen with the blank text
Replies: 10
Views: 7790

Re: Yellow Screen with the blank text

Simple solution: in src/seqdisp.c:514 add an immediate "return FALSE;" to seq_UpdateFullScreenVideo. No crashes here. The difficult part is finding out what parts of the sequence stuff are now useless.

EDIT: return TRUE in seq_StartFullScreenVideo (src/seqdisp.c:402) works better.
by cybersphinx
14 Feb 2007, 21:53
Forum: Technical Help / Troubleshooting
Topic: MP Prob On Maps w/ Lots of "Events", 2+ TT Height & Zoom
Replies: 34
Views: 15076

Re: Problem In MP On Certain Maps with Lots of H2O & Extreme Verticality

* Hmmm... how about an email with an earlier, prototype, save-game ? If it's possible to reproduce the crash with that. Oh, or the other way round: Have you tested Causeway, does that crash for you? If it does, trying another map is probably pointless, since both dev and I couldn't get Causeway to ...
by cybersphinx
14 Feb 2007, 21:49
Forum: Addon discussions
Topic: NTW MOD for 1.10
Replies: 9
Views: 8538

Re: NTW MOD for 1.10

Right.
by cybersphinx
14 Feb 2007, 20:10
Forum: Technical Help / Troubleshooting
Topic: MP Prob On Maps w/ Lots of "Events", 2+ TT Height & Zoom
Replies: 34
Views: 15076

Re: Problem In MP On Certain Maps with Lots of H2O & Extreme Verticality

Ah, yeah, forgot that: Is there a way to get debug info into the exe? Not a full debug version, since that'll die on asserts as soon as you look funny at it, but just the debug symbols. Can gcc create debug info Windows can use?
by cybersphinx
14 Feb 2007, 20:09
Forum: Bug reporting
Topic: Yellow Screen with the blank text
Replies: 10
Views: 7790

Re: Yellow Screen with the blank text

What kind of crashes? Easy to reproduce? Any links to older discussions of that?
by cybersphinx
14 Feb 2007, 20:01
Forum: Technical Help / Troubleshooting
Topic: MP Prob On Maps w/ Lots of "Events", 2+ TT Height & Zoom
Replies: 34
Views: 15076

Re: Problem In MP On Certain Maps with Lots of H2O & Extreme Verticality

Can you post a map file where we can reproduce that problem? Judging from the screenshots in the other thread the mountains are quite steep, and the Causeway map in this thread seems quite flat in comparison, and looking at incomplete assembly code probably won't get us far (me, anyway). The rest ar...
by cybersphinx
14 Feb 2007, 15:45
Forum: Bug reporting
Topic: Yellow Screen with the blank text
Replies: 10
Views: 7790

Re: Yellow Screen with the blank text

That's where the videos were shown, just press escape to get by it. (Should probably be removed, since we don't have videos to play, and the subtitles are shown in the box afterwards again...)
by cybersphinx
14 Feb 2007, 15:42
Forum: Development
Topic: Looking to join the redevelopment project.
Replies: 5
Views: 3657

Re: Looking to join the redevelopment project.

Stormkeeper wrote:So ... If you need me to help, just tell me what to do.
Heh... read the code, and then tell us what you think you can do...