[Plugin] Timer Fix
#31

Quote:
Originally Posted by Salik
View Post
I'm compile with params -d3 | -d2 and use Crashdetect...

PHP Code:
[11:04:14] [debugServer crashed due to an unknown error
[11:04:14] [debugNative backtrace:
[
11:04:14] [debug#0 0f293339 in ?? () from plugins\streamer.DLL
[11:04:14] [debug#1 0fec280d in ?? () from plugins\timerfix.DLL
[11:04:14] [debug#2 0fec31d5 in ?? () from plugins\timerfix.DLL
[11:04:14] [debug#3 00469c16 in ?? () from samp-server.exe
[11:04:14] [debug#4 00492cab in ?? () from samp-server.exe
[11:04:14] [debug#5 004a1d61 in ?? () from samp-server.exe
[11:04:14] [debug#6 004a1d71 in ?? () from samp-server.exe
[11:04:14] [debugRegisters:
[
11:04:14] [debugEAX01edef20 EBX00000000 ECX01ede948 EDX0f2e34f0
[11:04:14] [debugESI01f24710 EDI00000078 EBP004a1d61 ESP0014fe98
[11:04:14] [debugEIP004a1d71 EFLAGS00010207
[11:04:14] [debugStack:
[
11:04:14] [debugESP+00000000004b1e20 0014ff70 004b1a1c ffffffff
[11:04:14] [debugESP+0000002000000094 00000006 00000002 000023f0
[11:04:14] [debugESP+0000004000000000 00000000 00000000 00000000
[11:04:14] [debugESP+0000006000000000 00000000 00000000 00000000
[11:04:14] [debugESP+0000008000000000 00000000 00000000 00000000
[11:04:14] [debugESP+000000a000000000 00000000 00000000 00000000
[11:04:14] [debugESP+000000c000000000 00000000 c0000005 00000000
[11:04:14] [debugESP+000000e0004c0790 00000000 0014ff94 767a8e94
[11:04:14] [debugESP+0000010076fc9bc3 00224000 1c0123d2 00000000
[11:04:14] [debugESP+0000012000000000 00000000 1c0123d2 0014ffa0
[11:04:14] [debugESP+0000014000000000 0014ffec 76fc9b92 ffffffff
[11:04:14] [debugESP+0000016000224000 00000000 78746341 00000020
[11:04:14] [debugESP+0000018000000020 00000000 00000014 00000001
[11:04:14] [debugESP+000001a000000000 00000000 00000000 00000000
[11:04:14] [debugESP+000001c000000044 000002e0 00000254 00000000
[11:04:14] [debugESP+000001e000000336 00000000 2d59495b 000008b8
[11:04:14] [debugESP+0000020032ceeacd 00000be8 00000042 00000c2c
[11:04:14] [debugESP+000002200000005e 00000fbc 00000356 00000000
[11:04:14] [debugESP+0000024000000392 00000010 00000009 000000ec
[11:04:14] [debugESP+0000026000000001 00000002 00001738 000004b4
[11:04:14] [debugESP+0000028000000001 00000004 00002a78 00000314
[11:04:14] [debugESP+000002a000000002 00000006 00002e24 000000cc
[11:04:14] [debugESP+000002c000000001 00000009 00002fe0 00000028
[11:04:14] [debugESP+000002e000000001 64487353 0000002c 00000001
[11:04:14] [debugESP+0000030000000001 00001584 0000002c 0000005e
[11:04:14] [debugESP+0000032000000000 00000000 00000000 00000000
[11:04:14] [debugESP+0000034000000038 00000000 003a0043 0057005c
[11:04:14] [debugESP+00000360006e0069 00780053 005c0073 00000000
[11:04:14] [debugESP+0000038000000254 00000001 f33271ba 000003b8
[11:04:14] [debugESP+000003a02d59495b 0000073c 00000032 00000770
[11:04:14] [debugESP+000003c000000042 00000ab0 00000330 00000004
[11:04:14] [debugESP+000003e000000356 00000005 b1280544 00001198 
The problem is that the standard timers are not removed after the restart, can you do?
---
After adding to OnGameModeExit-Kill All Timers();. Displays the following in the console [12:00:45] [debug] Run time error 9: "No (valid) native function callback"
Reply


Messages In This Thread
Timer Fix - by KashCherry - 05.03.2018, 16:13
Re: Timer Fix - Do not miss a one second - by Sting. - 05.03.2018, 17:22
Re: Timer Fix - Do not miss a one second - by KashCherry - 05.03.2018, 17:31
Re: Timer Fix - Do not miss a one second - by iKarim - 05.03.2018, 18:28
Re: Timer Fix - Do not miss a one second - by KashCherry - 05.03.2018, 19:17
Re: Timer Fix - Do not miss a one second - by KashCherry - 06.03.2018, 19:07
Re: Timer Fix - Do not miss a one second - by Dim4Shift - 16.03.2018, 14:39
Re: Timer Fix - Do not miss a one second - by KashCherry - 16.03.2018, 16:06
Re: Timer Fix - Do not miss a one second - by Dim4Shift - 16.03.2018, 16:22
Re: Timer Fix - Do not miss a one second - by KashCherry - 16.03.2018, 18:59
Re: Timer Fix - Do not miss a one second - by ForCop - 23.03.2018, 14:12
Re: Timer Fix - Do not miss a one second - by KashCherry - 23.03.2018, 15:09
Re: Timer Fix - by m4karow - 23.03.2018, 17:06
Re: Timer Fix - by JustNothing - 01.04.2018, 13:18
Re: Timer Fix - by AroseKhanNiazi - 02.04.2018, 17:30
Re: Timer Fix - by must006 - 24.04.2018, 20:33
Re: Timer Fix - by KashCherry - 26.04.2018, 13:06
Re: Timer Fix - by must006 - 01.05.2018, 03:10
Re: Timer Fix - by KashCherry - 01.05.2018, 06:12
Re: Timer Fix - by must006 - 01.05.2018, 12:22
Re: Timer Fix - by KashCherry - 01.05.2018, 21:28
Re: Timer Fix - by Injury - 01.05.2018, 22:21
Re: Timer Fix - by KashCherry - 01.05.2018, 22:43
Re: Timer Fix - by Injury - 01.05.2018, 22:54
Re: Timer Fix - by Salik - 02.06.2018, 14:07
Re: Timer Fix - by KashCherry - 02.06.2018, 21:47
Re: Timer Fix - by Salik - 05.06.2018, 14:32
Re: Timer Fix - by KashCherry - 05.06.2018, 15:58
Re: Timer Fix - by Salik - 05.06.2018, 19:49
Re: Timer Fix - by Salik - 06.06.2018, 05:17
Re: Timer Fix - by Salik - 06.06.2018, 07:04
Re: Timer Fix - by KashCherry - 06.06.2018, 19:59
Re: Timer Fix - by Salik - 07.06.2018, 06:24
Re: Timer Fix - by GuyYahood1 - 07.07.2018, 00:06
Re: Timer Fix - by Dayrion - 07.07.2018, 11:48
Re: Timer Fix - by GuyYahood1 - 08.07.2018, 22:46
Re: Timer Fix - by GangstaSunny. - 10.07.2018, 02:20
Re: Timer Fix - by coool - 10.07.2018, 11:11
Re: Timer Fix - by Moldova - 14.07.2018, 19:45
Re: Timer Fix - by KashCherry - 19.08.2018, 11:53
Re: Timer Fix - by Florin48 - 19.08.2018, 16:10
Re: Timer Fix - by KashCherry - 21.08.2018, 11:05
Re: Timer Fix - by desu - 22.08.2018, 10:11
Re: Timer Fix - by KashCherry - 30.08.2018, 18:52
Re: Timer Fix - by GangstaSunny. - 02.09.2018, 14:06
Re: Timer Fix - by KashCherry - 22.09.2018, 08:52
Re: Timer Fix - by CantBeJohn - 24.09.2018, 16:07
Re: Timer Fix - by KashCherry - 24.09.2018, 19:48
Re: Timer Fix - by CantBeJohn - 25.09.2018, 02:04
Re: Timer Fix - by KashCherry - 25.09.2018, 13:05
Re: Timer Fix - by KashCherry - 25.09.2018, 18:27
Re: Timer Fix - by GangstaSunny. - 27.09.2018, 08:35
Re: Timer Fix - by KashCherry - 28.09.2018, 13:19
Re: Timer Fix - by Infin1ty - 07.10.2018, 07:18
Re: Timer Fix - by KashCherry - 07.10.2018, 08:23
Re: Timer Fix - by DeLTi - 20.10.2018, 22:29
Re: Timer Fix - by KashCherry - 21.10.2018, 10:59
Re: Timer Fix - by StRaphael - 03.11.2018, 13:37
Re: Timer Fix - by KashCherry - 04.11.2018, 06:43
Re: Timer Fix - by KashCherry - 04.11.2018, 06:59
Re: Timer Fix - by StRaphael - 04.11.2018, 12:12
Re: Timer Fix - by KashCherry - 07.11.2018, 11:41
Re: Timer Fix - by StRaphael - 07.11.2018, 18:25
Re: Timer Fix - by KashCherry - 07.11.2018, 18:50
Re: Timer Fix - by StRaphael - 07.11.2018, 20:30
Re: Timer Fix - by KashCherry - 08.11.2018, 07:55
Re: Timer Fix - by StRaphael - 08.11.2018, 11:28
Re: Timer Fix - by KashCherry - 08.11.2018, 12:26
Re: Timer Fix - by HommeDieu - 28.01.2019, 10:13
Re: Timer Fix - by gurmani11 - 17.09.2019, 13:10
Re: Timer Fix - by KashCherry - 13.01.2020, 19:50
Re: Timer Fix - by KashCherry - 14.01.2020, 16:19
Re: Timer Fix - by TokicMajstor - 17.01.2020, 09:53
Re: Timer Fix - by UserName12 - 06.02.2020, 21:15
Re: Timer Fix - by WestCoast1337 - 05.03.2020, 10:10
Re: Timer Fix - by RudeWorld - 01.05.2020, 00:00
Re: Timer Fix - by DmitriyShift - 25.05.2020, 14:53
Re: Timer Fix - by Unrea1 - 26.05.2020, 16:38

Forum Jump:


Users browsing this thread: 7 Guest(s)