![]() |
Unable to run scummvm on retroplayer on linux ubuntu - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Game support (https://forum.kodi.tv/forumdisplay.php?fid=292) +--- Thread: Unable to run scummvm on retroplayer on linux ubuntu (/showthread.php?tid=378111) |
Unable to run scummvm on retroplayer on linux ubuntu - marvin2k - 2024-07-06 Hello, i read several related post and i made thousand of test but i was unable to make run scummvm. Same core works on retroarch, i manually add Extra folder, path it on summvm.ini file inside addon, also create X.scummvm file with game id. I test it with 3 different games including kq2 who is mentioned on one post. The log file shows nothing, and ini file looks like updated every time i change game. I also made work scummvm games via terminal without frontend. I thing that the problem is somewhere on kodi, ¿any ideas? thanks in advance RE: Unable to run scummvm on retroplayer on linux ubuntu - garbear - 2024-07-06 ScummVM worked once a long time ago, but after an update it broke and I haven't been able to fix it since then. The problem seems to be the paths that scummvm expects, as Kodi treats paths slightly different than RetroArch. I won't have time to look into ScummVM for a while, but if you're willing to dig into the source and fix the path problems I can offer full support. RE: Unable to run scummvm on retroplayer on linux ubuntu - marvin2k - 2024-07-06 Tell me more about it and i will tray to fix it. RE: Unable to run scummvm on retroplayer on linux ubuntu - garbear - 2024-07-11 Yes, here's the history. ScummVM originally worked when it was introduced at version 1.8.0 in 2016 in https://github.com/kodi-game/game.libretro.scummvm/pull/1 In 2021, I got themes and extras to work: https://github.com/kodi-game/game.libretro.scummvm/pull/25 In 2023, I updated ScummVM from v2.6 to v2.7, and switched it to use a libretro wrapper repo introduced to wrap the latest scummvm: https://github.com/kodi-game/kodi-game-scripting/pull/115 However, the wrapper repo was discontinued and has been deleted, so we couldn't even build scummvm anymore. Now, I've updated ScummVM to master (https://github.com/kodi-game/kodi-game-scripting/pull/123) and updated its game files (https://github.com/kodi-game/game.libretro.scummvm/pull/27). The next step is to get it building on the mirrors so that it shows up in the add-on manager. This means that it needs to build successfully on our Jenkins CI so that the built packages can be uploaded. You can see the build failures here, when Jenkins is up again: https://jenkins.kodi.tv/job/kodi-game/job/game.libretro.scummvm/job/master/160/display/redirect Once we fix the build and Jenkins goes green, we can start testing it in Kodi. Give the error messages in the logs a look and see if you can fix any of the build errors. RE: Unable to run scummvm on retroplayer on linux ubuntu - marvin2k - 2024-10-01 Thanks once again, i will test it as soon as possible and post it the results ![]() RE: Unable to run scummvm on retroplayer on linux ubuntu - marvin2k - 2024-10-06 https://paste.kodi.tv/olulexivom.kod https://paste.kodi.tv/egejazirem.kodi There are not very much to see on log, scumvm looks like start opening but player is in black. The first scumvm have a file problem, so, it continue working after ports error, but the second dont have that problem and still in black screen. RE: Unable to run scummvm on retroplayer on linux ubuntu - jordan102 - 2024-10-07 ScummVM worked once a long time ago, but after an update it broke and I haven't been able to fix it since then. The problem seems to be the paths that scummvm expects, as Kodi treats paths slightly different than RetroArch. RE: Unable to run scummvm on retroplayer on linux ubuntu - garbear - 2024-10-29 It was indeed a path issue, I patched the path code but when the update you mentioned happened, the patches were conflicting and I dropped them. A few days ago I updated scummvm to the latest master version, if you'd like to try investigating the path issue again. Here's the old patch that I dropped: 0002-libretro-Move-scummvm.ini-to-writable-save-directory.patch. I can look into this again when I have time, but work's been busy lately so it could be a couple of weeks/months. RE: Unable to run scummvm on retroplayer on linux ubuntu - marvin2k - 2025-01-23 After Done Build kodi 21 on ubuntu i be able to try the scummvm changes. lets do it! RE: Unable to run scummvm on retroplayer on linux ubuntu - marvin2k - 2025-01-23 Well @garbear ,i use out of the tree instructions to install (here) Asuming we are cloning and building game.libretro.scummvm on linux (ubuntu derivate) Code:
Terminal give me this error al make install process Code:
i have no found any building instructions on kodi-game git repository. it is a local problem? Building problem? need to be on kodi building place? maybe needs another build setup like: Code:
or can be a repository problem? than you |