SA-MP Forums Archive
sampctl compiler error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: sampctl compiler error (/showthread.php?tid=663445)



sampctl compiler error - TheToretto - 01.02.2019

Hello, trying to move to sampctl to have something cleaner and modern, but when I try to build my code, I precise that any code, even one line. (#include <a_samp>) It returns me this error:

Код:
PS D:\something\sampctl> sampctl p build
failed to compile package entry: exit status 3221225781
Package initialized using the command `sampctl p init`

There's the output of the command `sampctl --verbose`:

Код:
INFO: Verbose logging active
INFO: Using configuration: &types.Config{UserID:"something", Metrics:true, DefaultUser:"itstoretto", GitHubToken:"", GitUsername:"", GitPassword:"", CI:"", NewUser:false}
INFO: Failed to set up SSH: error creating SSH agent: "SSH agent requested but Pageant not running"



Re: sampctl compiler error - TheToretto - 02.02.2019

Good afternoon.


Re: sampctl compiler error - TheToretto - 03.02.2019

Kind of ironic to be speaking to myself, anyway I fixed that by adding the file msvcr120.dll in the following path:

Код:
C:\Users\Toretto\.samp\pawn\3.10.4
Not any file, I downloaded this one: http://www.mediafire.com/file/g48bjz....VC120.CRT.zip

Was risky to put a .dll file but worth it, I got the link from here: https://forum.sa-mp.com/showpost.php...59&postcount=6