GithubHelp home page GithubHelp logo

mazurwiktor / albion-online-stats Goto Github PK

View Code? Open in Web Editor NEW
192.0 192.0 61.0 1.05 MB

Albion online stats is an extension to MMORPG game - Albion Online. It tracks network traffic and displays various statistics, such as damage and DPS meter calculated from in-game actions.

License: Apache License 2.0

Python 97.38% Batchfile 1.92% Shell 0.70%
albion albion-damage-meter albion-dps-meter albiononline dps-meter dps-viewer game-actions mmorpg-game python qt5

albion-online-stats's People

Contributors

mashu avatar mazurwiktor avatar mingl0280 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

albion-online-stats's Issues

Minimize Button / Not Top Window

Is your feature request related to a problem? Please describe.
I put the aostats modal window on a second monitor and do not need it shown all the time. Sometimes I would like to type into discord, but the modal window is in the way.

Describe the solution you'd like
If the window could be minimized and/or be put behind other windows.
This could be based on the configuration file or whatever you think is appropriate.

[FEATURE REQUEST] Make the UI float on top of other windows

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
With recent updates the UI is not able to float on top of other active windows. That is some hassle if you have only one screen or the second screen is busy with other applications.

Describe the solution you'd like
Make it float on top!

Describe alternatives you've considered
Don't really know about alternatives... it is just a comfort feature in the end.
AOStats

[BUG]Incorrect fame.

I did several tests, I came to the conclusion that it is showing the reduced result of fame.
I always have to add the amount presented by 50%
That is, if the program shows 100 fame + 50% = 150 fame (correct)
OS: Windows 10

Copy Paste ads

Everytime I paste the DPS in party chat some one ask: "Ohh What's that!? is it an Addon? where do I get it!?" I think you could promote your work here by auto pasting a text after the dps, something like: Download this searching for mazurwiktor in github or something like that.

Export Result

I know this might take so much time and efforts but would be nice to have a button to export the final hunt result (since last reset button cliked) into a url showing:

Total Hunt time. / (Last hunt) Map name.
Total Fame you earned / Fame rate per hour
All Party Members Name, their total IP, Weapown IP, Total Damage and DPS
All Party Members Gears and spells set (when clicked export)

This would be really good to compare what party build gives more fame/hour.

since this would be uploaded into a site you could also add a ranking by Fame/Hour for all the ppl that export their results in that site.

Ok I know this is too much :D but would be perfect ;)

Anyway thanks for your hard work ๐Ÿ‘

Issue installing on linux

Can't install in Linux.
Rust is installed. and while loading rust packages it shows the follow error:

error[E0658]: use of unstable library feature 'result_map_or_else'
--> /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/photon_decode-0.2.0/src/lib.rs:65:60
|
65 | Decode::::decode(&mut cursor).map_or_else(
| ^^^^^^^^^^^
|
= note: for more information, see rust-lang/rust#53268

error: aborting due to previous error

Entire output:

(env) carlos@Kubuntu:~/albion-online-stats$ pip install -v -r frontend/requirements.txt
Processing ./backend
Running setup.py (path:/tmp/pip-0wd0i9yw-build/setup.py) egg_info for package from file:///home/carlos/albion-online-stats/backend
Running command python setup.py egg_info
WARNING: The wheel package is not available.
running egg_info
creating pip-egg-info/aostats.egg-info
writing pip-egg-info/aostats.egg-info/PKG-INFO
writing dependency_links to pip-egg-info/aostats.egg-info/dependency_links.txt
writing top-level names to pip-egg-info/aostats.egg-info/top_level.txt
writing manifest file 'pip-egg-info/aostats.egg-info/SOURCES.txt'
reading manifest file 'pip-egg-info/aostats.egg-info/SOURCES.txt'
writing manifest file 'pip-egg-info/aostats.egg-info/SOURCES.txt'
Source in /tmp/pip-0wd0i9yw-build has version 0.0.0, which satisfies requirement aostats==0.0.0 from file:///home/carlos/albion-online-stats/backend (from -r frontend/requirements.txt (line 6))
Requirement already satisfied: pyside2~=5.13 in /home/carlos/env/lib/python3.6/site-packages (from -r frontend/requirements.txt (line 1))
Requirement already satisfied: pyinstaller in /home/carlos/env/lib/python3.6/site-packages (from -r frontend/requirements.txt (line 2))
Requirement already satisfied: toml~=0.10 in /home/carlos/env/lib/python3.6/site-packages (from -r frontend/requirements.txt (line 3))
Requirement already satisfied: requests~=2.22 in /home/carlos/env/lib/python3.6/site-packages (from -r frontend/requirements.txt (line 4))
Requirement already satisfied: Pillow~=6.2 in /home/carlos/env/lib/python3.6/site-packages (from -r frontend/requirements.txt (line 5))
Requirement already satisfied: shiboken2==5.14.0 in /home/carlos/env/lib/python3.6/site-packages (from pyside2~=5.13->-r frontend/requirements.txt (line 1))
Requirement already satisfied: altgraph in /home/carlos/env/lib/python3.6/site-packages (from pyinstaller->-r frontend/requirements.txt (line 2))
Requirement already satisfied: setuptools in /home/carlos/env/lib/python3.6/site-packages (from pyinstaller->-r frontend/requirements.txt (line 2))
Requirement already satisfied: certifi>=2017.4.17 in /home/carlos/env/lib/python3.6/site-packages (from requests~=2.22->-r frontend/requirements.txt (line 4))
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /home/carlos/env/lib/python3.6/site-packages (from requests~=2.22->-r frontend/requirements.txt (line 4))
Requirement already satisfied: idna<2.9,>=2.5 in /home/carlos/env/lib/python3.6/site-packages (from requests~=2.22->-r frontend/requirements.txt (line 4))
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /home/carlos/env/lib/python3.6/site-packages (from requests~=2.22->-r frontend/requirements.txt (line 4))
Could not parse version from link: file:///home/carlos/albion-online-stats/backend
Installing collected packages: aostats
Running setup.py install for aostats ... Running command /home/carlos/env/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-0wd0i9yw-build/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-ka6xw9p4-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/carlos/env/include/site/python3.6/aostats
WARNING: The wheel package is not available.
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.6
creating build/lib.linux-x86_64-3.6/aostats
copying aostats/init.py -> build/lib.linux-x86_64-3.6/aostats
running egg_info
creating aostats.egg-info
writing aostats.egg-info/PKG-INFO
writing dependency_links to aostats.egg-info/dependency_links.txt
writing top-level names to aostats.egg-info/top_level.txt
writing manifest file 'aostats.egg-info/SOURCES.txt'
reading manifest file 'aostats.egg-info/SOURCES.txt'
writing manifest file 'aostats.egg-info/SOURCES.txt'
running build_ext
running build_rust
cargo rustc --lib --manifest-path Cargo.toml --features cpython/python3-sys cpython/extension-module --release --verbose -- --crate-type cdylib
Compiling libc v0.2.61
Compiling memchr v2.2.1
Compiling lazy_static v1.3.0
Compiling autocfg v0.1.5
Compiling log v0.4.8
Compiling cfg-if v0.1.9
Compiling proc-macro2 v1.0.6
Compiling unicode-xid v0.2.0
Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.61/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2c95a548406d1cfa -C extra-filename=-2c95a548406d1cfa --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/libc-2c95a548406d1cfa -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Running rustc --crate-name lazy_static /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=fadf6e8fb66594db -C extra-filename=-fadf6e8fb66594db --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Running rustc --crate-name autocfg /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=c985c7416087799b -C extra-filename=-c985c7416087799b --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Running rustc --crate-name cfg_if /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=dfc4a0078bfb3e4d -C extra-filename=-dfc4a0078bfb3e4d --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=76c40932830e8b1f -C extra-filename=-76c40932830e8b1f --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/memchr-76c40932830e8b1f -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.8/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="std"' -C metadata=f1a3b7761b08f3fe -C extra-filename=-f1a3b7761b08f3fe --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/log-f1a3b7761b08f3fe -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Running rustc --edition=2018 --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.6/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=8c9928dde8979a2c -C extra-filename=-8c9928dde8979a2c --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/proc-macro2-8c9928dde8979a2c -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Running rustc --crate-name unicode_xid /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=0f0fca15423dd224 -C extra-filename=-0f0fca15423dd224 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Compiling syn v1.0.11
Running rustc --edition=2018 --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.11/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=c4193e5b1645ca66 -C extra-filename=-c4193e5b1645ca66 --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/syn-c4193e5b1645ca66 -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Compiling rustc-serialize v0.3.24
Running rustc --crate-name rustc_serialize /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=5c86c48dea924604 -C extra-filename=-5c86c48dea924604 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Compiling term v0.4.6
Running rustc --crate-name term /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=e6d95521eb7ff278 -C extra-filename=-e6d95521eb7ff278 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Compiling unicode-xid v0.0.3
Running rustc --crate-name unicode_xid /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=898a40df6fc1d933 -C extra-filename=-898a40df6fc1d933 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Compiling serde v1.0.98
Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.98/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=46609712725cc974 -C extra-filename=-46609712725cc974 --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/serde-46609712725cc974 -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Compiling ucd-util v0.1.5
Running rustc --crate-name ucd_util /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/ucd-util-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=1fdae1c281419719 -C extra-filename=-1fdae1c281419719 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Compiling regex v0.2.11
Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-0.2.11/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' -C metadata=51651d2f1786a2d5 -C extra-filename=-51651d2f1786a2d5 --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/regex-51651d2f1786a2d5 -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Compiling bitflags v0.5.0
Running rustc --crate-name bitflags /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=bf2c9fb9d30841ac -C extra-filename=-bf2c9fb9d30841ac --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Compiling utf8-ranges v1.0.4
Running rustc --crate-name utf8_ranges /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/utf8-ranges-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=cf93ecf77dcdbdc1 -C extra-filename=-cf93ecf77dcdbdc1 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Compiling regex-syntax v0.6.12
Running rustc --crate-name regex_syntax /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=c376d653efdb1c11 -C extra-filename=-c376d653efdb1c11 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Compiling pnet_base v0.22.0
Running rustc --crate-name pnet_base /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet_base-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=8a7e1b887f426411 -C extra-filename=-8a7e1b887f426411 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Compiling byteorder v1.3.2
Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f77b30cde4d1140f -C extra-filename=-f77b30cde4d1140f --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/byteorder-f77b30cde4d1140f -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Compiling glob v0.2.11
Running rustc --crate-name glob /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=4e8a21100f6fa57e -C extra-filename=-4e8a21100f6fa57e --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Compiling ryu v1.0.2
Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=583d2f21ddebcc67 -C extra-filename=-583d2f21ddebcc67 --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/ryu-583d2f21ddebcc67 -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Compiling itoa v0.4.4
Running rustc --crate-name itoa /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bf453d7c00eccd10 -C extra-filename=-bf453d7c00eccd10 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Compiling pnet v0.22.0
Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet-0.22.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=8e51e662bb19c57d -C extra-filename=-8e51e662bb19c57d --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/pnet-8e51e662bb19c57d -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Compiling cpython v0.3.0
Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/cpython-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="python3-sys"' -C metadata=f316889648ad8d41 -C extra-filename=-f316889648ad8d41 --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/cpython-f316889648ad8d41 -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow
Compiling thread_local v0.3.6
Running rustc --crate-name thread_local /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/thread_local-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=ca9c961d4ccdf78d -C extra-filename=-ca9c961d4ccdf78d --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern lazy_static=/tmp/pip-0wd0i9yw-build/target/release/deps/liblazy_static-fadf6e8fb66594db.rmeta --cap-lints allow
Running /tmp/pip-0wd0i9yw-build/target/release/build/log-f1a3b7761b08f3fe/build-script-build
Running /tmp/pip-0wd0i9yw-build/target/release/build/libc-2c95a548406d1cfa/build-script-build
Running /tmp/pip-0wd0i9yw-build/target/release/build/syn-c4193e5b1645ca66/build-script-build
Compiling regex-syntax v0.5.6
Running rustc --crate-name regex_syntax /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=061e89901ffa25dc -C extra-filename=-061e89901ffa25dc --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern ucd_util=/tmp/pip-0wd0i9yw-build/target/release/deps/libucd_util-1fdae1c281419719.rmeta --cap-lints allow
Running /tmp/pip-0wd0i9yw-build/target/release/build/proc-macro2-8c9928dde8979a2c/build-script-build
Running /tmp/pip-0wd0i9yw-build/target/release/build/memchr-76c40932830e8b1f/build-script-build
Running /tmp/pip-0wd0i9yw-build/target/release/build/serde-46609712725cc974/build-script-build
Compiling pnet_macros_support v0.22.0
Running rustc --crate-name pnet_macros_support /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet_macros_support-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=7e4fb2bc2cd82d79 -C extra-filename=-7e4fb2bc2cd82d79 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern pnet_base=/tmp/pip-0wd0i9yw-build/target/release/deps/libpnet_base-8a7e1b887f426411.rmeta --cap-lints allow
Compiling num-traits v0.2.8
Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ed7f53fa0eae2bcf -C extra-filename=-ed7f53fa0eae2bcf --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/num-traits-ed7f53fa0eae2bcf -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern autocfg=/tmp/pip-0wd0i9yw-build/target/release/deps/libautocfg-c985c7416087799b.rlib --cap-lints allow
Compiling num-integer v0.1.41
Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.41/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fdd2bf2c3479c39e -C extra-filename=-fdd2bf2c3479c39e --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/num-integer-fdd2bf2c3479c39e -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern autocfg=/tmp/pip-0wd0i9yw-build/target/release/deps/libautocfg-c985c7416087799b.rlib --cap-lints allow
Compiling num-iter v0.1.39
Running rustc --crate-name build_script_build /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.39/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=167a88d8aa94f6a6 -C extra-filename=-167a88d8aa94f6a6 --out-dir /tmp/pip-0wd0i9yw-build/target/release/build/num-iter-167a88d8aa94f6a6 -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern autocfg=/tmp/pip-0wd0i9yw-build/target/release/deps/libautocfg-c985c7416087799b.rlib --cap-lints allow
Running /tmp/pip-0wd0i9yw-build/target/release/build/regex-51651d2f1786a2d5/build-script-build
Running /tmp/pip-0wd0i9yw-build/target/release/build/pnet-8e51e662bb19c57d/build-script-build
Running /tmp/pip-0wd0i9yw-build/target/release/build/ryu-583d2f21ddebcc67/build-script-build
Running rustc --crate-name log /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="std"' -C metadata=c81cb56b1339a21a -C extra-filename=-c81cb56b1339a21a --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern cfg_if=/tmp/pip-0wd0i9yw-build/target/release/deps/libcfg_if-dfc4a0078bfb3e4d.rmeta --cap-lints allow --cfg atomic_cas
Running rustc --crate-name libc /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.61/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8f6b2374c208f325 -C extra-filename=-8f6b2374c208f325 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_core_cvoid --cfg libc_packedN
Running rustc --edition=2018 --crate-name proc_macro2 /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=59bdf049c440b8c7 -C extra-filename=-59bdf049c440b8c7 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern unicode_xid=/tmp/pip-0wd0i9yw-build/target/release/deps/libunicode_xid-0f0fca15423dd224.rmeta --cap-lints allow --cfg use_proc_macro --cfg wrap_proc_macro
Running rustc --crate-name memchr /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=13727b38cbc0fcdd -C extra-filename=-13727b38cbc0fcdd --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow --cfg memchr_runtime_simd --cfg memchr_runtime_sse2 --cfg memchr_runtime_sse42 --cfg memchr_runtime_avx
Running /tmp/pip-0wd0i9yw-build/target/release/build/byteorder-f77b30cde4d1140f/build-script-build
Running /tmp/pip-0wd0i9yw-build/target/release/build/num-traits-ed7f53fa0eae2bcf/build-script-build
Compiling syntex_pos v0.42.0
Running rustc --crate-name syntex_pos /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/syntex_pos-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=bb9d7d329ee60c1f -C extra-filename=-bb9d7d329ee60c1f --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern rustc_serialize=/tmp/pip-0wd0i9yw-build/target/release/deps/librustc_serialize-5c86c48dea924604.rmeta --cap-lints allow
Running rustc --crate-name ryu /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=658c99df18434bd7 -C extra-filename=-658c99df18434bd7 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow --cfg integer128 --cfg must_use_return --cfg maybe_uninit
Running /tmp/pip-0wd0i9yw-build/target/release/build/num-integer-fdd2bf2c3479c39e/build-script-build
Compiling log v0.3.9
Running rustc --crate-name log /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=a4a7cf1044314b76 -C extra-filename=-a4a7cf1044314b76 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern log=/tmp/pip-0wd0i9yw-build/target/release/deps/liblog-c81cb56b1339a21a.rmeta --cap-lints allow
Running /tmp/pip-0wd0i9yw-build/target/release/build/num-iter-167a88d8aa94f6a6/build-script-build
Compiling quote v1.0.2
Running rustc --edition=2018 --crate-name quote /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=5bcf2bc1745b0fae -C extra-filename=-5bcf2bc1745b0fae --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern proc_macro2=/tmp/pip-0wd0i9yw-build/target/release/deps/libproc_macro2-59bdf049c440b8c7.rmeta --cap-lints allow
Running rustc --crate-name byteorder /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=0f53f5fd73f8302c -C extra-filename=-0f53f5fd73f8302c --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow --cfg byteorder_i128
Compiling pnet_sys v0.22.0
Running rustc --crate-name pnet_sys /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/pnet_sys-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=09a774aa9412038c -C extra-filename=-09a774aa9412038c --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern libc=/tmp/pip-0wd0i9yw-build/target/release/deps/liblibc-8f6b2374c208f325.rmeta --cap-lints allow
Compiling time v0.1.42
Running rustc --crate-name time /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.1.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=a003d8c9fcdd51a5 -C extra-filename=-a003d8c9fcdd51a5 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern libc=/tmp/pip-0wd0i9yw-build/target/release/deps/liblibc-8f6b2374c208f325.rmeta --cap-lints allow
Compiling dirs v1.0.5
Running rustc --crate-name dirs /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=7647541bba84a6f9 -C extra-filename=-7647541bba84a6f9 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern libc=/tmp/pip-0wd0i9yw-build/target/release/deps/liblibc-8f6b2374c208f325.rmeta --cap-lints allow
Compiling iovec v0.1.2
Running rustc --crate-name iovec /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/iovec-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=b9e22531347933f3 -C extra-filename=-b9e22531347933f3 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern libc=/tmp/pip-0wd0i9yw-build/target/release/deps/liblibc-8f6b2374c208f325.rmeta --cap-lints allow
Running rustc --crate-name num_traits /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=86f1ef7c4873e523 -C extra-filename=-86f1ef7c4873e523 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --cap-lints allow --cfg has_i128
Compiling aho-corasick v0.6.10
Running rustc --crate-name aho_corasick /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.6.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=4b8488fbdc76bc07 -C extra-filename=-4b8488fbdc76bc07 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern memchr=/tmp/pip-0wd0i9yw-build/target/release/deps/libmemchr-13727b38cbc0fcdd.rmeta --cap-lints allow
Compiling aho-corasick v0.7.6
Running rustc --crate-name aho_corasick /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/aho-corasick-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=aaa2e00827d7b64d -C extra-filename=-aaa2e00827d7b64d --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern memchr=/tmp/pip-0wd0i9yw-build/target/release/deps/libmemchr-13727b38cbc0fcdd.rmeta --cap-lints allow
Compiling syntex_errors v0.42.0
Running rustc --crate-name syntex_errors /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/syntex_errors-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=3c3e9ff0ed1b54ea -C extra-filename=-3c3e9ff0ed1b54ea --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern libc=/tmp/pip-0wd0i9yw-build/target/release/deps/liblibc-8f6b2374c208f325.rmeta --extern log=/tmp/pip-0wd0i9yw-build/target/release/deps/liblog-a4a7cf1044314b76.rmeta --extern rustc_serialize=/tmp/pip-0wd0i9yw-build/target/release/deps/librustc_serialize-5c86c48dea924604.rmeta --extern syntex_pos=/tmp/pip-0wd0i9yw-build/target/release/deps/libsyntex_pos-bb9d7d329ee60c1f.rmeta --extern term=/tmp/pip-0wd0i9yw-build/target/release/deps/libterm-e6d95521eb7ff278.rmeta --extern unicode_xid=/tmp/pip-0wd0i9yw-build/target/release/deps/libunicode_xid-898a40df6fc1d933.rmeta --cap-lints allow
Running rustc --edition=2018 --crate-name syn /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=a20197e9f300eb4b -C extra-filename=-a20197e9f300eb4b --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern proc_macro2=/tmp/pip-0wd0i9yw-build/target/release/deps/libproc_macro2-59bdf049c440b8c7.rmeta --extern quote=/tmp/pip-0wd0i9yw-build/target/release/deps/libquote-5bcf2bc1745b0fae.rmeta --extern unicode_xid=/tmp/pip-0wd0i9yw-build/target/release/deps/libunicode_xid-0f0fca15423dd224.rmeta --cap-lints allow --cfg syn_disable_nightly_tests
Compiling term v0.5.2
Running rustc --crate-name term /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/term-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=77c79b77f6918999 -C extra-filename=-77c79b77f6918999 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern byteorder=/tmp/pip-0wd0i9yw-build/target/release/deps/libbyteorder-0f53f5fd73f8302c.rmeta --extern dirs=/tmp/pip-0wd0i9yw-build/target/release/deps/libdirs-7647541bba84a6f9.rmeta --cap-lints allow
Compiling bytes v0.4.12
Running rustc --crate-name bytes /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=e3ce1c515179e056 -C extra-filename=-e3ce1c515179e056 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern byteorder=/tmp/pip-0wd0i9yw-build/target/release/deps/libbyteorder-0f53f5fd73f8302c.rmeta --extern iovec=/tmp/pip-0wd0i9yw-build/target/release/deps/libiovec-b9e22531347933f3.rmeta --cap-lints allow
Running rustc --crate-name regex /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' -C metadata=e6b12d235a41d5e4 -C extra-filename=-e6b12d235a41d5e4 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern aho_corasick=/tmp/pip-0wd0i9yw-build/target/release/deps/libaho_corasick-4b8488fbdc76bc07.rmeta --extern memchr=/tmp/pip-0wd0i9yw-build/target/release/deps/libmemchr-13727b38cbc0fcdd.rmeta --extern regex_syntax=/tmp/pip-0wd0i9yw-build/target/release/deps/libregex_syntax-061e89901ffa25dc.rmeta --extern thread_local=/tmp/pip-0wd0i9yw-build/target/release/deps/libthread_local-ca9c961d4ccdf78d.rmeta --extern utf8_ranges=/tmp/pip-0wd0i9yw-build/target/release/deps/libutf8_ranges-cf93ecf77dcdbdc1.rmeta --cap-lints allow
Running rustc --crate-name num_integer /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/num-integer-0.1.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7ad3e20b06d27043 -C extra-filename=-7ad3e20b06d27043 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern num_traits=/tmp/pip-0wd0i9yw-build/target/release/deps/libnum_traits-86f1ef7c4873e523.rmeta --cap-lints allow --cfg has_i128
Compiling syntex_syntax v0.42.0
Running rustc --crate-name syntex_syntax /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.42.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=6e1a831ff4e75cef -C extra-filename=-6e1a831ff4e75cef --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern bitflags=/tmp/pip-0wd0i9yw-build/target/release/deps/libbitflags-bf2c9fb9d30841ac.rmeta --extern libc=/tmp/pip-0wd0i9yw-build/target/release/deps/liblibc-8f6b2374c208f325.rmeta --extern log=/tmp/pip-0wd0i9yw-build/target/release/deps/liblog-a4a7cf1044314b76.rmeta --extern rustc_serialize=/tmp/pip-0wd0i9yw-build/target/release/deps/librustc_serialize-5c86c48dea924604.rmeta --extern syntex_errors=/tmp/pip-0wd0i9yw-build/target/release/deps/libsyntex_errors-3c3e9ff0ed1b54ea.rmeta --extern syntex_pos=/tmp/pip-0wd0i9yw-build/target/release/deps/libsyntex_pos-bb9d7d329ee60c1f.rmeta --extern term=/tmp/pip-0wd0i9yw-build/target/release/deps/libterm-e6d95521eb7ff278.rmeta --extern unicode_xid=/tmp/pip-0wd0i9yw-build/target/release/deps/libunicode_xid-898a40df6fc1d933.rmeta --cap-lints allow
Compiling photon_decode v0.2.0
Running rustc --edition=2018 --crate-name photon_decode /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/photon_decode-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=d9b4bef494b9c8b5 -C extra-filename=-d9b4bef494b9c8b5 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern bytes=/tmp/pip-0wd0i9yw-build/target/release/deps/libbytes-e3ce1c515179e056.rmeta --cap-lints allow
error[E0658]: use of unstable library feature 'result_map_or_else'
--> /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/photon_decode-0.2.0/src/lib.rs:65:60
|
65 | Decode::::decode(&mut cursor).map_or_else(
| ^^^^^^^^^^^
|
= note: for more information, see rust-lang/rust#53268

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.
error: could not compile `photon_decode`.

Caused by:
  process didn't exit successfully: `rustc --edition=2018 --crate-name photon_decode /home/carlos/.cargo/registry/src/github.com-1ecc6299db9ec823/photon_decode-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C metadata=d9b4bef494b9c8b5 -C extra-filename=-d9b4bef494b9c8b5 --out-dir /tmp/pip-0wd0i9yw-build/target/release/deps -L dependency=/tmp/pip-0wd0i9yw-build/target/release/deps --extern bytes=/tmp/pip-0wd0i9yw-build/target/release/deps/libbytes-e3ce1c515179e056.rmeta --cap-lints allow` (exit code: 1)
warning: build failed, waiting for other jobs to finish...
error: build failed
error: cargo failed with code: 101

error
Cleaning up...
Removing source in /tmp/pip-0wd0i9yw-build
Command "/home/carlos/env/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-0wd0i9yw-build/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-ka6xw9p4-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/carlos/env/include/site/python3.6/aostats" failed with error code 1 in /tmp/pip-0wd0i9yw-build/
Exception information:
Traceback (most recent call last):
File "/home/carlos/env/lib/python3.6/site-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/home/carlos/env/lib/python3.6/site-packages/pip/commands/install.py", line 360, in run
prefix=options.prefix_path,
File "/home/carlos/env/lib/python3.6/site-packages/pip/req/req_set.py", line 784, in install
**kwargs
File "/home/carlos/env/lib/python3.6/site-packages/pip/req/req_install.py", line 878, in install
spinner=spinner,
File "/home/carlos/env/lib/python3.6/site-packages/pip/utils/init.py", line 725, in call_subprocess
% (command_desc, proc.returncode, cwd))
pip.exceptions.InstallationError: Command "/home/carlos/env/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-0wd0i9yw-build/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-ka6xw9p4-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/carlos/env/include/site/python3.6/aostats" failed with error code 1 in /tmp/pip-0wd0i9yw-build/

[BUG] No GUI displayed

Describe the bug
Execute last .exe 0.11.1, no GUI is showed but there is two process in Sys Admind executing.

Log file
Only backend.log file is created:
15:11:36 [ INFO] Found interfaces: [NetworkInterface { name: "\Device\NPF_{5BC70EA3-AC4D-455B-AFBF-91760504E169}", index: 8, mac: Some(12:f0:05:66:c9:d4), ips: [V4(Ipv4Network { addr: 0.0.0.0, prefix: 0 })], flags: 0 }, NetworkInterface { name: "\Device\NPF_{B39352B9-E726-4683-8054-679461CC1E7B}", index: 15, mac: Some(10:f0:05:66:c9:d5), ips: [V4(Ipv4Network { addr: 0.0.0.0, prefix: 0 })], flags: 0 }, NetworkInterface { name: "\Device\NPF_{E35A91D2-180F-4D20-8AD4-21E3AC76F33B}", index: 17, mac: Some(10:f0:05:66:c9:d4), ips: [V4(Ipv4Network { addr: 192.168.0.22, prefix: 24 })], flags: 0 }, NetworkInterface { name: "\Device\NPF_{2051283B-7AB5-44C2-8E7C-03AB75B167E6}", index: 4, mac: Some(4c:cc:6a:de:9f:3a), ips: [V4(Ipv4Network { addr: 0.0.0.0, prefix: 0 })], flags: 0 }, NetworkInterface { name: "\Device\NPF_{FE0014A0-DA7C-4956-90CE-E2FCBC5E3C81}", index: 19, mac: Some(0a:00:27:00:00:13), ips: [V4(Ipv4Network { addr: 192.168.56.1, prefix: 24 })], flags: 0 }]
15:11:36 [ INFO] Listening to network packets...

To Reproduce
Steps to reproduce the behavior:

  1. Execute last .exe
  2. No GUI is showed

Expected behavior
Show GUI as when I executed 0.10.0 version (confirmed that 0.10.0 show GUI)

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • Windows 10, last build

Additional context
Captura

[FEATURE REQUEST]Make Albion Stats compatible to Npcap >=0.9991

Is your feature request related to a problem? Please describe.
Other programs rely on Npcap aswell and most likely will benefit from newer npcap versions and improvements.

Describe the solution you'd like
Albion Stats being compatible with npcap versions higher than 0.9990 would be nice.

Describe alternatives you've considered
Install an older npcap version with drawbacks in performance of other programs like wireshark.

Additional context
Thanks for all your work on this tool!

[FEATURE REQUEST] - Support for VPN's

Is your feature request related to a problem? Please describe.
The meter does not work while using vpn's.

Describe the solution you'd like
Either add support for vpn's or if you could point me int the right direction in the code(just generally so i wouldn't need to go through/ramp up on everything) I wouldn't mind looking into it and potentially make a PR.

Describe alternatives you've considered
Go through the code, implement and open pr.

Additional context
Add any other context or screenshots about the feature request here.

[FEATURE REQUEST]

Is your feature request related to a problem? Please describe.
Avalonian raid the healer feel left out or are competing to be the best healer.

OR a Threat number to help the healer and tank now there standings
Describe the solution you'd like
I was wounding if you can a true heal meter.

Additional context
We do not know if it is possible buy it would be cool.

[BUG] Error albion-online-stats.py

Describe the bug
Error while running.

Desktop (please complete the following information):

  • OS: Solus Linux

To Reproduce
Steps to reproduce the behavior:

  1. git clone https://github.com/mazurwiktor/albion-online-stats.git
  2. cd albion-online-stats
  3. python3 -m venv env
  4. . env/bin/activate
  5. pip3 install -v -r requirements.txt
  6. sudo python3 albion-online-stats.py

Screenshots

[BUG] Not ready: waiting for zone change

The application launches without error. However no stats are shown. Instead there is the following text next to the drop-down box (Overall / Zone / Fight): Not ready: waiting for zone change

The terminal window does not show any relevant information.

My OS is Debian 10 (Buster) GNU/Linux.

I have tried two versions:

  • 0.9.0 available on the download page as a .tar.gz file
  • cloning and successfully compiling master from github (date 2020-03-15)

I have not found any log file yet. There is none in the application subdirectory. Is it somewhere else?

Screenshot:
image

[BUG] Memory Leak(s) as the longer AOS is on

Describe the bug
When you first open AOS, it runs perfectly fine and smooth. However, the longer the application runs the slowly the application becomes. It becomes slow to the point of not being able to properly drag the application across the desktop.

Log file

backend - Copy.log

To Reproduce
Steps to reproduce the behavior:

  1. Start application
  2. Run through a dungeon, or two, and at this point you may notice slowdown

Expected behavior
AOS should not slow down the longer the application stays on.

Screenshots
N/A

Desktop (please complete the following information):

  • OS: Windows 10

[BUG] hello, there is no where a document how to instal this dps meter. how do we instal it?

Describe the bug
A clear and concise description of what the bug is.

Log file
damage-meter.log created in the same directory as executable.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Windows]

Additional context
Add any other context about the problem here.

How do I install on MAC?[FEATURE REQUEST]

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

[BUG]

Describe the bug
no executable to download

Log file
damage-meter.log created in the same directory as executable.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
download the file

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Windows]

Additional context
Add any other context about the problem here.
image
image

[BUG] Version 0.11.6 crashes when installed for all users

Describe the bug
Install with "Install for all users" option.
Run the program. Program does not start. It looks like it tries to create it's config file at the same location of the executable, which you can't do if it's installed in \Program Files. It should be in %APPDATA%

Log file
damage-meter.log created in the same directory as executable.
It didn't create a damage-meter.log file, but I've been programming Python for a long time, so I ran it manually:

Microsoft Windows [Version 10.0.18363.836]
(c) 2019 Microsoft Corporation. All rights reserved.

C:\Users\zen>"C:\Program Files\Albion Online Stats\Python\python.exe" "C:\Program Files\Albion Online Stats\Albion_Online_Stats.launch.pyw"
Traceback (most recent call last):
  File "C:\Program Files\Albion Online Stats\pkgs\src\utils\config.py", line 44, in config
    with open(conf_file, "r") as cfg_file:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Program Files\\Albion Online Stats\\albion-online-stats.cfg'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files\Albion Online Stats\Albion_Online_Stats.launch.pyw", line 34, in <module>
    from src import run
  File "C:\Program Files\Albion Online Stats\pkgs\src\__init__.py", line 3, in <module>
    from .gui.app import run
  File "C:\Program Files\Albion Online Stats\pkgs\src\gui\app.py", line 18, in <module>
    from .styling import style
  File "C:\Program Files\Albion Online Stats\pkgs\src\gui\styling.py", line 3, in <module>
    cfg = config()
  File "C:\Program Files\Albion Online Stats\pkgs\src\utils\config.py", line 50, in config
    with open(conf_file, "w") as cfg_file:
PermissionError: [Errno 13] Permission denied: 'C:\\Program Files\\Albion Online Stats\\albion-online-stats.cfg'

FPH is calculated wrong. Example: Time 25min, Fane 273.69, FPH 182.09[BUG]

Describe the bug
FPH is calculated wrong.
Example: Time 25min, Fame 273.69, FPH 182.09

Log file
14:00:21 [ INFO] Found interfaces: [NetworkInterface { name: "\Device\NPF_{D4532103-D6C7-4733-8D4F-806D52B0284A}", index: 16, mac: Some(40:8d:5c:5c:17:50), ips: [V4(Ipv4Network { addr: 192.168.0.32, prefix: 24 })], flags: 0 }]
14:00:21 [ INFO] Listening to network packets...
14:00:54 [ INFO] NewCharacter parameters: {21: Integer(13073106), 15: Float(256.15594), 31: Integer(13073106), 45: Byte(0), 25: Integer(13073106), 10: String(""), 42: Float(-0.4), 20: Float(38.658684), 9: ByteArray([82, 248, 17, 77, 169, 16, 169, 79, 135, 201, 237, 88, 245, 146, 156, 195]), 13: Array([Float(4.205127), Float(46.074116)]), 41: Float(0.6), 22: Float(333.0), 14: Integer(13073106), 8: String("Fabelhaft"), 18: Float(2416.0), 43: String("VALON"), 36: Byte(6), 23: Float(333.0), 37: Byte(30), 32: Byte(2), 44: ByteArray([53, 220, 117, 243, 231, 176, 238, 77, 165, 93, 233, 69, 149, 74, 181, 151]), 48: Array([Short(-1), Short(-1), Short(37), Short(55), Short(78), Short(-1), Short(99)]), 252: Short(24), 6: ByteArray([0, 0, 14, 0, 5]), 11: String("veteran-starter"), 40: Integer(15775037), 1: String("Coecoenat"), 2: Byte(28), 35: Array([Short(1297), Short(1305), Short(1317), Short(1723), Short(1838), Short(1852), Short(-1), Short(-1), Short(-1), Short(-1), Short(-1), Short(-1), Short(2215), Short(2190)]), 38: Byte(2), 19: Float(2416.0), 24: Float(4.8256736), 30: Float(1984.3679), 33: Array([Short(4581), Short(0), Short(2288), Short(3334), Short(3063), Short(1787), Short(1665), Short(1901), Short(0), Short(0)]), 3: Byte(17), 5: ByteArray([0, 0, 2, 0, 4]), 16: Float(5.5), 12: Array([Float(4.205127), Float(46.074116)]), 7: ByteArray([90, 101, 13, 92, 151, 5, 224, 66, 176, 180, 233, 130, 28, 26, 38, 130]), 29: Integer(13073106), 39: Byte(4), 0: Short(8335)}
14:00:54 [ INFO] Found message NewCharacter(NewCharacter { source: 8335, character_name: "Coecoenat", health: 2416.0, max_health: 2416.0, energy: 333.0, max_energy: 333.0, items: Items { weapon: Some("T8_2H_CURSEDSTAFF"), offhand: None, helmet: Some("T7_HEAD_PLATE_SET3"), armor: Some("T4_ARMOR_CLOTH_MORGANA@3"), boots: Some("T7_SHOES_CLOTH_SET1"), bag: Some("T4_BAG@1"), cape: Some("T4_CAPEITEM_FW_THETFORD@3"), mount: Some("T5_MOUNT_ARMORED_HORSE"), potion: None, food: None } })
14:00:54 [ INFO] New player (Coecoenat) registered without session, creating new session

To Reproduce
Steps to reproduce the behavior:
Just look at FPH

Expected behavior
speaks for it self

Screenshots
grafik

Desktop (please complete the following information):

  • OS: Windows 10

Window size

In Windows 10, window size and font size is fixed and personally i find it to small, its hard to quickly check information during encounters.

[BUG] No permission to write albion-online-stats.cfg in Windows 10 fresh install

Describe the bug
Albion-online-stats fresh installation fails to start on Windows 10. When launching from command promt, instead of launching, an error on permission denied for albion-online-stats.cfg (which does not exist and is being created). Running as administrator fixes the permission issue and allows executing the application.

Log file

"c:\Program Files\Albion Online Stats\Python\python.exe" "c:\Program Files\Albion Online Stats\Albion_Online_Stats.launch.pyw"
Traceback (most recent call last):
  File "c:\Program Files\Albion Online Stats\pkgs\src\utils\config.py", line 44, in config
    with open(conf_file, "r") as cfg_file:
FileNotFoundError: [Errno 2] No such file or directory: 'c:\\Program Files\\Albion Online Stats\\albion-online-stats.cfg'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "c:\Program Files\Albion Online Stats\Albion_Online_Stats.launch.pyw", line 34, in <module>
    from src import run
  File "c:\Program Files\Albion Online Stats\pkgs\src\__init__.py", line 3, in <module>
    from .gui.app import run
  File "c:\Program Files\Albion Online Stats\pkgs\src\gui\app.py", line 18, in <module>
    from .styling import style
  File "c:\Program Files\Albion Online Stats\pkgs\src\gui\styling.py", line 3, in <module>
    cfg = config()
  File "c:\Program Files\Albion Online Stats\pkgs\src\utils\config.py", line 50, in config
    with open(conf_file, "w") as cfg_file:
PermissionError: [Errno 13] Permission denied: 'c:\\Program Files\\Albion Online Stats\\albion-online-stats.cfg'

To Reproduce
Steps to reproduce the behavior:

  1. Download Albion_Online_Stats_0.11.6.exe (fresh install)
  2. Install
  3. Try to execute the Albion Online Stats
  4. Execute from command line prompt
  5. Right click "Albion Online Stats" and select Run as Administrator (to go around permission issue)

Expected behavior
The client starts.

Desktop (please complete the following information):

  • OS: Windows 10

[FEATURE REQUEST] - publishing stats to discord

Is your feature request related to a problem? Please describe.
The result is only displayed in the app which is not optimal, it would be nice if it could be persistent. There is an option to copy the results but the formatting is not the best. Plus this process could be automated.

Describe the solution you'd like
Send the results by a webhook to a discord server by pushing on a button.

Additional context
The webhook infos can be stored in the config file.

Cannot run on Ubuntu 20.04

Describe the bug
Latest release turns down on Ubuntu 20.04 on start
Terminal:

***:~/Games/Albion Online Stats$ ./albion-online-stats-linux 
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.

Aborted (core dumped)

Log file
There isn't damage-meter.log file in the same directory as executable.
But there is aoaddons.log file:

00:14:35 [ INFO] Found interfaces: [NetworkInterface { name: "enx000ec6b58d83", index: 2, mac: Some(00:0e:c6:b5:8d:83), ips: [V4(Ipv4Network { addr: 192.168.1.10, prefix: 24 }), V6(Ipv6Network { addr: fe80::b2b:6286:320b:5604, prefix: 64 })], flags: 69699 }, NetworkInterface { name: "wlo1", index: 3, mac: Some(d0:c6:37:81:41:e2), ips: [V4(Ipv4Network { addr: 192.168.1.9, prefix: 24 }), V6(Ipv6Network { addr: fe80::23ab:411e:ae00:5181, prefix: 64 })], flags: 69699 }]
00:14:35 [ WARN] packetdump: unable to create channel: Operation not permitted (os error 1)
00:14:35 [ WARN] packetdump: unable to create channel: Operation not permitted (os error 1)
00:14:35 [ INFO] Listening to network packets...

To Reproduce
Steps to reproduce the behavior:

  1. Go to app folder
  2. Run albion-online-stats-linux file by terminal or UI
  3. See error

Expected behavior
Just run

Screenshots
image

Desktop (please complete the following information):

  • OS: Ubuntu 20.04
  • Gnome 3

[BUG]

Describe the bug
A clear and concise description of what the bug is.

Log file
damage-meter.log created in the same directory as executable.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Windows]

Additional context
Add any other context about the problem here.

Native frontend

Current state of frontend feels like workaround. I did it this way because I did not seen any reasonable solution in pure rust implementation.

Recently I've found https://gtk-rs.org/ which looks like reasonable choice.

Fame Farm

Please add how many Fame player is doing per Minute/Hour :D

[BUG] Program Not Showing Damage/Not Ready

Describe the bug
I can't seem to get the Stat meter to show anything other than it's not ready and waiting for zone change. It has only shown DPS one time in an Avalonian dungeon, but when it did this, it only showed my DPS and 1 other person, not the rest of the people.

I've tried reinstalling, restarting, running in administrator, and checking my anti-virus to make sure it has privileges. I reinstalled npcap as well and tried deleting the backend txt as well as the stat.scfg file.

I tried changing zones, playing zones and soloing, playing in groups and entering various group dungeons, and nothing changed.

Log file
damage-meter.log created in the same directory as executable.

I don't see any damage-meter.log anywhere. I searched all my drives and found nothing.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Windows]

Windows 10

Additional context
Add any other context about the problem here.

[BUG] Trash can icon does not work

Describe the bug

  • The trash can icon does not work.

Desktop (please complete the following information):

  • OS: Solus Linux

Log file

cantalupo@cantalupo ~/Downloads $ sudo ./albion-online-stats-linux 
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Fontconfig warning: line 5: unknown element "its:rules"
Fontconfig warning: line 6: unknown element "its:translateRule"
Fontconfig error: line 6: invalid attribute 'translate'
Fontconfig error: line 6: invalid attribute 'selector'
Fontconfig error: line 7: invalid attribute 'xmlns:its'
Fontconfig error: line 7: invalid attribute 'version'
Fontconfig warning: line 9: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-fonts-persian.conf", line 34: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/65-fonts-persian.conf", line 35: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 35: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 35: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 36: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 36: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/69-unifont.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/69-unifont.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/80-delicious.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/80-delicious.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/90-synthetic.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/90-synthetic.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid attribute 'version'
Fontconfig error: Cannot load default config file
Segmentation fault

[BUG] Bug font with sudo

Describe the bug
When I used "sudo", the fonts are "broken".
File albion-online-stats-linux

Desktop (please complete the following information):

  • OS: Solus Linux

Screenshots

Log file

cantalupo@cantalupo ~/Downloads $ sudo ./albion-online-stats-linux 
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Fontconfig warning: line 5: unknown element "its:rules"
Fontconfig warning: line 6: unknown element "its:translateRule"
Fontconfig error: line 6: invalid attribute 'translate'
Fontconfig error: line 6: invalid attribute 'selector'
Fontconfig error: line 7: invalid attribute 'xmlns:its'
Fontconfig error: line 7: invalid attribute 'version'
Fontconfig warning: line 9: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-fonts-persian.conf", line 34: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/65-fonts-persian.conf", line 35: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 35: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 35: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 36: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 36: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/69-unifont.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/69-unifont.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/80-delicious.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/80-delicious.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/90-synthetic.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/90-synthetic.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid attribute 'version'
Fontconfig error: Cannot load default config file
Segmentation fault

[FEATURE REQUEST] not calculating healing done on maxed HP targets

Is your feature request related to a problem? Please describe.
its a bit disappointing when the healing done stat is calculating the healing even when it doesn't actually heal, like healing a maxed HP target

Describe the solution you'd like
being able to generate the actual healing and not including healing maxed HP targets

Describe alternatives you've considered
nothing different comes to mine

[BUG] Unable to open application on windows

Describe the bug
After executing the latest release for albion-online-stats-x86_64-pc-windows-msvc.exe I get the following message.

image

I have npcap-0.9990.

To Reproduce
Steps to reproduce the behavior:

  1. Execute albion-online-stats-x86_64-pc-windows-msvc.exe
  2. See error

Desktop (please complete the following information):
OS Name Microsoft Windows 10 Pro
Version 10.0.18363 Build 18363
OS Manufacturer Microsoft Corporation
System Manufacturer Dell Inc.
System Model Precision 7510
System Type x64-based PC
Processor Intel(R) Xeon(R) CPU E3-1505M v5 @ 2.80GHz, 2801 Mhz, 4 Core(s), 8 Logical

[BUG] Inaccurate fame tracker

Describe the bug
The app doesn't take into account the premium buff for players when gaining fame.

To Reproduce
Steps to reproduce the behavior:

  1. have the app open and ready
  2. be on an account with premium
  3. kill 1 mob and check combat log for total fame earned for that mob
  4. the amount of fame in the meter is off by the bonus of premium.

Expected behavior
Honestly not sure of the expected behavior, I'm not even sure if this is always how the app has worked I just assumed before that it took into account premium status for the player.

Screenshots
can add later if needed

Desktop (please complete the following information):

  • OS: windows

Application settings built in GUI

Currently GUI can be configured in albion-online-stats.cfg. It would be more user friendly experience if it could be done in separate window under configure button.

SBI negotiator wanted

It seems that SBI can not make clear statement about third party apps. They made something that was simple and straightforward (Mad Dave's statement) to the next level of complexity .

General request is for someone brave and willing to take some time to ask SBI about boundaries and requirements for 3rd party apps. Such list, or clear single statement is going to help to change implementation in a way that is accepted by SBI and community.

Since I'm currently kinda busy at work and RL stuff I simply do not have a time to handle that matter.

Statement which was given by SBI Tech lead is no longer valid.

Our position is quite simple. As long as you just look and analyze we are ok with it. The moment you modify or manipulate something or somehow interfere with our services we will react (e.g. perma-ban, take legal action, whatever

See
image

Party DPS not showing

Only thing that is showing for me is my Fame and DPS at the Overall windows. others dont show nothing

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.