Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(3 edits)

Running "java -jar Creacion.jar" from command line.

    Running Creacion.jar directly

    • Nothing.

    Running "java -jar Juego.jar" from command line.

      • Hangs for several seconds.
      • Hanging for several seconds on a blank window with the title "Tu Propia Adventura".
      • Window then closes, and this error log.
      • Last time I tried it all it did was the error log, but no window.

      Running Juego.jar directly

      • Nothing, not even the window mentioned above.
      (1 edit)

      MYA use relative path so you have to execute with java from the folder containing the .jar files (which also contains data folder).

      First, change working directory:
      D:
      cd D:\Itch.io\Files\Apps\make-your-adventure

      Then open with java:
      java -jar Juego.jar

      Same steps for Creacion.jar

      If you have no luck send me the log.

      Thanks for this useful information! We will make it easier to run the game and the editor to avoid these problems.