Done Compiling Warzone2100 but..

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
norazli
Greenhorn
Posts: 7
Joined: 02 Nov 2011, 09:52

Done Compiling Warzone2100 but..

Post by norazli »

Hi..

I got this error after first time lauch the program...

Warzone2100-Dbg.exe - System Error

1) The program can't start because QtGui4.dll is missing from your computer. Try reinstalling the program to fix this problem.

2) The program can't start because QtCore4.dll is missing from your computer. Try reinstalling the program to fix this problem.

3) The program can't start because QtOpenGL4.dll is missing from your computer. Try reinstalling the program to fix this problem.

4) The program can't start because QtScript4.dll is missing from your computer. Try reinstalling the program to fix this problem.

5) The program can't start because QtNetwork4.dll is missing from your computer. Try reinstalling the program to fix this problem.

6) The program can't start because Qjson.dll is missing from your computer. Try reinstalling the program to fix this problem.

7) The program can't start because QtCored4.dll is missing from your computer. Try reinstalling the program to fix this problem.

And I copied those files to ..\data\ where warzone2100-dbg.exe exist.. but now this error come out..

8) The application was unable to start correctly (0x015002). Click OK to close the application.

Need help.. tq.
User avatar
vexed
Inactive
Inactive
Posts: 2538
Joined: 27 Jul 2010, 02:07

Re: Done Compiling Warzone2100 but..

Post by vexed »

Either put the requested .dlls in the same area as the .exe, or change your system path to the location of the .dlls.
/facepalm ...Grinch stole Warzone🙈🙉🙊 contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Done Compiling Warzone2100 but..

Post by NoQ »

And I copied those files to ..\data\ where warzone2100-dbg.exe exist.. but now this error come out..
Lord Apocalypse
Regular
Regular
Posts: 678
Joined: 29 Jul 2009, 18:01

Re: Done Compiling Warzone2100 but..

Post by Lord Apocalypse »

if your using win2k or better check the event viewer for a more detailed explanation. I would first run WZ again and check the time so you will have the latest entry in event viewer and wont get lost in the jumbled mess.
norazli
Greenhorn
Posts: 7
Joined: 02 Nov 2011, 09:52

Re: Done Compiling Warzone2100 but..

Post by norazli »

This is error message from event viewer..
****
Microsoft.VC90.DebugCRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8" C:\MinGW\msys\1.0\home\Warzone2100-120082\data\QtCored4.dll
****

What is the problem? thanks for suggestion... :)
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Done Compiling Warzone2100 but..

Post by NoQ »

Just curious:

1. Exact Qt version?
2. Does the "release" build work?
User avatar
vexed
Inactive
Inactive
Posts: 2538
Joined: 27 Jul 2010, 02:07

Re: Done Compiling Warzone2100 but..

Post by vexed »

Oh, whoops, read that a bit too fast. :oops:

Never tried with mingw on windows, but it does look like a linker issue of some type.
We have removed that for master, since nobody used it.
/facepalm ...Grinch stole Warzone🙈🙉🙊 contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.
cybersphinx
Inactive
Inactive
Posts: 1695
Joined: 01 Sep 2006, 19:17

Re: Done Compiling Warzone2100 but..

Post by cybersphinx »

norazli wrote:Microsoft.VC90.DebugCRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8" C:\MinGW\msys\1.0\home\Warzone2100-120082\data\QtCored4.dll
DLLs not matching the compiler?
We want information... information... information.
norazli
Greenhorn
Posts: 7
Joined: 02 Nov 2011, 09:52

Re: Done Compiling Warzone2100 but..

Post by norazli »

1. QT version 4.7.4
2. Not yet test... will test later on..

I try compile use MSVC 2010...
not mingw coz try mingw will ask Qt not found... then intbyte not found and bla bla bla...

Tq...
Lord Apocalypse
Regular
Regular
Posts: 678
Joined: 29 Jul 2009, 18:01

Re: Done Compiling Warzone2100 but..

Post by Lord Apocalypse »

it is probably a version mismatch. Did you compile againt 4.7 or is that the version supplied by the WZ repo?
norazli
Greenhorn
Posts: 7
Joined: 02 Nov 2011, 09:52

Re: Done Compiling Warzone2100 but..

Post by norazli »

Hi, thanks for your advised..
after i do some check2x..

I change my qt 4.7.4 to qt 4.8.0 rc1 for my vs 2100..
then i copy some .dlls and .libs from devpkg to data...
then i copy fonts\... and etc\.. folder to data folder...

walllaaa... i can start with no problem...

HOWEVER... hmmm this part make me headache a moment... every time i do save game it saved with no error at all... but when time i load the saved game... an error appears..

:hmm: :hmm:
"Warzone has detected a problem.
A non fatal error has occured.
[initSaveGameLoad] Failed to load a save game! It is either corrupted or unsupported format.
Restarting main menu."
:shock: :shock:

my current compiled version
Warzone 2100 master branch 74d92a1