Southclaws / sampctl

The Swiss Army Knife of SA:MP - vital tools for any server owner or library maintainer.
GNU General Public License v3.0
241 stars 33 forks source link

failed to compile package entry #460

Closed RahRow closed 2 years ago

RahRow commented 2 years ago

failed to compile package entry: exit status 0xc0000005

after installing pawn-lang/YSI-Includes:v5.05.0505

my pawn.json:

{ "user": "RahRow", "repo": "atlas-rp", "entry": "main.pwn", "output": "gamemodes/main.amx", "dependencies": [ "sampctl/samp-stdlib", "pBlueG/SA-MP-MySQL:R41-4", "Awsomedude/easyDialog", "Southclaws/zcmd", "maddinat0r/sscanf:v2.8.3", "maddinat0r/samp-discord-connector:v0.3.5", "samp-incognito/samp-streamer-plugin:v2.9.5", "pawn-lang/YSI-Includes:v5.05.0505" ], "local": true, "runtime": { "version": "0.3.7", "mode": "server", "rcon_password": "password", "port": 7777, "hostname": "SA-MP Server", "maxplayers": 50, "language": "", "mapname": "San Andreas", "weburl": "www.sa-mp.com", "gamemodetext": "GANG/TDM", "announce": true, "lanmode": false, "query": true, "rcon": false, "logqueries": false, "sleep": 5, "maxnpc": 0, "stream_rate": 1000, "stream_distance": 200, "onfoot_rate": 30, "incar_rate": 30, "weapon_rate": 30, "chatlogging": true, "timestamp": true, "messageholelimit": 3000, "messageslimit": 500, "ackslimit": 3000, "playertimeout": 10000, "minconnectiontime": 0, "lagcompmode": 1, "connseedtime": 300000, "db_logging": false, "db_log_queries": false, "conncookies": true, "cookielogging": false, "output": true, "extra": { "discord_bot_token": "****" } } }

RahRow commented 2 years ago

i understand now, when i include some files like <YSI_Coding/y_va> this compile error doesn't happen, and when i include <YSI_Visual/y_zonenames> happens

but why, how can i fix this