Page 1 of 1

Love2D Doesnt run in Windows 10 [SOLVED]

Posted: Sat Oct 20, 2018 5:51 pm
by Darlex
Hello! I have a serious problem! The love.exe file doesnt run, I tried with lovec.exe but doesnt worked
I tried with Microsoft's compatibility solver, But i got negative results :/
I have Windows 10 Education N 1809 installed (and i hate it)
Somebody can help me? Please?

Edit:
Love2D literally doesnt run at any way, No error screen, No black screen, No Window, Nothing
I can run games like MARI0, Trosh, ETC. But i cant open the love2d executable

Re: Love2D Doesnt run in Windows 10

Posted: Sat Oct 20, 2018 9:01 pm
by steVeRoll
Can you elaborate on "doesn't run"? Could you tell us if an error message pops up when you try to run it, or nothing at all?

Re: Love2D Doesnt run in Windows 10

Posted: Sat Oct 20, 2018 10:19 pm
by Darlex
steVeRoll wrote: Sat Oct 20, 2018 9:01 pm Can you elaborate on "doesn't run"? Could you tell us if an error message pops up when you try to run it, or nothing at all?
Literally nothing

Re: Love2D Doesnt run in Windows 10

Posted: Sun Oct 21, 2018 12:15 am
by MissDanish
Darlex wrote: Sat Oct 20, 2018 10:19 pm
steVeRoll wrote: Sat Oct 20, 2018 9:01 pm Can you elaborate on "doesn't run"? Could you tell us if an error message pops up when you try to run it, or nothing at all?
Literally nothing
what do you mean specifically? A window that is just black? No window or anything at all?
"Nothing" can mean a bunch of things.

Furthermore what update are you using? 1809?
Have you tried updating your GPU drivers?

Re: Love2D Doesnt run in Windows 10

Posted: Sun Oct 21, 2018 2:36 am
by Darlex
MissDanish wrote: Sun Oct 21, 2018 12:15 am
Darlex wrote: Sat Oct 20, 2018 10:19 pm
steVeRoll wrote: Sat Oct 20, 2018 9:01 pm Can you elaborate on "doesn't run"? Could you tell us if an error message pops up when you try to run it, or nothing at all?
Literally nothing
what do you mean specifically? A window that is just black? No window or anything at all?
"Nothing" can mean a bunch of things.

Furthermore what update are you using? 1809?
Have you tried updating your GPU drivers?
I updated my GPU drivers and it still refuses to work,
I use Windows 10 Education N 1809 and
Is literally nothing, No window, No black screen, No error message, No reaction

Re: Love2D Doesnt run in Windows 10

Posted: Sun Oct 21, 2018 4:43 am
by zorg
Next question, or rather, do these things to debug further:

get the command line open
navigate to where löve is (cd /d drive:/folders/)
type lovec.exe and love.exe after the first exited
take a screenshot of that and share.

Re: Love2D Doesnt run in Windows 10

Posted: Sun Oct 21, 2018 9:28 am
by Astorek86
Darlex wrote: Sun Oct 21, 2018 2:36 amI use Windows 10 Education N 1809
It seems that LÖVE has trouble running on Windows 10 with Update 1809 installed. (this Thread describes it)

Possible Solution: Use a Dev-Version. For me, this 32Bit-Dev-Version works without problems:
https://bitbucket.org/rude/love/issues/ ... t-48155677

Re: Love2D Doesnt run in Windows 10

Posted: Sun Oct 21, 2018 10:15 am
by MissDanish
Darlex wrote: Sun Oct 21, 2018 2:36 amIt seems that LÖVE has trouble running on Windows 10 with Update 1809 installed. (this Thread describes it)

Possible Solution: Use a Dev-Version. For me, this 32Bit-Dev-Version works without problems:
https://bitbucket.org/rude/love/issues/ ... t-48155677
Yeah 1809 does not work with Löve's latest release (11.1), there's been a lot of talk about it over on the discord. It is planned to release 11.2 with a fix for the Windows issue in the near future from what I heard on the Discord, the reason why it hasn't happened yet is probably because of the Mac OS mojave issues or some other major fix that slime wants in there as well

Re: Love2D Doesnt run in Windows 10

Posted: Sun Oct 21, 2018 11:05 am
by Darlex
zorg wrote: Sun Oct 21, 2018 4:43 am Next question, or rather, do these things to debug further:

get the command line open
navigate to where löve is (cd /d drive:/folders/)
type lovec.exe and love.exe after the first exited
take a screenshot of that and share.
C:\Users\Dario\Desktop\love-11.1.0-win64>love

C:\Users\Dario\Desktop\love-11.1.0-win64>lovec
Error: [string "boot.lua"]:253: Failed to initialize filesystem: no error
stack traceback:
[C]: in function 'init'
[string "boot.lua"]:253: in function <[string "boot.lua"]:249>
[C]: in function 'xpcall'
[string "boot.lua"]:641: in function <[string "boot.lua"]:639>
[C]: in function 'xpcall'


C:\Users\Dario\Desktop\love-11.1.0-win64>

Re: Love2D Doesnt run in Windows 10

Posted: Sun Oct 21, 2018 11:10 am
by Darlex
MissDanish wrote: Sun Oct 21, 2018 10:15 am
Darlex wrote: Sun Oct 21, 2018 2:36 amIt seems that LÖVE has trouble running on Windows 10 with Update 1809 installed. (this Thread describes it)

Possible Solution: Use a Dev-Version. For me, this 32Bit-Dev-Version works without problems:
https://bitbucket.org/rude/love/issues/ ... t-48155677
Yeah 1809 does not work with Löve's latest release (11.1), there's been a lot of talk about it over on the discord. It is planned to release 11.2 with a fix for the Windows issue in the near future from what I heard on the Discord, the reason why it hasn't happened yet is probably because of the Mac OS mojave issues or some other major fix that slime wants in there as well
Im trying with https://ci.appveyor.com/project/AlexSzp ... /artifacts

YEAH! IT WORKS! Thanks!