Jump to content

Question

Posted

Salut, primesc aceste erori in loguri, aveti idee de ce?

[19:05:24] [debug]  Heap pointer (HEA) is 0xF1819530, heap bottom (HLW) is 0x25BCBC4
[19:05:24] [debug] Run time error 8: "Heap underflow"
[19:05:24] [debug]  Heap pointer (HEA) is 0xF1819530, heap bottom (HLW) is 0x25BCBC4

si astea

[19:17:56] [debug] #0 00459aa8 in public TwoTimer () at C:\Users\crist\Desktop\HPQ123 samp gamemode actual cu tot ce trebuie\gamemodes\B-HOOD.pwn:45399
[19:17:56] [debug] Run time error 8: "Heap underflow"
[19:17:56] [debug]  Heap pointer (HEA) is 0xF1819900, heap bottom (HLW) is 0x25BD184
[19:17:56] [debug] AMX backtrace:
[19:17:56] [debug] #0 00459aa8 in public L_AFKDETECT () at C:\Users\crist\Desktop\HPQ123 samp gamemode actual cu tot ce trebuie\gamemodes\B-HOOD.pwn:45399
[19:17:56] [debug] Run time error 8: "Heap underflow"
[19:17:56] [debug]  Heap pointer (HEA) is 0xF1819900, heap bottom (HLW) is 0x25BD184
[19:17:56] [debug] AMX backtrace:
[19:17:56] [debug] #0 00459aa8 in public SearchForNewlyPausedPlayers () at C:\Users\crist\Desktop\HPQ123 samp gamemode actual cu tot ce trebuie\gamemodes\B-HOOD.pwn:45399
[19:17:56] [debug] Run time error 8: "Heap underflow"
[19:17:56] [debug]  Heap pointer (HEA) is 0xF1819900, heap bottom (HLW) is 0x25BD184
[19:17:56] [debug] AMX backtrace:
[19:17:56] [debug] #0 00459aa8 in public Timers () at C:\Users\crist\Desktop\HPQ123 samp gamemode actual cu tot ce trebuie\gamemodes\B-HOOD.pwn:45399
[19:17:57] [debug] Run time error 8: "Heap underflow"
[19:17:57] [debug]  Heap pointer (HEA) is 0xF1819900, heap bottom (HLW) is 0x25BD184
[19:17:57] [debug] AMX backtrace:
[19:17:57] [debug] #0 00459aa8 in public timersec () at C:\Users\crist\Desktop\HPQ123 samp gamemode actual cu tot ce trebuie\gamemodes\B-HOOD.pwn:45399
[19:17:57] [debug] Run time error 8: "Heap underflow"
[19:17:57] [debug]  Heap pointer (HEA) is 0xF1819900, heap bottom (HLW) is 0x25BD184
[19:17:57] [debug] AMX backtrace:
[19:17:57] [debug] #0 00459aa8 in public OneTimer () at C:\Users\crist\Desktop\HPQ123 samp gamemode actual cu tot ce trebuie\gamemodes\B-HOOD.pwn:45399
[19:17:57] [debug] Run time error 8: "Heap underflow"
[19:17:57] [debug]  Heap pointer (HEA) is 0xF1819900, heap bottom (HLW) is 0x25BD184
[19:17:57] [debug] AMX backtrace:
[19:17:57] [debug] #0 00459aa8 in public Spectator () at C:\Users\crist\Desktop\HPQ123 samp gamemode actual cu tot ce trebuie\gamemodes\B-HOOD.pwn:45399
[19:17:57] [debug] Run time error 8: "Heap underflow"
[19:17:57] [debug]  Heap pointer (HEA) is 0xF1819900, heap bottom (HLW) is 0x25BD184
[19:17:57] [debug] AMX backtrace:
[19:17:57] [debug] #0 00459aa8 in public OneTimer () at C:\Users\crist\Desktop\HPQ123 samp gamemode actual cu tot ce trebuie\gamemodes\B-HOOD.pwn:45399
[19:17:57] [debug] Run time error 8: "Heap underflow"
[19:17:57] [debug]  Heap pointer (HEA) is 0xF1819900, heap bottom (HLW) is 0x25BD184
[19:17:57] [debug] AMX backtrace:
[19:17:57] [debug] #0 00459aa8 in public L_AFKDETECT () at C:\Users\crist\Desktop\HPQ123 samp gamemode actual cu tot ce trebuie\gamemodes\B-HOOD.pwn:45399
[19:17:57] [debug] Run time error 8: "Heap underflow"
[19:17:57] [debug]  Heap pointer (HEA) is 0xF1819900, heap bottom (HLW) is 0x25BD184
[19:17:57] [debug] AMX backtrace:
[19:17:57] [debug] #0 00459aa8 in public SearchForNewlyPausedPlayers () at C:\Users\crist\Desktop\HPQ123 samp gamemode actual cu tot ce trebuie\gamemodes\B-HOOD.pwn:45399
[19:17:57] [debug] Run time error 8: "Heap underflow"
[19:17:57] [debug]  Heap pointer (HEA) is 0xF1819900, heap bottom (HLW) is 0x25BD184
[19:17:57] [debug] AMX backtrace:
[19:17:57] [debug] #0 00459aa8 in public TwoTimer () at C:\Users\crist\Desktop\HPQ123 samp gamemode actual cu tot ce trebuie\gamemodes\B-HOOD.pwn:45399
[19:17:57] [debug] Run time error 8: "Heap underflow"

5 answers to this question

Recommended Posts

  • 0
Posted
7 minutes ago, Banditul said:

 

Am pus #pragma dynamic 500000 pe prima linia din gamemode si tot apar alea in log.

  • 0
Posted

La linia 45399 am penultima }. Asta ajuta mult :)). M-am uitat la toate liniile din ce am pus mai sus si nu e niciun array. Si cele mai mari array-uri pe care le am sunt cred ca de 500 sau pe acolo

function UpdatePlayer(playerid) {
    ResetMoneyBar(playerid);
    switch(StoreMoney[playerid]) {
        case 0: UpdateMoneyBar(playerid, MoneyMoney[playerid]);
        case 1: UpdateMoneyBar(playerid, MoneyMoney[playerid]+1000000000);
        default: UpdateMoneyBar(playerid, 2147483647);
    }
    return true;
}

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.