Southclaws / sampctl

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

Failed to start server with runtime "openmp" #469

Closed freshfab closed 2 years ago

freshfab commented 2 years ago

I've just done a fresh install of sampctl (v1.10.0) via scoop, set the runtime version in the pawn.json of one of my projects to openmp and tried starting the server with sampctl p run. I got this error, though:

failed to run package: received runtime error: failed to start server: fork/exec C:\Users\freshfab\AppData\Roaming\sampctl\runtime\openmp\samp-server.exe: This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.

Running the server executable I manually downloaded from the server-beta repository worked, so I'm not sure why the one sampctl downloads doesn't.

freshfab commented 2 years ago

I was informed that the issue has been fixed. In the sampctl directory, I deleted the runtime including the runtime.json, and used sampctl p run to redownload it.