It really seems the graphic driver, because on my home computer, with another Intel graphic card (and Windows 10 64 bits) it doesn't happen.
However the automatic Windows driver search reports it's using the last version.
I'm going to do more search ...
Maurizio.
Search found 2 matches
- Sun Jun 26, 2016 8:45 pm
- Forum: General
- Topic: crash on minimize
- Replies: 2
- Views: 1336
- Tue Jun 21, 2016 12:31 pm
- Forum: General
- Topic: crash on minimize
- Replies: 2
- Views: 1336
crash on minimize
The following program crashes whenever I try to minimize the window. I'm trying it on windows 7 32 bits, Love 0.10.1 best regards Maurizio ---------------------------------------------------- function love.load() love.window.setMode(600,600) end; function love.resize() width = love.graphics.getWidth...