You are not logged in.

#1 2008-12-26 23:19:46

skipper13
Member
From: Kharkiv, Ukraine, QTH KN89DX
Registered: 2006-11-27
Posts: 67
Website

[pygame] monsterz: Surfaces must not be locked during blit at line 399

Who can help me?

When I start Monsterz I have the next error:

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

I don't know python and pygame. What can I chande in the source?

Offline

#2 2008-12-27 00:00:52

skipper13
Member
From: Kharkiv, Ukraine, QTH KN89DX
Registered: 2006-11-27
Posts: 67
Website

Re: [pygame] monsterz: Surfaces must not be locked during blit at line 399

Offline

#3 2009-02-14 23:20:32

skipper13
Member
From: Kharkiv, Ukraine, QTH KN89DX
Registered: 2006-11-27
Posts: 67
Website

Re: [pygame] monsterz: Surfaces must not be locked during blit at line 399

Offline

Board footer

Powered by FluxBB