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

[Windows] Can't build/run packages in WSL #417

Closed eoussama closed 3 years ago

eoussama commented 3 years ago

Building and running packages always fails when used in WSL.

Project inside of a WSL instance image

Project on windows accessed via a WSL instance image

ADRFranklin commented 3 years ago

This is not specific to WSL2, as I am using it in WSL2 just fine, and this issue has occurred on production systems running the full Ubuntu OS.

The issue is specific to the compiler and not sampctl, there is nothing we can do to help here. I would advise using another version of the compiler, or try to make an issue there.

ghost commented 3 years ago

If your WSL is 64 bit, you may read my issues below: https://github.com/Southclaws/sampctl/issues/406#issuecomment-681194736

eoussama commented 3 years ago

If your WSL is 64 bit, you may read my issues below: #406 (comment)

That did the trick, thank you very much.