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()
height = love.graphics.getHeight()
end
function love.draw()
love.graphics.setColor(150,150,150)
love.graphics.rectangle('fill',0,0,600,600)
end
-----------------------------------------------------------
Crash info :
Nome evento problema: APPCRASH
Nome applicazione: love.exe
Versione applicazione: 0.10.1.0
Timestamp applicazione: 56c08a22
Nome modulo con errori: ig7icd32.dll
Versione modulo con errori: 9.17.10.2884
Timestamp modulo con errori: 509b26aa
Codice eccezione: c0000005
Offset eccezione: 0002f809
Versione SO: 6.1.7601.2.1.0.256.48
ID impostazioni locali: 1040
Informazioni aggiuntive 1: 0a9e
Ulteriori informazioni 2: 0a9e372d3b4ad19135b953a78882e789
Ulteriori informazioni 3: 0a9e
Ulteriori informazioni 4: 0a9e372d3b4ad19135b953a78882e789
crash on minimize
Re: crash on minimize
"ig7icd32.dll" is some component of the Intel Graphics driver. Try reinstalling your video card drivers and report back!
https://github.com/Sulunia
Re: crash on minimize
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.
However the automatic Windows driver search reports it's using the last version.
I'm going to do more search ...
Maurizio.
Who is online
Users browsing this forum: No registered users and 1 guest