Skip to content

Instantly share code, notes, and snippets.

View DarkFenX's full-sized avatar

Anton Vorobyov DarkFenX

  • Russia, St Petersburg
View GitHub Profile
@DarkFenX
DarkFenX / ssr_conf.log
Created July 13, 2014 12:21
Simple screen recorder configuration log
dfx@kreo:~/src/ssr$ ./configure --disable-ffmpeg-versions
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
@DarkFenX
DarkFenX / gist:78a788f6841e184f7937
Created July 13, 2014 11:43
SSR build & install log
dfx@kreo:~/src/ssr$ checkinstall -D ./simple-build-and-install
checkinstall 1.6.2, Copyright 2009 Felipe Eduardo Sanchez Diaz Duran
This software is released under the GNU GPL.
The package documentation directory ./doc-pak does not exist.
Should I create a default set of package docs? [y]: n
*****************************************
@DarkFenX
DarkFenX / ssr_install.log
Created July 13, 2014 12:22
Simple screen recorder install log
dfx@kreo:~/src/ssr$ sudo checkinstall --fstrans=no -D make install
checkinstall 1.6.2, Copyright 2009 Felipe Eduardo Sanchez Diaz Duran
This software is released under the GNU GPL.
*****************************************
**** Debian package creation selected ***
*****************************************
@DarkFenX
DarkFenX / ssr_make.log
Created July 13, 2014 12:22
Simple screen recorder make log
dfx@kreo:~/src/ssr$ make -j 8
make all-recursive
make[1]: Entering directory '/home/dfx/src/ssr'
Making all in data
make[2]: Entering directory '/home/dfx/src/ssr/data'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/dfx/src/ssr/data'
Making all in glinject
make[2]: Entering directory '/home/dfx/src/ssr/glinject'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -g -O2 -MT libssr_glinject_la-elfhacks.lo -MD -MP -MF .deps/libssr_glinject_la-elfhacks.Tpo -c -o libssr_glinject_la-elfhacks.lo `test -f 'elfhacks.c' || echo './'`elfhacks.c
@DarkFenX
DarkFenX / pyfa_wx3_gtk_spam
Created May 3, 2015 18:34
Spam to stderr during pyfa launch
(pyfa.py:17341): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'height >= -1' failed
(pyfa.py:17341): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'height >= -1' failed
(pyfa.py:17341): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'height >= -1' failed
(pyfa.py:17341): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'height >= -1' failed
(pyfa.py:17341): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'height >= -1' failed
@DarkFenX
DarkFenX / esi_charges.patch
Created February 12, 2019 10:54
Patch to add "loaded charges" option to ESI export
diff --git a/gui/copySelectDialog.py b/gui/copySelectDialog.py
index 49ebb6ac..b8225f45 100644
--- a/gui/copySelectDialog.py
+++ b/gui/copySelectDialog.py
@@ -24,6 +24,7 @@ from collections import OrderedDict
import wx
from service.port.eft import EFT_OPTIONS
+from service.port.esi import ESI_OPTIONS
from service.port.multibuy import MULTIBUY_OPTIONS
$ python3 pyfa.py
sqlite:////home/av/.pyfa/saveddata.db?check_same_thread=False
sqlite:////home/av/Workspace/eve/pyfa/eve.db?check_same_thread=False
10:57:35: Debug: window wxMenuBar(0x3a26a20, ) lost focus even though it didn't have it
Fatal Python error: Cannot recover from stack overflow.
Thread 0x00007f4d98b31700 (most recent call first):
File "/usr/lib/python3/dist-packages/wx/core.py", line 3265 in CallAfter
File "/home/av/Workspace/eve/pyfa/gui/utils/exportHtml.py", line 231 in generateFullHTML
File "/home/av/Workspace/eve/pyfa/gui/utils/exportHtml.py", line 63 in run
@DarkFenX
DarkFenX / venv.log
Created August 23, 2019 11:55
Pyfa requirements installation on venv
av@antonvorobyov:~/Workspace/eve/pyfa$ python3 -m venv /home/av/venv_tmp/
av@antonvorobyov:~/Workspace/eve/pyfa$ cd ~/venv_tmp/
av@antonvorobyov:~/venv_tmp$ source bin/activate
(venv_tmp) av@antonvorobyov:~/venv_tmp$ pip3 install -r /home/av/Workspace/eve/pyfa/requirements.txt
Requirement already satisfied: wxPython==4.0.6 in /usr/lib/python3/dist-packages (from -r /home/av/Workspace/eve/pyfa/requirements.txt (line 1)) (4.0.6)
Requirement already satisfied: logbook>=1.0.0 in /home/av/.local/lib/python3.7/site-packages (from -r /home/av/Workspace/eve/pyfa/requirements.txt (line 2)) (1.4.0)
Collecting matplotlib==3.0.3 (from -r /home/av/Workspace/eve/pyfa/requirements.txt (line 3))
Using cached https://files.pythonhosted.org/packages/83/2a/e47bbd9396af32376863a426baed62d9bf3091f81defd1fe81c5f33b11a3/matplotlib-3.0.3-cp37-cp37m-manylinux1_x86_64.whl
Collecting numpy==1.16.4 (from -r /home/av/Workspace/eve/pyfa/requirements.txt (line 4))
Downloading https://files.pythonhosted.org/packages/fc/d1/45be1144b03b6
$ openssl s_client -showcerts -connect 34.248.103.232:443
CONNECTED(00000003)
Can't use SSL_get_servername
depth=2 C = US, O = Amazon, CN = Amazon Root CA 1
verify return:1
depth=1 C = US, O = Amazon, OU = Server CA 1B, CN = Amazon
verify return:1
depth=0 CN = esi.evetech.net
verify return:1
---
@DarkFenX
DarkFenX / log.txt
Created October 17, 2019 10:05
Telegram launch log
[2019.10.17 12:44:40] Launched version: 1008015, install beta: [FALSE], alpha: 0, debug mode: [FALSE], test dc: [FALSE]
[2019.10.17 12:44:40] Executable dir: /mnt/fast/av_space/software/telegram/, name: Telegram
[2019.10.17 12:44:40] Initial working dir: /home/av/
[2019.10.17 12:44:40] Working dir: /home/av/.TelegramDesktop/
[2019.10.17 12:44:40] Command line: /mnt/fast/av_space/software/telegram/Telegram --
[2019.10.17 12:44:39] Executable path before check: /mnt/fast/av_space/software/telegram/Telegram
[2019.10.17 12:44:40] Logs started
[2019.10.17 12:44:40] Fontconfig version: 2.13.1.
[2019.10.17 12:44:40] Custom FONTCONFIG_FILE: /home/av/.TelegramDesktop/tdata/fc-custom-1.conf
[2019.10.17 12:44:40] Connecting local socket to /tmp/5e71fe1de5091bd6805cc455035f95d9-{87A94AB0-E370-4cde-98D3-ACC110C5967D}...