Bug 473763

Summary: Monsterz failed to launch
Product: [Fedora] Fedora Reporter: Laurent Carlier <lordheavym>
Component: monsterzAssignee: RafaƂ Psota <rafalzaq>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: 10CC: marcosmds, rafalzaq
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-02-06 05:18:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Laurent Carlier 2008-11-30 12:17:49 UTC
Description of problem:
Monsterz failed to launch, the window open then close.

Version-Release number of selected component (if applicable):
monsterz.x86_64 0.7.1-3.fc9

How reproducible:
everytime.

Steps to Reproduce:
1. Run monterz
2.
3.
  
Actual results:


Expected results:


Additional info:
When launching in a terminal the following Traceback is available:

Traceback (most recent call last):
  File "/usr/share/monsterz/monsterz.py", line 1994, in <module>
    main()
  File "/usr/share/monsterz/monsterz.py", line 1989, in main
    monsterz.go()
  File "/usr/share/monsterz/monsterz.py", line 1267, in go
    iterator()
  File "/usr/share/monsterz/monsterz.py", line 1377, in iterate_menu
    self.copyright_draw()
  File "/usr/share/monsterz/monsterz.py", line 1296, in copyright_draw
    system.blit(scroll, (13, 437))
  File "/usr/share/monsterz/monsterz.py", line 399, in blit
    self.background.blit(surf, coords)
pygame.error: Surfaces must not be locked during blit

Comment 1 Marcos Martins da Silva 2008-11-30 14:28:37 UTC
I have just upgraded to Fedora 10 and the problem is the same. It is possible to run the game if you comments out lines 844 and 1296. Others calls to "blit" work flawlessly. This is a quick and dirty workaround because you loose the timebar.

Comment 2 Fedora Update System 2009-02-06 05:18:50 UTC
monsterz-0.7.1-4.fc9 has been pushed to the Fedora 9 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 3 Fedora Update System 2009-02-06 05:25:11 UTC
monsterz-0.7.1-4.fc10 has been pushed to the Fedora 10 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 4 Marcos Martins da Silva 2009-02-07 00:58:43 UTC
Now it is working flawlessly on Fedora 10!! Thank you!