Windows WSL (Windows Subsystem for Linux) setup

D

Dal'Lago

Guest
Is it possible to generate versions (YYC or VM) for linux using Windows Subsystem for Linux (WSL)?
 
A

ArendPeter

Guest
I actually just got this setup on my end

I followed the steps here
https://help.yoyogames.com/hc/en-us/articles/235186168-Setting-Up-For-Ubuntu

"Test Connection" was failing so I had to do the following to get my ssh configured (it says ec2 but it works for wsl as well)
https://comtechies.com/password-authentication-aws-ec2.html

I also had some trouble installing all the prereqs, this fixed it for me
https://askubuntu.com/questions/109...ckages-are-404-on-ubuntu-18-driving-me-insane

I got this error when initially trying to run it

> ./RunningOutOfSpace
***************************************
* YoYo Games Linux Runner V1.3 *
***************************************
CommandLine: -game game.unx
ExeName= /home/apc/GameMakerStudio2/RunningOutOfSpace/RunningOutOfSpace
MemoryManager allocated: 44445
FAILED to load File game.unx
ShowMessage: Unable to find game!!: game.unx

It turned out I just needed to unzip it
 
Last edited by a moderator:
Top