![]() |
[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 - wicht - 2012-10-01 Thanks again! From the other thread: Quote:I see the problem here. I'll have a fix out today. Sweet ![]() RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - lordashram - 2012-10-01 @malte, I just compiled my own build of xbmc with the WindowXML fix but it did not help me with my issue, though I am using 64bit Windows not Linux. Everything is fine with my own compile from 2012-09-17 but not anything newer and xbmc's auto compiles from as far back as 2012-09-15 which was as far back as I could get don't work either. Here is a debug log: http://pastebin.com/Padz86UY And instead of trying to explain it, I think this snapshot should be enuff: ![]() RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - wicht - 2012-10-01 I tried it too and it worked. First I got the same screen as you, after selecting a rom collection in the menu the roms were shown. But I had to revert because of problems with tvheadend, but that's another thing. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - lordashram - 2012-10-02 First thing I tried was selecting some rom collections but that didn't work. As soon as I reinstall my build from 2012-09-17 it works fine again but any newer self compile or any auto gen nightly from 2012-09-15 on up and I get that again. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - gman3042 - 2012-10-02 so the new frodo nightlies seem to be crashing my xbmc on startup.. if i deletethe script.romcollection folder.. it loads up fine.. any ideas? http://www.xbmclogs.com/show.php?id=9677 debug log RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - pauper - 2012-10-02 (2012-09-30, 14:29)malte Wrote:pauper Wrote:Using solo mode I can launch games fine but after exiting the emulator XBMC does not relaunch automatically (I have the RCB service add-on installed) - I can actually get this to work launching applaunch.sh /path/to/rom from the terminal while XBMC is running but it doesn't work purely from the GUI.So the path in applaunch.sh seems to be correct and you have proper execute permissions set for the file? You could try to launch xbmc from a command line and then use the solo mode. This way you should have the command window still open when applaunch.sh tries to relaunch xbmc. Maybe you will see an error message in the command window. Thanks very much for taking the time to reply. Yes, the file has correct execution permissions. The terminal output after exiting a game is: Code: Traceback (most recent call last): (2012-09-30, 14:29)malte Wrote:pauper Wrote:With solo mode off I have another problem. For some emulators like VICE or for standard linux games I launch bash scripts which allow me to change the wiimote profile for each game. The problem is returning from the game to the ROM browser - my wiimote profile changes back to the standard mediacentre mouse profile but I lose the functionality of the mouse buttons (they work fine on any other application just not on XBMC). If I close XBMC and launch it again the mouse buttons work. This only happens through XBMC, I can for example put the same bash script in my launcher bar and it will launch the game, change the wiimote profile, close the game and switch back to the standard mouse profile without losing the mouse buttons.Sorry, no idea why this happens or how to work around. Neither do I. I suspect it might have something to do with how XBMC handles mouse input, but seeing as my mediacentre isn't a very powerful PC I'd much prefer a solution to the first problem anyway. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2012-10-03 @Pauper: I had the exact same error on my first linux box some time ago. Here is my workaround: link Instead of the line = "" part you could simply use pass to "do nothing". I did not check if FEH.py is the same since then but if you don't get it just ask again and I will have a look. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - pauper - 2012-10-05 (2012-10-03, 11:43)malte Wrote: @Pauper: I had the exact same error on my first linux box some time ago. Here is my workaround: link Yes, that worked, thankyou, now I can give up trying to get AdvanceMenu to work. I haven't found any other reports of this problem on the forum so just out of curiosity, why was this happening? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - aur0n - 2012-10-06 I have an annoying problem: When I play some SNES rom, and then I quit playing by pressing 'esc', the emulator closes, but XBMC is froze with black screen. Has anyone experienced this problem too? (using Aeon MQ3) RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - malte - 2012-10-06 pauper Wrote:I haven't found any other reports of this problem on the forum so just out of curiosity, why was this happening?Sorry, no idea. My last guess was this here: link. But this is far from knowing what happened. aur0n Wrote:When I play some SNES rom, and then I quit playing by pressing 'esc', the emulator closes, but XBMC is froze with black screen.Yes, this happened here sometimes too. But I did not found out what is happeneing. In RCB everything seemed to be fine. My workaround was to use solo mode. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - blinken - 2012-10-06 I can't launch playstation games. The emulator opens but nothing happens. I believe this has something to do with the fact I can't open a rom from a window either. If I right click and click open in epsxe, the program opens and nothing happens, exactly the same error. Since I believe this is an error outside XBMC, does anyone know how I can get these roms to open when I right click open them, or merely double click them? I think if I solve this problem they will open in xbmc. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - gman3042 - 2012-10-07 (2012-10-02, 00:39)gman3042 Wrote: so the new frodo nightlies seem to be crashing my xbmc on startup.. if i deletethe script.romcollection folder.. it loads up fine.. any ideas? any ideas? RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - aur0n - 2012-10-07 I've got a problem with PSX (any of them) emulators: Whenever I try to launch some games, ePsxe crashes because it can't find any bios/plugins, but I'm sure they are installed correctly (because if I run the emulator without XBMC, everything is fine). My guess it's that there's something wrong with the path. Has anyone experienced anything like this? Thanks. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Tomkun - 2012-10-07 (2012-10-07, 14:51)aur0n Wrote: I've got a problem with PSX (any of them) emulators: Some emulators require that they are run with the working directory set to their path. By default, RCB runs emulators with it set to XBMC's directory. You can get around this by making a shortcut to the emulator, making sure that the working directory is set correctly in that and pointing RCB to the shortcut rather than the executable. RE: [RELEASE] Rom Collection Browser - Browse and launch emulator game ROMs - Maleficium - 2012-10-14 I think I had found a bug in MobyGames Scrapper, if no data its present in "Developed by" no data its imported to RCB. |