mansrz / pymt

Automatically exported from code.google.com/p/pymt
0 stars 0 forks source link

i got a problem of running the application #348

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Traceback (most recent call last):
  File "start.py", line 4, in <module>
    from pymt import *
  File "/Applications/PyMT.app/Contents/Resources/pymt/pymt/__init__.py", line 239, in <module>
    shadow_window = MTWindow()
  File "/Applications/PyMT.app/Contents/Resources/pymt/pymt/ui/window/__init__.py", line 164, in __init__
    self.create_window(params)
  File "/Applications/PyMT.app/Contents/Resources/pymt/pymt/ui/window/win_pygame.py", line 75, in create_window
    self._pygame_set_mode()
  File "/Applications/PyMT.app/Contents/Resources/pymt/pymt/ui/window/win_pygame.py", line 229, in _pygame_set_mode
    pygame.display.set_mode(size, self.flags)
pygame.error: No video mode large enough for 1280x960

Original issue reported on code.google.com by ivanyeun...@gmail.com on 2 Nov 2010 at 4:20

GoogleCodeExporter commented 9 years ago
Hi,

Very weird bug, what is your screen resolution ?
Can you try to use fullscreen = auto in your pymt config file ?

Original comment by txprog on 4 Dec 2010 at 12:24