Skip to content

Instantly share code, notes, and snippets.

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
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)
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
@Nemoder
Nemoder / console.log
Created March 6, 2018 03:55
dota2 vulkan console.log minimized crash
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] ---------------
@Nemoder
Nemoder / steam.txt
Created May 22, 2017 15:34
steaminfo
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
@Nemoder
Nemoder / Console.log
Created May 22, 2017 15:30
dota2 vulkan console log
[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
@Nemoder
Nemoder / audacious-random-album.pl
Last active September 11, 2016 09:03 — forked from blackknight36/audacious-random-album.pl
random folders instead of tracks
#!/usr/bin/perl
use strict;
use List::Util qw(shuffle);
my ($dir, $num)=@ARGV;
if (not defined $dir){
$dir=`pwd`;
chomp($dir);