RetroPlayer Test Builds (updated for Nexus) - 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: RetroPlayer Test Builds (updated for Nexus) (/showthread.php?tid=173361) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
|
RE: RetroPlayer Test Builds (updated for Leia) - efegue - 2017-07-15 (2017-07-15, 23:16)garbear Wrote:(2017-07-15, 22:51)efegue Wrote:(2017-07-15, 00:26)garbear Wrote: Does this answer your prayers? https://forum.kodi.tv/showthread.php?tid=298461&pid=2617305#pid2617305 Noessss! It's ok I know u've "heard" this a lot, but thanks a lot for the time you spend in this project. I've been following your work since the first days, been a long ride, but it's finally merged, yay! RE: RetroPlayer Test Builds (updated for Leia) - wallacebw - 2017-07-26 The 'black screen issue has been resolved on recent testbuilds (I use libreelec). In testing, I have what is hopefully two related and easy questions. (sorry if this is the wrong place or this has been answered) 1. How do I disable the joystick from controlling kodi, only having them control the games. I keep having the rom name and time pop up at the top of the screen. I've tried setting a joystick.xml with 'noop' for the keys, but it doesn't see to take. Any thoughts? 2. I also am having issues with the name rewinding unexpectedly when playing games. I believe it is related to the above, so maybe we can ignore it for now. As always, thanks gain for all the efforts. RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2017-07-26 (2017-07-26, 15:37)wallacebw Wrote: 1. How do I disable the joystick from controlling kodi, only having them control the games. I keep having the rom name and time pop up at the top of the screen. I've tried setting a joystick.xml with 'noop' for the keys, but it doesn't see to take. Any thoughts? Kodi actions are controlled by joystick.xml. Setting "noop" for keys should work, I'll look into this. But the real problem is that the ROM name and time staying at the top of the screen. I've also seen this issue with the volume indicator open. I think I know the root cause. I'll look into this. Thanks for reporting! (2017-07-26, 15:37)wallacebw Wrote: 2. I also am having issues with the name rewinding unexpectedly when playing games. I believe it is related to the above, so maybe we can ignore it for now. Yes, this is related to the above. RE: RetroPlayer Test Builds (updated for Leia) - wallacebw - 2017-07-27 (2017-07-26, 21:27)garbear Wrote:(2017-07-26, 15:37)wallacebw Wrote: 1. How do I disable the joystick from controlling kodi, only having them control the games. I keep having the rom name and time pop up at the top of the screen. I've tried setting a joystick.xml with 'noop' for the keys, but it doesn't see to take. Any thoughts? Thanks for researching. if it helps: 8Bitdo_SNES30_GamePad_16b_8a.xml (in Userdata\addon_data\peripheral.joystick\resources\buttonmaps\xml\linux) Code: <?xml version="1.0" ?> joystick.xml (in Userdata\keymaps) Code: <keymap> RE: RetroPlayer Test Builds (updated for Leia) - Myrandor - 2017-07-27 I can't get RetroPlayer to play anything. As soon as I open a NES/SNES or try to configure my joystick, Kodi restart. I'm using Kodi 18.0 Nightly (#0726, 26-Jul-2017) with LibreElec on a Pi3. Here's the crashlog. https://www.dropbox.com/s/8lofunmbedup6o0/kodi_crashlog_20170726193101.log?dl=0 RE: RetroPlayer Test Builds (updated for Leia) - zaidrockso - 2017-07-27 Hello Mr nice Garbear, any updates on navigation sounds using controllers? Thanks! RE: RetroPlayer Test Builds (updated for Leia) - wallacebw - 2017-07-27 (2017-07-27, 01:44)Myrandor Wrote: I can't get RetroPlayer to play anything. As soon as I open a NES/SNES or try to configure my joystick, Kodi restart. I had a crashing problem with NES using the BNES emulator, try Nestopia. For SNES, Super Famicom (bsnes-mercury Accuracy) works well for me. RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2017-07-27 (2017-07-27, 01:44)Myrandor Wrote: I can't get RetroPlayer to play anything. As soon as I open a NES/SNES or try to configure my joystick, Kodi restart. Kodi is crashing in the function: Code: Thread 1 (Thread 0x73ce4010 (LWP 997)): Unfortunately there's not enough info in the log for me to know why it's crashing. I'll try to reproduce tonight. (2017-07-27, 07:13)zaidrockso Wrote: Hello Mr nice Garbear, any updates on navigation sounds using controllers? Navigation sounds are heavily integrated into the keyboard code. In order for us to have controller sounds, I'd have to rip out all the navigation sounds code and reimplement it at the GUI level. This is a big project and touches a lot of code, so I probably won't be able to tackle it for a while. I've added this to my roadmap for Leia. RE: RetroPlayer Test Builds (updated for Leia) - linkinsoldier - 2017-07-28 (2017-07-27, 14:16)wallacebw Wrote:What version of milhouse build are you using? When I try to use the mentioned emulators it tells me an addon is disabled and when I try to enable it, unfortunately it tells me it is not compatible to my kodi version! I tried milhouse build #707, #711, #723 and #727(2017-07-27, 01:44)Myrandor Wrote: I can't get RetroPlayer to play anything. As soon as I open a NES/SNES or try to configure my joystick, Kodi restart. I guess my issue is with libretro compatibility. I habe 1.0.1.100 installed but unfortunately it's marked as disabled and when I try to enable it I get the message that it is not compatible... When I try to update it tells me libreeelec retroplayer repo provides 1.0.33.102, but when I try to update it gives me the not compatible message again and says "updated" afterwards... But it stays on the old one. Shall I reinstall kodi from scratch or is there some other issue? RE: RetroPlayer Test Builds (updated for Leia) - Eldorado - 2017-07-28 (2017-05-13, 18:17)garbear Wrote:(2016-02-12, 21:13)Eldorado Wrote: Running with latest build on Windows, my htpc has an iMON receiver for my remote control FINALLY had a chance to test this on the last windows test build and working very nice, very appreciative of all the work you put into doing just this one feature! Small thing to note, I couldn't get into System -> Input -> Driver settings -> Joystick, when I click on Driver Settings nothing happens, actually nothing seems to work on that screen atm I had to go into the joystick addon configuration and turn off DirectInput there Side question - does disabling DirectInput limit me in any way, such as adding different types of controllers... ? RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2017-07-28 (2017-07-28, 16:05)linkinsoldier Wrote: When I try to update it tells me libreeelec retroplayer repo provides 1.0.33.102, but when I try to update it gives me the not compatible message again and says "updated" afterwards... But it stays on the old one. Shall I reinstall kodi from scratch or is there some other issue? I just updated my RPi from a build in april to the latest one, and things work fine. I suggest a reinstall from scratch to rule out the possibility of stale files. RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2017-07-28 (2017-07-28, 16:08)Eldorado Wrote: FINALLY had a chance to test this on the last windows test build and working very nice, very appreciative of all the work you put into doing just this one feature! Thanks for giving me a reason to implement the feature it was a huge task, but the code is much better off because of it. (2017-07-28, 16:08)Eldorado Wrote: Small thing to note, I couldn't get into System -> Input -> Driver settings -> Joystick, when I click on Driver Settings nothing happens, actually nothing seems to work on that screen atm I just tested, and this works fine on my system. (2017-07-28, 16:08)Eldorado Wrote: Side question - does disabling DirectInput limit me in any way, such as adding different types of controllers... ? Obviously it'll prevent the use of DirectInput controllers. XInput is the modern API, so stick with 360-style controllers. I have a logitech controller with a hardware switch that allows changing between XInput and DirectInput. RE: RetroPlayer Test Builds (updated for Leia) - linkinsoldier - 2017-07-28 (2017-07-28, 20:30)garbear Wrote:OK thanks, I will try it in the next days!(2017-07-28, 16:05)linkinsoldier Wrote: When I try to update it tells me libreeelec retroplayer repo provides 1.0.33.102, but when I try to update it gives me the not compatible message again and says "updated" afterwards... But it stays on the old one. Shall I reinstall kodi from scratch or is there some other issue? RE: RetroPlayer Test Builds (updated for Leia) - linkinsoldier - 2017-07-29 @garbear: reinstalling did fix the issue (thanks!)y however I know have the big bug, that (as discussed before) the ps3 controller is always mapped as controller 2 (and 1) and therefore it can't be used during play as player 1. Is there any way to change this? RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2017-07-29 Nope. Hence my work on a new Player Manager window that I started 2 weeks ago. It'll be finished in another week or two. |