[RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Game Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=291) +---- Thread: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs (/showthread.php?tid=70115) 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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
|
RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Friko - 2016-10-03 Hello everyone, Been tinkering with RBC for the past few days. It's a great idea but quite problematic to set up at first. I'm wondering if anyone knows how to clear the cache? I have manually updated (overwritten) some of the front covers. The updated covers appear fine when the games are highlighted but the next and back are showing the old cover. Does anyone know how to fix this? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - dinho.bc - 2016-10-05 (2016-09-26, 15:13)Wintermute0110 Wrote:Advanced emulator launcher is more like advanced program launcher than RCB. In RCB i can filter by genre, year, console and publisher.(2016-09-26, 14:55)SylentEcho Wrote: Is there another stable version I could use? The Ace theme doesn't work on this version either. Any help would be greatly appreciated. Enviado de meu 2014819 usando Tapatalk RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - SylentEcho - 2016-10-05 @mrw1986 and Wintermute0110, thanks for all your help, but I've just switched to Romshelf. All I needed was a frontend for my roms and this one's totally hassle free, RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - ködi-zömbie - 2016-10-07 Hi, I searched and found libraries for .7z support for Kodi 16.1. Tested and running on Win10 x64 machine. http://www98.zippyshare.com/v/RjJe6pTQ/file.html If I compile pylzma.so on Linux x86 and put it to an Android device to /data/app/org.xbmc.kodi..lib/libpylzma.so, I get error RCB_ERROR: You have tried to launch a .7z file but you are missing required libraries to extract the file. You can download the latest RCB version from RCBs project page. It contains all required libraries. RCB_ERROR: Error: dlopen failed: "libpylzma.so" has unexpected e_machine: 3 RCB_ERROR: Error handling compressed file Someone knows how to compile libpylzma.so for Android arm architecture ? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - ctrim78 - 2016-10-13 Hello guys, haven't been on here in a while. Haven't had any issues till now...haha! Ok I've had my rom collection browser setup for the longest time...i have numerous emulators and such setup and have always worked flawlessly. My issue i just encountered was that when i went to setup "GAME BOY ADVANCE" at the platform select screen nothing happens when i choose it. To be in more step by step detail....when i choose "ADD ROM COLLECTION" then "SCRAPE GAME INFO ONLINE" and then go to select "GAME BOY ADVANCE" from platform selection screen...nothing happens. if i choose "GAME BOY" above it or "GAME BOY COLOR" below it, it goes to next step which is choosing which emulator but nothing happens when choosing "GAME BOY ADVANCE". i am using an Nvidia Shield TV Console. Yes I've done a search on this but nothing refers to the issue I'm having, all searches just turn up how to setup rom collection browser itself. As always many thanks to all the vast knowledge people provide on this forum! You guys are awesome! RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - ködi-zömbie - 2016-10-13 What I did is to setup all Emulator / Files / Folders manually in the config.xml file in userdata/addondata/rcb... folder. You can backup this file and try to add all you need in a text editor. Here how my GBA part looks like : Code: <RomCollection id="29" name="Game Boy Advance"> Please any good python coder can help me ? I tried to compile pylzma.so library for android but its not working. I'll try again with standalone-toolchain but it would be much easier to change the python code in launcher.py to use p7z for android from this thread in XDA: http://forum.xda-developers.com/showthread.php?t=856415&page=2 I become crazy....tried many cross-compilers for now and build with hash style sysv in qemu armel debian chroot. Nothing worked. Anyone can include 7z decompress support for p7z in launcher.py ? Please...... RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - ctrim78 - 2016-10-14 ok so i was getting no where with trying to get this to work so i had to go to my last resort which was to do a "fresh start" on kodi and start fresh. I reinstalled rom collection browser and started just as i did when i first installed it. I went straight to trying to add "GAME BOY ADVANCE" as my first platform and when i did this message popped up saying "UNHANDLED EXCEPTION OCCURED DURING EXECUTION OF RCB: 'NONETYPE' OBJECT IS NOT ITERABLE SEE XBMC.LOG FOR DETAILS" does anyone have any clue what that means in english? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - ctrim78 - 2016-10-14 @kodi zombie.....i can't access these command lines since I'm using an nvidia shield tv. it doesn't give me root access to add ons. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - ködi-zömbie - 2016-10-15 (2016-10-14, 23:31)ctrim78 Wrote: @kodi zombie.....i can't access these command lines since I'm using an nvidia shield tv. it doesn't give me root access to add ons. all data for kodi is stored on internal or sdcard. no need to root it. its at Android/data/org.xbmc.kodi/files/.kodi .... .kodi is hidden folder Just use a file explorer with hidden files enabled like es file explorer 4.0.22. Its good and without ads. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - wellspokenman - 2016-10-15 Finally found a way to fix all my problems with RCB: Code: sudo add-apt-repository ppa:libretro/testing RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - 03397 - 2016-11-29 Hey guys...I have added successfully some windows games and everything were scapped ok. All the games have extension .lnk and .url(steam games) When I start the games I see the black CMD window. Is there a way to hide this or not to be executed at all? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - ködi-zömbie - 2016-12-01 (2016-11-29, 12:36)03397 Wrote: Hey guys...I have added successfully some windows games and everything were scapped ok. All the games have extension .lnk and .url(steam games) The CMD window is waiting until you finish playing to reopen RCB in Kodi again. If you close it by exit it will interupt your progs / games. is it staying in the background or it open in front of your games ? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - 03397 - 2016-12-01 (2016-12-01, 11:35)ködi-zömbie Wrote:(2016-11-29, 12:36)03397 Wrote: Hey guys...I have added successfully some windows games and everything were scapped ok. All the games have extension .lnk and .url(steam games) It is staying opened in front of Kodi. It will be good if it was minimized of behind kod. I have kodi to be focused all the time.. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - ködi-zömbie - 2016-12-01 Hmmm ... maybe: Code: start Hstart64.exe /NOCONSOLE 'commandos' ..... RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - 03397 - 2016-12-09 I am trying to scrap mame roms under windows and I am getting this error message and the scraping fails. 23:56:14 T:5032 ERROR: EXCEPTION: 'platforms' is an invalid Id 23:56:14 T:5032 ERROR: EXCEPTION: Non-Existent Control 5224 23:56:14 T:5032 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <type 'exceptions.AttributeError'> Error Contents: 'NoneType' object has no attribute 'setVisible' Traceback (most recent call last): File "C:\Users\nicolas\AppData\Roaming\Kodi\addons\script.games.rom.collection.browser\resources\lib\dialogcontextmenu.py", line 48, in onInit control.setVisible(False) AttributeError: 'NoneType' object has no attribute 'setVisible' -->End of Python script error report<-- Any help on this guys,,, |