GangsterAngel Posted December 22, 2004 Share Posted December 22, 2004 Hey guys, got some issues. my game compleetly freezes soon as the level loads, and dose that anoying echo sound thing, , the problem is somthing to do with the client dll because i can revert to a old client dll and it works, but if i compile a fresh un edited client dll it still freezes, only changed ive made to it was RGB sabers, and it worked, but then i was working on a grapple line and somehow without editing the client code the client DLL screwed up. so naturaly i figure its somthing to do with BG , so i revert back to a old version ( that worked ) , of 'GAME' , still freezes !!?!?!?!?!! , and yes, ive Cleand it all. ,, This makes NO sence , its driving me nuts, Link to comment Share on other sites More sharing options...
razorace Posted December 22, 2004 Share Posted December 22, 2004 You got an infinite loop in some of your code. The easiest way to figure it out is to run your game in a debugger and then debug break when you get stuck in the loop. That will drop you into the code where the loop is occurring. Link to comment Share on other sites More sharing options...
stubert Posted December 22, 2004 Share Posted December 22, 2004 are you using the universal / linux source? i had to change the name of a client side function that had to do with third person pov cause it conflicted with the name of a .net stock function Link to comment Share on other sites More sharing options...
razorace Posted December 29, 2004 Share Posted December 29, 2004 really? which one? Link to comment Share on other sites More sharing options...
recombinant Posted January 11, 2005 Share Posted January 11, 2005 ...and why would a .net function get in the way of a standard C application in the first place? something sounds fizzhy. Link to comment Share on other sites More sharing options...
razorace Posted January 11, 2005 Share Posted January 11, 2005 Would .net stuff even work in an C application? Link to comment Share on other sites More sharing options...
recombinant Posted January 11, 2005 Share Posted January 11, 2005 no. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.