pizzagame.sf.net Forum Index pizzagame.sf.net
A forum for the discussion of "Pizza Game"
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

start-up problems

 
Post new topic   Reply to topic    pizzagame.sf.net Forum Index -> Help and Support
View previous topic :: View next topic  
Author Message
Rectifier



Joined: 06 Nov 2004
Posts: 11

PostPosted: Sat Nov 06, 2004 4:48 pm    Post subject: start-up problems Reply with quote

I just downloaded "Pizza Game" and when I extracted the tarball into my home/user directory it all went smoothly, when I tried to start the game using a terminal with "./pizzagame" it said that it couldn't find somthing from OGRE...I have no idea what to do...I am guessing I have to download OGRE .014....but the only version on the OGRE website is .015, please help.


I am running Fedora Core 1 on a 120gb seagate hdd
_________________
Chao ong Very Happy
Back to top
View user's profile Send private message
All_Star25



Joined: 21 Jun 2003
Posts: 17

PostPosted: Sat Nov 06, 2004 7:17 pm    Post subject: Reply with quote

Have you tried using .15? That's the simplest possible answer to your solution.
Back to top
View user's profile Send private message Send e-mail
Rectifier



Joined: 06 Nov 2004
Posts: 11

PostPosted: Sun Nov 07, 2004 12:02 am    Post subject: Reply with quote

I will give that a go, if it doesn't work, although since ogre doesn't really change much in each build I will post a another reply Very Happy
_________________
Chao ong Very Happy
Back to top
View user's profile Send private message
redwagon
Developer


Joined: 14 May 2003
Posts: 42

PostPosted: Sun Nov 07, 2004 10:56 am    Post subject: Reply with quote

Rectifier, could you copy and paste the error message(s) here?

On the assumption that you downloaded the precompiled binaries, you should not have to download OGRE. All the OGRE dependancies should be included in the tarball.
Back to top
View user's profile Send private message
Rectifier



Joined: 06 Nov 2004
Posts: 11

PostPosted: Sun Nov 07, 2004 7:11 pm    Post subject: Reply with quote

at first it said:

./bin.donotrun: error while loading shared libraries: /usr/lib/OGRE/Plugin_GuiELements.so: cannot open shared object file: No such file or directory

I made a folder called OGRE in /usr/lib/ and put what was in the "libs" directory in there, now it says:

./bin.donotrun: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
_________________
Chao ong Very Happy
Back to top
View user's profile Send private message
Ares
Developer


Joined: 14 May 2003
Posts: 68

PostPosted: Tue Nov 09, 2004 11:49 pm    Post subject: Reply with quote

Well, here's the libasound.so.2 file, just put it into your /usr/lib directory. Let us know if you have any more problems with missing libraries.


http://pizzagame.sourceforge.net/dumpground/libasound.so.2
Back to top
View user's profile Send private message
Rectifier



Joined: 06 Nov 2004
Posts: 11

PostPosted: Thu Nov 11, 2004 3:41 am    Post subject: Reply with quote

game works now...thank you for your help Very Happy
_________________
Chao ong Very Happy
Back to top
View user's profile Send private message
aaronw@cybermesa.com
Guest





PostPosted: Mon May 23, 2005 6:14 am    Post subject: .02a on Win98 :) Reply with quote

hello pizzagame people, i really enjoyed pizza-business, so i thought i'd give this a go. it looks really neat. couldn't get it to work on the system i'm on (details below), however, it looks like it's been working for a good amount of people and I hope that development does continue. thanks to all who have contributed, i know it's no small feat when also trying to cope with all of life's other demands.

here is what happened when i tried to run the .02a - if anybody has any helpful suggestions/comments, i would be grateful to hear them. in the meanwhile i hope to find time to try it on a better system.

thanks - aaronw

OGRE initializer gave me 3 options for "Rendering Subsystem" -
Direct3D7 Rendering Subsystem
Drect3D9 Rendering Subsystem
OpenGL Rendering Subsystem

Below I"ve posted the options that were set and the error I got from each one. I'm running win98 on an old AMD K6/266, 128M Ram, MatroxMGA Millennium Graphics card with (i think) 2 or 4MB.
fiddling with any of the options didn't seem to help at all.

Direct3D7 Rendering Subsystem
FullScreen: No
Rendering Device: Primary Display Driver
VSync: No
Video Mode: N/A

actually pops up a "pizza game" window filled with black, then,

"An exception has been thrown!

Error#: -2147467263
Function: D3DTexture::blitImage
Desc: Error during blit operation..
File: \ogrenew\RenderSystems\Direct3D7\src\OgreD3D7Texture.cpp
Line: 390
Stack: unwinding: D3DTexture::blitImage(..) <- D3DTexture::loadImage(..) <- <<beginning of stack>>
"


Drect3D9 Rendering Subsystem
Anti aliasing: None
Full Screen: No
Rendering Device: Matrox MGA Millennium
VSync: No
Video Mode: 800x600 @ 32-bit colour


Pizzagame: This program has performed an illegal operation and will be shut down. ...

PIZZAGAME caused an invalid page fault in
module RENDERSYSTEM_DIRECT3D9.DLL at 0167:023afa56.
Registers:
EAX=0000000f CS=0167 EIP=023afa56 EFLGS=00010206
EBX=8876086a SS=016f ESP=00a3f854 EBP=00854060
ECX=00d84700 DS=016f ESI=00d84700 FS=2927
EDX=02455e30 ES=016f EDI=00000000 GS=0000
Bytes at CS:EIP:
8b 10 50 ff 52 08 89 be 00 01 00 00 8b 86 c0 00
Stack dump:
00d847c0 00d84700 023af981 004e65d0 00d84700 00c714b4 00a3fcc4 00d775ac 00000018 bff7b9c5 16809a19 00a3f950 00000003 023af210 00000000 00000004


OpenGL
Colour Depth: 16
Display Freq: 0
Full Screen: No
VSync: Yes
Video Mode: 1024x768

An exception has been thrown:
Error#: 0
Function: Win32Window::create
Desc: ChoosePixelFormat failed.
File: \ogrenew\RenderSystems\GI\src\OgreWin32Window.cpp
Line: 202
Stack unwinding: <<beginning of stack>>
Back to top
Ares
Developer


Joined: 14 May 2003
Posts: 68

PostPosted: Mon May 30, 2005 7:58 am    Post subject: Reply with quote

From a quick glance at the errors, it looks like either your graphics card drivers are out of date, or the graphics engine we use won't run on your graphics card. Since we've done a bit of work since the last release, it might be better to wait until we put out another release (hopefully sometime this summer) and try to figure out your problems based on that. I'm not really sure what the problem is, but I'll try to look into it a bit more when I find some time.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    pizzagame.sf.net Forum Index -> Help and Support All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group