Upgrade to Windows 10 error

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
User avatar
Ref
Party member
Posts: 702
Joined: Wed May 02, 2012 11:05 pm

Upgrade to Windows 10 error

Post by Ref »

Help!
Just upgraded to Windows 10 and tried to run a Love file that ran under Windows 7.
Got the following message:

Code: Select all

Error
main.lua 13: The normal canvas format is not supported by your OpenGL implementation.
Traceback
[c]:In function 'newCanvas'
Scripts created using canvases and Lua with the CD library work fine.
Suggestions?
User avatar
slime
Solid Snayke
Posts: 3132
Joined: Mon Aug 23, 2010 6:45 am
Location: Nova Scotia, Canada
Contact:

Re: Upgrade to Windows 10 error

Post by slime »

What are the return results of [wiki]love.graphics.getRendererInfo[/wiki] ? If it reports a Microsoft OpenGL 1.1 renderer, then you probably don't have OpenGL-capable graphics drivers installed.
User avatar
Ref
Party member
Posts: 702
Joined: Wed May 02, 2012 11:05 pm

Re: Upgrade to Windows 10 error

Post by Ref »

Right! This is what I get:

Code: Select all

OpenGL	1.1.0	Microsoft Corporation	GDI Generic
and I guess that the following message is consistent with this:

Code: Select all

Error
shade.lua 16: Sorry, your graphics card doesn't support shaders.
Traceback
[C]:In function 'newShader'
So you're saying that the upgrade to Windows 10 somehow degraded my graphics card software?
Recommended steps to take to resolve?
User avatar
Davidobot
Party member
Posts: 1226
Joined: Sat Mar 31, 2012 5:18 am
Location: Oxford, UK
Contact:

Re: Upgrade to Windows 10 error

Post by Davidobot »

Try updating your drivers? Maybe windows 10 overwrote your previous ones?
PM me on here or elsewhere if you'd like to discuss porting your game to Nintendo Switch via mazette!
personal page and a raycaster
User avatar
Ref
Party member
Posts: 702
Joined: Wed May 02, 2012 11:05 pm

Re: Upgrade to Windows 10 error

Post by Ref »

Hi Davidobot!
Usual frustration with updating software.
Windows has no updates for me.
Intel likewise says there are no updates for my system.
Downloaded Acer driver but still have same problem.
I'm sure that someone who knows what they are doing could come up with a fix.
Just not within my capabilities.
Hope other people wont have same problem using Love ( Lua 5.1 - CD combo has no problem creating canvases.)
Any help appreciated.
User avatar
T-Bone
Inner party member
Posts: 1492
Joined: Thu Jun 09, 2011 9:03 am

Re: Upgrade to Windows 10 error

Post by T-Bone »

You can always run LöveFTW :P (although it's not quite ready for general use just yet).
User avatar
Ref
Party member
Posts: 702
Joined: Wed May 02, 2012 11:05 pm

Re: Upgrade to Windows 10 error

Post by Ref »

Fixed - dumped Windows 10 and reverted to Windows 7.
Now my OpenGLas reported by love.graphics.getRendererInfo( ) is:

Code: Select all

OpenGL	2.1.0 - Build 8.15.10.2302	Intel	Mobile Intel(R) 4 Series Express Chipset Family
Microsoft has not been helpful.
Hope no one else has to go through this frustration otherwise Love could have a limit audience as people upgrade.
User avatar
Ensayia
Party member
Posts: 399
Joined: Sat Jun 12, 2010 7:57 pm

Re: Upgrade to Windows 10 error

Post by Ensayia »

Unfortunately, Windows 10 screwing up drivers is a known issue, and there are a lot of things that don't have proper drivers working either.

I wouldn't suspect Windows not having proper OpenGL drivers, but some of the things I've seen with Windows 10... I wouldn't say it's impossible.
User avatar
NightKawata
Party member
Posts: 294
Joined: Tue Jan 01, 2013 9:18 pm
Location: Cyberspace, Room 6502
Contact:

Re: Upgrade to Windows 10 error

Post by NightKawata »

Ensayia wrote:Unfortunately, Windows 10 screwing up drivers is a known issue, and there are a lot of things that don't have proper drivers working either.

I wouldn't suspect Windows not having proper OpenGL drivers, but some of the things I've seen with Windows 10... I wouldn't say it's impossible.
I had to perform a lot of hackery to get a proper display adapter working with this machine, but after that, all's good.
You do have to manually obtain the drivers; in my case I had to go steal old drivers from AMD because my hardware is a bit dated.

As for the OP, you might have to go check out Intel's collection for your GPU, if you haven't already! I don't know how good Intel's collection of display drivers are offhand, but that may or may not be one solution.

Then again, you've already ditched Windows 10. Oh well.
"I view Python for game usage about the same as going fishing with a stick of dynamite. It will do the job but it's big, noisy, you'll probably get soaking wet and you've still got to get the damn fish out of the water." -taylor
rellig
Prole
Posts: 3
Joined: Mon Jan 13, 2014 12:28 pm

Re: Upgrade to Windows 10 error

Post by rellig »

I too gave Windows 10 a shot (on my notebook) and now löve gets some strange behavior if I run it on my intel hd4000. When runig löve on the nvidia 640 everything is fine though ...

my testgame crashes with this error (second line is output of love.graphics.getRendererInfo)

Code: Select all

Program 'love.exe' started in 'C:\Users\rellig\Desktop\git\testgame\src' (pid: 10032).
OpenGL	4.0.0 - Build 10.18.10.4252	Intel	Intel(R) HD Graphics 4000
Warning, MSAA setting failed! (Result: buffers: 0, samples: 0)
Error: lib/class/Tileset.lua:6: Cannot create image (error code 0x501)
stack traceback:
	lib/external/hump/gamestate.lua:80: in function <lib/external/hump/gamestate.lua:79>
	[C]: in function 'newImage'
	lib/class/Tileset.lua:6: in function 'initialize'
It's not too urgent at the moment, just wantet your guys oppinions.
Post Reply

Who is online

Users browsing this forum: No registered users and 19 guests