Search found 4 matches

by DrawnOutBeats
Sat Aug 11, 2018 3:32 pm
Forum: Support and Development
Topic: Black Screen when Dropping .love on Love2D
Replies: 7
Views: 6600

Re: Black Screen when Dropping .love on Love2D

pgimeno wrote: Sat Aug 11, 2018 10:33 am Looks like the rectangle did work? Maybe look for newer drivers, then.
I looked into that, and apparently I have the newest driver. I think my best plan of action is to run the program on my 3ds each time i add text somewhere, using the Lovepotion program, in order to debug it.
by DrawnOutBeats
Sat Aug 11, 2018 12:53 am
Forum: Support and Development
Topic: Black Screen when Dropping .love on Love2D
Replies: 7
Views: 6600

Re: Black Screen when Dropping .love on Love2D

....Yup. its an old Radeon. Is there anything I can do to fix this issue? Or am I gonna have to take apart my laptop to replace the GPU?
by DrawnOutBeats
Fri Aug 10, 2018 11:13 pm
Forum: Support and Development
Topic: Black Screen when Dropping .love on Love2D
Replies: 7
Views: 6600

Re: Black Screen when Dropping .love on Love2D

steVeRoll wrote: Fri Aug 10, 2018 6:07 pm Are you sure that this code is written in a file called main.lua, and that file is in the root of the .love you dropped?
Yes I am 100% sure of both things. Still showing a black screen. My main suspicion is that my computer is slow or something.
by DrawnOutBeats
Thu Aug 09, 2018 5:30 pm
Forum: Support and Development
Topic: Black Screen when Dropping .love on Love2D
Replies: 7
Views: 6600

Black Screen when Dropping .love on Love2D

Hello! I followed this video on Youtube to make a simple Hello World code, and typed exactly what was in the video, which was function love.load() end function love.draw() love.graphics.print("Hello World") end In the same video, the code seemed to work, while on my computer, it only shows...