This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Computer Information: | |
| Manufacturer: Unknown | |
| Model: Unknown | |
| Form Factor: Desktop | |
| No Touch Input Detected | |
| Processor Information: | |
| CPU Vendor: AuthenticAMD | |
| CPU Brand: AMD Ryzen 7 2700X Eight-Core Processor | |
| CPU Family: 0x17 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| WARNING: CDirWatcher not implemented | |
| [RenderSystem] Loaded video settings config from 'cfg/video.txt' | |
| [RenderSystem] Vulkan Physical Device: GeForce GTX 960 | |
| [RenderSystem] Initializing texture manager. | |
| [RenderSystem] Vulkan extension enabled: VK_KHR_swapchain | |
| [RenderSystem] Vulkan extension enabled: VK_NV_dedicated_allocation | |
| [RenderSystem] Vulkan extension enabled: VK_KHR_descriptor_update_template | |
| [RenderSystem] Vulkan extension enabled: VK_KHR_image_format_list | |
| [RenderSystem] Vulkan extension enabled: VK_KHR_maintenance1 | |
| [RenderSystem] Vulkan Command Buffer Pool Threshold(1500) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Computer Information: | |
| Manufacturer: Unknown | |
| Model: Unknown | |
| Form Factor: Desktop | |
| No Touch Input Detected | |
| Processor Information: | |
| CPU Vendor: GenuineIntel | |
| CPU Brand: Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz | |
| CPU Family: 0x6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| initializing SDL joystick 0 Microsoft X-Box 360 pad | |
| [ResourceSystem] CResourceSystem Init | |
| [RenderSystem] Loaded video settings config from 'cfg/video.txt' | |
| [RenderSystem] Vulkan extension enabled: VK_KHR_swapchain | |
| [RenderSystem] Vulkan extension enabled: VK_NV_dedicated_allocation | |
| [RenderSystem] Vulkan extension enabled: VK_KHR_descriptor_update_template | |
| [RenderSystem] Vulkan Command Buffer Pool Threshold(1500) | |
| ERROR: HangWatchdogInternal_BeginScope() - Hang watchdog not implemented for this platform! | |
| ERROR: HangWatchdogInternal_EndScope() - Hang watchdog not implemented for this platform! | |
| [Filesystem] --------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Computer Information: | |
| Manufacturer: Unknown | |
| Model: Unknown | |
| Form Factor: Desktop | |
| No Touch Input Detected | |
| Processor Information: | |
| CPU Vendor: GenuineIntel | |
| CPU Brand: Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz | |
| CPU Family: 0x6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Server] PR:SetRank 0:[U:1:114142666] 0 (0) | |
| +++ CSODOTALobby.lobby_id: 25086366285302024 | |
| +++ CSODOTALobby.members[0]: id: 76561198074408394 | |
| +++ CSODOTALobby.members[0]: team: DOTA_GC_TEAM_GOOD_GUYS | |
| +++ CSODOTALobby.members[0]: name: "Nemoder" | |
| +++ CSODOTALobby.members[0]: slot: 1 | |
| +++ CSODOTALobby.members[0]: leaver_status: DOTA_LEAVER_DISCONNECTED | |
| +++ CSODOTALobby.members[0]: channel: 6 | |
| +++ CSODOTALobby.members[0]: partner_account_type: PARTNER_NONE | |
| +++ CSODOTALobby.members[0]: coach_team: DOTA_GC_TEAM_NOTEAM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/perl | |
| use strict; | |
| use List::Util qw(shuffle); | |
| my ($dir, $num)=@ARGV; | |
| if (not defined $dir){ | |
| $dir=`pwd`; | |
| chomp($dir); |