Southclaws / sampctl

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

Problem when trying to build. #480

Closed TommS2 closed 1 year ago

TommS2 commented 2 years ago

Hello. I've a issue when trying to build my gamemode. I have been using sampctl in my main computer for a while and I didn't have any problem at all, but when trying to use it in my secondary computer (a laptop), it doesn't let me compile or build the gamemode. When I run sampctl p build command, it throws me the following lines: sampctl p build updating compiler list... failed to compile package entry: exit status 0xc0000135

If you need any further information, just ask for it. I appreciate any type of help.

Synthikz commented 1 year ago

This error is fixed by copying and pasting libpawnc.dll and msvcr100.dll in this folder C:\Users\user\AppData\Roaming\sampctl\pawn\3.10.10

TommS2 commented 1 year ago

This error is fixed by copying and pasting libpawnc.dll and msvcr100.dll in this folder C:\Users\user\AppData\Roaming\sampctl\pawn\3.10.10

Where can I find those files?

Synthikz commented 1 year ago

This error is fixed by copying and pasting libpawnc.dll and msvcr100.dll in this folder C:\Users\user\AppData\Roaming\sampctl\pawn\3.10.10

Where can I find those files?

it is in the zip file samp037_svr_R2-1-1_win32.zip when you enter you will find a folder called pawno and inside are those libraries

Synthikz commented 1 year ago

This error is fixed by copying and pasting libpawnc.dll and msvcr100.dll in this folder C:\Users\user\AppData\Roaming\sampctl\pawn\3.10.10

Where can I find those files?

it is in the zip file samp037_svr_R2-1-1_win32.zip when you enter you will find a folder called pawno and inside are those libraries

If you can not find these files or you don't know, I can send them to you without any problem

TommS2 commented 1 year ago

This error is fixed by copying and pasting libpawnc.dll and msvcr100.dll in this folder C:\Users\user\AppData\Roaming\sampctl\pawn\3.10.10

I installed those files in that directory and it still throws the same problem.

Synthikz commented 1 year ago

C:\Users\user\AppData\Roaming\sampctl\pawn\3.10.10

try to open pawncc.exe and tell me what happens

TommS2 commented 1 year ago

C:\Users\user\AppData\Roaming\sampctl\pawn\3.10.10

try to open pawncc.exe and tell me what happens

The problem 0xc0000135 it's fixed, but now it throws 'failed to compile package entry: exit status 0xc000007b'.

Synthikz commented 1 year ago

Do you have these 3 libraries in sampctl's pawno folder: pawnc.dll, msvcr100.dll, and libpawnc.dll?

C:\Users\user\AppData\Roaming\sampctl\pawn\3.10.10

try to open pawncc.exe and tell me what happens

The problem 0xc0000135 it's fixed, but now it throws 'failed to compile package entry: exit status 0xc000007b'.

TommS2 commented 1 year ago

Do you have these 3 libraries in sampctl's pawno folder: pawnc.dll, msvcr100.dll, and libpawnc.dll?

C:\Users\user\AppData\Roaming\sampctl\pawn\3.10.10

try to open pawncc.exe and tell me what happens

The problem 0xc0000135 it's fixed, but now it throws 'failed to compile package entry: exit status 0xc000007b'.

Yup, all of them.

Synthikz commented 1 year ago

I have uploaded my pawno folder, copy and paste it in your folder, this is the link:

¿Tienes estas 3 bibliotecas en la carpeta pawno de sampctl: pawnc.dll, msvcr100.dll y libpawnc.dll?

C:\Usuarios\usuario\AppData\Roaming\sampctl\pawn\3.10.10

Intenta abrir PawnCC.exe y dime qué pasa

El problema 0xc0000135 que está solucionado, pero ahora arroja 'error al compilar la entrada del paquete: estado de salida 0xc000007b'.

Sí, todos.

I have uploaded my pawno folder, copy and paste it in your folder, this is the link: https://github.com/SrAerosol/sampctl-pawno

TommS2 commented 1 year ago

I have uploaded my pawno folder, copy and paste it in your folder, this is the link:

¿Tienes estas 3 bibliotecas en la carpeta pawno de sampctl: pawnc.dll, msvcr100.dll y libpawnc.dll?

C:\Usuarios\usuario\AppData\Roaming\sampctl\pawn\3.10.10

Intenta abrir PawnCC.exe y dime qué pasa

El problema 0xc0000135 que está solucionado, pero ahora arroja 'error al compilar la entrada del paquete: estado de salida 0xc000007b'.

Sí, todos.

I have uploaded my pawno folder, copy and paste it in your folder, this is the link: https://github.com/SrAerosol/sampctl-pawn

Your repo solved my problem, thank you 👍