pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Another bug


From: Ingo Ruhnke
Subject: Re: Another bug
Date: 25 Oct 2002 17:17:08 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Jorrit Tyberghein <address@hidden> writes:

> I often have this problem:
> 
> [Warning] Controller: No scroller - inserting dummy
>   <pingu-action time="159" id="4" action="climber"/>
> PingusMenuManager: detected large delta (4.29377e+006), ignoring and
> doing frameskip
> 
> Most of the times this isn't harmful. But often Pingus blocks when
> this happens.
> This has already happened three times today. Is this a known bug? I'm
> on Windows XP,
> with a GF4.

Not yet 100% what is causing this, but it might be something error in
connection with the 'unsigned int' as returned by CL_System::get_time():

#include <iostream>
unsigned int a() { return 50; }
int b() { return 10; }
int main()
{
 std::cout << b() - a() << std::endl;
}

gives:

4294967256

But it might also be something else and completly unreleated, not sure
at the moment.

-- 
WWW:      http://pingus.seul.org/~grumbel/ 
Games:    http://pingus.seul.org/~grumbel/gamedesigns/
JabberID: address@hidden 
ICQ:      59461927




reply via email to

[Prev in Thread] Current Thread [Next in Thread]