[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
|
- claimui - 2011-11-09 malte Wrote:Not 100% sure because the log seems to end before I can see the XBMC error messages. But I guess it is the wraplist/pagecontrol issue discussed some pages back (see here and here). If I am right this should be fixed with version 0.9.3 of RCB and/or with one of the latest nightlies from XBMC (you don't have to use the workarounds mentioned in the thread). Can you confirm this? The log ends there because XBMC stops responding and I killed the task. Maybe I could try waiting longer next time to see if it crashes and throws an error. The behavior does seem the same as wraplist/pagecontrol issue. However I am using a recent nightly (Windows build from two or three days ago) and version 0.9.3 of the add-on. Let me try updating to the latest nightly and see if I can get some better logfiles. Thanks again for all the help and the great work on this addon. - altoiddealer - 2011-11-09 I have one last question~ I experienced choppy video with the 'mednafen' emulator, but I was provided a solution on their forums. The solution is to suspend pulseaudio, and specify the sound driver/sound device in the launch game command. So, this command is the solution: pasuspender -- mednafen -sounddriver alsa -sounddevice hw:1,7 game.nes My question: Is it possible for RCB to execute the above launch game command? I'm pretty sure the launch game command should be -sounddriver alsa -sounddevice hw:1,7 "%ROM%", but I don't know how to alter the launch emulator field Please help! Thanks! - malte - 2011-11-09 claimui Wrote:The behavior does seem the same as wraplist/pagecontrol issue. However I am using a recent nightly (Windows build from two or three days ago) and version 0.9.3 of the add-on.This should be up to date enough. But maybe there is some new issue with the latest nightlies. I will also check if I can reproduce it with a newer one. altoiddealer Wrote:My question: Is it possible for RCB to execute the above launch game command?Yes, this should be possible. Just launch the "Edit Rom Collection" dialog and go to the "Launch games" tab. There you can edit the params with the XBMC keyboard. More details here. - malte - 2011-11-09 @Domina: Just wanted to answer your PM but it says that you disabled receive of private messages. Short answer: No, the changes have nothing to do with the skin structure. They are just internal changes that affect the usage of RCB. Long answer will come when I am allowed to send the message;-) - Domina - 2011-11-09 Ok can send you the answer! Sorry! - malte - 2011-11-09 Hmmm, still does not work. Edit: Ok, now it works. PM sent. - Domina - 2011-11-09 This is strange my private messaging options are set so Is there a delay after changes? Edit: MP Received - altoiddealer - 2011-11-09 malte Wrote:Just launch the "Edit Rom Collection" dialog and go to the "Launch games" tab. There you can edit the params with the XBMC keyboard The problem is that the "Emulator cmd" can only be specified by navigating to an executable file. In my case, I want the Emulator command to be pasuspender -- mednafen, and the parameters to be -sounddriver alsa -sounddevice hw:1,7 "%ROM%" So your response didn't help much However I think I came up with a workaround... When I go home from work, I'll try setting "pasuspender" as the Emulator cmd, and then set my parameters as -- mednafen -sounddriver alsa -sounddevice hw:1,7 "%ROM%" If RCB just slaps the two fields together when launching games, which I'm guessing it does, then it should work *EDIT* It worked - malte - 2011-11-10 Ah, ok, I did not understand. I thought you just wanted to edit the emu params. But it seems that you could help yourself - malte - 2011-11-10 @Domina: Sorry, it will take some more time until I will have a new stable version to check in. In the meantime you could fix the favorites issue on your own. In "RCB install dir/resources/lib/gui.py" you should delete the following line (should be line 1365): Code: item.setProperty('isfavorite', self.getGameProperty(gameRow[util.GAME_isFavorite])) - Domina - 2011-11-10 Thanks Malte I will test, When I get home! Edit: Favorite running right now! - altoiddealer - 2011-11-11 I'm having an issue ever since the add-on upgraded: After launching XBMC, clicking "Programs" then selecting Rom Collection Browser.... roughly 50% of the time XBMC freezes at this point. This has been happening for a few days now but never happened with the previous version. Here is the log from .xbmc/temp clickable text If there's any more info I can provide please let me know - malte - 2011-11-11 Strange. You seem to run Dharma, right? I don't know any reason why this should happen. I can't reproduce this myself and there is nothing to see in the log file. Does it still happen if you install the previous version? Maybe it was another change that you did on your system. What was the previous version (0.8.7 or 0.9.2)? - altoiddealer - 2011-11-11 malte Wrote:Strange. You seem to run Dharma, right? I don't know any reason why this should happen. I can't reproduce this myself and there is nothing to see in the log file. Ubuntu 10.04 Natty, XBMC version is Dharma. Previous RCB version was 0.8.7. I did not make any changes to my system at all when the problem started occurring. It definitely began happening right after RCB upgraded to 0.9.3 I have hardware upgrades and system updates disabled for months. Actually, the only change I made in a long time was enabling solo mode for my emulators, and changing my mednafen launch command I use that laptop solely as a media center I'll try to downgrade back to 0.8.7 and see if that clears up. Its a shame though because I feel like, other than that problem, 0.9.3 seems to run smoother - malte - 2011-11-11 altoiddealer Wrote:I'll try to downgrade back to 0.8.7 and see if that clears up. Its a shame though because I feel like, other than that problem, 0.9.3 seems to run smootherThis should just be a test if it could be reverted with the older version. Maybe you can also try if you encounter this issue only with certain skins or certain views (Info, Thumb, etc.). |