BrosMakingSoftware / Kodi-Launches-EmulationStation-Addon

Addon for Kodi to launch EmulationStation.
GNU General Public License v3.0
31 stars 10 forks source link

Roms dont start #1

Open ethernity opened 7 years ago

ethernity commented 7 years ago

Quitting Kodi and starting emulationstation manually Roms start fine. But if I use your plugin, emulationstation starts but once I start an emulator or a rom it switches back to Kodi after that switches back to the emulationstation interface

diego-hernandez-swe commented 7 years ago

Thanks for reporting this @ethernity , I'll take a look. What version of Kodi are you using? So if I understand correctly, you are not able to play the rom, am I right?

luerciobnf commented 7 years ago

Same here. Roms starts normally from terminal. But from addon, Roms dont start, As if there were no bios

luerciobnf commented 7 years ago

Kodi Krypton 17.3

samplethief commented 6 years ago

Anybody found a fix for this yet?

dommtardif commented 6 years ago

Turns out the problem is that starting emulationstation directly doesn't provide a tty for emulators to run. I forked this project and modified it so that it now works properly on linux.

I also added a few workarounds.

I will make a pull request after posting this.

dommtardif commented 6 years ago

As of version 1.4 there are switches in the Advanced configuration tab to work around this issue.

diego-hernandez-swe commented 6 years ago

Version 1.1.7 has been released: https://github.com/BrosMakingSoftware/Kodi-Launches-EmulationStation-Addon/releases/tag/v1.1.7-2

As mentioned by @dommtardif, he worked on some changes to resolve this issue. Please test the new version and let us know your results.