Search found 6 matches

by CubixPro
Sun Oct 28, 2018 1:57 pm
Forum: Support and Development
Topic: Getting sigsegv error with only a printf statement
Replies: 11
Views: 6465

Re: Getting sigsegv error with only a printf statement

Thanks a lot. I downloaded löve for windows and now the lua files run just fine :D.
by CubixPro
Sun Oct 28, 2018 5:13 am
Forum: Support and Development
Topic: Getting sigsegv error with only a printf statement
Replies: 11
Views: 6465

Re: Getting sigsegv error with only a printf statement

As a sanity check, does löve run fine if you try running it without any linux subsystem, and just with "vanilla" win10? Can you run your project like that? I mostly use bash and since it was installed in the subsystem, I’d have to download it for windows again. just with "vanilla&quo...
by CubixPro
Sun Oct 28, 2018 5:08 am
Forum: Support and Development
Topic: Getting sigsegv error with only a printf statement
Replies: 11
Views: 6465

Re: Getting sigsegv error with only a printf statement

pgimeno wrote: Sat Oct 27, 2018 5:37 pm And, does it run the no game screen if you just execute 'love' with no parameters?
Yes I tried this as well. Didn’t work.
by CubixPro
Sat Oct 27, 2018 8:04 am
Forum: Support and Development
Topic: Getting sigsegv error with only a printf statement
Replies: 11
Views: 6465

Re: Getting sigsegv error with only a printf statement

So I installed love version 11.1 and removed the line 1 yet I keep getting the segmentation fault.
by CubixPro
Sat Oct 27, 2018 4:01 am
Forum: Support and Development
Topic: Getting sigsegv error with only a printf statement
Replies: 11
Views: 6465

Re: Getting sigsegv error with only a printf statement

I use Windows 10 with an Ubuntu subsystem. Bash is the terminal. And the graphics card is Intel HD Graphics.
by CubixPro
Fri Oct 26, 2018 12:00 pm
Forum: Support and Development
Topic: Getting sigsegv error with only a printf statement
Replies: 11
Views: 6465

Getting sigsegv error with only a printf statement

I started using lua in a Love2D framework. I use bash and have downloaded love version 0.9.1 from bash. L = luaL_newstate() function love.draw() love.graphics.print("Hello World",400,300) end I executed this using love main.lua yet I'm getting sigsegv error. Any help in this matter would b...