Kodi Community Forum

Full Version: Kodi DSPlayer – DirectShow Player for Windows
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524
Thanks aracnoz, I'll be testing your build tonight and will let you know.
(2015-05-06, 17:03)aracnoz Wrote: [ -> ]@djoole
unfortunately I do not have all the information to make a fix that work for sure at first try and this issue it's not reproducible to me

anyway i build an exe with some changes, pls follow the same tips as before to report freeze/debug log etc etc

http://www.mediafire.com/download/vxzoph...engard.rar

May I ask what you changed in libCEC?
(2015-05-06, 21:37)djoole Wrote: [ -> ]May I ask what you changed in libCEC?

it's a commit from the official master branch https://github.com/xbmc/xbmc/commit/be8f...a87cb67e8d , the day before try to fix your issue i merged dsplayer branch with kodi master branch, so without the new libcec.dll kodi fails to start
Ok thanks.

I tested your last build, this doesn't solve my issue, it's even worse actually : randomly (but very often, and it seems when playback has been long enough), when i try to stop the video, sometimes the video is stopped but navigation screen doesn't display (black screen) or displays frozen with glitches, or at the best displays not frozen but with glitches. And the new part with this build is that sometimes the video doesn't stop, and Kodi process is seen as "not answering" (have to kill the process).

I tried with a lot of settings combinations (full screen exclusive on or off, refresh change by kodi or madVR, no refresh change at all), I still have those error of " texture creation ".
It's not skin related as i have this with confluence also...

And I seem to be the only one in this forum to have this problem..... Sad
So I think I may try to do a clean install and try again..
Hi all,

I firstly want to thank all developers and supporters for the great work,

I'm experiencing a problem using Kodi+DSplayer+MadVR. The problem is video randomly hangs. I can exit kodi and computer is not frozen but image hangs and I can't stop/rewind/etc.

I've try to change values to madVR with no succeed, no matter what I select. DVDplayer in the other hand works ok.

The hardware is an i5 processor and a nvidia 960 with latest official drivers on Windows 8.1.

This is the result of the log: http://pastebin.com/q6MR9izr

I've read something about frozen computer when stopping video, I don't know if it could have something to do with this.

Warner306 in his thread advide me to dowload PDB file from the download page and place it alongside the Kodi.exe in order to generate logs correctly. I've find this PDB and I'm going to copy it to the kodi's folder. I'll try to get a more accurated log, but any help is appreciated.

I hope someone can help.

Regards and many thanks in advance
(2015-05-07, 14:10)Xander Log Wrote: [ -> ]Hi all,

I firstly want to thank all developers and supporters for the great work,

I'm experiencing a problem using Kodi+DSplayer+MadVR. The problem is video randomly hangs. I can exit kodi and computer is not frozen but image hangs and I can't stop/rewind/etc.

I've try to change values to madVR with no succeed, no matter what I select. DVDplayer in the other hand works ok.

The hardware is an i5 processor and a nvidia 960 with latest official drivers on Windows 8.1.

This is the result of the log: http://pastebin.com/q6MR9izr

I've read something about frozen computer when stopping video, I don't know if it could have something to do with this.

Warner306 in his thread advide me to dowload PDB file from the download page and place it alongside the Kodi.exe in order to generate logs correctly. I've find this PDB and I'm going to copy it to the kodi's folder. I'll try to get a more accurated log, but any help is appreciated.

I hope someone can help.

Regards and many thanks in advance

Does this happen to certain videos, or all of them? If it is a certain video, try remuxing it with the program listed in the guide.

Also, you will probably need a madVR crash log.
(2015-05-07, 20:47)Warner306 Wrote: [ -> ]
(2015-05-07, 14:10)Xander Log Wrote: [ -> ]Hi all,

I firstly want to thank all developers and supporters for the great work,

I'm experiencing a problem using Kodi+DSplayer+MadVR. The problem is video randomly hangs. I can exit kodi and computer is not frozen but image hangs and I can't stop/rewind/etc.

I've try to change values to madVR with no succeed, no matter what I select. DVDplayer in the other hand works ok.

The hardware is an i5 processor and a nvidia 960 with latest official drivers on Windows 8.1.

This is the result of the log: http://pastebin.com/q6MR9izr

I've read something about frozen computer when stopping video, I don't know if it could have something to do with this.

Warner306 in his thread advide me to dowload PDB file from the download page and place it alongside the Kodi.exe in order to generate logs correctly. I've find this PDB and I'm going to copy it to the kodi's folder. I'll try to get a more accurated log, but any help is appreciated.

I hope someone can help.

Regards and many thanks in advance

Does this happen to certain videos, or all of them? If it is a certain video, try remuxing it with the program listed in the guide.

Also, you will probably need a madVR crash log.

Many thanks for your help, Warner306,

In my installation I've the HTPC connected to the amplifier via HDMI, and another HDMI cable from the AV to the TV. The problem is easier to reproduce if a I power off TV during a time (cam be 5 seconds or 5 minutes) and then I power on again, but I have also have the problem in a normal playback (I mean, not powering off the TV).

When the hang comes, image and audio get frozen (I've try using and not using passtrought), and Kodi does'n respond, but I can press S key and exit to Windows.

To be honest, I've try only one video, that is the one that fail on my first tests with dsplayer. I've follow instructions and have got the log of madVR, I have upload to pastebin:

http://pastebin.com/8FxeWVXN

And here is the mediainfo of the video:

http://pastebin.com/R0wL4g9P

Tomorrow I'll try other 720p videos.

Regards and thanks
(2015-05-07, 23:54)Xander Log Wrote: [ -> ]
(2015-05-07, 20:47)Warner306 Wrote: [ -> ]
(2015-05-07, 14:10)Xander Log Wrote: [ -> ]Hi all,

I firstly want to thank all developers and supporters for the great work,

I'm experiencing a problem using Kodi+DSplayer+MadVR. The problem is video randomly hangs. I can exit kodi and computer is not frozen but image hangs and I can't stop/rewind/etc.

I've try to change values to madVR with no succeed, no matter what I select. DVDplayer in the other hand works ok.

The hardware is an i5 processor and a nvidia 960 with latest official drivers on Windows 8.1.

This is the result of the log: http://pastebin.com/q6MR9izr

I've read something about frozen computer when stopping video, I don't know if it could have something to do with this.

Warner306 in his thread advide me to dowload PDB file from the download page and place it alongside the Kodi.exe in order to generate logs correctly. I've find this PDB and I'm going to copy it to the kodi's folder. I'll try to get a more accurated log, but any help is appreciated.

I hope someone can help.

Regards and many thanks in advance

Does this happen to certain videos, or all of them? If it is a certain video, try remuxing it with the program listed in the guide.

Also, you will probably need a madVR crash log.

Many thanks for your help, Warner306,

In my installation I've the HTPC connected to the amplifier via HDMI, and another HDMI cable from the AV to the TV. The problem is easier to reproduce if a I power off TV during a time (cam be 5 seconds or 5 minutes) and then I power on again, but I have also have the problem in a normal playback (I mean, not powering off the TV).

When the hang comes, image and audio get frozen (I've try using and not using passtrought), and Kodi does'n respond, but I can press S key and exit to Windows.

To be honest, I've try only one video, that is the one that fail on my first tests with dsplayer. I've follow instructions and have got the log of madVR, I have upload to pastebin:

http://pastebin.com/8FxeWVXN

And here is the mediainfo of the video:

http://pastebin.com/R0wL4g9P

Tomorrow I'll try other 720p videos.

Regards and thanks

I'm willing to bet it's your file. I found 9 out of 400 in my collection that would go to a black screen on seek. Remuxing the file fixed the issue.

That's not to say it couldn't be fixed.
@djoole

I made some changes to log more information during debug, so you have to follow the same procedure as before to generate all logs

@Xander Log

you have to rename the related pdb file in kodi.pdb, because now in your madvr freeze report there are not info from kodi, i see alot of this "CMMNotificationClient::OnPropertyValueChanged: Changed device property of {0.0.0.00000000}.{b72ef269-d437-4fee-a815-ed0bd71cb1ce} is {b3f8fa53-0004-438e-9003-51a46e139bfc}#11" in your debug log i don't no why... let me not if without the amplifier you have the same issue

@Warner306

have you the possibility to test the Isengard build that i've made for djoole? i made some changes that i think that should be useful, but i don't want to break the stability that we reached with the latest build
(2015-05-08, 00:39)aracnoz Wrote: [ -> ]@djoole

I made some changes to log more information during debug, so you have to follow the same procedure as before to generate all logs

OK will do.
I'm currently totally reinstalling my system right now (windows update are sooooo long).
Will let you know.
Thanks for trying to help even an isolated case Smile
(2015-05-08, 00:39)aracnoz Wrote: [ -> ]@Xander Log

you have to rename the related pdb file in kodi.pdb, because now in your madvr freeze report there are not info from kodi, i see alot of this "CMMNotificationClient::OnPropertyValueChanged: Changed device property of {0.0.0.00000000}.{b72ef269-d437-4fee-a815-ed0bd71cb1ce} is {b3f8fa53-0004-438e-9003-51a46e139bfc}#11" in your debug log i don't no why... let me not if without the amplifier you have the same issue

(2015-05-08, 00:18)Warner306 Wrote: [ -> ]I'm willing to bet it's your file. I found 9 out of 400 in my collection that would go to a black screen on seek. Remuxing the file fixed the issue.

That's not to say it couldn't be fixed.

Many thank to both of you,

Today I've been trying with the HTPC directly connected to the TV (without the amplifier) and I've not get the same problem, but I got a black screen with kodi menus on top and I had to restart. I've been trying other videos and after one of them (I've enabled the option "playback next video automatically") kodi crashed with an error and I had to close it.

I've looking for info about what is the name I've to give to the PDB file, but I've not find it. Please tell me what is the name I've to rename it and I'll be able to get a valid madvr crash log

Many thanks in advance

Regards
(2015-05-04, 10:39)djoole Wrote: [ -> ]
(2015-05-03, 15:09)Shogunreaper Wrote: [ -> ]anyone got a fix for gui lag when stopping video playback?

Doesn't happen when i start videos anymore only when i try to exit out of them, theres a 2-3 second pause before i'm back at the menu.

using default settings.
Wjat do you see in your logs at the video exit? Is there any error?

Code:
12:34:27 T:2928  NOTICE: CDSPlayer::OpenFile - DSPlayer: Opening: G:\Anime\Hunter X Hunter (2011)\[Coalgirls]_Hunter_X_Hunter_102_(1280x720_Blu-ray_FLAC)_[C7FA2CFF].mkv
12:34:27 T:2928  NOTICE: CDSPlayer::OpenFileInternal - DSPlayer: Opening: G:\Anime\Hunter X Hunter (2011)\[Coalgirls]_Hunter_X_Hunter_102_(1280x720_Blu-ray_FLAC)_[C7FA2CFF].mkv
12:34:27 T:3436  NOTICE: Thread CDSPlayer thread start, auto delete: false
12:34:27 T:3436  NOTICE: CDSPlayer::Process - Creating DS Graph
12:34:27 T:3436  NOTICE: Loading filter core factory settings from special://masterprofile/dsplayer/filtersconfig.xml (filters configuration).
12:34:27 T:3436  NOTICE: special://masterprofile/dsplayer/filtersconfig.xml does not exist. Skipping.
12:34:27 T:3436  NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/filtersconfig.xml (filters configuration).
12:34:27 T:3436  NOTICE: Loading filter core factory settings from special://masterprofile/dsplayer/mediasconfig.xml (medias configuration).
12:34:27 T:3436  NOTICE: special://masterprofile/dsplayer/mediasconfig.xml does not exist. Skipping.
12:34:27 T:3436  NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/mediasconfig.xml (medias configuration).
12:34:27 T:3436  NOTICE: Successfully loaded rules
12:34:27 T:3436  NOTICE: CFGLoader::InsertAudioRenderer Successfully added "" to the graph
12:34:28 T:3436  NOTICE: CStreamsManager::LoadIAMStreamSelectStreamsInternal Audio stream found : A: aac lc, 48000 Hz, stereo [default] - index: 1
12:34:28 T:3436  NOTICE: CSubtitleManager::Initialize disabled libsubs.dll
12:34:28 T:3436  NOTICE: CDSPlayer::Process - Successfully creating DS Graph
12:34:28 T:5808  NOTICE: Thread CGraphManagementThread thread start, auto delete: false
12:34:28 T:5808  NOTICE: CChaptersManager::LoadChapters Chapter "Prologue" found. Start time: 0
12:34:28 T:5808  NOTICE: CChaptersManager::LoadChapters Chapter "Opening" found. Start time: 24024
12:34:28 T:5516  NOTICE: Display resolution DESKTOP : 1920x1080@ 60.00 - Full Screen (16)
12:34:28 T:5808  NOTICE: CChaptersManager::LoadChapters Chapter "Part A" found. Start time: 104001
12:34:28 T:5516 WARNING: CXBMCRenderManager::Configure - queue size too small (2, 0, 0)
12:34:28 T:5808  NOTICE: CChaptersManager::LoadChapters Chapter "Part B" found. Start time: 681014
12:34:28 T:5808  NOTICE: CChaptersManager::LoadChapters Chapter "Ending" found. Start time: 1320069
12:34:28 T:5808  NOTICE: CChaptersManager::LoadChapters Chapter "Preview" found. Start time: 1400065
12:34:29 T:5260  NOTICE: Thread BackgroundLoader start, auto delete: false
12:34:30 T:3220  NOTICE: Found 2 Lists of Devices
12:34:30 T:3220  NOTICE: Enumerated DIRECTSOUND devices:
12:34:30 T:3220  NOTICE:     Device 1
12:34:30 T:3220  NOTICE:         m_deviceName      : {CC337F84-6535-4AB0-8DAB-0F555572A306}
12:34:30 T:3220  NOTICE:         m_displayName     : SPDIF - Realtek Digital Output (Realtek High Definition Audio)
12:34:30 T:3220  NOTICE:         m_displayNameExtra: DIRECTSOUND: Realtek Digital Output (Realtek High Definition Audio)
12:34:30 T:3220  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
12:34:30 T:3220  NOTICE:         m_channels        : FL,FR
12:34:30 T:3220  NOTICE:         m_sampleRates     : 48000
12:34:30 T:3220  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
12:34:30 T:3220  NOTICE:     Device 2
12:34:31 T:3220  NOTICE:         m_deviceName      : {ED0B1449-145C-4D98-B4A3-E138ACA0D7DB}
12:34:31 T:3220  NOTICE:         m_displayName     : Speakers - Speakers (Realtek High Definition Audio)
12:34:31 T:3220  NOTICE:         m_displayNameExtra: DIRECTSOUND: Speakers (Realtek High Definition Audio)
12:34:31 T:3220  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
12:34:31 T:3220  NOTICE:         m_channels        : FL,FR
12:34:31 T:3220  NOTICE:         m_sampleRates     : 48000
12:34:31 T:3220  NOTICE:         m_dataFormats     : AE_FMT_FLOAT
12:34:31 T:3220  NOTICE:     Device 3
12:34:31 T:3220  NOTICE:         m_deviceName      : default
12:34:31 T:3220  NOTICE:         m_displayName     : default
12:34:31 T:3220  NOTICE:         m_displayNameExtra:
12:34:31 T:3220  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
12:34:31 T:3220  NOTICE:         m_channels        : FL,FR
12:34:31 T:3220  NOTICE:         m_sampleRates     : 48000
12:34:31 T:3220  NOTICE:         m_dataFormats     : AE_FMT_FLOAT
12:34:31 T:3220  NOTICE: Enumerated WASAPI devices:
12:34:31 T:3220  NOTICE:     Device 1
12:34:31 T:3220  NOTICE:         m_deviceName      : {CC337F84-6535-4AB0-8DAB-0F555572A306}
12:34:31 T:3220  NOTICE:         m_displayName     : SPDIF - Realtek Digital Output (Realtek High Definition Audio)
12:34:31 T:3220  NOTICE:         m_displayNameExtra: WASAPI: Realtek Digital Output (Realtek High Definition Audio)
12:34:31 T:3220  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
12:34:31 T:3220  NOTICE:         m_channels        : FL,FR
12:34:31 T:3220  NOTICE:         m_sampleRates     : 192000,96000,48000,44100
12:34:31 T:3220  NOTICE:         m_dataFormats     : AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC,AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
12:34:31 T:3220  NOTICE:     Device 2
12:34:31 T:3220  NOTICE:         m_deviceName      : {ED0B1449-145C-4D98-B4A3-E138ACA0D7DB}
12:34:31 T:3220  NOTICE:         m_displayName     : Speakers - Speakers (Realtek High Definition Audio)
12:34:31 T:3220  NOTICE:         m_displayNameExtra: WASAPI: Speakers (Realtek High Definition Audio)
12:34:31 T:3220  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
12:34:31 T:3220  NOTICE:         m_channels        : FL,FR,FC,LFE,SL,SR,BL,BR
12:34:31 T:3220  NOTICE:         m_sampleRates     : 192000,96000,48000,44100
12:34:31 T:3220  NOTICE:         m_dataFormats     : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
12:34:31 T:3220  NOTICE:     Device 3
12:34:31 T:3220  NOTICE:         m_deviceName      : default
12:34:31 T:3220  NOTICE:         m_displayName     : default
12:34:31 T:3220  NOTICE:         m_displayNameExtra:
12:34:31 T:3220  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
12:34:31 T:3220  NOTICE:         m_channels        : FL,FR,FC,LFE,SL,SR,BL,BR
12:34:31 T:3220  NOTICE:         m_sampleRates     : 192000,96000,48000,44100
12:34:31 T:3220  NOTICE:         m_dataFormats     : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
12:34:31 T:2928  NOTICE: CDSPlayer::~CDSPlayer DSPlayer is now closed
12:34:31 T:2948  NOTICE: Thread JobWorker start, auto delete: true
12:34:35 T:2928  NOTICE: CJoystick::EnumJoysticksCallback : Enabled Joystick: Controller (XBOX 360 For Windows)
12:34:35 T:2928  NOTICE: CJoystick::EnumJoysticksCallback : Total Axis: 5 Total Hats: 1 Total Buttons: 10

nothing really, i could only use component specific logging though since kodi freezes up when i try to use debug.
@aracnoz @Warner306

I finally found what caused the graphical crashes at video stop!!

It makes totally no sense, because it wasn't madVR config, it wasn't DSPlayer config, it wasn't Kodi config, it wasn't the OS, the filters, none of that (i made a clean OS and everything install for nothing!)

It was a JSON request !!
I use iRule as a remote control. The button STOP was sending a Json Player.Stop request to Kodi. This is what's producing the graphical glitches. I've changed the Json request by a keyboard strocke "X" and no problem anymore.

Woaw, I could have search for a lifetime this one...



@Shogunreaper, nothing in your logs, you need to activate debug logs. Try to do it directly in advancedsettings.xml, maybe it won't freeze your Kodi this way :
Code:
<advancedsettings>
    <loglevel>2</loglevel> <!-- Change this to "1" to hide the on-screen debug log text -->
</advancedsettings>
Hi again, I've found a post from warner306 where says that the PDB must be renamed from its original name to Kodi.PDB. So I ask: I simply have to download the file, unrar it and rename from "KodiSetup-20150423-4cab2be-Helix_dsplayer.pdb" to "Kodi.pdb" inside the kodi's folder?

I've test more videos and I have more crashes of Kodi, but I've not been able to get a madvr log. One of the times I pressed stop button while watching a video I had this crash.

On one of the crashes Kodi has get a blank screen and I'ge get this log:

http://pastebin.com/9uJa7q0W

¿is this correct or has no info like the one I published yesterday?

I'm going to read this whole thread, meanwhile, if someone lend a hand, I'll thank a lot.

Regards
Hi, there are any possibilities to add the feature "keep audio device alive" in dsplayer like dvdplayer?
I had an htcp with an onkyo av and when I pause a video with dd or dts audio when I restart the video, the audio start after 2 seconds because my av need to switch to dd source from stereo mode. This happens on any pause or forwarding and rewind the video with the arrow keys.
With dvdplayer and the option keep audio device alive always I don't have any issue.

I followed warner360 how-to.

Sorry for my bad English.
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 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524