chaos game bug

Archive of previous bugs that have since been fixed
JettJackson
Fledgling Spam Artist
Posts: 3572
Joined: Tue Mar 01, 2005 12:38 am
Location: Eastpointe MI

chaos game bug

Post by JettJackson »

Fatal error: Call to undefined function time_nanosleep() in /var/www/localhost/engine/Default/trader_attack_processing.php on line 14

occurred when firing on a ship
also following this was like a bunch of multi action pages
Lead: Sesame Street, Rogue Squad

Co-Lead: Suckas, Black Sun Ascending, Wraith Squadron, Fool's Errend, Team Poker, The Phantom Order, Toxic #5

Member of: Team Pup and Suds, Nintendo Power, System Failure, Crusaders, new dawn, Cereal Killers, Armory, Armory V2, _-=`Perfection`=-_, The Guild, Ragnarok, Heimdall, United Rebels, ilLegitimate Basterds

I've seen and done it all
Page
SMR Coder
Posts: 1779
Joined: Sat Dec 07, 2002 9:17 pm

Re: chaos game bug

Post by Page »

That's a weird bug because time_nanosleep() is built into php (except on windows, but I was under the impression the server was linux). The multiple action errors after are to be expected because your lock wasn't released due to the fatal error (other errors do release the lock but a fatal one can't really be caught and handled unfortunately).
Post Reply