I also have an old ATI Radeon (4800 I think, I can check if needed) and I'm having the same issue. It's probably something to do with ATIs (likely the old ones). My drivers are as up to date as they can be, since there hasn't been any updates for them in about half a decade.
I tested with older versions of love2d and they all print text perfectly fine up to 10.2. Version 11.0 is the one where that stops working for me.
love.graphics.print not printing to screen!
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
-
- Prole
- Posts: 8
- Joined: Wed Jun 13, 2018 3:39 pm
Re: love.graphics.print not printing to screen!
"You can't find LÖVE in the dictionary." -- Daniel Dennett
Re: love.graphics.print not printing to screen!
decided to post my fix I used pre my new graphics card. Its not perfect and the sprite sheet could be better but it works.
https://github.com/PhilMo6/love2dPrintWorkaround
This uses anim8 to split an alphanumeric sprite sheet into quads and creates a print function that then draws the correct quads to the screen.
https://github.com/PhilMo6/love2dPrintWorkaround
This uses anim8 to split an alphanumeric sprite sheet into quads and creates a print function that then draws the correct quads to the screen.
Re: love.graphics.print not printing to screen!
The biggest problem with not having text is that I can't see the error messages on the screen. In my own projects I can use the stdout, but I was trying out RotLOVE but without text on the screen I can't tell why the examples aren't running and all that, since they aren't configured to use stdout.dudeMan wrote: ↑Sun Jul 22, 2018 5:33 pm decided to post my fix I used pre my new graphics card. Its not perfect and the sprite sheet could be better but it works.
https://github.com/PhilMo6/love2dPrintWorkaround
This uses anim8 to split an alphanumeric sprite sheet into quads and creates a print function that then draws the correct quads to the screen.
So for me that solution doesn't help much, unfortunately. Thanks for sharing though. Might be helpful to someone else.
-
- Party member
- Posts: 730
- Joined: Sat Apr 26, 2014 7:46 pm
Re: love.graphics.print not printing to screen!
You can edit the error handler to make it use an alternative print function. You can also replace the love.graphics.print function as well. Both should result in errors being printed.skaruts wrote: ↑Fri Feb 22, 2019 7:06 amThe biggest problem with not having text is that I can't see the error messages on the screen. In my own projects I can use the stdout, but I was trying out RotLOVE but without text on the screen I can't tell why the examples aren't running and all that, since they aren't configured to use stdout.dudeMan wrote: ↑Sun Jul 22, 2018 5:33 pm decided to post my fix I used pre my new graphics card. Its not perfect and the sprite sheet could be better but it works.
https://github.com/PhilMo6/love2dPrintWorkaround
This uses anim8 to split an alphanumeric sprite sheet into quads and creates a print function that then draws the correct quads to the screen.
So for me that solution doesn't help much, unfortunately. Thanks for sharing though. Might be helpful to someone else.
Re: love.graphics.print not printing to screen!
This problem has been fixed on 11.3!
https://love2d.org/wiki/11.3
https://love2d.org/wiki/11.3
Fixed text not showing up on Radeon HD 3000-series graphics cards on Windows.
Who is online
Users browsing this forum: No registered users and 4 guests