kodi-game / game.libretro.opera

Opera is a fork of 4DO, originally a port of 4DO, itself a fork of FreeDO, to libretro.
https://github.com/libretro/opera-libretro
0 stars 3 forks source link

Black Screen on Startup, Addon cannot find BIOS files #10

Open zach-morris opened 2 years ago

zach-morris commented 2 years ago

Bug report

Describe the bug

Here is a clear and concise description of what the problem is:

The game.libretro.opera core cannot find BIOS files, assuming due to BIOS setting not appropriately being consumed.

RetroArch Behavior

Here is a clear and concise description of what happens in RetroArch with the same core/game:

The game starts, assuming the BIOS is in the right directory and the setting is set.

To Reproduce

Steps to reproduce the behavior:

  1. Attempt to start any 3DO game in game.libretro.opera. BIOS files placed in: ``path_to_userdata/addon_data/game.libretro.opera/resources/system```

Note log shows: AddOnLog: game.libretro.opera: [Opera]: no BIOS ROM found

Note, there's a related issue with these addons in appropriately generating the BIOS setting. See here

I attempted to manually set the BIOS file to a correct value by editing the addon settings.xml file to:

<setting label="30001" type="text" id="opera_bios" default="disabled"/>
<setting label="30002" type="text" id="opera_font" default="disabled"/>

And then entering the following for the userdata settings.xml: <setting id="opera_bios">Panasonic FZ-1 (U)</setting>

Which mimics what the setting would be if set in Retroarch: opera_bios = "Panasonic FZ-1 (U)"

Even when forcing this, the BIOS is not found, so something else particular with this core is preventing loading the BIOS file.

Debuglog

The debuglog can be found here:

021-10-17 10:11:53.971 T:510474    INFO <general>: RetroPlayer[PROCESS]: Created process info for macOS
2021-10-17 10:11:53.985 T:510474    INFO <general>: GAME: ------------------------------------
2021-10-17 10:11:53.985 T:510474    INFO <general>: GAME: Loaded DLL for game.libretro.opera
2021-10-17 10:11:53.985 T:510474    INFO <general>: GAME: Client: The 3DO Company - 3DO (Opera) at version 1.0.0.23
2021-10-17 10:11:53.985 T:510474    INFO <general>: GAME: Valid extensions: .bin .chd .cue .iso
2021-10-17 10:11:53.985 T:510474    INFO <general>: GAME: Supports VFS:                  no
2021-10-17 10:11:53.985 T:510474    INFO <general>: GAME: Supports standalone execution: yes
2021-10-17 10:11:53.985 T:510474    INFO <general>: GAME: ------------------------------------
2021-10-17 10:11:53.985 T:510474    INFO <general>: RetroPlayer[PLAYER]: Opening: xxx/userdata/addon_data/plugin.program.iagl/game_cache/Powerslide (USA) (Unl).chd
2021-10-17 10:11:53.987 T:510474   ERROR <general>: AddOnLog: game.libretro.opera: [Opera]: no BIOS ROM found

2021-10-17 10:11:53.988 T:510474    INFO <general>: GAME: ---------------------------------------
2021-10-17 10:11:53.988 T:510474    INFO <general>: GAME: Game loop:      true
2021-10-17 10:11:53.988 T:510474    INFO <general>: GAME: FPS:            60.000000
2021-10-17 10:11:53.988 T:510474    INFO <general>: GAME: Sample Rate:    44100.000000
2021-10-17 10:11:53.988 T:510474    INFO <general>: GAME: Region:         NTSC
2021-10-17 10:11:53.988 T:510474    INFO <general>: GAME: Savestate size: 4578203
2021-10-17 10:11:53.988 T:510474    INFO <general>: GAME: ---------------------------------------
2021-10-17 10:11:54.310 T:511228    INFO <general>: RetroPlayer[AUDIO]: Creating audio stream, format = AE_FMT_S16NE, sample rate = 44100, channels = 2
2021-10-17 10:11:54.310 T:511228    INFO <general>: RetroPlayer[RENDER]: Configuring format 0RGB32, nominal 320x240, max 768x576
2021-10-17 10:11:54.313 T:510474    INFO <general>: RetroPlayer[RENDER]: Renderer configured on first frame
2021-10-17 10:11:54.314 T:510474   ERROR <general>: RetroPlayer[RENDER]: Creating renderer for OpenGL
(end of log, black screen)

Screenshots

Here are some links or screenshots to help explain the problem:

N/A

Your Environment

Used Operating system:

Operating system version/name:

Kodi version:

Starting Kodi (19.2 (19.2.0) Git:20211006-52c19a0728). Platform: OS X x86 64-bit
Using Release Kodi x64
Kodi compiled 2021-10-06 by Clang 10.0.1 (clang-1001.0.46.4) for OS X x86 64-bit version 10.13 (101300)
Running on Apple Inc. MacBookPro12,1 with OS X 10.16, kernel: Darwin x86 64-bit version 20.6.0

note: Once the issue is made we require you to update it with new information or Kodi versions should that be required. Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.