05.03.2012, 06:41
(
Последний раз редактировалось Zeex_; 05.03.2012 в 11:14.
)
Quote:
Would anyone know why i get these runtime errors when i load this incude by iPleomax https://sampforum.blast.hk/showthread.php?tid=277706
Код:
[19:49:44] [debug] Run time error 6: "Invalid instruction" [19:49:44] [debug] Invalid opcode 0x7800 at address 0xFFFFFFFB [19:49:44] [debug] Backtrace (most recent call first): [19:49:44] [debug] #0 public OnObjectMoved()+0xffffffff from TruckersInc.amx [19:49:44] [debug] Run time error 6: "Invalid instruction" [19:49:44] [debug] Invalid opcode 0x7800 at address 0xFFFFFFFB [19:49:44] [debug] Backtrace (most recent call first): [19:49:44] [debug] #0 public OnObjectMoved()+0xffffffff from TruckersInc.amx and [18:05:47] [debug] Run time error 6: "Invalid instruction" [18:05:47] [debug] Invalid opcode 0x7800 at address 0xFFFFFFFB [18:05:47] [debug] Backtrace (most recent call first): [18:05:47] [debug] #0 public OnPlayerClickPlayer()+0xffffffff from TruckersInc.amx [18:05:47] [debug] Run time error 6: "Invalid instruction" [18:05:47] [debug] Invalid opcode 0x7800 at address 0xFFFFFFFB [18:05:47] [debug] Backtrace (most recent call first): [18:05:47] [debug] #0 public OnPlayerClickPlayer()+0xffffffff from TruckersInc.amx Any ideas whats going on? The achievements still work but it just spams this, and i havent ran the server long enough to see if it crashes, its only my test server. Thanks Nick |
Quote:
I compile my gamemode with -d3 flag and still don't show the lines when server crash.
|
pawn Код:
#if debug != 2
#error FAIL
#endif