openai / retro

Retro Games in Gym
MIT License
3.35k stars 524 forks source link

Integration UI no integrate - blank screen #253

Open slacker298 opened 2 years ago

slacker298 commented 2 years ago

Issue summary

I am using the windows integration UI found here (the one found in Gym.Retro-0.8.0.dev3+gf347d7e-win64.zip specifically) and have tried to integrate several ROMs for several different systems. Following the steps from Integrating a new ROM documentation the process fails at step 5.

A folder is created with the rom.*** file inside, but the Integration UI is still a blank grey screen

image

I have found one other person with the same issue, but no solution

Has anyone else had a similar issue and found a solution?

System information

RAYTRAC3R commented 2 years ago

You have to run import retro; print(retro.__path__)! It'll display a filepath and you have to move the .exe file to there and run it.