Jump to content

slade 3 invalid executable path


TuxWare

Recommended Posts

I tried to make maps in slade 3 and when i click play map and insert path to gzdoom it says "invalid executable path". I use zorinOS

Share this post


Link to post
32 minutes ago, Doomchad said:

I tried to make maps in slade 3 and when i click play map and insert path to gzdoom it says "invalid executable path". I use zorinOS

Obviously we would want to know what that path is, which version of Slade and GZ you are using.

 

To all: ZorinOS is a Linux flavor.

Share this post


Link to post

i use flatpak (i think) of gzdoom and slade so latest,
for the path i used whereis command and output was:

gzdoom: /usr/games/gzdoom

 

Share this post


Link to post

If you installed the GZDoom Flatpak it wouldn't be located at /usr/games/gzdoom. Launching GZDoom would be done with the command "flatpak run org.zdoom.GZDoom," but I assume you can't set that as the path in SLADE, so you can instead write a script to launch GZDoom and point SLADE at that script.

 

I use the following script with ZDL; I haven't tried it with SLADE but I bet it would work the same:

#!/bin/sh
flatpak run --command=gzdoom org.zdoom.GZDoom "$@"

Save that into a text file, make sure that file has executable permissions, and point SLADE to that file.

 

Also, you'll need to grant the GZDoom Flatpak permission to read the locations where you have your WADs or where SLADE is writing them. There's a command-line way to manage permissions, but I use Flatseal, which can be installed from Flathub like GZDoom and SLADE.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...