Kar1o / endgame-singularity

Automatically exported from code.google.com/p/endgame-singularity
0 stars 0 forks source link

Victory Message not displayed 0.30 #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Play the game through on Normal setting
2. Research apotheosis
3. At the conclusion of research, game asks you if you want to save game
4. Play continues; Apotheosis gone from the research menu. You win?

What is the expected output? What do you see instead?
Expect to see the Apotheosis "If this were said to be a game, I would have
won" message thing!

What version of the product are you using? On what operating system?
0.30 mac package, Mac OS X 10.5.6

Please provide any additional information below.

1/26/09 11:20:47 PM
[0x0-0x29f29f].org.pythonmac.unspecified.EndgameSingularity[2401] Exception
in function show at Mon Jan 26 23:20:47 2009 EDT: 
1/26/09 11:20:47 PM
[0x0-0x29f29f].org.pythonmac.unspecified.EndgameSingularity[2401] Traceback
(most recent call last): 
1/26/09 11:20:47 PM
[0x0-0x29f29f].org.pythonmac.unspecified.EndgameSingularity[2401]   File
"/Users/Patrick/Downloads/Endgame
Singularity.app/Contents/Resources/code/safety.py", line 58, in safe_call 
1/26/09 11:20:47 PM
[0x0-0x29f29f].org.pythonmac.unspecified.EndgameSingularity[2401]   File
"/Users/Diane/Desktop/charlie/singularity-0.30/dist/Endgame
Singularity.app/Contents/Resources/code/graphics/dialog.py", line 189, in show 
1/26/09 11:20:47 PM
[0x0-0x29f29f].org.pythonmac.unspecified.EndgameSingularity[2401]   File
"/Users/Diane/Desktop/charlie/singularity-0.30/dist/Endgame
Singularity.app/Contents/Resources/code/graphics/dialog.py", line 306, in
handle 
1/26/09 11:20:47 PM
[0x0-0x29f29f].org.pythonmac.unspecified.EndgameSingularity[2401]   File
"/Users/Diane/Desktop/charlie/singularity-0.30/dist/Endgame
Singularity.app/Contents/Resources/code/graphics/dialog.py", line 318, in
call_handlers 
1/26/09 11:20:47 PM
[0x0-0x29f29f].org.pythonmac.unspecified.EndgameSingularity[2401]   File
"/Users/Diane/Desktop/charlie/singularity-0.30/dist/Endgame
Singularity.app/Contents/Resources/code/screens/map.py", line 490, in on_tick 
1/26/09 11:20:47 PM
[0x0-0x29f29f].org.pythonmac.unspecified.EndgameSingularity[2401]   File
"/Users/Diane/Desktop/charlie/singularity-0.30/dist/Endgame
Singularity.app/Contents/Resources/code/player.py", line 277, in give_time 
1/26/09 11:20:47 PM
[0x0-0x29f29f].org.pythonmac.unspecified.EndgameSingularity[2401]   File
"/Users/Diane/Desktop/charlie/singularity-0.30/dist/Endgame
Singularity.app/Contents/Resources/code/buyable.py", line 200, in work_on 
1/26/09 11:20:47 PM
[0x0-0x29f29f].org.pythonmac.unspecified.EndgameSingularity[2401]   File
"/Users/Diane/Desktop/charlie/singularity-0.30/dist/Endgame
Singularity.app/Contents/Resources/code/tech.py", line 57, in finish 
1/26/09 11:20:47 PM
[0x0-0x29f29f].org.pythonmac.unspecified.EndgameSingularity[2401]   File
"/Users/Diane/Desktop/charlie/singularity-0.30/dist/Endgame
Singularity.app/Contents/Resources/code/tech.py", line 71, in gain_tech 
1/26/09 11:20:47 PM
[0x0-0x29f29f].org.pythonmac.unspecified.EndgameSingularity[2401]
AttributeError: 'module' object has no attribute 'music' 

Original issue reported on code.google.com by Durandal...@gmail.com on 27 Jan 2009 at 4:31

GoogleCodeExporter commented 9 years ago
You should be able to get past this by turning off sound from the options 
screen.

This is an odd error, as this seems to indicate that you have SDL_mixer 
available,
but not the music submodule. I didn't know that was possible. Are you hearing 
sound
normally?

Original comment by evilmrhe...@gmail.com on 27 Jan 2009 at 5:03

GoogleCodeExporter commented 9 years ago
Yes I hear the interface click as usual.
I can disable the sound.

Original comment by Durandal...@gmail.com on 27 Jan 2009 at 5:15

GoogleCodeExporter commented 9 years ago
But do you hear any music through game? I'm impressed it only triggered the bug 
when trying to play the victory music, but didn't with the regular ones.

If you disable sound, does that fix the problem?

By the way, music handling has changed a lot in git, and pygame has also 
improved, so maybe the bug is already fixed. I can dig further when you provide 
the needed info. Thanks! 

Original comment by singular...@rodrigosilva.com on 20 Dec 2012 at 1:47

GoogleCodeExporter commented 9 years ago

Original comment by singular...@rodrigosilva.com on 20 Dec 2012 at 2:40