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

pawnc.dll is missing #322

Closed qqwrv-f10eq closed 2 years ago

qqwrv-f10eq commented 4 years ago

Only happen when open in this path C:\Windows\System32\config\systemprofile\.samp

https://i.ibb.co/vxbpBp8/1.png

After build \gamemodes as [LD_LIBRARY_PATH=C:\Windows\system32\config\systemprofile\.samp\pawn\3.10.9 DYLD_LIBRARY_PATH=C:\Windows\system32\config\systemprofile\.samp\pawn\3.10.9] [C:\Windows\system32\config\systemprofile\.samp\pawn\3.10.9\pawncc.exe

Southclaws commented 4 years ago

Not sure why that's happening, I think others have reported this with 3.10.9 though.

ghost commented 4 years ago

Try running as administrator, if running as admin doesn't have any effect, i don't know what happen.

Southclaws commented 4 years ago

Never run processes as administrator, you're removing most of the protections supplied by your OS. If running a process as administrator fixes a problem, that's a security concern for the authors of the project. It should (almost) never be a solution to a problem.