Urban Wars
March 28, 2024, 04:49:48 am
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome, here you will find all the information on Urban Wars
 
  Home Help Search Staff List Login Register  

HOST_ERROR : recursively entered? what this mean?

Pages: [1]
  Print  
Author Topic: HOST_ERROR : recursively entered? what this mean?  (Read 3281 times)
Mexicouger
Lieutenant
*
Posts: 111


View Profile
« on: April 29, 2010, 08:29:18 am »

I get that error when I push all the fusion coils up against the wall. There's around 15 of them and I get that error when I shoot them and they explode.

Is this sprite related, or is 30 functions being called at once not supposed to happen. Actually, It would be around 80 functions being called because the effect explode emits 7 debris.
So,  15 *7 = 105. So 105 functions Shocked Is that the problem?
« Last Edit: May 04, 2010, 09:52:27 am by Mexicouger » Report Spam   Logged

Share on Facebook Share on Twitter

DukeInstinct
Administrator
Lieutenant
*****
Posts: 120


The ArchDuke


View Profile WWW
« Reply #1 on: April 29, 2010, 07:36:38 pm »

In C++ programming a recursion is something like this:

void Function1()
{
Function1();
}

So I'm assuming that the problem is a function being called too many times like you've suspected. Apparently Quake can't handle that much stuff happening in such a short time.
Report Spam   Logged



Urban Wars Coder/3d Modeler/Animator

Mexicouger
Lieutenant
*
Posts: 111


View Profile
« Reply #2 on: April 29, 2010, 08:31:30 pm »

I Thought so. I reduce dthe number of Debris that come out by 3. So it should be all good now.
Report Spam   Logged
Pages: [1]
  Print  
 
Jump to:  


Get your own Chat Box! Go Large!
Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum

Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy