Pottus / Texture-Studio

83 stars 90 forks source link

[Error] Unknown command (yesterday was working) #132

Closed CesarPT closed 1 year ago

CesarPT commented 1 year ago

Yesterday, Texture Studio commands worked. Now, I come to server and every command i write say "Unknown command" when I go to console says:

[debug] AMX backtrace:
[debug] Run time error 8: "Heap underflow"
[debug]  Heap pointer (HEA) is 0x1, heap bottom (HLW) is 0x2CC64E8

I format my PC and reinstall the program Texture Studio with newest plugins and the same problem.

I write on ChatGPT the problem and it says:

This error message suggests that there has been a problem with memory allocation in the Texture Studio program, leading to a heap underflow error. Specifically, the heap pointer (HEA) has been set to 0x1, which is outside the allocated memory range, while the heap bottom (HLW) is 0x2CC64E8, indicating the bottom of the heap memory.

A heap underflow error occurs when a program tries to access memory below the starting address of the allocated heap memory. This can happen if the program tries to free a memory block that has already been freed, or if there is a buffer overflow or memory leak.

Its something about the plugins?

CesarPT commented 1 year ago

Solution found:

Removed the plugin names from server.cfg, run the samp-server.exe.

Put again the plugin names in server.cfg and run the samp-server.exe.

(Some relative problem with memory allocation)

AnthonyJuan commented 1 year ago

ola, fiz o procedimento e nao resolveu, eu realmente nao sei o que fazer, tem alguma ideia?