crash on minimize

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
maurizio
Prole
Posts: 2
Joined: Tue Jun 14, 2016 8:05 pm

crash on minimize

Post by maurizio »

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
User avatar
Sulunia
Party member
Posts: 203
Joined: Tue Mar 22, 2016 1:10 pm
Location: SRS, Brazil

Re: crash on minimize

Post by Sulunia »

"ig7icd32.dll" is some component of the Intel Graphics driver. Try reinstalling your video card drivers and report back!
Don't check my github! It contains thousands of lines of spaghetti code in many different languages cool software! :neko:
https://github.com/Sulunia
maurizio
Prole
Posts: 2
Joined: Tue Jun 14, 2016 8:05 pm

Re: crash on minimize

Post by maurizio »

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.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest