berto
Posts: 20708
Joined: 3/13/2002 From: metro Chicago, Illinois, USA Status: offline
|
Your engine.log has this: ... 2018-01-22 11:42:33 meengine.exe: [DEBUG ID 0] (misc.cpp, line 3560, GameFile()) in GameFile(), file is C:\Program Files (x86)\Matrix Games\Campaign Series Middle East\graphics\map\3D\Slopes4d.bmp 2018-01-22 11:42:33 meengine.exe: [INFO ID 1] C:\Program Files (x86)\Matrix Games\Campaign Series Middle East\graphics\map\3D\Slopes4d.bmp loaded 2018-01-22 11:42:33 meengine.exe: [DEBUG ID 0] (misc.cpp, line 3560, GameFile()) in GameFile(), file is C:\Program Files (x86)\Matrix Games\Campaign Series Middle East\graphics\map\3D\Slopes5d.bmp 2018-01-22 11:42:33 meengine.exe: [INFO ID 1] C:\Program Files (x86)\Matrix Games\Campaign Series Middle East\graphics\map\3D\Slopes5d.bmp loaded 2018-01-22 11:42:33 meengine.exe: [DEBUG ID 0] (misc.cpp, line 3560, GameFile()) in GameFile(), file is C:\Program Files (x86)\Matrix Games\Campaign Series Middle East\graphics\map\3D\SlopesNight0d.bmp 2018-01-22 11:42:33 meengine.exe: [ERROR ID 100] (BitmapDD.cpp, line 32, XCBitmapDD::XCBitmapDD()) in XCBitmapDD::XCBitmapDD(), C:\Program Files (x86)\Matrix Games\Campaign Series Middle East\graphics\map\3D\SlopesNight0d.bmp is corrupted, else is not a bitmap, else does not exist [nothing follows] Also, we see this in your error.log: 2018-01-22 11:14:44 Middle East.exe: [ERROR ID 1030] (Fetch.cpp, line 421, FetchForcesDat()) expected 2 assignments, but 1 fields were assigned: -1 2018-01-22 11:15:05 meengine.exe: [ERROR ID 100] (BitmapDD.cpp, line 32, XCBitmapDD::XCBitmapDD()) in XCBitmapDD::XCBitmapDD(), C:\Program Files (x86)\Matrix Games\Campaign Series Middle East\graphics\map\3D\SlopesNight0d.bmp is corrupted, else is not a bitmap, else does not exist 2018-01-22 11:22:27 Middle East.exe: [ERROR ID 1030] (Fetch.cpp, line 421, FetchForcesDat()) expected 2 assignments, but 1 fields were assigned: -1 2018-01-22 11:22:38 meengine.exe: [ERROR ID 100] (BitmapDD.cpp, line 32, XCBitmapDD::XCBitmapDD()) in XCBitmapDD::XCBitmapDD(), C:\Program Files (x86)\Matrix Games\Campaign Series Middle East\graphics\map\3D\SlopesNight0d.bmp is corrupted, else is not a bitmap, else does not exist 2018-01-22 11:42:13 Middle East.exe: [ERROR ID 1030] (Fetch.cpp, line 421, FetchForcesDat()) expected 2 assignments, but 1 fields were assigned: -1 2018-01-22 11:42:33 meengine.exe: [ERROR ID 100] (BitmapDD.cpp, line 32, XCBitmapDD::XCBitmapDD()) in XCBitmapDD::XCBitmapDD(), C:\Program Files (x86)\Matrix Games\Campaign Series Middle East\graphics\map\3D\SlopesNight0d.bmp is corrupted, else is not a bitmap, else does not exist It seems there is something about your graphics\map\3D\SlopesNight0d.bmp that the game engine doesn't like. Is the file not there? Is it somehow corrupted? Did the install process apply ownership/permissions such that the file is unreadable? Is the problem something else? Note that, according to your engine.log, you had successfully loaded other files up to that point. The game is choking on that one file (and possibly other files later on in the load sequence). It is possible that you have a corrupted install. Would you please consider reinstalling? You would need to uninstall your current setup first. Use the Control Panel Uninstall a program facility for that purpose. From your engine.log etc., we can also see that you are installing the game into C:\Program Files (x86). Consider reinstalling into C:\Games\... Other people have reported problems with anti-virus software. Consider shutting down your AV during the reinstall process. Maybe a reinstall won't do the trick. Maybe there is something else going on here. But a (uninstall then) reinstall is the recommended next step. Good luck.
_____________________________
|