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

Help with exit status that I can't find anywhere that means #462

Closed blaablaaaa closed 2 years ago

blaablaaaa commented 2 years ago

Hello everyone, I have an exit status that I can't find what it means. I thought I did something wrong, but I've been trying 3 times and I can't understand what the problem is. Can anyone help me?

exit status 3221225477

blaablaaaa commented 2 years ago

executing compiler in C:\Users\Ja\Desktop\Viality RPG\gamemodes as [LD_LIBRARY_PATH=C:\Users\Ja.samp\pawn\3.10.10 DYLD_LIBRARY_PATH=C:\Users\Ja.samp\pawn\3.10.10] [C:\Users\Ja.samp\pawn\3.10.10\pawncc.exe C:\Users\Ja\Desktop\Viality RPG\gamemodes\main.pwn -DC:\Users\Ja\Desktop\Viality RPG\gamemodes -oC:\Users\Ja\Desktop\Viality RPG\gamemodes\main.amx -;+ -(+ -d3 -Z+ -iC:\Users\Ja\Desktop\Viality RPG\includes -iC:\Users\Ja\Desktop\Viality RPG\dependencies\pawn-stdlib -iC:\Users\Ja\Desktop\Viality RPG\dependencies\samp-stdlib -iC:\Users\Ja\Desktop\Viality RPG\dependencies\samp-weapon-config -iC:\Users\Ja\Desktop\Viality RPG\dependencies\SKY -iC:\Users\Ja\Desktop\Viality RPG\dependencies\YSI-Includes -iC:\Users\Ja\Desktop\Viality RPG\dependencies\md-sort -iC:\Users\Ja\Desktop\Viality RPG\dependencies\code-parse.inc -iC:\Users\Ja\Desktop\Viality RPG\dependencies\indirection -iC:\Users\Ja\Desktop\Viality RPG\dependencies\amx_assembly -iC:\Users\Ja\Desktop\Viality RPG\dependencies\Pawn.CMD\src -iC:\Users\Ja\Desktop\Viality RPG\dependencies\Nex-AC\src\v1.9.58 -iC:\Users\Ja\Desktop\Viality RPG\dependencies\ColAndreas\Server\include -iC:\Users\Ja\Desktop\Viality RPG\dependencies\zcmd -iC:\Users\Ja\Desktop\Viality RPG\dependencies\SAMP-foreach -iC:\Users\Ja\Desktop\Viality RPG\dependencies\a_zone -iC:\Users\Ja\Desktop\Viality RPG\dependencies\Model-Sizes-Plus -iC:\Users\Ja\Desktop\Viality RPG\dependencies.resources\samp-streamer-plugin-7c00b9 -iC:\Users\Ja\Desktop\Viality RPG\dependencies.resources\sscanf-019253 -iC:\Users\Ja\Desktop\Viality RPG\dependencies.resources\samp-plugin-crashdetect-ff05b5]

ADRFranklin commented 2 years ago

You must post what version of sampctl you are using.

blaablaaaa commented 2 years ago

Here's how it's easier for you pawn.json

{ "user": "blaablaaa", "repo": "Viality", "entry": "gamemodes/main.pwn", "output": "gamemodes/main.amx", "dependencies": [ "sampctl/samp-stdlib", "oscar-broman/samp-weapon-config", "pawn-lang/YSI-Includes", "samp-incognito/samp-streamer-plugin", "Y-Less/sscanf", "katursis/Pawn.CMD:3.3.3", "NexiusTailer/Nex-AC", "pawn-lang/YSI-Includes", "Pottus/ColAndreas", "Southclaws/zcmd", "karimcambridge/SAMP-foreach", "GledersonDomingues/a_zone", "Crayder/Model-Sizes-Plus", "Zeex/samp-plugin-crashdetect" ], "local": true, "runtime": { "version": "3.10.10", "mode": "server", "echo": "Executing Server Config...", "rcon_password": "123", "port": 7777, "hostname": "[V:RPG] Viality RPG", "maxplayers": 50, "language": "Balkanian", "mapname": "San Andreas", "weburl": "www.sa-mp.com", "gamemodetext": "Unknown", "announce": false, "lanmode": true, "query": true, "rcon": false, "logqueries": false, "sleep": 5, "maxnpc": 0, "stream_rate": 1000, "stream_distance": 800, "onfoot_rate": 40, "incar_rate": 40, "weapon_rate": 40, "chatlogging": false, "timestamp": true, "logtimeformat": "%H:%M:%S", "messageholelimit": 3000, "messageslimit": 500, "ackslimit": 5000, "playertimeout": 10000, "minconnectiontime": 0, "lagcompmode": 1, "connseedtime": 300000, "db_logging": false, "db_log_queries": false, "conncookies": true, "cookielogging": false, "output": true }, "build": { "name": "", "version": "3.10.10", "args": [ "-;+", "-(+", "-d3", "-Z+" ], "includes": [ "./includes/" ], "compiler": {} } }

ADRFranklin commented 2 years ago

No, I need the version of sampctl that you have. run sampctl --version

blaablaaaa commented 2 years ago

And okay sorry I'm just learning about the sampctl, version is 1.9.1

ADRFranklin commented 2 years ago

right, you need to update the latest version of sampctl. You are behind a version. Check the wiki for instructions on how to install.

blaablaaaa commented 2 years ago

Okay thanks, I'll update now