Official 5165 FAQ/Question thread

06/15/2011 04:07 eltamy#1936
i want the droprates.ini very classicy
like real game if any body can do that
w8ing ....
thanks....
06/17/2011 05:10 undefinedArray#1937
[Only registered and activated users can see links. Click Here To Register...]

i keep getting this error when i try logging into my server, any help?

Thanks
06/17/2011 10:46 Korvacs#1938
Read the error message then see if you can figure it out.

Also why did you use an external camera to take the picture x.x
06/17/2011 20:04 undefinedArray#1939
Quote:
Originally Posted by Korvacs View Post
Read the error message then see if you can figure it out.

Also why did you use an external camera to take the picture x.x

im guessing that i dont have the system.dll file. if so, should i just redownload the source/server folders? im gonna try it out, ill let you know if i got it.

and to be honest, i dont know how to use the printscreen button..... i press it and nothing comes up.........

Ok, it worked, had to redownload the source.

but yet i have another problem...

you have made a guide about it, but yet i still cant get it to work. [Only registered and activated users can see links. Click Here To Register...] thats the guide, but where it says release, and whether to chose x64 or x86, both the boxes are grayed out, any help? i read the posts but they were no help. and i did try out the express thing for express users, and no help from there either.

EDIT: i use Windows 7 64 bit, i know that i have to change the server so it'll work as 32xbit but im having the problem.

ok....i fixed everything thanks to your guides, i finally joined my server, but none of the commands work....i made myself GM and all but yet nothing.
06/18/2011 18:45 sitdownson#1940
Quote:
Originally Posted by undefinedArray View Post
ok....i fixed everything thanks to your guides, i finally joined my server, but none of the commands work....i made myself GM and all but yet nothing.
Try not to Tripple Post,
and as for the commands they are in PacketHandling/Chat.cs
and they should work just fine.
06/28/2011 06:05 sk8tergurl#1941
[Only registered and activated users can see links. Click Here To Register...]
07/06/2011 05:11 Spirited#1942
Quote:
Originally Posted by sk8tergurl View Post
[Only registered and activated users can see links. Click Here To Register...]
That's a very nice blank you've got there.
(image isn't loading o.o)
07/23/2011 09:40 Fredi100#1943
Everytime i wana join my server it say invalid account or password.
07/23/2011 13:14 snow118#1944
Problem me or coders cant resolve, my server keeps closing itself randomely sometimes. maybe twice in a day. Maybe 3 times, maybe not once, which is rare. But it just closes off. No exception... No errors... Nothing.. Just shuts off. Like it was never even started. Anyone have any suggestions or solutions?
07/24/2011 03:44 BaussHacker#1945
Quote:
Originally Posted by snow118 View Post
Problem me or coders cant resolve, my server keeps closing itself randomely sometimes. maybe twice in a day. Maybe 3 times, maybe not once, which is rare. But it just closes off. No exception... No errors... Nothing.. Just shuts off. Like it was never even started. Anyone have any suggestions or solutions?
PHP Code:
        static void Main()
        {
            
AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(Handle);
        }

        static 
void Handle(object senderUnhandledExceptionEventArgs e)
        {
            
FileLog GlobalExceptionLog = new FileLog("globalexceptions.txt");
            
GlobalExceptionLog.Open();
            
GlobalExceptionLog.Write("[Global Unhandled Exception - " DateTime.Now "]");
            
GlobalExceptionLog.Write("Exception:\n" e.ExceptionObject.ToString());
            
GlobalExceptionLog.End();

            
GlobalUnhandledError true;
        } 
07/25/2011 19:29 BaussHacker#1946
Quote:
Originally Posted by antulilin View Post
....
Learn to post your problem.
07/30/2011 14:27 snow118#1947
Code:
        }
        public unsafe void AddSend(COPacket Packet)
        {
            try
            {
                byte[] P = Packet.Get;
                fixed (byte* p = P)
                {
                   string TQServer = "TQServer";
                   for (int i = 0; i < 8; i++)
                     *(p + i + P.Length - 8) = Convert.ToByte(TQServer[i]);
               }
                 PacketGroup.Add(P);
               }
               catch { }
        }

Only other error ive experienced that I cant resolve is here. Any suggestions on this one? One again, stops responding an goes to this section.
08/01/2011 14:37 siGA123#1948
Ok so im just getting back into making a pserver for conquer online but i dont know what guide to follow. I was hoping to make a 5165v and then do a lot of coding to add ninjas and monks to it. But im running windows 7 and i would like a video tut. anyone know good tuts? using this source?
08/02/2011 20:13 Berserk05#1949
I found this guide to be very straightforward.
Not working for me yet though, I get the "... has encountered a problem and will close..." error on the debugger. I searched the thread and none of the fixes given seems to solve it.
08/04/2011 19:45 rouge8#1950
how do i make my self a GM ?