FoFiX v3.1xx development thread

Discussion particular to FoFiX, its development, and themes
Forum rules
boomydude
Member
Posts: 38
Joined: March 28th, 2008
Reputation: 0

Re: FoFiX v3.1xx development thread

Postby boomydude » Tue May 26, 2009 11:33 pm

Hi. I have a brand-new install of Linux Mint 7 stable (32-bit). I have installed everything necessary to run from SVN. I have installed from source portaudio v19 (stable) and pyaudio svn 39. I have FoFiX SVN r1568. The game crashes when I try to test the mic or play the game with the mic. I have tried both "pulse" and "/dev/dsp1" Both are with my Rock Band USB Microphone. with pavucontrol the usb mic works fine. I have selected the usb mic as default in pavucontrol.
Here is the log when I try to test the mic:

Spoiler:(W) Pitch bending is not supported; install john.stumpo's pitchbend module (r7 or higher) if you want it.
(D) GameEngine class init (GameEngine.py)...
(D) FoFiX v3.120 alpha (r1568) starting up...
(D) pygame version: 1.8.1release
(D) Initializing audio.
(D) Audio configuration: (44100, -16, 2)
(D) Initializing pygame.mixer & audio system at 44100 Hz.
(D) Initializing video.
(D) 0 joysticks found.
(D) 9 guitscw sounds found in themes/Rock Band 2/sounds: guitscw1.ogg - guitscw9.ogg
(D) 8 bassscw sounds found in themes/Rock Band 2/sounds: bassscw1.ogg - bassscw8.ogg
(D) 8 drumscw sounds found in sounds: drumscw1.ogg - drumscw8.ogg
(D) 10 accept sounds found in themes/Rock Band 2/sounds: accept1.ogg - accept10.ogg
(W) Rock Band 2\sounds
escue.ogg not found -- using staractivate.ogg instead.
(W) Rock Band 2\sounds\coopfail.ogg not found -- using stardeactivate.ogg instead
(D) Default animated stage for Rock Band 2 theme = Normal
(D) Ready.
(D) 9 guitscw sounds found in themes/Rock Band 2/sounds: guitscw1.ogg - guitscw9.ogg
(D) View: Push: MainMenu
(D) View: Push: Menu
(D) Option text / selected hex colors: #FFFFFF / #FFBF00
(D) Option text / selected colors: (1.0, 1.0, 1.0) / (1.0, 0.74901960784313726, 0.0)
(D) Graphic menu enabled for submenu: advsettings
(D) View: Push: SettingsMenu
(D) View: Push: Menu
(D) View: Push: Menu
(E) Loading error:Traceback (most recent call last):
File "/home/joseph/fofix-svn-r1568/src/GameEngine.py", line 986, in main
done = Engine.run(self)
File "/home/joseph/fofix-svn-r1568/src/Engine.py", line 133, in run
self._runTask(task)
File "/home/joseph/fofix-svn-r1568/src/Engine.py", line 124, in _runTask
task.run(ticks)
File "/home/joseph/fofix-svn-r1568/src/Input.py", line 403, in run
self.broadcastEvent(self.keyListeners, "keyPressed", event.key, event.unicode)
File "/home/joseph/fofix-svn-r1568/src/Input.py", line 314, in broadcastEvent
if getattr(l, function)(*args):
File "/home/joseph/fofix-svn-r1568/src/Menu.py", line 237, in keyPressed
choice.trigger(self.engine)
File "/home/joseph/fofix-svn-r1568/src/Menu.py", line 68, in trigger
nextMenu = self.callback()
File "/home/joseph/fofix-svn-r1568/src/Settings.py", line 792, in <lambda>
(_("Test Controller 4"), lambda: self.keyTest(3)),
File "/home/joseph/fofix-svn-r1568/src/Settings.py", line 1131, in keyTest
Dialogs.testKeys(self.engine, controller)
File "/home/joseph/fofix-svn-r1568/src/Dialogs.py", line 5228, in testKeys
d = KeyTester(engine, control, prompt = prompt)
File "/home/joseph/fofix-svn-r1568/src/Dialogs.py", line 4692, in __init__
self.analogSPThresh = self.controls.analogSPThresh[control]
IndexError: list index out of range

Shashashake it!
User avatar
icke01
Member
Posts: 107
Joined: July 24th, 2008
Location: Germany
Reputation: 0
Contact:

Re: FoFiX v3.1xx development thread

Postby icke01 » Wed May 27, 2009 12:09 am

boomydude wrote:Hi. I have a brand-new install of Linux Mint 7 stable (32-bit). I have installed everything necessary to run from SVN. I have installed from source portaudio v19 (stable) and pyaudio svn 39. I have FoFiX SVN r1568. The game crashes when I try to test the mic or play the game with the mic. I have tried both "pulse" and "/dev/dsp1" Both are with my Rock Band USB Microphone. with pavucontrol the usb mic works fine. I have selected the usb mic as default in pavucontrol.
Here is the log when I try to test the mic:

Spoiler:(W) Pitch bending is not supported; install john.stumpo's pitchbend module (r7 or higher) if you want it.
(D) GameEngine class init (GameEngine.py)...
(D) FoFiX v3.120 alpha (r1568) starting up...
(D) pygame version: 1.8.1release
(D) Initializing audio.
(D) Audio configuration: (44100, -16, 2)
(D) Initializing pygame.mixer & audio system at 44100 Hz.
(D) Initializing video.
(D) 0 joysticks found.
(D) 9 guitscw sounds found in themes/Rock Band 2/sounds: guitscw1.ogg - guitscw9.ogg
(D) 8 bassscw sounds found in themes/Rock Band 2/sounds: bassscw1.ogg - bassscw8.ogg
(D) 8 drumscw sounds found in sounds: drumscw1.ogg - drumscw8.ogg
(D) 10 accept sounds found in themes/Rock Band 2/sounds: accept1.ogg - accept10.ogg
(W) Rock Band 2\sounds
escue.ogg not found -- using staractivate.ogg instead.
(W) Rock Band 2\sounds\coopfail.ogg not found -- using stardeactivate.ogg instead
(D) Default animated stage for Rock Band 2 theme = Normal
(D) Ready.
(D) 9 guitscw sounds found in themes/Rock Band 2/sounds: guitscw1.ogg - guitscw9.ogg
(D) View: Push: MainMenu
(D) View: Push: Menu
(D) Option text / selected hex colors: #FFFFFF / #FFBF00
(D) Option text / selected colors: (1.0, 1.0, 1.0) / (1.0, 0.74901960784313726, 0.0)
(D) Graphic menu enabled for submenu: advsettings
(D) View: Push: SettingsMenu
(D) View: Push: Menu
(D) View: Push: Menu
(E) Loading error:Traceback (most recent call last):
File "/home/joseph/fofix-svn-r1568/src/GameEngine.py", line 986, in main
done = Engine.run(self)
File "/home/joseph/fofix-svn-r1568/src/Engine.py", line 133, in run
self._runTask(task)
File "/home/joseph/fofix-svn-r1568/src/Engine.py", line 124, in _runTask
task.run(ticks)
File "/home/joseph/fofix-svn-r1568/src/Input.py", line 403, in run
self.broadcastEvent(self.keyListeners, "keyPressed", event.key, event.unicode)
File "/home/joseph/fofix-svn-r1568/src/Input.py", line 314, in broadcastEvent
if getattr(l, function)(*args):
File "/home/joseph/fofix-svn-r1568/src/Menu.py", line 237, in keyPressed
choice.trigger(self.engine)
File "/home/joseph/fofix-svn-r1568/src/Menu.py", line 68, in trigger
nextMenu = self.callback()
File "/home/joseph/fofix-svn-r1568/src/Settings.py", line 792, in <lambda>
(_("Test Controller 4"), lambda: self.keyTest(3)),
File "/home/joseph/fofix-svn-r1568/src/Settings.py", line 1131, in keyTest
Dialogs.testKeys(self.engine, controller)
File "/home/joseph/fofix-svn-r1568/src/Dialogs.py", line 5228, in testKeys
d = KeyTester(engine, control, prompt = prompt)
File "/home/joseph/fofix-svn-r1568/src/Dialogs.py", line 4692, in __init__
self.analogSPThresh = self.controls.analogSPThresh[control]
IndexError: list index out of range



Could someone please explain me how I play vocals or make some kind of tutorial? I just don't get it...
(0) <-- The Eye
User avatar
angellinus
Member
Posts: 911
Joined: September 19th, 2008
Location: cavite philippines
Reputation: 0

Re: FoFiX v3.1xx development thread

Postby angellinus » Wed May 27, 2009 1:18 am

fenolftalein wrote:
cmsk8ter wrote:I don't get errors. I don't get anything. it works normal, but I don't have it setup for normal I want the shaders.

it looks like your videocard does not support ARB extensions.
John Stumpo is working on OpenGL 2.0 shaders compile code.

Here's a program to check, what extensions your videocard has.
http://www.realtech-vr.com/glview/download.html



Hey fenol according to the program says:

OpenGL-----------------------------------------------------------

Version : 1.4

Driver Version : 6.12.10.4704 05-Oct-06

Is it saying I dont have PyOpenGL 3.0.0 or there is any requirements needed?
Image
Blue Heaven!
User avatar
death_au
Member
Posts: 3991
Joined: December 12th, 2007
Location: Australia
Reputation: 7
Contact:

Re: FoFiX v3.1xx development thread

Postby death_au » Wed May 27, 2009 2:27 am

acrox999 wrote:YAY! We can ahve ambient light on the stage like the original FOF! This is really great. Why don't you think of shaders before? :tongue2: :2thumbsup:

This makes me wonder... How did FoF achieve this, and is there still some related legacy code in there to this effect?
trinidude4
Member
Posts: 395
Joined: March 22nd, 2008
Reputation: 0

Re: FoFiX v3.1xx development thread

Postby trinidude4 » Wed May 27, 2009 5:18 am

boomydude wrote:Hi. I have a brand-new install of Linux Mint 7 stable (32-bit). I have installed everything necessary to run from SVN. I have installed from source portaudio v19 (stable) and pyaudio svn 39. I have FoFiX SVN r1568. The game crashes when I try to test the mic or play the game with the mic. I have tried both "pulse" and "/dev/dsp1" Both are with my Rock Band USB Microphone. with pavucontrol the usb mic works fine. I have selected the usb mic as default in pavucontrol.
Here is the log when I try to test the mic:

Spoiler:(W) Pitch bending is not supported; install john.stumpo's pitchbend module (r7 or higher) if you want it.
(D) GameEngine class init (GameEngine.py)...
(D) FoFiX v3.120 alpha (r1568) starting up...
(D) pygame version: 1.8.1release
(D) Initializing audio.
(D) Audio configuration: (44100, -16, 2)
(D) Initializing pygame.mixer & audio system at 44100 Hz.
(D) Initializing video.
(D) 0 joysticks found.
(D) 9 guitscw sounds found in themes/Rock Band 2/sounds: guitscw1.ogg - guitscw9.ogg
(D) 8 bassscw sounds found in themes/Rock Band 2/sounds: bassscw1.ogg - bassscw8.ogg
(D) 8 drumscw sounds found in sounds: drumscw1.ogg - drumscw8.ogg
(D) 10 accept sounds found in themes/Rock Band 2/sounds: accept1.ogg - accept10.ogg
(W) Rock Band 2\sounds
escue.ogg not found -- using staractivate.ogg instead.
(W) Rock Band 2\sounds\coopfail.ogg not found -- using stardeactivate.ogg instead
(D) Default animated stage for Rock Band 2 theme = Normal
(D) Ready.
(D) 9 guitscw sounds found in themes/Rock Band 2/sounds: guitscw1.ogg - guitscw9.ogg
(D) View: Push: MainMenu
(D) View: Push: Menu
(D) Option text / selected hex colors: #FFFFFF / #FFBF00
(D) Option text / selected colors: (1.0, 1.0, 1.0) / (1.0, 0.74901960784313726, 0.0)
(D) Graphic menu enabled for submenu: advsettings
(D) View: Push: SettingsMenu
(D) View: Push: Menu
(D) View: Push: Menu
(E) Loading error:Traceback (most recent call last):
File "/home/joseph/fofix-svn-r1568/src/GameEngine.py", line 986, in main
done = Engine.run(self)
File "/home/joseph/fofix-svn-r1568/src/Engine.py", line 133, in run
self._runTask(task)
File "/home/joseph/fofix-svn-r1568/src/Engine.py", line 124, in _runTask
task.run(ticks)
File "/home/joseph/fofix-svn-r1568/src/Input.py", line 403, in run
self.broadcastEvent(self.keyListeners, "keyPressed", event.key, event.unicode)
File "/home/joseph/fofix-svn-r1568/src/Input.py", line 314, in broadcastEvent
if getattr(l, function)(*args):
File "/home/joseph/fofix-svn-r1568/src/Menu.py", line 237, in keyPressed
choice.trigger(self.engine)
File "/home/joseph/fofix-svn-r1568/src/Menu.py", line 68, in trigger
nextMenu = self.callback()
File "/home/joseph/fofix-svn-r1568/src/Settings.py", line 792, in <lambda>
(_("Test Controller 4"), lambda: self.keyTest(3)),
File "/home/joseph/fofix-svn-r1568/src/Settings.py", line 1131, in keyTest
Dialogs.testKeys(self.engine, controller)
File "/home/joseph/fofix-svn-r1568/src/Dialogs.py", line 5228, in testKeys
d = KeyTester(engine, control, prompt = prompt)
File "/home/joseph/fofix-svn-r1568/src/Dialogs.py", line 4692, in __init__
self.analogSPThresh = self.controls.analogSPThresh[control]
IndexError: list index out of range



Can you try the latest svn release of portaudio? I had a problem with the mic on my Mac using the stable portaudio release. Upgrading to the svn releases fixed my problem.
User avatar
mentis
Member
Posts: 44
Joined: August 23rd, 2006
Location: North Carolina, USA
Reputation: 0
Contact:

Re: FoFiX v3.1xx development thread

Postby mentis » Wed May 27, 2009 8:57 am

Slash666 wrote:Don't reqoute yourself( I did that before :smile: ). Rather post an issue on google code.

---- EDIT ----

Try to update your drivers. I can run it in 2000 x 1300. Aproximatelly.

Thank you! I think my drivers are already up to date, but I'll double check ^_^.
-+[Blog]+- -+[Minitokyo]+- -+[MySpace]+-
FoFiX Dev/Mod Squad
User avatar
jstump91
Member
Posts: 837
Joined: September 21st, 2008
Location: Baltimore, MD (US)
Reputation: 0
Contact:

Re: FoFiX v3.1xx development thread

Postby jstump91 » Wed May 27, 2009 9:56 am

The version of PyOpenGL that you have has nothing to do with the version of OpenGL itself that your card needs to support.

(Some OpenGL extensions, like shaders, are not available in earlier versions of PyOpenGL, but later versions of PyOpenGL do not require the card to support the extensions just by virtue of making the necessary interfaces available.)
jstump91, a.k.a. john.stumpo, a.k.a. stump
jstump.com | stump's blog | FoFiX development | My own code
Can't find a Windows build of the Python module you need? Try my mediafire!
Don't say "Python can't do [insert task here]." Python can do anything with the right modules - said modules may just not have been written yet.
"Python - why settle for snake oil when you can have the whole snake?" --Mark Jackson
Did you search before you posted? Did you read the rules for the subforum you are posting in?
Slash666
Member
Posts: 226
Joined: October 21st, 2008
Reputation: 0

Re: FoFiX v3.1xx development thread

Postby Slash666 » Wed May 27, 2009 10:26 am

DOes anyone know, in which revision blazingamer implemented that main text lift up animation effect?
rymyst3rio
Member
Posts: 116
Joined: December 20th, 2008
Reputation: 0

Re: FoFiX v3.1xx development thread

Postby rymyst3rio » Wed May 27, 2009 11:37 am

I just got the latest SVN update and now right wen fofix goes to run it shuts off and my command prompt window says the program terminated unexpectedly or something like that press any key to continue, i do and it shuts off completely. Any ideas??
User avatar
cmsk8ter
Member
Posts: 211
Joined: February 8th, 2008
Location: Roswell
Reputation: 0
Contact:

Re: FoFiX v3.1xx development thread

Postby cmsk8ter » Wed May 27, 2009 11:46 am

angellinus wrote:

Hey fenol according to the program says:

OpenGL-----------------------------------------------------------

Version : 1.4

Driver Version : 6.12.10.4704 05-Oct-06

Is it saying I dont have PyOpenGL 3.0.0 or there is any requirements needed?


Version 1.4 is the one I have and it needs Version 2.0 I think. open up tht program and run the rendering test and wait for a lil bit and it will tell you if you don't support shaders
Last edited by cmsk8ter on Wed May 27, 2009 12:09 pm, edited 1 time in total.
Image
Zippity Do Dah
Legwon
Member
Posts: 78
Joined: March 26th, 2009
Reputation: 0

Re: FoFiX v3.1xx development thread

Postby Legwon » Wed May 27, 2009 11:52 am

cmsk8ter wrote:
angellinus wrote:

Hey fenol according to the program says:

OpenGL-----------------------------------------------------------

Version : 1.4

Driver Version : 6.12.10.4704 05-Oct-06

Is it saying I dont have PyOpenGL 3.0.0 or there is any requirements needed?


Version 1.4 is the one I have (except my driver version is 0.00.000) and it needs Version 2.0 I think. open up tht program and run the rendering test and wait for a lil bit and it will tell you if you don't support shaders

mine only supports 2.1, and it ran only to 2.1... it didnt go any further than that, even though it says that my card supports "some" of the modules from 3.0 & 3.1.
i believe the version that it tells u that u have is that final stable version u can run.. im unsure of this.. but thats what it looks like.
rymyst3rio
Member
Posts: 116
Joined: December 20th, 2008
Reputation: 0

Re: FoFiX v3.1xx development thread

Postby rymyst3rio » Wed May 27, 2009 11:55 am

I guess someone else has this same problem and i haven't seen a solution.

Code: Select all

Fatal Python error: (pygame parachute) Segmentation Fault

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.


I don't think it is shader's because i made a fofix.ini that said use_shaders = False
and it did not affect anyhing. Can anyone help me?
boomydude
Member
Posts: 38
Joined: March 28th, 2008
Reputation: 0

Re: FoFiX v3.1xx development thread

Postby boomydude » Wed May 27, 2009 11:57 am

trinidude4 wrote:
boomydude wrote:Hi. I have a brand-new install of Linux Mint 7 stable (32-bit). I have installed everything necessary to run from SVN. I have installed from source portaudio v19 (stable) and pyaudio svn 39. I have FoFiX SVN r1568. The game crashes when I try to test the mic or play the game with the mic. I have tried both "pulse" and "/dev/dsp1" Both are with my Rock Band USB Microphone. with pavucontrol the usb mic works fine. I have selected the usb mic as default in pavucontrol.
Here is the log when I try to test the mic:

Spoiler:(W) Pitch bending is not supported; install john.stumpo's pitchbend module (r7 or higher) if you want it.
(D) GameEngine class init (GameEngine.py)...
(D) FoFiX v3.120 alpha (r1568) starting up...
(D) pygame version: 1.8.1release
(D) Initializing audio.
(D) Audio configuration: (44100, -16, 2)
(D) Initializing pygame.mixer & audio system at 44100 Hz.
(D) Initializing video.
(D) 0 joysticks found.
(D) 9 guitscw sounds found in themes/Rock Band 2/sounds: guitscw1.ogg - guitscw9.ogg
(D) 8 bassscw sounds found in themes/Rock Band 2/sounds: bassscw1.ogg - bassscw8.ogg
(D) 8 drumscw sounds found in sounds: drumscw1.ogg - drumscw8.ogg
(D) 10 accept sounds found in themes/Rock Band 2/sounds: accept1.ogg - accept10.ogg
(W) Rock Band 2\sounds
escue.ogg not found -- using staractivate.ogg instead.
(W) Rock Band 2\sounds\coopfail.ogg not found -- using stardeactivate.ogg instead
(D) Default animated stage for Rock Band 2 theme = Normal
(D) Ready.
(D) 9 guitscw sounds found in themes/Rock Band 2/sounds: guitscw1.ogg - guitscw9.ogg
(D) View: Push: MainMenu
(D) View: Push: Menu
(D) Option text / selected hex colors: #FFFFFF / #FFBF00
(D) Option text / selected colors: (1.0, 1.0, 1.0) / (1.0, 0.74901960784313726, 0.0)
(D) Graphic menu enabled for submenu: advsettings
(D) View: Push: SettingsMenu
(D) View: Push: Menu
(D) View: Push: Menu
(E) Loading error:Traceback (most recent call last):
File "/home/joseph/fofix-svn-r1568/src/GameEngine.py", line 986, in main
done = Engine.run(self)
File "/home/joseph/fofix-svn-r1568/src/Engine.py", line 133, in run
self._runTask(task)
File "/home/joseph/fofix-svn-r1568/src/Engine.py", line 124, in _runTask
task.run(ticks)
File "/home/joseph/fofix-svn-r1568/src/Input.py", line 403, in run
self.broadcastEvent(self.keyListeners, "keyPressed", event.key, event.unicode)
File "/home/joseph/fofix-svn-r1568/src/Input.py", line 314, in broadcastEvent
if getattr(l, function)(*args):
File "/home/joseph/fofix-svn-r1568/src/Menu.py", line 237, in keyPressed
choice.trigger(self.engine)
File "/home/joseph/fofix-svn-r1568/src/Menu.py", line 68, in trigger
nextMenu = self.callback()
File "/home/joseph/fofix-svn-r1568/src/Settings.py", line 792, in <lambda>
(_("Test Controller 4"), lambda: self.keyTest(3)),
File "/home/joseph/fofix-svn-r1568/src/Settings.py", line 1131, in keyTest
Dialogs.testKeys(self.engine, controller)
File "/home/joseph/fofix-svn-r1568/src/Dialogs.py", line 5228, in testKeys
d = KeyTester(engine, control, prompt = prompt)
File "/home/joseph/fofix-svn-r1568/src/Dialogs.py", line 4692, in __init__
self.analogSPThresh = self.controls.analogSPThresh[control]
IndexError: list index out of range



Can you try the latest svn release of portaudio? I had a problem with the mic on my Mac using the stable portaudio release. Upgrading to the svn releases fixed my problem.


I just tried that now. uninstalled original, re-installed svn of portaudio. reinstalled same svn of pyaudio. same problem.
FoFiX Dev/Mod Squad
User avatar
jstump91
Member
Posts: 837
Joined: September 21st, 2008
Location: Baltimore, MD (US)
Reputation: 0
Contact:

Re: FoFiX v3.1xx development thread

Postby jstump91 » Wed May 27, 2009 12:04 pm

rymyst3rio wrote:I guess someone else has this same problem and i haven't seen a solution.

Code: Select all

Fatal Python error: (pygame parachute) Segmentation Fault

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.


I don't think it is shader's because i made a fofix.ini that said use_shaders = False
and it did not affect anyhing. Can anyone help me?


Logfile? It's in the rules for a reason!
jstump91, a.k.a. john.stumpo, a.k.a. stump
jstump.com | stump's blog | FoFiX development | My own code
Can't find a Windows build of the Python module you need? Try my mediafire!
Don't say "Python can't do [insert task here]." Python can do anything with the right modules - said modules may just not have been written yet.
"Python - why settle for snake oil when you can have the whole snake?" --Mark Jackson
Did you search before you posted? Did you read the rules for the subforum you are posting in?
rymyst3rio
Member
Posts: 116
Joined: December 20th, 2008
Reputation: 0

Re: FoFiX v3.1xx development thread

Postby rymyst3rio » Wed May 27, 2009 12:14 pm

I am not exactly sure if this is the log file but it seems right

Code: Select all

(E) Loading error:Traceback (most recent call last):
  File "C:\Documents and Settings\Compaq_Owner\Desktop\FoFiX\src\GameEngine.py", line 953, in main
    self.view.render()
  File "C:\Documents and Settings\Compaq_Owner\Desktop\FoFiX\src\View.py", line 216, in render
    layer.render(self.visibility[layer], layer == self.layers[-1])
  File "C:\Documents and Settings\Compaq_Owner\Desktop\FoFiX\src\GuitarScene.py", line 5246, in render
    SceneClient.render(self, visibility, topMost) #MFH - I believe this eventually calls the renderGuitar function, which also involves two viewports... may not be easy to move this one...
  File "C:\Documents and Settings\Compaq_Owner\Desktop\FoFiX\src\Scene.py", line 286, in render
    self.render3D()
  File "C:\Documents and Settings\Compaq_Owner\Desktop\FoFiX\src\GuitarScene.py", line 3944, in render3D
    self.stage.render(self.visibility)
  File "C:\Documents and Settings\Compaq_Owner\Desktop\FoFiX\src\Stage.py", line 567, in render
    self.renderBackground()
  File "C:\Documents and Settings\Compaq_Owner\Desktop\FoFiX\src\Stage.py", line 503, in renderBackground
    coord = (self.wFull/2,self.hFull/2))
  File "C:\Documents and Settings\Compaq_Owner\Desktop\FoFiX\src\GameEngine.py", line 830, in drawImage
    image.draw(color = color, rect = rect, lOffset = lOffset, rOffset = rOffset)
  File "C:\Documents and Settings\Compaq_Owner\Desktop\FoFiX\src\Svg.py", line 607, in draw
    glPushMatrix()
GLerror: [Errno 1283] stack overflow
That is the last entry
EDIT: NVM i figured it out there was another thing involving shaders which was true i set it false and i am all set

Return to “FoFiX”

Who is online

Users browsing this forum: No registered users and 38 guests