Alb-310 / Geogramint

An OSINT Geolocalization tool for Telegram that find nearby users and groups 📡🌍🔍
GNU General Public License v3.0
659 stars 82 forks source link

openGL 2 "missing" #8

Closed savethekiddes closed 1 year ago

savethekiddes commented 1 year ago

So I installed Geogramint via the Windows installer and it says that I don't have OpenGL 2.0 installed on my PC. It seems that he's using integrated graphics instead of the 3050 that I have. I tried forcing to use the 3050 in the graphic options, but the problem doesn't go away. I've the latest Game Ready driver, which obviously support OpenGL 2.X. Could you please giv me some advice? Thanks.

Alb-310 commented 1 year ago

Hello, Can you provide please some screenshots of the error ?

savethekiddes commented 1 year ago

Here

savethekiddes commented 1 year ago

(I tried forcing Python too to use the 3050)

Alb-310 commented 1 year ago

Do you have the last drivers on your 3050 ?

savethekiddes commented 1 year ago

As I told you, yes.

I've the latest Game Ready driver, which obviously support OpenGL 2.X

Alb-310 commented 1 year ago

Is it possible for you to launch Geogramint using python instead of the .exe ?

If yes, I need you to try adding in geogramint.py

import os
os.environ['KIVY_GL_BACKEND'] = 'angle_sdl2'
savethekiddes commented 1 year ago

Ok problem solved by going into envoirnment variables and setting:

KIVY_GL_BACKEND to angle_sdl2

Alb-310 commented 1 year ago

Perfect 👌🏻 I will add this to the FAQ on the wiki