IDE crashes when trying to open *.collection or *.atlas (Solved)

I’ve got a strange bug on one of my workstations.
IDE normaly starts, project is loaded correctly, i can open *.script files. But when i’m trying to open *.collection or *.atlas file, IDE crashes immediately.

OS: Windows 7 , 64 bit Build 7601 Service Pack 1

Could you try checking the supported OpenGL version on your machine? See this post for a guide; Editor OpenGL Error (SOLVED)

logs:
https://dl.dropboxusercontent.com/u/21674134/hs_err_pid6452.zip
and from D:\defold\workspace.metadata
https://dl.dropboxusercontent.com/u/21674134/log.zip

Ah, 1.4! Could you try upgrading your graphics drivers? I think you need at least OpenGL 2.0.

Also, if you are on a laptop and have more than one graphics card you could try switching active card for the Defold app.

1 Like

1,4 is the latest drivers which i’ve found for this integrated videocard. Anyway, thank you, i’ll try to install external one.

Problem solved.
my integrated video chipset intel g33/g31 express chipset family does not support OpenGL 2.0 (only 1.5 avaliable), so, i’ve installed external videocard (GeForce 7300 GS with support of GL 2.1) which is 7 years old.
IDE is working OK.

2 Likes