open.mp icon indicating copy to clipboard operation
open.mp copied to clipboard

Server crashes when gmx if OnOutgoingRPC is declared

Open NexiusTailer opened this issue 1 year ago • 0 comments

Describe the bug omp server crashes after gmx if Pawn.RakNet plugin is used and OnOutgoingRPC callback is declared in gamemode.

To Reproduce Steps to reproduce the behavior:

  1. Add the latest Pawn.RakNet as omp component
  2. Add this code into your gamemode:
#include <Pawn.RakNet>

public OnOutgoingRPC(playerid, rpcid, BitStream:bs)
{
	return 1;
}
  1. Launch omp server, then type "gmx" in the console

Screenshots and/or logs Here is the minidump file: omp_minidump.dmp

and server log file:

Executing Server Config...
Parsing unknown legacy option long_call_time
[15:53:09] [Info] [Pawn.RakNet] plugin v1.6.0 loading...
[15:53:09] [Info] [Pawn.RakNet] 

    | Pawn.RakNet 1.6.0 | open.mp | 2016 - 2023
    |--------------------------------------------
    | Author and maintainer: katursis


    | Compiled: Feb 12 2023 at 16:51:14
    |--------------------------------------------------------------
    | Repository: https://github.com/katursis/Pawn.RakNet/tree/omp
    |--------------------------------------------------------------
    | Wiki: https://github.com/katursis/Pawn.RakNet/wiki

[15:53:10] [Info] Loading plugin: crashdetect
[15:53:10] [Info]   CrashDetect plugin 4.22
[15:53:10] [Info] Legacy Network started on port 7777
[15:53:13] [Info] [debug] Server crashed due to an unknown error
[15:53:13] [Info] [debug] Native backtrace:
[15:53:13] [Info] [debug] #0 7377d329 in ?? () in plugins\crashdetect.DLL
[15:53:13] [Info] [debug] #1 73787a25 in ?? () in plugins\crashdetect.DLL
[15:53:13] [Info] [debug] #2 73782abc in ?? () in plugins\crashdetect.DLL
[15:53:13] [Info] [debug] #3 739231c0 in ?? () in components\pawnraknet.dll
[15:53:13] [Info] [debug] #4 73947456 in ?? () in components\pawnraknet.dll
[15:53:13] [Info] [debug] #5 7394981d in ?? () in components\pawnraknet.dll
[15:53:13] [Info] [debug] #6 73923c0b in ?? () in components\pawnraknet.dll
[15:53:13] [Info] [debug] #7 7392c639 in ?? () in components\pawnraknet.dll
[15:53:13] [Info] [debug] #8 73929094 in ?? () in components\pawnraknet.dll
[15:53:13] [Info] [debug] #9 73929001 in ?? () in components\pawnraknet.dll
[15:53:13] [Info] [debug] #10 739302c7 in ?? () in components\pawnraknet.dll
[15:53:13] [Info] [debug] #11 73bf2216 in ?? () in components\LegacyNetwork.dll
[15:53:13] [Info] [debug] #12 0053bbce in ?? () in omp-server.exe
[15:53:13] [Info] [debug] #13 0053711d in ?? () in omp-server.exe
[15:53:13] [Info] [debug] #14 739c70e5 in ?? () in components\Pawn.dll
[15:53:13] [Info] [debug] #15 739c8c1b in ?? () in components\Pawn.dll
[15:53:13] [Info] [debug] #16 0050fe2e in ?? () in omp-server.exe
[15:53:13] [Info] [debug] #17 005092a6 in ?? () in omp-server.exe
[15:53:13] [Info] [debug] #18 0072ea90 in ?? () in omp-server.exe
[15:53:13] [Info] [debug] #19 7618fcc9 in ?? () in C:\WINDOWS\System32\KERNEL32.DLL
[15:53:13] [Info] [debug] #20 7789809e in ?? () in C:\WINDOWS\SYSTEM32\ntdll.dll
[15:53:13] [Info] [debug] #21 7789806e in ?? () in C:\WINDOWS\SYSTEM32\ntdll.dll
[15:53:13] [Info] [debug] Registers:
[15:53:13] [Info] [debug] EAX: 00000000 EBX: 0000586c ECX: 00000000 EDX: 00001888
[15:53:13] [Info] [debug] ESI: 00000000 EDI: 0299a794 EBP: 004fef4c ESP: 004fef2c
[15:53:13] [Info] [debug] EIP: 7377d329 EFLAGS: 00210206
[15:53:13] [Info] [debug] Stack:
[15:53:13] [Info] [debug] ESP+00000000: 032334c8 004ff000 004ff0f0 004fef98
[15:53:13] [Info] [debug] ESP+00000020: 004fefb4 73787a25 032334c8 032334c8
[15:53:13] [Info] [debug] ESP+00000040: 00ac678c 00b94c28 032334c8 04e20194
[15:53:13] [Info] [debug] ESP+00000060: 0000004c 0299a740 00001888 00005884
[15:53:13] [Info] [debug] ESP+00000080: 00000000 00001888 004fefcc 73782abc
[15:53:13] [Info] [debug] ESP+000000a0: 004ff0b8 739231c0 032334c8 004ff188
[15:53:13] [Info] [debug] ESP+000000c0: 00000001 00a801cc 778b8014 004ff1ac
[15:53:13] [Info] [debug] ESP+000000e0: 00b94c00 004ff034 77875efe 00000064
[15:53:13] [Info] [debug] ESP+00000100: 003c0027 00ae9768 00ae9aa8 00ae85e8
[15:53:13] [Info] [debug] ESP+00000120: 00000000 00000000 00000000 ffffffff
[15:53:13] [Info] [debug] ESP+00000140: 00000000 00ae9aa8 004ff084 7395347a
[15:53:13] [Info] [debug] ESP+00000160: 00ae9aa8 004ff0a4 7394dd6d 00ae9aa8
[15:53:13] [Info] [debug] ESP+00000180: 004ff1c8 7396d3a9 ffffffff 004ff1d4
[15:53:13] [Info] [debug] ESP+000001a0: 261b9c10 029a452c 004ff44c 7397c168
[15:53:13] [Info] [debug] ESP+000001c0: 00000000 7397c0dc 00000000 00000000
[15:53:13] [Info] [debug] ESP+000001e0: 004ff104 004ff108 00000000 00000000
[15:53:13] [Info] [debug] ESP+00000200: 00000000 773415d0 00000000 00000000
[15:53:13] [Info] [debug] ESP+00000220: 00000000 00000000 00000201 00000006
[15:53:13] [Info] [debug] ESP+00000240: 00000000 00ae9aa8 00000000 004ff0f0
[15:53:13] [Info] [debug] ESP+00000260: 004ff44c 00000028 03a4af80 00000000
[15:53:13] [Info] [debug] ESP+00000280: 03a4af80 00000000 00000000 00000000
[15:53:13] [Info] [debug] ESP+000002a0: 7396d4d0 00000001 004ff1ec 7394981d
[15:53:13] [Info] [debug] ESP+000002c0: 004ff310 73923c0b 029a452c ffffffff
[15:53:13] [Info] [debug] ESP+000002e0: 03a6d7a8 00000000 00000000 00000000
[15:53:13] [Info] [debug] ESP+00000300: 00ab0000 00000000 00000000 00000000
[15:53:13] [Info] [debug] ESP+00000320: 00000000 00b1e608 00000007 00000000
[15:53:13] [Info] [debug] ESP+00000340: 00ab0000 00000000 004ff294 77873d36
[15:53:13] [Info] [debug] ESP+00000360: 00000000 00000000 a3a4f517 772508ce
[15:53:13] [Info] [debug] ESP+00000380: 77341d60 773411a8 00000060 00000001
[15:53:13] [Info] [debug] ESP+000003a0: 00000028 00000004 000002b4 778684f8
[15:53:13] [Info] [debug] ESP+000003c0: 773411dc 00000000 00000000 002c002c
[15:53:13] [Info] [debug] ESP+000003e0: ffffffff 004ff324 7392c639 ffffffff
[15:53:13] [Info] [debug] Loaded modules:
[15:53:13] [Info] [debug] 00500000 - 007e0000 omp-server.exe
[15:53:13] [Info] [debug] 77830000 - 779d4000 ntdll.dll
[15:53:13] [Info] [debug] 76170000 - 76260000 KERNEL32.DLL
[15:53:13] [Info] [debug] 77140000 - 7737f000 KERNELBASE.dll
[15:53:13] [Info] [debug] 75820000 - 75883000 WS2_32.dll
[15:53:13] [Info] [debug] 75890000 - 7594c000 RPCRT4.dll
[15:53:13] [Info] [debug] 76530000 - 76b0a000 SHELL32.dll
[15:53:13] [Info] [debug] 76f90000 - 7700b000 msvcp_win.dll
[15:53:13] [Info] [debug] 77670000 - 77790000 ucrtbase.dll
[15:53:13] [Info] [debug] 774b0000 - 7764d000 USER32.dll
[15:53:13] [Info] [debug] 76380000 - 76398000 win32u.dll
[15:53:13] [Info] [debug] 763e0000 - 76403000 GDI32.dll
[15:53:13] [Info] [debug] 76b10000 - 76bf5000 gdi32full.dll
[15:53:13] [Info] [debug] 75c30000 - 75d2e000 CRYPT32.dll
[15:53:13] [Info] [debug] 757a0000 - 7581e000 ADVAPI32.dll
[15:53:13] [Info] [debug] 773e0000 - 7749f000 msvcrt.dll
[15:53:13] [Info] [debug] 74700000 - 74728000 WINMM.dll
[15:53:13] [Info] [debug] 76450000 - 764c8000 sechost.dll
[15:53:13] [Info] [debug] 73ef0000 - 73f5d000 MSVCP140.dll
[15:53:13] [Info] [debug] 746e0000 - 746f5000 VCRUNTIME140.dll
[15:53:13] [Info] [debug] 76260000 - 76279000 bcrypt.dll
[15:53:13] [Info] [debug] 763b0000 - 763d5000 IMM32.DLL
[15:53:13] [Info] [debug] 73ec0000 - 73ee2000 Actors.dll
[15:53:13] [Info] [debug] 73ea0000 - 73ebc000 Checkpoints.dll
[15:53:13] [Info] [debug] 73e80000 - 73e9f000 Classes.dll
[15:53:13] [Info] [debug] 73e40000 - 73e71000 Console.dll
[15:53:13] [Info] [debug] 73dd0000 - 73e3d000 CustomModels.dll
[15:53:13] [Info] [debug] 73d00000 - 73dc7000 Databases.dll
[15:53:13] [Info] [debug] 73ce0000 - 73cfd000 Dialogs.dll
[15:53:13] [Info] [debug] 73cb0000 - 73cd1000 GangZones.dll
[15:53:13] [Info] [debug] 73c80000 - 73ca5000 LegacyConfig.dll
[15:53:13] [Info] [debug] 73bd0000 - 73c7b000 LegacyNetwork.dll
[15:53:13] [Info] [debug] 73ba0000 - 73bc1000 Menus.dll
[15:53:13] [Info] [debug] 73b60000 - 73b92000 Objects.dll
[15:53:13] [Info] [debug] 739c0000 - 73b5a000 Pawn.dll
[15:53:13] [Info] [debug] 75be0000 - 75c25000 SHLWAPI.dll
[15:53:13] [Info] [debug] 73920000 - 739b7000 pawnraknet.dll
[15:53:13] [Info] [debug] 738f0000 - 73911000 Pickups.dll
[15:53:13] [Info] [debug] 738c0000 - 738e9000 Recordings.dll
[15:53:13] [Info] [debug] 73890000 - 738b5000 TextDraws.dll
[15:53:13] [Info] [debug] 73860000 - 73884000 TextLabels.dll
[15:53:13] [Info] [debug] 73840000 - 73859000 Timers.dll
[15:53:13] [Info] [debug] 73820000 - 7383d000 Variables.dll
[15:53:13] [Info] [debug] 737f0000 - 7381f000 Vehicles.dll
[15:53:13] [Info] [debug] 74f90000 - 74f9f000 kernel.appcore.dll
[15:53:13] [Info] [debug] 73770000 - 737ea000 crashdetect.DLL
[15:53:13] [Info] [debug] 73710000 - 73762000 mswsock.dll
[15:53:13] [Info] [debug] 736f0000 - 73701000 napinsp.dll
[15:53:13] [Info] [debug] 736d0000 - 736e6000 pnrpnsp.dll
[15:53:13] [Info] [debug] 736c0000 - 736d0000 wshbth.dll
[15:53:13] [Info] [debug] 736a0000 - 736b6000 NLAapi.dll
[15:53:13] [Info] [debug] 73660000 - 73692000 IPHLPAPI.DLL
[15:53:13] [Info] [debug] 735d0000 - 73660000 DNSAPI.dll
[15:53:13] [Info] [debug] 774a0000 - 774a7000 NSI.dll
[15:53:13] [Info] [debug] 735c0000 - 735ce000 winrnr.dll
[15:53:13] [Info] [debug] 73560000 - 735b8000 fwpuclnt.dll
[15:53:13] [Info] [debug] 73550000 - 73558000 rasadhlp.dll
[15:53:13] [Info] [debug] 77380000 - 773df000 bcryptPrimitives.dll

Release version Latest release version, v1.3.1.2748

NexiusTailer avatar Oct 11 '24 12:10 NexiusTailer