ioan-chera / eureka-editor

Eureka is a cross-platform map editor for the DOOM engine games.
http://eureka-editor.sourceforge.net/
64 stars 12 forks source link

Handle paths with spaces correctly when starting Doom to test map #154

Closed ioan-chera closed 4 months ago

ioan-chera commented 9 months ago

Paths with spaces (and possibly quotes) aren't properly sanitized before being sent to the command line, causing Doom to misinterpret and most likely fail, thus leading to other problems like #153. Need to fix it to properly escape complex arguments.