Run Celestia 1.7.0 on Windows (OpenGL error)

The place to discuss creating, porting and modifying Celestia's source code.
Avatar
Topic author
Alexell M
Site Admin
Posts: 303
Joined: 07.10.2010
Age: 30
With us: 14 years 1 month
Location: Moscow, Russia
Contact:

Run Celestia 1.7.0 on Windows (OpenGL error)

Post #1by Alexell » 14.06.2018, 16:36

Hi all.

As you know, I recently published new Celestia binary files (x86 & x64) along with the necessary dlls. They run perfectly and work on my computer with QT installed.

But when running on a computer where there is no installed QT, Celestia produces an error:
Screenshot_1.jpg


All the necessary dlls were added to the Celestia folder (platforms folder with dll) and the following dlls:
Screenshot_2.jpg
Screenshot_2.jpg (8.52 KiB) Viewed 18378 times


Maybe I missed something?
Admin of celestia.space
PC: Intel Core i7-8700 @ 3.20GHz, SSD, 16 Gb RAM, NVIDIA GeForce GTX 1080, Creative Sound Blaster ZxR. Windows 10 x64.
Phone: iPhone Xs 256 Gb. iOS 14.
Image

Janus
Posts: 537
Joined: 13.08.2016
With us: 8 years 3 months

Post #2by Janus » 15.06.2018, 05:53

The error comes from /src/celestia/qt/qtappwin.cpp ~Line 260

It is a response to a failed initialization of the glew subsystem.

Most likely resulting from a missing glew32.dll or equivalent.

At least it is a place to start.


Janus.

Avatar
Topic author
Alexell M
Site Admin
Posts: 303
Joined: 07.10.2010
Age: 30
With us: 14 years 1 month
Location: Moscow, Russia
Contact:

Post #3by Alexell » 15.06.2018, 12:11

Janus, Thanks for the help.
Admin of celestia.space
PC: Intel Core i7-8700 @ 3.20GHz, SSD, 16 Gb RAM, NVIDIA GeForce GTX 1080, Creative Sound Blaster ZxR. Windows 10 x64.
Phone: iPhone Xs 256 Gb. iOS 14.
Image

GottfriedSp
Posts: 1
Joined: 01.07.2018
With us: 6 years 4 months

Post #4by GottfriedSp » 01.07.2018, 16:05

With my projects I added the following dll from qt/msvc/bin folder:

Code: Select all

d3dcompiler_47.dll
libEGL.dll
libGLESv2.dll
opengl32sw.dll

1st one is for angle
2nd and 3rd for openGL ES (embedded systems) - Raspberry pi and other?
4th software rendering if hardware has no openGL or to old OpenGL

see https://wiki.qt.io/Qt_5_on_Windows_ANGLE_and_OpenGL

Franch.BG
Posts: 2
Joined: 12.10.2018
With us: 6 years 1 month

Post #5by Franch.BG » 13.10.2018, 11:39

Thanks a lot. This fixed my problem!!!!

millespaul700
Posts: 2
Joined: 18.10.2018
With us: 6 years

Post #6by millespaul700 » 29.10.2018, 05:57

Hello Everyone how are you all? I am new here on this platform will you support me

Avatar
gironde M
Posts: 846
Joined: 16.12.2016
Age: 72
With us: 7 years 10 months
Location: Montigny-Les-Metz, France

Post #7by gironde » 29.10.2018, 09:49

Welcome to the forum, millespaul700

:smile: :hi:


Return to “Development”