[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 - Buff - 2020-08-25 (2020-08-24, 11:31)malte Wrote:Hi Malte,(2020-08-22, 11:30)Buff Wrote: Hi, wondered if someone could help - I'm probably doing something simple incorrectly, but can't figure it out.Looks like you ran into a bug that @XayOn already fixed (link). But I still had no time to test an include it in RCBs repo. Will do that ASAP. Many thanks for looking at this for me, I'll wait for this to be updated. I didn't purposely abort the import process, but I do remember the screen freezing and going all white, so I had to come out of that somehow and may have therefore aborted it without knowing. I think the reason for this was I was using the Matrix branch, rather than the current Git version. When I try to import now it takes seconds but with no results, so certainly haven't aborted since I reinstalled. Many thanks RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - ködi-zömbie - 2020-09-02 Hello, I have a "few" games with names like: 3DS0103 - Tekken 3D - Prime Edition (Europe) (En,Fr,Ge,It,Es).7z and I don't want to remove the numbers before the game names. If I scrap them like this, I have no description and covers. How can I scrap them correctly? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Kupo91 - 2020-09-02 You could just remove the numbers temporary. Remove the numbers and scrape the games so you get the correct *.nfo files and artworks. Then remove the games from your rom collection and give these files their old names. Make sure that the option "Prefer local nfo file if available" is enabled and then reimport your games (Don't forget to change the artwork names in your *.nfo files, too). RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2020-09-09 (2020-07-27, 11:45)XayOn Wrote: I had a few issues running RCB on Matrix branch, I added a PR (https://github.com/maloep/romcollectionbrowser/pull/427 ping to @malte :-) ).I finally managed to test and merge your PR. It is now available in Matrix and master branch. Thanks a lot! RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Slipass - 2020-10-07 @malte I try to integrate my PS3 games with rpcs3? Before the import I set the option "Folder name as game name" and used "eboot.bin" as file mask. The game also starts....BUT unfortunately it doesn't use the parent folder name but the USRDIR, where where the eboot.bin is located. Here an example: Tony Hawk's Pro Skater 5\BLUS31568\PS3_GAME\USRDIR\EBOOT.BIN Problem: If I rename the USRDIR, the game does not run. I already tried it with a shortcut but then I always get the following error in the emulator: E SYS: Invalid or unsupported file format: Z:/Tools/Emulators/PS3/ROMS/Tekken 6/Tekken 6.lnk We talked about it some time ago, have you already found a solution? Thanks!! Unable to launch games in RCB - city_zen - 2020-11-12 Hi, First of all, thanks to the developers for this great add-on I'm running into a problem with ROM Collection Browser. It used to work on my system (a S905 box running CoreELEC) but I recently had to reinstall Kodi, for unrelated reasons, and now my games simply do not launch. My only collection is a MAME collection and I'm using the "Use RetroPayer" setting in RCB I was able to import all my games into RCB and I can browse them correctly, but when I try to launch them, nothing happens I looked into Kodi's log files and the only possible error that is related to ROM Collection Browser is this: https://paste.kodi.tv/osiyemiceh.kodi Anyone can confirm if this is indeed the error that's preventing my games from launching? Or could it be something else? Any tips appreciated Thanks RE: Unable to launch games in RCB - malte - 2020-12-04 (2020-11-12, 23:01)city_zen Wrote: Hi,Sorry for the late response. Yes, this is the error that is preventing your games from launching. Can you send me a complete log file that contains the error? What version of RCB are you using? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Kupo91 - 2020-12-05 --- RE: Unable to launch games in RCB - city_zen - 2020-12-05 (2020-12-04, 10:16)malte Wrote:Thanks for your reply, malte(2020-11-12, 23:01)city_zen Wrote: Hi,Sorry for the late response. Yes, this is the error that is preventing your games from launching. Can you send me a complete log file that contains the error? What version of RCB are you using? I've just sent you a PM with the complete log file I'm using version 2.2.4 of RCB RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Pander02 - 2021-01-04 I had RCB working great for awile but recently had to re-install Kodi for other reasons and I'm having a problem setting it up again. I've installed the latest version and I'm able to scrape my nintendo roms and they appear fine in my library, but when i try to launch nothing happens. I'm trying to use retroplayer and the roms are located on my NAS. It works fine in kodi using retroplayer, it's just RCB that can't seem to launch the games. I've tried the option to copy locally and I can see the games are being copied to tmp folder but they still don't launch. I'm attaching debug log below. Any help would be appreciated, thanks! https://paste.kodi.tv/ezaqekonoj.kodi RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2021-01-11 (2021-01-04, 20:23)Pander02 Wrote: I had RCB working great for awile but recently had to re-install Kodi for other reasons and I'm having a problem setting it up again. I've installed the latest version and I'm able to scrape my nintendo roms and they appear fine in my library, but when i try to launch nothing happens. I'm trying to use retroplayer and the roms are located on my NAS. It works fine in kodi using retroplayer, it's just RCB that can't seem to launch the games. I've tried the option to copy locally and I can see the games are being copied to tmp folder but they still don't launch. I'm attaching debug log below. Any help would be appreciated, thanks!@Pander02 @city_zen Sorry for the late response again. You both have the same error. This error was fixed in current development branch and Leia branch. I just did not make a new release that contains this fix. You can go to the Leia branch on RCBs github page and download the zip file there (click on "Code" and then "Download zip"). Or just grab the archive from here. You can install the zip file just like any other addon zip file. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Pander02 - 2021-01-12 Thank you, it's working now. One thing I'm noticing as I'm continuing my setup is that some systems aren't working with the roms stored on my NAS and using retroplayer. For instance, I have some systems like Sega CD where the games include *.bin or *.iso and *.cue files. I had them working fine when the roms are stored locally but not from the NAS. If i select the option to make a local copy I can see that only one of the files is copied (such as only the *.bin or *.cue file) and so they are unable to play. Is it possible to copy both the *.cue file and the *.bin or *.iso file locally or some other way I should be setting this up? I may just go back to storing these systems locally, it would just be nice to have everything on the NAS. Thanks for all you do, love RCB. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2021-01-18 I cant scrape this games, among others, using thegameb or any other scraper. IE -Game file name: Dracula The Resurrection https://thegamesdb.net/game.php?id=12927 -Game file name: Dracula The Last Sanctuary https://thegamesdb.net/game.php?id=12923 -Game file name: Alone in the Dark One-Eyed Jack's Revenge https://thegamesdb.net/game.php?id=11564 There are some : and - symbols involved, but other games with that symbol scrape fine. Maybe some adjustments can be done to rcb to improve this. Thanks. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - trihy - 2021-01-19 Edit. Double post RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - city_zen - 2021-01-20 (2021-01-11, 16:40)malte Wrote:(2021-01-04, 20:23)Pander02 Wrote: I had RCB working great for awile but recently had to re-install Kodi for other reasons and I'm having a problem setting it up again. I've installed the latest version and I'm able to scrape my nintendo roms and they appear fine in my library, but when i try to launch nothing happens. I'm trying to use retroplayer and the roms are located on my NAS. It works fine in kodi using retroplayer, it's just RCB that can't seem to launch the games. I've tried the option to copy locally and I can see the games are being copied to tmp folder but they still don't launch. I'm attaching debug log below. Any help would be appreciated, thanks!@Pander02 @malte Thanks for your reply and the links Unfortunately, I tried the version you gave us and it's still not working The games fail to launch The log file only displays this line: "WARNING: CPythonInvoker(116, /storage/.kodi/addons/script.games.rom.collection.browser/default.py): the python script "/storage/.kodi/addons/script.games.rom.collection.browser/default.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon4xbmc6PlayerE,N9XBMCAddon9xbmcaddon5AddonE" I can send you a full log file again if you want, but I wasn't able to find any other references to RCB in it Could it have something to do with the resolution of my display? My screen is 3840 x 2160. When I try to launch the games, I can see that the screen flickers for a fraction of a second and it only displays anything on the upper left part of the screen, as if trying to go back to 1920 x 1080. Then it goes black and after a second or so it reverts to the games list. I don't know if this is expected or not, but it was the only thing that I could notice about this error |