Can't run "Hello World" start project on Lubuntu 16.10
Posted: Sat Jun 10, 2017 4:19 am
So I decided to start fooling around with LOVE, and figured I'd start with the getting started page (crazy concept I realize).
I added the PPA, installed it through terminal. I put in my source code:
Saved it as main.lua, and went to run it.
To run it I went to terminal and gave the command:
Upon doing so I get a love window, labeled as untitled, with a black screen.
Here is what my terminal window error shows:
Please help me!!!
I added the PPA, installed it through terminal. I put in my source code:
Code: Select all
function love.draw()
love.graphics.print("Hello World", 400, 300)
end
To run it I went to terminal and gave the command:
Code: Select all
love /path/to/folder containing main.lua
Here is what my terminal window error shows:
Code: Select all
AL lib: (WW) ALCjackBackendFactory_init: jack_client_open() failed, 0x11
AL lib: (WW) alc_initconfig: Failed to initialize backend "jack"