Clean build fails to launch
Posted: Fri Feb 15, 2013 10:41 pm
I've downloaded the latest source code from the github main branch (11.02.'13) and compiled it as described in the wiki. I compiled it on the following machine:
Windows 7 Home Premium x86
Qt 4.6.4
MinGW 0.5 beta 20120426-1 with full set up
pkg-config and glib devel provided by the wiki
no Audio Support at all
Enttec USB Headers
no Velleman or OSC
I changed nothing on the source code but compiled it directly using the Qt command prompt with qmake, make and make install. After deactivating the hotplugmonitor/test project, the build completed with no errors.
But as soon as I start qlc.exe, the following error appears:
The application was unable to start correctly (0xc0000142).
Please click on "OK" to close the application.
I searched a little bit about this error code and found out, that it states that the application was not able to load some libraries properly and also that it seems to be an error appearing on some machines and on others not.
I'll trying to walk trough needed dlls with a dependency walker and try to compile it on another machine with the same prerequisites. As soon as I have more detailed information, I'll post them here.
Windows 7 Home Premium x86
Qt 4.6.4
MinGW 0.5 beta 20120426-1 with full set up
pkg-config and glib devel provided by the wiki
no Audio Support at all
Enttec USB Headers
no Velleman or OSC
I changed nothing on the source code but compiled it directly using the Qt command prompt with qmake, make and make install. After deactivating the hotplugmonitor/test project, the build completed with no errors.
But as soon as I start qlc.exe, the following error appears:
The application was unable to start correctly (0xc0000142).
Please click on "OK" to close the application.
I searched a little bit about this error code and found out, that it states that the application was not able to load some libraries properly and also that it seems to be an error appearing on some machines and on others not.
I'll trying to walk trough needed dlls with a dependency walker and try to compile it on another machine with the same prerequisites. As soon as I have more detailed information, I'll post them here.