Custom commands/packets on windows 7

Results 1 to 3 of 3
  1. #1
    Account Upgraded | Title Enabled! jewness12 is offline
    MemberRank
    Aug 2009 Join Date
    213Posts

    Custom commands/packets on windows 7

    Whenever my players in the server use a custom command that sends a packet to the server they crash.
    This happens ONLY on windows 7~
    works perfectly fine for XP users.

    How the hell can I fix that?


  2. #2

    Re: Custom commands/packets on windows 7

    Check for DEP with GetSystemDEPPolicy() on the player's PC; it usually is the cause of client crashes.

  3. #3
    Account Upgraded | Title Enabled! jewness12 is offline
    MemberRank
    Aug 2009 Join Date
    213Posts

    Re: Custom commands/packets on windows 7

    Quote Originally Posted by Linear88 View Post
    Check for DEP with GetSystemDEPPolicy() on the player's PC; it usually is the cause of client crashes.
    Tested on a win7 player, I used GetSystemDEPPolicy and the return code was 2.
    Code:
    OptIn (2) On systems with processors that are capable of hardware-enforced DEP, DEP is automatically enabled only for operating system components. This is the default setting for client versions of Windows. DEP can be explicitly enabled for selected applications or the current process.
    He still crashes when he uses the commands

    == edit ==
    turned DEP to AlwaysOff (0), still crashes.
    Last edited by jewness12; 24-06-11 at 08:46 PM.



Advertisement