OpenEmu icon indicating copy to clipboard operation
OpenEmu copied to clipboard

No Roms will play

Open moncapitan opened this issue 2 years ago • 2 comments

OpenEmu opens, displays ROMs, but will not play any ROMs.

Read https://github.com/OpenEmu/OpenEmu/wiki/Troubleshooting:-Reporting-problems

Steps to reproduce

  1. Open "OpenEmu
  2. Select any ROM
  3. Right-click and select "play now"

Expected Behavior

  1. I expect ROM to open; past versions have worked flawlessly

Observed Behavior

This is the console log that shows an error:

AddInstanceForFactory: No factory registered for id <CFUUID 0x6000033fb760> F8BB1C28-BAE8-11D6-9C31-00039315CD46

Debugging Information

  • OpenEmu Version: 2.3.3
  • macOS Version: 12.3.1
  • Late 2015 iMac (i5 3.3Ghz, AMD Radeon R9 M395X 4 GB)

moncapitan avatar May 07 '22 16:05 moncapitan

"Include Console and crash logs" https://github.com/OpenEmu/OpenEmu/wiki/Troubleshooting%3A-Reporting-problems

You basically have to start streaming log events in the Console and use the search filter tool to restrict the displayed results to lines containing “OpenEmu” or “error” so you only see events which might be related to this issue. Then select one or more relevant lines from the log, choose “copy” from the menu bar, paste them here and format log contents with the add code button before posting. (Also look in the Console “crash reports” section to see if anything has been recorded for OpenEmu.)

macbugs avatar May 10 '22 04:05 macbugs

Than

"Include Console and crash logs" https://github.com/OpenEmu/OpenEmu/wiki/Troubleshooting%3A-Reporting-problems

You basically have to start streaming log events in the Console and use the search filter tool to restrict the displayed results to lines containing “OpenEmu” or “error” so you only see events which might be related to this issue. Then select one or more relevant lines from the log, choose “copy” from the menu bar, paste them here and format log contents with the add code button before posting. (Also look in the Console “crash reports” section to see if anything has been recorded for OpenEmu.)

Thank you, I am new to error reporting. In truth, I have used OpenEmu for years with no errors. I use it specifically because other solutions lack the seamless, intuitive nature of OpenEmu.

The error is in the "com.apple.CFBundle". The error listed is "AddInstanceForFactory: No factory registered for id <CFUUID 0x6000033fb760> F8BB1C28-BAE8-11D6-9C31-00039315CD46". Not sure how a CoreFoundation framework issue is causing the error.

The strange thing is that if I remove OpenEmu, including all library files, and then reinstall, it works. Then, once OpenEmu is closed and re-opened, the error re-appears.

moncapitan avatar Jun 06 '22 01:06 moncapitan