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 Gotham) - isamu.dragon - 2015-05-29 Just curious, but have there been any updates? RE: RetroPlayer Test Builds (updated for Gotham) - natethomas - 2015-05-29 (2015-05-29, 00:21)isamu.dragon Wrote: Just curious, but have there been any updates? Nope. Garbear is on vacation atm. Gonna need some patience. RE: RetroPlayer Test Builds (updated for Gotham) - isamu.dragon - 2015-05-29 (2015-05-29, 01:02)natethomas Wrote:(2015-05-29, 00:21)isamu.dragon Wrote: Just curious, but have there been any updates? Didn't know, hope he gets some great rest wherever he is RE: RetroPlayer Test Builds (updated for Gotham) - garbear - 2015-06-12 hey guys! back from vacation #2 last night - spent a month backpacking the scottish highlands. covered more than 100mi / 160km of forest, lake, mountain and bog. great trip vacation #3 is in progress now (vacation #1 was spent in Turkey). I'll be in Yosemite for the next week, but I'm car camping instead of backpacking so I can afford the weight of a laptop and cell phone. I tried to make some builds before Turkey but alpha 2 wasnt mature enough to get everything working. When I rebase on beta 2 things should be working well enough (I hope) Not a lot of internet in the valley, so if I feel like getting work done I'll do the rebase & other tasks that don't require internet. The main lodge might have wifi, if not I'll upload my progress when I return to civilization next thursday RE: RetroPlayer Test Builds (updated for Gotham) - Woerd88 - 2015-06-12 Nice!Have fun on your last vacation. RE: RetroPlayer Test Builds (updated for Gotham) - zag - 2015-06-12 Amazing trip! I should really do the Scotland thing as its on my doorstep! Nice to have you back RE: RetroPlayer Test Builds (updated for Gotham) - Scourge - 2015-06-12 Good to see you made it out of Scotland alive. Some of the bogs nearly kept me there permanently during my own backpack trip last year Take your time and relax... we want you back in full strength in a week RE: RetroPlayer Test Builds (updated for Gotham) - garbear - 2015-06-23 I uploaded a windows and osx build to the OP. I haven't tested them yet... this is just the first time i've gotten the build system to work on all three platforms. I'm posting my progress here, in case anyone wants to try it. The build system stuff is a drag, two of my computers are down and I'm doing everything in VMs. My poor macbook can hardly keep up. If you'd like to help, try compiling Kodi and the add-ons for your platform and post your error messages here! RE: RetroPlayer Test Builds (updated for Gotham) - zag - 2015-06-23 Unfortunately I get "ERROR: Unable to create application. Exiting" Latest Windows build from the first thread. Clean install. RE: RetroPlayer Test Builds (updated for Gotham) - Scourge - 2015-06-23 The Windows installer ran perfectly, and I managed to reach the end screen of the installer. However, the program will not run. RE: RetroPlayer Test Builds (updated for Gotham) - garbear - 2015-06-23 k, it looks like the build I produced in the windows VM isn't gonna run. my other two windows computers are in even worse shape - they can't compile the app without crashing or freezing can anyone help with windows? I'm at the limit of what I and my hardware can do RE: RetroPlayer Test Builds (updated for Gotham) - da-anda - 2015-06-23 might jenkins be able to build your branch? RE: RetroPlayer Test Builds (updated for Gotham) - garbear - 2015-06-23 i tried recently and couldn't find the page I used before to schedule manual builds. do i need special permissions? I ran into some cmake bugs and ended up having to compile some parts in release mode and copying some files by hand, so jenkins probably won't be able to handle it RE: RetroPlayer Test Builds (updated for Gotham) - Montellese - 2015-06-23 I can take a look at it. The build I made for myself a while ago worked fine but I had to manually integrate (and fix) and build the cmake addons which is why jenkins won't work right now. If we'd integrate some of the working periphery/game addons into the list of default binary addons it might be possible to do it with jenkins. RE: RetroPlayer Test Builds (updated for Gotham) - Montellese - 2015-06-23 OK I tried to build your retroplayer-15beta2 branch on win32 in VS and it builds fine but it doesn't start. The end of the debug output in VS is Code: Debug Print: PERIPHERAL - PERIPHERALS::CPeripheralAddon::CreateAddon - creating peripheral add-on instance 'Joystick Support' Code: > Kodi.exe!DllAddon<PeripheralAddon,PERIPHERAL_PROPERTIES>::Create(void * p1, PERIPHERAL_PROPERTIES * p2) Line 47 C++ |