RetroPlayer Test Builds (updated for Nexus) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Game support (https://forum.kodi.tv/forumdisplay.php?fid=292) +--- Thread: RetroPlayer Test Builds (updated for Nexus) (/showthread.php?tid=173361) 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
|
RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2018-06-05 Thanks for confirming the colors are fixed. I uploaded another round of builds. Something special for Windows 10 users - vel0city's shader patch has been added! Shifted color lines is because the GBA core requests a multiple-of-8 width, but DirectX allocates a multiple-of-16 texture. I'll keep looking into this. EDIT: Can you upload a debug log with the audio crackle? RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2018-06-06 (2018-06-05, 20:12)ghizzu Wrote: the shifted lines on GBA cores are still there. Fixed in PR:13983. Can you try the updated test builds? RE: RetroPlayer Test Builds (updated for Leia) - yallah - 2018-06-06 (2018-06-05, 22:47)garbear Wrote: Thanks for confirming the colors are fixed. I uploaded another round of builds. Something special for Windows 10 users - vel0city's shader patch has been added!Great for shaders Another time, will be work on libreelec ? RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2018-06-06 (2018-06-06, 08:18)yallah Wrote: Another time, will be work on libreelec ? The plan is to add shaders on OpenGL/OpenGLES platforms like LibreELEC eventually. RE: RetroPlayer Test Builds (updated for Leia) - linkinsoldier - 2018-06-06 (2018-06-06, 08:49)garbear Wrote:That would allow n64 emulation, right?(2018-06-06, 08:18)yallah Wrote: Another time, will be work on libreelec ? RE: RetroPlayer Test Builds (updated for Leia) - ghizzu - 2018-06-06 (2018-06-06, 07:26)garbear Wrote:The shifted lines in GBA cores (and 2048) are gone. But some cores start the games with audio and no video. (It's not a new behavior, this problem started together with the shifted lines). These cores are GenesisPlus, Picodrive, both PCE cores and some games in FBAlpha (like Contra, while others work fine).(2018-06-05, 20:12)ghizzu Wrote: the shifted lines on GBA cores are still there. As for the audio crackles, they are mostly audible in SNES cores, I'll investigate further and then I'll post a log, but keep in mind that I'm making these tests on a cheap TV Box, so maybe most of these audio artifacts are caused by my weak Z8350 CPU. Also, the only shader that seems to work is Bilinear, all the others as far as I can see give me Nearest Neighbor. RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2018-06-06 (2018-06-06, 17:34)linkinsoldier Wrote:(2018-06-06, 08:49)garbear Wrote: The plan is to add shaders on OpenGL/OpenGLES platforms like LibreELEC eventually.That would allow n64 emulation, right? No, shaders just modify the output of what you see on the screen. N64 emulation requires giving the core access to rendering primitives so that it can draw 3d polygons to the screen. RetroPlayer Test Builds (updated for Leia) - linkinsoldier - 2018-06-07 Ah OK, so that sounds that will take some time ;-) RE: RetroPlayer Test Builds (updated for Leia) - ghizzu - 2018-06-07 Hey garbear, I think there is a serious problem of memory leak in Retroplayer. Everytime I start a game, no matter what the core, the RAM occupied by Kodi starts to grow by 4-5 MB/sec. Until the system warns me that there's no more memory available. Also, this memory is NOT released when I exit the game, I have to exit Kodi to free it. (And, before you ask, in my settings "Enable rewind if supported" is set to off.) This not happens in my reference build of Retroplayer (last Kripton). RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2018-06-07 Thanks for bringing this to my attention, that's some intense leakage! I bet it's a problem with the new Stream API. I'll get a fix for this one up too. Are the other issues you've brought up so far addressed? RE: RetroPlayer Test Builds (updated for Leia) - ghizzu - 2018-06-07 (2018-06-07, 19:38)garbear Wrote: Thanks for bringing this to my attention, that's some intense leakage! I bet it's a problem with the new Stream API. I'll get a fix for this one up too.Maybe you haven't read my yesterday's post? https://forum.kodi.tv/showthread.php?tid=173361&pid=2741242#pid2741242 Cheers. RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2018-06-07 (2018-06-06, 19:22)ghizzu Wrote: But some cores start the games with audio and no video. (It's not a new behavior, this problem started together with the shifted lines). These cores are GenesisPlus, Picodrive, both PCE cores and some games in FBAlpha (like Contra, while others work fine). Thanks for the list of cores, being specific makes things easier for me to test. This is a known issue. I'll document the problem in the release notes. The problem is due to a change in video dimensions. These cores are possibly showing a low-res BIOS or diagnostic video at startup, and then changing to the game resolution. ATM, RetroPlayer just drops the latter frames. I'm working on it. (2018-06-06, 19:22)ghizzu Wrote: As for the audio crackles, they are mostly audible in SNES cores, I'll investigate further and then I'll post a log, but keep in mind that I'm making these tests on a cheap TV Box, so maybe most of these audio artifacts are caused by my weak Z8350 CPU. This could definitely be a cause. Also post debug logs. I can usually find answers there. (2018-06-06, 19:22)ghizzu Wrote: Also, the only shader that seems to work is Bilinear, all the others as far as I can see give me Nearest Neighbor. Post debug logs. What version of Windows? Graphics vendor? Driver version? Folder structure? DirectX errors? Other causes? These are all visible in the debug log. RE: RetroPlayer Test Builds (updated for Leia) - garbear - 2018-06-07 (2018-06-07, 18:33)ghizzu Wrote: Hey garbear, I think there is a serious problem of memory leak in Retroplayer. Everytime I start a game, no matter what the core, the RAM occupied by Kodi starts to grow by 4-5 MB/sec. Until the system warns me that there's no more memory available. Also, this memory is NOT released when I exit the game, I have to exit Kodi to free it. (And, before you ask, in my settings "Enable rewind if supported" is set to off.) This not happens in my reference build of Retroplayer (last Kripton). Fixed in PR:13999. I'll have some test builds up in a few hours. EDIT: Uploaded RE: RetroPlayer Test Builds (updated for Leia) - ghizzu - 2018-06-08 Great, I'll test it. In the meantime, here are some logs from the previous build. This is me running some audio-only cores: https://pastebin.com/Q2dWXMtm And this is me making crackles: https://pastebin.com/W2sZhPeY RE: RetroPlayer Test Builds (updated for Leia) - ghizzu - 2018-06-08 You want logs? Here are logs Ok, first log from the latest build (leak seems gone, as far as I can tell) Me trying to run Stella core (another audio/no video core) when Kodi unexpectedly crashes: https://pastebin.com/6JqW1pAZ |