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
(9) Unrecognized halfword read from $00000000 | |
(9) Unrecognized halfword write of $0000 to $00000000 | |
QObject::~QObject: Timers cannot be stopped from another thread | |
QSocketNotifier: Socket notifiers cannot be enabled or disabled from another thread | |
QSocketNotifier: Invalid socket 19 and type 'Read', disabling... | |
QSocketNotifier: Invalid socket 19 and type 'Read', disabling... | |
QSocketNotifier: Invalid socket 19 and type 'Read', disabling... | |
QSocketNotifier: Invalid socket 19 and type 'Read', disabling... | |
QSocketNotifier: Invalid socket 19 and type 'Read', disabling... | |
QSocketNotifier: Invalid socket 19 and type 'Read', disabling... |
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
Generating new string page texture 125: 128x256, total string texture memory is 3.51 MB | |
ExecCommandLine: "steam steam://open/console/ +app_info_print 20900" | |
AppID : 20900, change number : 3528385/0, token 0, last change : Wed Oct 25 15:07:00 2017 | |
"20900" | |
{ | |
"common" | |
{ | |
"name" "The Witcher: Enhanced Edition" | |
"logo" "d37dedbc4104d1683385d022314d1316399b3dce" | |
"logo_small" "74c26605ab88bb7a98f5137a85c4b928cae90430" |
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
==> Making package: steamforwarder-git 1:r147.20a1f68-1 (Sun Feb 4 16:09:36 PST 2018) | |
==> Checking runtime dependencies... | |
==> Checking buildtime dependencies... | |
==> WARNING: Using existing $srcdir/ tree | |
==> Starting pkgver()... | |
==> Starting build()... | |
make -C aur-steamforwarder-git/src/SteamForwarder/tools aur-steamforwarder-git/src/SteamForwarder/tools/sigsearch | |
make -C tools aur-steamforwarder-git/src/SteamForwarder/tools/dllparser | |
make[1]: Entering directory 'aur-steamforwarder-git/src/SteamForwarder/tools' | |
make[1]: Entering directory 'aur-steamforwarder-git/src/SteamForwarder/tools' |
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
=========== | |
VULKAN INFO | |
=========== | |
Vulkan Instance Version: 1.1.73 | |
ERROR: [Loader Message] Code 0 : /usr/lib32/libvulkan_radeon.so: wrong ELF class: ELFCLASS32 | |
Instance Extensions: |
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
[10853.543624] Call Trace: | |
[10853.543629] dump_stack+0x5c/0x80 | |
[10853.543633] dump_header+0x6b/0x2a1 | |
[10853.543636] ? rcu_oom_notify+0x4f/0x100 | |
[10853.543638] ? preempt_count_add+0x68/0xa0 | |
[10853.543640] ? _raw_spin_trylock+0x13/0x50 | |
[10853.543642] oom_kill_process.cold.5+0xb/0x43b | |
[10853.543644] out_of_memory+0x1a1/0x470 | |
[10853.543646] __alloc_pages_nodemask+0xf45/0xfe0 | |
[10853.543650] filemap_fault+0x3f9/0x630 |
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/python | |
#### WEB | |
from aiocache import cached, RedisCache | |
from aiocache.serializers import PickleSerializer | |
import aiohttp | |
class Session(): |
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
# Taken from aiocache at https://github.com/argaen/aiocache/ | |
# Copyright (c) 2016, Manuel Miranda de Cid | |
# License at https://github.com/argaen/aiocache/blob/master/LICENSE.txt | |
def key_from_args(func, args, kwargs): | |
ordered_kwargs = sorted(kwargs.items()) | |
return ( | |
(func.__module__ or "") | |
+ func.__name__ | |
+ str(args) | |
+ str(ordered_kwargs) |
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
2018-04-21 15:45:40 jdbc[5]: exception | |
org.h2.jdbc.JdbcSQLException: The database has been closed [90098-195] | |
............ | |
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) | |
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) | |
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) | |
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) | |
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) |
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
ratbag debug: driver match found: Test driver | |
ratbag debug: Logitech USB Receiver Mouse is device '/dev/hidraw2'. | |
ratbag debug: Logitech USB Receiver Mouse is device '/dev/hidraw3'. | |
ratbag debug: report ID 02 | |
ratbag debug: report ID 03 | |
ratbag debug: report ID 04 | |
ratbag debug: report ID 08 | |
ratbag debug: Logitech USB Receiver Mouse is device '/dev/hidraw4'. | |
ratbag debug: report ID 10 | |
ratbag debug: report ID 11 |
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
info: Game: witcher2.exe | |
info: DXVK: v1.4.1 | |
warn: OpenVR: Failed to locate module | |
info: Enabled instance extensions: | |
info: VK_KHR_get_physical_device_properties2 | |
info: VK_KHR_surface | |
info: VK_KHR_win32_surface | |
warn: D3D9: VK_FORMAT_D24_UNORM_S8_UINT -> VK_FORMAT_D32_SFLOAT_S8_UINT | |
info: AMD RADV/ACO POLARIS10 (LLVM 8.0.1): | |
info: Driver: 19.2.99 |