New 1.7 11.17 version does not run

Report bugs, bug fixes and workarounds here.
Topic author
john71
Posts: 1009
Joined: 10.08.2016
With us: 8 years 3 months

New 1.7 11.17 version does not run

Post #1by john71 » 25.11.2017, 22:11

I'm not able to run the new Celestia 1.7 11.17 version.

I copied all files to the Celestia 1.6.1 root directory but I have "The application was unable to start correctly (0xc000007b)" error.

What can be the problem?

Avatar
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 3 months
Location: NY, USA

Post #2by selden » 25.11.2017, 23:42

I'm seeing the same problem under Win7. My quick test seems to indicate that this problem is somehow related to QT5OpenGL.dll. When QT5OpenGL.dll is missing, Celestia complains that it can't find it, but when QT5OpenGL.dll is provided, Celestia crashes.

Perhaps the file on the server is the wrong dll?
Selden

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

Post #3by Janus » 26.11.2017, 02:19

When dealing with QT there are several levels of gotchas to be on the look out for.

Not only do you have to the EXACT!!! version, you also have to match x86 vs x64.
This process is not helped by the fact that all of the QT support files are identically named regardless of version or architecture..
This means that x86 QT5.0 support files, have the same names as the QT5.9.1 x64 support files.

Based on my last correspondence with Alexell, I believe the current code is set for QT 5.9.2 W/VS2017 as a compiler.
Whether x86 or x64 I could not say.
I had a devil of a time fighting with QT while getting it working.

QT5.9.1 support files will not work with QT5.9.2, leading to random crashes.
Sometimes it says wrong version in an error box, but mostly it just crashes.
Sometimes the support files for use with one VS version will work with another, but not always.
So you cannot match just the QT version, you also have to match the compiler.

For me, this is simply to much work since every time QT is updated, all of the support files will have to be as well.
And some of those support files have their own directories they go in, not all of them go in the program root.
This is going to make testing very interesting for people, I wish them luck.

There is nothing wrong with QT as an interface, but I find it to delicate for most things I do.
I also can not use VS2017 on my system, it breaks my modded desktop.
Which is why I am wishing Alexell the best of luck with Celestia, but I am going my own way.

One of the things that drew me to Celestia was that it had more than one GUI style.
I like that kind of adaptability.
As I have said more than once, I am not a real C/C++ programmer, but the QT interface is just not for me.
I would rather learn how to add a wxwidgets GUI, or a fox toolkit one.
Or even just stick with the default one for VS.
Since the field is already so open, I see no reason to narrow it.


Janus.

Topic author
john71
Posts: 1009
Joined: 10.08.2016
With us: 8 years 3 months

Post #4by john71 » 26.11.2017, 09:28

I use windows 10 pro 64 bit...

Added after 2 minutes 1 second:
Alexell, please provide some help.

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

Post #5by Janus » 26.11.2017, 18:37

Just discovered there is now a QT5.9.3 available.

Given how dedicated Alexell is to staying on the bleeding edge, this might be part of the problem.

If it were compiled with QT5.9.3, then any 5.9/5.9.0/5.9.1/5.9.2 support files with the download would be incompatible.
The problem never shows on a development systems because of the way QT works.
The QT dlls can find an use the files from QT creator, so any version you have installed is automatically matched.

Systems without QT creator, or without the correct library installed, will have to have the primary support files in the program root, and the secondary in a subdirectory.

Testing can only be done on a completely clean system or in a bare VM.
While there is a deployment tool, it behaves badly, misses files, and sometimes includes unneeded files.

If you are going to test a QT version, make sure you get a complete directory set, ready to run.
That is why I put up complete ready to run copies on my site, it is the only way to make sure it will run anywhere.

Good luck with this.


Janus.

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

Post #6by Janus » 27.11.2017, 07:44

Okay, finally got a chance to actually look at what Alexell put up.

The executables and support files are for QT5.9.2 compiled with VS2015/17.
It requires the VS2015 redists to be installed.

The exes are x86 & x64.
The support files are all x86.
The weird error, [0xc000007b], is because you tried to run the 64-bit version with 32-bit support files.

The x86 & x64 directories should contain all the support files for that version, but do not.
If it will help, I believe I can put up a pair of archives of the current version.
One x86, the other x64, both for extracting in place, including all the support files.

I can also put the VS2015 redists up as well, in x86 & x64 both.


Janus.

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

Post #7by Alexell » 27.11.2017, 14:05

To run, you need plase this files in Celestia 1.6.1 directory:
libintl.dll for 64-bit operating systems
libintl_x86.dll for 32-bit operating systems

The following dll for x32/x64 OS (plase this files in Celestia 1.6.1 directory):
Qt5Core.dll
Qt5Gui.dll
Qt5OpenGL.dll
Qt5Widgets.dll

For 32-bit operating systems, you need to place the platforms in Celestia 1.6.1 directory (Celestia\platforms).

To run Celestia, you may need to install the Microsoft redists packages (2015 x86/x64 or 2017 x64/2017 x86).

Added after 8 minutes 56 seconds:
This is a screenshots of files location and my launch of Celestia.

Added after 57 seconds:
I'm good at running both versions of Celestia - both x86 and x64.
Attachments
Screenshot_4.png
Screenshot_3.png
Screenshot_2.png
Screenshot_1.png
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


Return to “Bugs”