Advertisement
Guest User

m64py_0.1.4-1_crash

a guest
Jun 7th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.02 KB | None | 0 0
  1.                                                                                            
  2.  __  __                         __   _  _   ____  _            
  3. |  \/  |_   _ _ __   ___ _ __  / /_ | || | |  _ \| |_   _ ___  
  4. | |\/| | | | | '_ \ / _ \ '_ \| '_ \| || |_| |_) | | | | / __|
  5. | |  | | |_| | |_) |  __/ | | | (_) |__   _|  __/| | |_| \__ \
  6. |_|  |_|\__,_| .__/ \___|_| |_|\___/   |_| |_|   |_|\__,_|___/
  7.             |_|                                              
  8.  
  9. M64Py - A frontend for Mupen64Plus version 0.1.4
  10.  
  11. Traceback (most recent call last):
  12.  File "/usr/bin/m64py", line 76, in <module>
  13.    main()
  14.  File "/usr/bin/m64py", line 61, in main
  15.    window = MainWindow((opts, args))
  16.  File "/usr/lib/python2.7/site-packages/m64py/frontend/mainwindow.py", line 65, in __init__
  17.    self.worker = Worker(self)
  18.  File "/usr/lib/python2.7/site-packages/m64py/frontend/worker.py", line 43, in __init__
  19.    self.settings.qset.value("enable_vidext", 1)))
  20. ValueError: invalid literal for int() with base 10: 'true'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement