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

exit status 0xc0000005 #463

Closed blaablaaaa closed 1 year ago

blaablaaaa commented 2 years ago

Can anyone help me what could be the problem with this exit status I downloaded and use sampctl 1.10.0

exit status 0xc0000005

ADRFranklin commented 2 years ago

It means you have an access violation, the program tried to access memory that didn't belong to it. So the pawn compiler wasn't invoked correctly or it couldn't access the dll properly.

blaablaaaa commented 2 years ago

How can I fix this ?

--verbose.txt

ADRFranklin commented 2 years ago

try removing spaces from your directory names, I've never tested with spaces before, so it's possible that could be an issue.

so rename "Viality RPG" to "VialityRPG" or something

blaablaaaa commented 2 years ago

I tried but nothing, again the same problem is probably something to fashion ... Nothing if it doesn't work doesn't work

plakapenka commented 2 years ago

isntall VC++

blaablaaaa commented 2 years ago

I installed again now for the second time but nothing helps the same exit status

blaablaaaa commented 2 years ago

This is not possible, whatever mode I put in sampctl, I can't compile it, I get the same exit status

ADRFranklin commented 2 years ago

I would need a lot more information about your computer and how your project is setup as well as your pawn.json file to continue helping you.

blaablaaaa commented 2 years ago

{ "user": "zile42O", "repo": "jamaica-rpg", "entry": "gamemodes/JM.pwn", "output": "gamemodes/JM.amx", "dependencies": [ "sampctl/samp-stdlib", "Zeex/samp-plugin-crashdetect:v4.20", "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", "pBlueG/SA-MP-MySQL:R41-4", "Pottus/ColAndreas", "Crayder/Model-Sizes-Plus" ], "build": { "args": ["-;+", "-(+", "-d3", "-Z+"], "includes": ["./gamemodes/includes/"] },
"local": true, "runtime": { "version": "0.3.7", "mode": "server", "filterscripts": [
], "rcon_password": "password", "port": 7777, "hostname": "JAMAICA RPG: www.jamaica-ogc.com", "maxplayers": 100, "language": "Balkanski", "mapname": "San Andreas...", "weburl": "www.jamaica-ogc.com", "gamemodetext": "Jamaica 1.0", "announce": false, "lanmode": false, "query": true, "rcon": false, "logqueries": false, "sleep": 1, "maxnpc": 150, "stream_rate": 500, "stream_distance": 120, "onfoot_rate": 20, "incar_rate": 20, "weapon_rate": 20, "chatlogging": true, "timestamp": true, "messageholelimit": 3000, "messageslimit": 500, "ackslimit": 8000, "playertimeout": 10000, "minconnectiontime": 0, "lagcompmode": 1, "connseedtime": 300000, "db_logging": false, "db_log_queries": false, "conncookies": true, "cookielogging": false, "output": true } }

This is another mode where I have the same problem. Here is the pawn.json file

ADRFranklin commented 1 year ago

@blaablaaaa could you try with the latest version and tell me if you get the same error?