Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.71 KB | None | 0 0
  1. Error invoking callback for event dqd36JWLRC72k8FDttZ5adUKwvwq9n9m: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
  2.  
  3.  
  4.  
  5. at AntiLynxR5S.AntiLynxR5.method_1 (CitizenFX.Core.Player source) [0x0006a] in <85d68edd67b44cd5a348e800934fff49>:0
  6.  
  7.  
  8.  
  9. at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  10.  
  11.  
  12.  
  13. at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <fbc4ec45371543bfba3678ebb82caf6d>:0
  14.  
  15.  
  16.  
  17. Exception_EndOfInnerExceptionStack
  18.  
  19.  
  20.  
  21. at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00083] in <fbc4ec45371543bfba3678ebb82caf6d>:0
  22.  
  23.  
  24.  
  25. at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <fbc4ec45371543bfba3678ebb82caf6d>:0
  26.  
  27.  
  28.  
  29. at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x000e7] in <fbc4ec45371543bfba3678ebb82caf6d>:0
  30.  
  31.  
  32.  
  33. at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00008] in <fbc4ec45371543bfba3678ebb82caf6d>:0
  34.  
  35.  
  36.  
  37. at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in <fbc4ec45371543bfba3678ebb82caf6d>:0
  38.  
  39.  
  40.  
  41. at CitizenFX.Core.EventHandlerEntry.Invoke (System.String sourceString, System.Object[] args) [0x00064] in C:\gl\builds\4ff63adb\0\cfx\fivem\code\client\clrcore\EventHandlerDictionary.cs:89
  42.  
  43. Sending player (2) ELS data
  44.  
  45. [vRP] 178.157.229.202 disconnected (user_id = 2791)
  46.  
  47. Sending heartbeat to https://servers-ingress-live.fivem.net/ingress
  48.  
  49. Sending player (4) ELS data
  50.  
  51. Sending player (1) ELS data
  52.  
  53. Sending player (3) ELS data
  54.  
  55. [vRP] 86.52.105.206 disconnected (user_id = 187)
  56.  
  57. Sending heartbeat to https://servers-ingress-live.fivem.net/ingress
  58.  
  59. InvokeNative: execution failed: Argument at index 1 was null.
  60.  
  61. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  62.  
  63. InvokeNative: execution failed: Argument at index 1 was null.
  64.  
  65. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  66.  
  67. InvokeNative: execution failed: Argument at index 1 was null.
  68.  
  69. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  70.  
  71. InvokeNative: execution failed: Argument at index 1 was null.
  72.  
  73. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  74.  
  75. InvokeNative: execution failed: Argument at index 1 was null.
  76.  
  77. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  78.  
  79. InvokeNative: execution failed: Argument at index 1 was null.
  80.  
  81. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  82.  
  83. InvokeNative: execution failed: Argument at index 1 was null.
  84.  
  85. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  86.  
  87. InvokeNative: execution failed: Argument at index 1 was null.
  88.  
  89. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  90.  
  91. InvokeNative: execution failed: Argument at index 1 was null.
  92.  
  93. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  94.  
  95. InvokeNative: execution failed: Argument at index 1 was null.
  96.  
  97. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  98.  
  99. InvokeNative: execution failed: Argument at index 1 was null.
  100.  
  101. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  102.  
  103. SCRIPT ERROR: @vrp/modules/group.lua:135: bad argument #1 to 'sub' (string expected, got nil)
  104.  
  105. > f (@vrp/modules/group.lua:135)
  106.  
  107. > handler (- Proxy interface system, used to add/call functions between resources
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115. local Debug = module("lib/Debug")
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123. local Proxy = {}
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131. local proxy_rdata = {}
  132.  
  133.  
  134.  
  135. local function proxy_callback(rvalues) -- save returned values, TriggerEvent is synchronous
  136.  
  137.  
  138.  
  139. proxy_rdata = rvalues
  140.  
  141.  
  142.  
  143. end
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151. local function proxy_resolve(itable,key)
  152.  
  153.  
  154.  
  155. local iname = getmetatable(itable).name
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163. -- generate access function
  164.  
  165.  
  166.  
  167. local fcall = function(args,callback)
  168.  
  169.  
  170.  
  171. if args == nil then
  172.  
  173.  
  174.  
  175. args = {}
  176.  
  177.  
  178.  
  179. end
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187. TriggerEvent(iname..":proxy",key,args,proxy_callback)
  188.  
  189.  
  190.  
  191. return table.unpack(proxy_rdata) -- returns
  192.  
  193.  
  194.  
  195. end
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203. itable[key] = fcall -- add generated call to table (optimization)
  204.  
  205.  
  206.  
  207. return fcall
  208.  
  209.  
  210.  
  211. end
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219. --- Add event handler to call interface functions (can be called multiple times for the same interface name with different tables)
  220.  
  221.  
  222.  
  223. function Proxy.addInterface(name, itable)
  224.  
  225.  
  226.  
  227. AddEventHandler(name..":proxy",function(member,args,callback)
  228.  
  229.  
  230.  
  231. if Debug.active then
  232.  
  233.  
  234.  
  235. Debug.pbegin("proxy_"..name..":"..member.." "..json.encode(Debug.safeTableCopy(args)))
  236.  
  237.  
  238.  
  239. end
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247. local f = itable[member]
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255. if type(f) == "function" then
  256.  
  257.  
  258.  
  259. callback({f(table.unpack(args))}) -- call function with and return values through callback
  260.  
  261.  
  262.  
  263. -- CancelEvent() -- cancel event doesn't seem to cancel the event for the other handlers, but if it does, uncomment this
  264.  
  265.  
  266.  
  267. else
  268.  
  269.  
  270.  
  271. print("error: proxy call "..name..":"..member.." not found")
  272.  
  273.  
  274.  
  275. end
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283. if Debug.active then
  284.  
  285.  
  286.  
  287. Debug.pend()
  288.  
  289.  
  290.  
  291. end
  292.  
  293.  
  294.  
  295. end)
  296.  
  297.  
  298.  
  299. end
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307. function Proxy.getInterface(name)
  308.  
  309.  
  310.  
  311. local r = setmetatable({},{ __index = proxy_resolve, name = name })
  312.  
  313.  
  314.  
  315. return r
  316.  
  317.  
  318.  
  319. end
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327. return Proxy
  328.  
  329.  
  330.  
  331. :39)
  332.  
  333. > hasPermission (- Proxy interface system, used to add/call functions between resources
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341. local Debug = module("lib/Debug")
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349. local Proxy = {}
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357. local proxy_rdata = {}
  358.  
  359.  
  360.  
  361. local function proxy_callback(rvalues) -- save returned values, TriggerEvent is synchronous
  362.  
  363.  
  364.  
  365. proxy_rdata = rvalues
  366.  
  367.  
  368.  
  369. end
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377. local function proxy_resolve(itable,key)
  378.  
  379.  
  380.  
  381. local iname = getmetatable(itable).name
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389. -- generate access function
  390.  
  391.  
  392.  
  393. local fcall = function(args,callback)
  394.  
  395.  
  396.  
  397. if args == nil then
  398.  
  399.  
  400.  
  401. args = {}
  402.  
  403.  
  404.  
  405. end
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413. TriggerEvent(iname..":proxy",key,args,proxy_callback)
  414.  
  415.  
  416.  
  417. return table.unpack(proxy_rdata) -- returns
  418.  
  419.  
  420.  
  421. end
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429. itable[key] = fcall -- add generated call to table (optimization)
  430.  
  431.  
  432.  
  433. return fcall
  434.  
  435.  
  436.  
  437. end
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445. --- Add event handler to call interface functions (can be called multiple times for the same interface name with different tables)
  446.  
  447.  
  448.  
  449. function Proxy.addInterface(name, itable)
  450.  
  451.  
  452.  
  453. AddEventHandler(name..":proxy",function(member,args,callback)
  454.  
  455.  
  456.  
  457. if Debug.active then
  458.  
  459.  
  460.  
  461. Debug.pbegin("proxy_"..name..":"..member.." "..json.encode(Debug.safeTableCopy(args)))
  462.  
  463.  
  464.  
  465. end
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473. local f = itable[member]
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481. if type(f) == "function" then
  482.  
  483.  
  484.  
  485. callback({f(table.unpack(args))}) -- call function with and return values through callback
  486.  
  487.  
  488.  
  489. -- CancelEvent() -- cancel event doesn't seem to cancel the event for the other handlers, but if it does, uncomment this
  490.  
  491.  
  492.  
  493. else
  494.  
  495.  
  496.  
  497. print("error: proxy call "..name..":"..member.." not found")
  498.  
  499.  
  500.  
  501. end
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509. if Debug.active then
  510.  
  511.  
  512.  
  513. Debug.pend()
  514.  
  515.  
  516.  
  517. end
  518.  
  519.  
  520.  
  521. end)
  522.  
  523.  
  524.  
  525. end
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533. function Proxy.getInterface(name)
  534.  
  535.  
  536.  
  537. local r = setmetatable({},{ __index = proxy_resolve, name = name })
  538.  
  539.  
  540.  
  541. return r
  542.  
  543.  
  544.  
  545. end
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553. return Proxy
  554.  
  555.  
  556.  
  557. :21)
  558.  
  559. > handler (@vrp-chat/server.lua:72)
  560.  
  561. > handler (@chat/sv_chat.lua:24)
  562.  
  563. have3: andersbk
  564.  
  565. InvokeNative: execution failed: Argument at index 1 was null.
  566.  
  567. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  568.  
  569. InvokeNative: execution failed: Argument at index 1 was null.
  570.  
  571. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  572.  
  573. InvokeNative: execution failed: Argument at index 1 was null.
  574.  
  575. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  576.  
  577. InvokeNative: execution failed: Argument at index 1 was null.
  578.  
  579. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  580.  
  581. InvokeNative: execution failed: Argument at index 1 was null.
  582.  
  583. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  584.  
  585. InvokeNative: execution failed: Argument at index 1 was null.
  586.  
  587. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  588.  
  589. InvokeNative: execution failed: Argument at index 1 was null.
  590.  
  591. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  592.  
  593. InvokeNative: execution failed: Argument at index 1 was null.
  594.  
  595. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  596.  
  597. InvokeNative: execution failed: Argument at index 1 was null.
  598.  
  599. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  600.  
  601. InvokeNative: execution failed: Argument at index 1 was null.
  602.  
  603. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  604.  
  605. InvokeNative: execution failed: Argument at index 1 was null.
  606.  
  607. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  608.  
  609. InvokeNative: execution failed: Argument at index 1 was null.
  610.  
  611. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  612.  
  613. InvokeNative: execution failed: Argument at index 1 was null.
  614.  
  615. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  616.  
  617. InvokeNative: execution failed: Argument at index 1 was null.
  618.  
  619. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  620.  
  621. InvokeNative: execution failed: Argument at index 1 was null.
  622.  
  623. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  624.  
  625. InvokeNative: execution failed: Argument at index 1 was null.
  626.  
  627. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  628.  
  629. InvokeNative: execution failed: Argument at index 1 was null.
  630.  
  631. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  632.  
  633. InvokeNative: execution failed: Argument at index 1 was null.
  634.  
  635. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  636.  
  637. InvokeNative: execution failed: Argument at index 1 was null.
  638.  
  639. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  640.  
  641. InvokeNative: execution failed: Argument at index 1 was null.
  642.  
  643. SCRIPT ERROR: Execution of native 000000002f7a49e6 in script host failed.
  644.  
  645. Sending heartbeat to https://servers-ingress-live.fivem.net/ingress
  646.  
  647. QUEUE: VOLDCS[steam:1100001135e47f2] was placed 1/1 in queue
  648.  
  649. [vRP] VOLDCS (176.20.254.250) joined (user_id = 2815)
  650.  
  651. generateStringNumber 19410A
  652.  
  653. generateRegistrationNumber 19410A
  654.  
  655. playerJoin 19410A
  656.  
  657. generateStringNumber 35566164
  658.  
  659. generateStringNumber 30678538
  660.  
  661. generateStringNumber 79951428
  662.  
  663. generateStringNumber 27899632
  664.  
  665. QUEUE: VOLDCS[steam:1100001135e47f2] is loading into the server
  666.  
  667. generateStringNumber 28030600
  668.  
  669. generateStringNumber 92256874
  670.  
  671. generateStringNumber 27449715
  672.  
  673. generateStringNumber 37653124
  674.  
  675. generateStringNumber 85973164
  676.  
  677. generateStringNumber 06519196
  678.  
  679. generateStringNumber 34096188
  680.  
  681. generateStringNumber 51184157
  682.  
  683. generateStringNumber 42567741
  684.  
  685. generateStringNumber 38056419
  686.  
  687. generateStringNumber 95343834
  688.  
  689. generateStringNumber 29275178
  690.  
  691. generateStringNumber 35809505
  692.  
  693. generateStringNumber 18661811
  694.  
  695. [vRP] have3 (86.52.105.206) joined (user_id = 187)
  696.  
  697. QUEUE: have3[license:9791644f49f027a98a238edc761e746ca0038758] was placed 1/1 in queue
  698.  
  699. QUEUE: have3[license:9791644f49f027a98a238edc761e746ca0038758] is loading into the server
  700.  
  701. Sending heartbeat to https://servers-ingress-live.fivem.net/ingress
  702.  
  703. Sending heartbeat to https://servers-ingress-live.fivem.net/ingress
  704.  
  705. QUEUE: Jakob[license:90ded8519647b34cf0e9e9de98e5c78bb7efacee] was placed 1/1 in queue
  706.  
  707. [vRP] Jakob (185.109.65.154) joined (user_id = 2816)
  708.  
  709. generateStringNumber 23178S
  710.  
  711. generateRegistrationNumber 23178S
  712.  
  713. playerJoin 23178S
  714.  
  715. generateStringNumber 67210088
  716.  
  717. generateStringNumber 21501476
  718.  
  719. generateStringNumber 50426242
  720.  
  721. generateStringNumber 55615969
  722.  
  723. generateStringNumber 13194906
  724.  
  725. QUEUE: Jakob[license:90ded8519647b34cf0e9e9de98e5c78bb7efacee] is loading into the server
  726.  
  727. generateStringNumber 04908227
  728.  
  729. generateStringNumber 42664456
  730.  
  731. generateStringNumber 88675317
  732.  
  733. generateStringNumber 59216653
  734.  
  735. generateStringNumber 40766681
  736.  
  737. generateStringNumber 58967069
  738.  
  739. generateStringNumber 35311887
  740.  
  741. generateStringNumber 13006854
  742.  
  743. generateStringNumber 42451373
  744.  
  745. generateStringNumber 89873910
  746.  
  747. generateStringNumber 75690863
  748.  
  749. generateStringNumber 15229561
  750.  
  751. generateStringNumber 43475365
  752.  
  753. generateStringNumber 63071684
  754.  
  755. generateStringNumber 74375396
  756.  
  757. generateStringNumber 13179603
  758.  
  759. generateStringNumber 06188578
  760.  
  761. generateStringNumber 01762016
  762.  
  763. generateStringNumber 33368856
  764.  
  765. generateStringNumber 79164218
  766.  
  767. generateStringNumber 04535231
  768.  
  769. generateStringNumber 81278776
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement