Beta Advanced Emulator Launcher - Multi-emulator frontend for Kodi - 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: Beta Advanced Emulator Launcher - Multi-emulator frontend for Kodi (/showthread.php?tid=287826) 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
|
RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - kiaenigma27 - 2016-11-28 (2016-11-28, 11:22)chrisism Wrote:(2016-11-28, 11:00)kiaenigma27 Wrote:(2016-11-28, 10:53)chrisism Wrote: Yes, this works on android too. ...... thanks will do that.. Problem is i cant actually add any emulators or roms.. AEL wont even start from fresh install thats what I am getting at. the only part of AEL i can load is the settings page. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2016-11-28 (2016-11-28, 11:49)kiaenigma27 Wrote:(2016-11-28, 11:22)chrisism Wrote:(2016-11-28, 11:00)kiaenigma27 Wrote: Thanks.. Can be this problem same as this and this one? If you are willing to install development version from GtiHub, do some tests and provide some logs I will try to solve the problem (or at least figure out what is going on). What is exactly the Kodi version you are using? Are you using standard Kodi or some "unofficial" build? RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - kiaenigma27 - 2016-11-28 (2016-11-28, 15:53)Wintermute0110 Wrote:(2016-11-28, 11:49)kiaenigma27 Wrote:(2016-11-28, 11:22)chrisism Wrote: Dont forget to put logging on in the AEL settings. Not only kodi. I will try those solutions when i get home. I am running SPMC version which i believe is still based on 16.1 as its running on Android. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - mac1202 - 2016-11-28 (2016-11-27, 19:52)sveni_lee Wrote: Hi, You need to add -b -e at the start of your argument line in the dolphin launcher setting. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - sveni_lee - 2016-11-28 (2016-11-28, 09:57)Rufoo Wrote: To have games launch seamlessly from AEL to Dolphin change your arguments to: /e "%rom%" Hi Rufoo, thanks for that... that was the magic but I guess you mean "-e" now I have two more problems... 1. I don't have the right resolution not 1920x1080 i guess it's 480p 2. I don't have sound... I use alsa and in dolphin I can select alsa but nothing happened... RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2016-11-28 (2016-11-28, 21:00)sveni_lee Wrote:(2016-11-28, 09:57)Rufoo Wrote: To have games launch seamlessly from AEL to Dolphin change your arguments to: /e "%rom%" Problem 1: try what I told you in the previous post. Unfortunately Dolphin does not support many options from the command line but hopefully will remember the settings you configure in the GUI. Launch Dolphin, configure stuff, and once your are happy try with AEL. Problem 2: You have 3 choices (maybe more...): a) Use Pulseadio instead of ALSA. Pulseadio supports running multiple applications out of the box. b) You configure ALSA with a dmix output so several applications can use ALSA at the same time c) Use a second sound card: If ALSA does not support dmix out of the box is because you are using a digital output (HDMI, right?). What you can do is to buy a cheap USB sound card (about 1000 yen/10 euro) so you divert your emulators sound via that sound card. In my case, I divert Kodi sound to my Denon speakers via the USB card and emulators sound in the TV (which feels more "authentic"). RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - kiaenigma27 - 2016-11-28 Where are the log files get does anyone know? and which option in AEL do i need to choose? debug / error? RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - mac1202 - 2016-11-28 (2016-11-28, 21:00)sveni_lee Wrote: Hi Rufoo, "/e" under windows "-e" under linux. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - sveni_lee - 2016-11-28 (2016-11-28, 21:16)Wintermute0110 Wrote: Problem 1: try what I told you in the previous post. Unfortunately Dolphin does not support many options from the command line but hopefully will remember the settings you configure in the GUI. Launch Dolphin, configure stuff, and once your are happy try with AEL. Problem 1: the problem here is not dolphin. I guess there is a configuration-problem with openbox. the resolution in openbox in wrong so dolphin starts in the wron resolution too... Problem 2: a)I can't use Pulseaudio cause of HD-Audio issue b)Am I right, dmix outpu only allowed 2 channel-Audio I remember, I had all this work but I had to setup a new HTPC and now I can't remember all steps... I remember I had to set "Audio keep alive" to off... RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - kiaenigma27 - 2016-11-29 (2016-11-28, 16:25)kiaenigma27 Wrote:(2016-11-28, 15:53)Wintermute0110 Wrote:(2016-11-28, 11:49)kiaenigma27 Wrote: thanks will do that.. ok i tried to do this in the second link with copying over the python file but got stuck as I cannot find the asset folder. any idea? RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - kiaenigma27 - 2016-11-29 ok just installed the latest beta Krypton for Android for Kodi (not SPMC) and it now opens so must be an issue with Jarvis RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2016-11-29 (2016-11-22, 11:43)ErAzOr2k Wrote:(2016-11-22, 11:09)Wintermute0110 Wrote:(2016-11-18, 07:45)ErAzOr2k Wrote: Has anyone tried to add no-intro dat file under Edit Launcher/Manage ROM List/Add No-Intro XML DAT? A fix for this issue is under way. In the end it was a problem in the C++ core. Hopefully the fix will be merged for Krypton Beta 6. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2016-11-29 (2016-11-28, 23:05)sveni_lee Wrote:(2016-11-28, 21:16)Wintermute0110 Wrote: Problem 1: try what I told you in the previous post. Unfortunately Dolphin does not support many options from the command line but hopefully will remember the settings you configure in the GUI. Launch Dolphin, configure stuff, and once your are happy try with AEL. Problem 1: All right. Maybe you will need to create a xorg.conf if XWindow does not start at maximum resolution. Maybe there is a problem with your graphics drivers, so XOrg cannot detect the resolution. Also, make sure the monitor is switched on before starting XWindows, so the resolution can be read from the EDID file from the monitor. Problem 2: You can configure dmix even to upmix your emulator 2.0 output to 5.1 or whatever you want. Have a look here. ALSA configuration is a PITA though, and can get some time until you get it working as you want. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - Wintermute0110 - 2016-11-29 (2016-11-29, 01:15)kiaenigma27 Wrote: ok just installed the latest beta Krypton for Android for Kodi (not SPMC) and it now opens so must be an issue with Jarvis AEL should work well with Jarvis for now. Soon (post 0.9.5) AEL will work only in Krypton. I think the problem is that for some reason SPMC Kodi build does not include Python 2.7. AEL requires Python 2.7 because it needs collections.OrderedDict. If SPMC ships with Python 2.6 then OrderedDict cannot be loaded and hence the error. RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - kiaenigma27 - 2016-11-29 (2016-11-29, 07:55)Wintermute0110 Wrote:(2016-11-29, 01:15)kiaenigma27 Wrote: ok just installed the latest beta Krypton for Android for Kodi (not SPMC) and it now opens so must be an issue with Jarvis yeah i see there is a fix but i cannot find the folders on my android box to place it there is also a problem on Android whereby you cannot have the artwork folder on a network drive or usb drive as android cannot save to these drives. you have to either mount the usb as internal storage or use the internal memory of the device. |