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 - MXIIA - 2014-05-15 (2014-05-15, 16:20)brucem Wrote:(2014-05-15, 15:57)OmniBlade Wrote: Currently you need to build it from source from garbear's git repo, then build the libreto cores and addon.xml files for them, bundle them up correctly in a zip and install them as though they were addons. brucem, RetroPlayer is not ready for full release yet. It's still in production. If you're unable to compile it from source or install the test builds, it's not for you. Wait for it to be finalized or go on a steady release cycle. It may be included in XBMC 14. Re: RetroPlayer Test Builds - brucem - 2014-05-15 Thanks, next time I need a school teacher or a mommy I'll let you know. Maybe I just needed a pointer to the git branch and build sequence... RE: RetroPlayer Test Builds - dyslecix - 2014-05-15 Quote:XBMC isn't detecting the controller. do you have drivers installed? does this controller work on other apps? The crash looks like a bug in how we handle certain libretro calls. This should be fixed with the new Game API in RetroPlayer Gotham. I figured out what the problem was, my SNES 7$ Crap controller broke. I have to buy a new one on amazon -_-.. Bought a better quality one this time. RE: RetroPlayer Test Builds - d3mncln3r - 2014-05-17 (2014-05-15, 20:46)dyslecix Wrote:Quote:XBMC isn't detecting the controller. do you have drivers installed? does this controller work on other apps? The crash looks like a bug in how we handle certain libretro calls. This should be fixed with the new Game API in RetroPlayer Gotham. Not to get too far off topic, but what did you buy? Trying to replace my xb360... buttons are too clunky RE: RetroPlayer Test Builds - dyslecix - 2014-05-17 (2014-05-17, 17:20)d3mncln3r Wrote:(2014-05-15, 20:46)dyslecix Wrote:Quote:XBMC isn't detecting the controller. do you have drivers installed? does this controller work on other apps? The crash looks like a bug in how we handle certain libretro calls. This should be fixed with the new Game API in RetroPlayer Gotham. For SNES games, I bought the Buffalo SNES controller here: http://www.amazon.com/Buffalo-Classic-USB-Gamepad-PC/dp/B002B9XB0E/ref=sr_1_1?ie=UTF8&qid=1400344330&sr=8-1&keywords=Buffalo+SNES+controller Supposedly it's the best third party SNES controller (for PC) RE: RetroPlayer Test Builds - dyslecix - 2014-05-17 Alright, guys my new SnES controller came in and i got an xbmc log, which is here: http://pastebin.com/DEMJHXBD would someone mind helping me out on how to set this thing up, much appreciated. RE: RetroPlayer Test Builds - Astharoth - 2014-05-18 Just: NOTICE: Initialize: Enabled Joystick: "USB,2-axis 8-button gamepad " (Linux Joystick API) Is just like mine (altough mine is not from snes, but it exposes as 2-axis 8-button also). Seems you have the same problem as me, you will get the buttons working but not the digital pad (because is exposed as 2-axis and there is a bug now around that topic and garbear is just rewriting joystick / axes code just now) From mine: 03:53:10 T:3740 NOTICE: CJoystickDX::EnumJoysticksCallback: Enabled Joystick: "USB 2-Axis 8-Button Gamepad" (DirectInput) 03:53:10 T:3740 NOTICE: CJoystickDX::EnumJoysticksCallback: Total Axes: 2 Total Hats: 0 Total Buttons: 8 It recognizes buttons: 03:53:40 T:3740 DEBUG: Joystick 0 button 8 pressed 03:53:40 T:3740 DEBUG: -> RetroPlayerInput: Controller=0, button down=8, Action JoypadStart, id=3 But unfourtunatelly not axes.... is that your case? RE: RetroPlayer Test Builds - mcfilmmakers - 2014-05-18 (2014-05-15, 17:42)MXIIA Wrote: It may be included in XBMC 14. I sincerely hope so. Is there anyway we could know if this will be the case though? RE: RetroPlayer Test Builds - dyslecix - 2014-05-18 (2014-05-18, 00:28)Astharoth Wrote: Just: NOTICE: Initialize: Enabled Joystick: "USB,2-axis 8-button gamepad " (Linux Joystick API) When I tried playing a game it didn't respond to any button presses, so Idk.. I'm relatively new to this. RE: RetroPlayer Test Builds - Astharoth - 2014-05-18 Ah, okey okey. First u will need your keymap (just to asign actions to the buttons / keys) This is a generic xml (which can be place on system\keymaps or per user config on keymaps). Code: <keymap> As u see, in global, i set the axis to map "up/down/left/right" actions, so, i can navigate xbmc with the dpad... and in full screen axis are remaped to joypad actions (this is the part who fails because it seems is not working at the moment) Try it, if u can navigate xbmc with pad but in game there is no response to movement (but buttons works okey) you're on the same boat like me RE: RetroPlayer Test Builds - moocow1452 - 2014-05-18 Build XBMC on SteamOS (Debian 7) for x64 bit, Libretro addons disabled themselves because they didn't have the proper dependencies. Any ideas? RE: RetroPlayer Test Builds - dyslecix - 2014-05-18 (2014-05-18, 17:28)Astharoth Wrote: Ah, okey okey. I did what you said, and it still does not work in-game, nor does it work in the OE UI. Also, why are your button labels different, in my log they say the button names are Trigger, ThumbBtn, ThumbBtn2, TopBtn, TopBtn2, PinkieBtn, BaseBtn, BaseBtn2? RE: RetroPlayer Test Builds - garbear - 2014-05-19 (2014-05-18, 21:24)moocow1452 Wrote: Build XBMC on SteamOS (Debian 7) for x64 bit, Libretro addons disabled themselves because they didn't have the proper dependencies. Any ideas? probably because they depend on retroplayer's newest feature, xbmc game add-ons (independent of but backwards compatible with libretro add-ons). soon I'll update the repo with compatible add-ons, keep an eye on this subforum RE: RetroPlayer Test Builds - garbear - 2014-05-19 much progress has been made. add-ons are now entirely generated by the scripts at https://github.com/garbear/repository.libretro . When i've tested the emulators and fixed the most obvious bugs, i'll post test builds for everyone to try RE: RetroPlayer Test Builds - moocow1452 - 2014-05-19 (2014-05-19, 11:06)garbear Wrote: much progress has been made. add-ons are now entirely generated by the scripts at https://github.com/garbear/repository.libretro . When i've tested the emulators and fixed the most obvious bugs, i'll post test builds for everyone to try Neat. Tried to do it myself, it tripped in the first couple seconds on... Code: ====================================================================== Which I guess is a consiquence of pushing the finished cores in your git? |