[Newbie error] Cannot read ogreCore.zip

Brando

20-10-2006 07:42:34

So I just found this program and i have screen shots and thought it was pretty sweet. I did everything right , installed everything in th right places and stuff but it won't start can anyone help me? this is the error log i guess :)


02:15:25: Creating resource group General
02:15:25: Registering ResourceManager for type Material
02:15:25: Registering ResourceManager for type Mesh
02:15:25: Registering ResourceManager for type Skeleton
02:15:25: Loading library OgrePlatform.dll
02:15:25: OverlayElementFactory for type Panel registered.
02:15:25: OverlayElementFactory for type BorderPanel registered.
02:15:25: OverlayElementFactory for type TextArea registered.
02:15:25: Registering ResourceManager for type Font
02:15:25: ArchiveFactory for archive type FileSystem registered.
02:15:25: ArchiveFactory for archive type Zip registered.
02:15:25: DevIL version: Developer's Image Library (DevIL) 1.6.7 Nov 9 2005
02:15:25: DevIL image formats: bmp dib cut dcx dds gif hdr ico cur jpg jpe jpeg lif mdl mng jng pcx pic pix png pbm pgm pnm ppm psd pdd psp pxr sgi bw rgb rgba tga vda icb vst tif tiff wal xpm raw
02:15:25: Registering ResourceManager for type HighLevelGpuProgram
02:15:25: Loading library .\RenderSystem_Direct3D9
02:15:25: D3D9 : Direct3D9 Rendering SubSystem created.
02:15:26: D3D9: Driver Detection Starts
02:15:26: D3D9: Driver Detection Ends
02:15:26: Loading library .\RenderSystem_GL
02:15:26: OpenGL Rendering Subsystem created.
02:15:26: Loading library .\Plugin_ParticleFX
02:15:26: Particle Emitter Type 'Point' registered
02:15:26: Particle Emitter Type 'Box' registered
02:15:26: Particle Emitter Type 'Ellipsoid' registered
02:15:26: Particle Emitter Type 'Cylinder' registered
02:15:26: Particle Emitter Type 'Ring' registered
02:15:26: Particle Emitter Type 'HollowEllipsoid' registered
02:15:26: Particle Affector Type 'LinearForce' registered
02:15:26: Particle Affector Type 'ColourFader' registered
02:15:26: Particle Affector Type 'ColourFader2' registered
02:15:26: Particle Affector Type 'ColourImage' registered
02:15:26: Particle Affector Type 'ColourInterpolator' registered
02:15:26: Particle Affector Type 'Scaler' registered
02:15:26: Particle Affector Type 'Rotator' registered
02:15:26: Loading library .\Plugin_BSPSceneManager
02:15:26: Registering ResourceManager for type BspLevel
02:15:26: Loading library .\Plugin_OctreeSceneManager
02:15:26: TerrainSceneManager: Registered a new PageSource for type Heightmap
02:15:26: Loading library .\Plugin_CgProgramManager
02:15:26: *-*-* OGRE Initialising
02:15:26: *-*-* Version 1.0.5 (Azathoth)
02:15:26: Creating resource group Bootstrap
02:15:26: An exception has been thrown!

-----------------------------------
Details:
-----------------------------------
Error #: 9
Function: ZipArchive::checkZzipError
Description: ../media/packs/OgreCore.zip - error whilst opening archive: Unable to read zip file..
File: ..\src\OgreZip.cpp
Line: 254
Stack unwinding: <<beginning of stack>>
02:15:26: *-*-* OGRE Shutdown
02:15:26: Unregistering ResourceManager for type Font
02:15:26: Unregistering ResourceManager for type Skeleton
02:15:26: Unregistering ResourceManager for type Mesh
02:15:26: Unregistering ResourceManager for type HighLevelGpuProgram
02:15:26: Unloading library .\Plugin_CgProgramManager
02:15:26: Unloading library .\Plugin_OctreeSceneManager
02:15:26: Unregistering ResourceManager for type BspLevel
02:15:26: Unloading library .\Plugin_BSPSceneManager
02:15:26: Unloading library .\Plugin_ParticleFX
02:15:26: *** Stopping Win32GL Subsystem ***
02:15:26: Unloading library .\RenderSystem_GL
02:15:26: D3D9 : Shutting down cleanly.
02:15:26: D3D9 : Direct3D9 Rendering SubSystem destroyed.
02:15:26: Unloading library .\RenderSystem_Direct3D9
02:15:26: Unregistering ResourceManager for type Material
02:15:26: Unloading library OgrePlatform.dll

dermont

20-10-2006 08:20:35

Check the installation guide, the media zip file:

pyOgre1.0.6: http://prdownload.berlios.de/pyogre/demo_media.zip
pyogre1.2.0: http://prdownload.berlios.de/pyogre/dem ... _1.2.0.zip

should be extracted to C:\Python24\pyogre to give dir structure:

C:\Python24\pyogre\demos
C:\Python24\lib\site-packages\pyogre
C:\Python24\pyogre\media

http://www.ogre3d.org/wiki/index.php/In ... _of_PyOgre

If you've installed the media elsewhere you'll have to edit the resources.cfg file to point to that directory.

Brando

20-10-2006 14:23:46

I unzipped the media file into the demos subfolder in pyogre and still it doesn't work

Brando

20-10-2006 14:39:51

Actually i tried your way and it worked! thank you :)