Jump to content

JimmyJ

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by JimmyJ

  1. JimmyJ

    Clients Crashing

    If anyone could give me help on this it would be greatly appreciated. The dump viewers I have attempted to use hasn't worked or I would try to fix this myself. This is causing people to leave my server out of frustration. If I could even be pointed in a direction it would help me. Here is the last crash: Version = 1.3.5-release-6178.0.000 Time = Tue Mar 04 21:28:35 2014 Module = Code = 0xC0000005 Offset = 0x00000073 EAX=00000000 EBX=00000001 ECX=188ECBF0 EDX=00863C40 ESI=188ECBF0 EDI=00AEF594 EBP=188BA920 ESP=0028FB7C EIP=00000073 FLG=00010246 CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B
  2. JimmyJ

    Clients Crashing

    Edit: Not sure if this is the right section because it is my server that has the issue but the clients are the ones crashing. I have this problem on my server for the last 2 weeks now, random clients keep crashing throughout the day including my self and my admins. I have watched for any kind of errors in the debug log but I don't see anything that stands out. How do you view the dump files? I tried with a couple different dump file viewers without any luck. Also, what are the differences between the private and public dump files? Here are my dump files: http://upload.mtasa.com/u/953660059/public.zip_ http://upload.mtasa.com/u/227029590/private.zip_ Here are a few of the errors from my crashes: Version = 1.3.5-release-6162.0.000 Time = Sun Mar 02 01:45:40 2014 Module = Code = 0xC0000096 Offset = 0x6C65746E EAX=0028FC18 EBX=0028FC9B ECX=18758938 EDX=00863C40 ESI=18758938 EDI=0028FCD0 EBP=00000002 ESP=0028FC00 EIP=6C65746E FLG=00210246 CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B Version = 1.3.5-release-6162.0.000 Time = Sun Mar 02 02:14:37 2014 Module = Code = 0xC0000005 Offset = 0x00000073 EAX=00000000 EBX=00000000 ECX=1D02AB20 EDX=00863C40 ESI=1D02AB20 EDI=00ACAB34 EBP=1CFA6ED0 ESP=0028FB7C EIP=00000073 FLG=00010246 CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B Version = 1.3.5-release-6162.0.000 Time = Sun Mar 02 18:06:08 2014 Module = Code = 0xC0000005 Offset = 0x00000073 EAX=00000000 EBX=00000001 ECX=17CBC870 EDX=00863C40 ESI=17CBC870 EDI=00AB8B14 EBP=17C36108 ESP=0028FB7C EIP=00000073 FLG=00010246 CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B
  3. JimmyJ

    FPS drops

    We just moved to a new server box. This was our old servers specs: CPU Intel Core2Duo E6600 2.4Ghz Western Digital 250GB SATA Intel DG33BU 4 x Kingston 1GB DDR2 667 Bandwidth 2000GB per month windows 2003 New servers specs: Intel Xeon E3 1230 8 GB DDR3 500 GB hard drive 10TB of bandwidth windows 2012 So here's my problem. Our old server box had its issues but most the time it ran the game great. Main reasons for moving is we were hitting our bandwidth cap and we would max out the cpu from time to time (dayz item refresh would take forever!). The major problem we are now having with our new box is the fps seems to be very unstable for people. I myself have had it go down to less then 5 several times and makes all the huds blink. These files are the same files we had on our old server with only very minor changes. What can be causing these crazy fps spikes? The fps is set to 70 max which is the same thing we had on our old server.
  4. Wow, this alone will be a big improvement. Thanks man!
  5. That would be great! Just let me know what you would need. Thank you so much man.
  6. If there is any paid scripters reading this, I'm just curious on how much you would charge for something like this?
  7. Hi, I was wondering how I would go about making it so zombies could be ran over by cars in MTA DayZ. We bought the scripts from -ffs-Sniper and Woovie (ether of you can pm me to verify), so we do have access to the scripts to make the necessary changes. As of right now when you run in to a zombie with a car it feels like you just ran in to a brick wall but I would like to make so it behaves the same as if you run over a regular player. I do have a little programming experience but I need a little guidance on how I would go about doing this.
  8. to use the /vsp command you need to first type this /add admin NICKNAMEHERE This will also show your name as one of the staff members in the server. Need to warn you though. This duplicates all vehicles, so sometimes they might blow up when you go near them since there could be 2 vehicles inside each other. When you use this command it doesn't delete the vehicles that are already in the game and when shutting down dayz it grabs all vehicle elements and saves them, so its permanent unless you manually clear them from the database. Edit: the command is actually /svp which is another reason why it wasn't working.
  9. We have over 1000 people Is there any way to have mta search the database using something like this and have it return the results? select serial, count(*) from accounts group by serial having count(*) > 1
  10. Yes, the default one.
  11. But is there a way to check the whole serial column to see if a serial already exists and return a true or false value?
  12. Is there a way to check if a serial already exists in the database? I want to prevent multiple accounts from a single player but I am having trouble finding a way to check.
×
×
  • Create New...