Problems running TensorKart (./record.py) with MuPen64Plus!
See original GitHub issueHi!
After installing all the requirements and dependencies, I ran the following command along with an instance of MuPen64Plus running Mario Kart 64.
Input:
./record.py
This is what happened…
Output:
iMac:TensorKart shyamalsuhanachandra$ ./record.py
2017-01-19 19:37:50.129 Python[14589:68221] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/m1/b_t9_2151y30ryvtr_2gznch0000gp/T/org.python.python.savedState
Traceback (most recent call last):
File "./record.py", line 207, in <module>
app.frame = MainWindow()
File "./record.py", line 30, in __init__
self.create_main_panel()
File "./record.py", line 49, in create_main_panel
img = wx.Image(320,240)
File "/usr/local/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_core.py", line 2882, in __init__
_core_.Image_swiginit(self,_core_.new_Image(*args, **kwargs))
TypeError: String or Unicode type required
How can I fix this problem?
Note: I didn’t make any changes to the code besides install the dependencies with brew instead of pip in certain scenarios. Also, the screen in MuPen64Plus flickers quite a bit, what should I do to prevent this from happening?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
TensorKart - self-driving MarioKart with TensorFlow - GitHub
Recording Samples. Start your emulator program ( mupen64plus ) and run Mario Kart 64; Make sure you have a joystick connected and that...
Read more >TensorKart: self-driving MarioKart with TensorFlow
The first thing I tried was to send input events using python-uinput. This almost worked and several joystick utilities believed my program was ......
Read more >GameCompatibility - Mupen64Plus Wiki
Game name Works best with
=) 40 Winks Glide64
=) 1080 Snowboarding Glide64
=) AeroGauge
Read more >Open Source For You - March 2017 PDF - Scribd
developer has used the open source N64 emulator mupen64plus to play Mario Kart ... Hughes believes open source is the key to run...
Read more >海遊旅人 遊行編|TensorFlow with Docker
DEV · Line Detection · Object Detection · TensorFlowを大幅アップデート · Deep Learning TensorFlow · Autopilot-TensorFlow · TensorKart · Python でデータサイエンス ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi. I managed to solve the problem in this way. Just edit these lines.
the image api has changed around a few times. It used to be wx.Bitmap. I would look around at the docs and see what you find. I am using 3.0.3 on Linux mint so you could also just try to up the version.