Advertisement
Guest User

Untitled

a guest
May 11th, 2013
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. michael@michael-MM061:~$ m64py
  2. __ __ __ _ _ ____ _
  3. | \/ |_ _ _ __ ___ _ __ / /_ | || | | _ \| |_ _ ___
  4. | |\/| | | | | '_ \ / _ \ '_ \| '_ \| || |_| |_) | | | | / __|
  5. | | | | |_| | |_) | __/ | | | (_) |__ _| __/| | |_| \__ \
  6. |_| |_|\__,_| .__/ \___|_| |_|\___/ |_| |_| |_|\__,_|___/
  7. |_|
  8.  
  9. M64Py - A frontend for Mupen64Plus version 0.1.0
  10.  
  11. Frontend: ERROR: /usr/bin/python: undefined symbol: CoreStartup
  12. Traceback (most recent call last):
  13. File "/usr/lib/pymodules/python2.7/m64py/core/core.py", line 73, in core_load
  14. rval = self.m64p.CoreStartup(C.c_int(API_VERSION), None,
  15. File "/usr/lib/python2.7/ctypes/__init__.py", line 378, in __getattr__
  16. func = self.__getitem__(name)
  17. File "/usr/lib/python2.7/ctypes/__init__.py", line 383, in __getitem__
  18. func = self._FuncPtr((name_or_ordinal, self))
  19. AttributeError: /usr/bin/python: undefined symbol: CoreStartup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement