Commit graph

32 commits

Author SHA1 Message Date
GreemDev
ebc20c3009 add support for v1.3 2025-03-15 18:33:30 -05:00
Evan Husted
af959d6a74 properly show settings with changed key names 2025-01-12 17:18:09 -06:00
GabCoolGuy
992702e022
Changed some error descriptions of the log file reader 2024-12-27 23:35:34 +01:00
Evan Husted
f677edfebe Error on OG project
This is the server for a fork, the bot should explicitly only support that.
2024-12-24 21:17:08 -06:00
Evan Husted
5adff6daea Mention Metal is experimental if using Metal (and not Auto) 2024-12-24 12:23:16 -06:00
Evan Husted
ab955470d1 Clarify old LDN message 2024-12-22 19:51:48 -06:00
Evan Husted
f7bfa30f94 Show more information in log parser errors, and error parsing when using the old LDN build or Mirror. 2024-12-22 17:16:14 -06:00
Evan Husted
28c1ddd0b2 Detect old LDN build logs 2024-12-22 17:00:19 -06:00
Evan Husted
6512696f3c Detect mirror logs 2024-12-22 16:41:37 -06:00
Evan Husted
d5c37ac3d1 No longer hyperlink to non-existent versions
Let people on the original Ryujinx and that there's updates
Ignore Ryujinx Android log files
Error entirely if Android GPU detected
2024-12-22 16:30:55 -06:00
Evan Husted
235645af68 Hyperlink the version that the log is made by 2024-12-20 18:11:41 -06:00
Evan Husted
3c40e741b3 Intel mac warning 2024-12-19 00:03:04 -06:00
Evan Husted
a21f40f8bd Canary is not a custom version 2024-12-16 19:13:22 -06:00
Evan Husted
fa505d2966 Remove old stuff & enable log analysis 2024-12-16 18:10:16 -06:00
TSRBerry
37651883bc
Fix broken build id regex & Return a set from get_filepaths (#110)
* log_analyser: Match application or title when searching for build IDs

* log_analyser: Return a set from get_filepaths
2024-09-24 20:09:33 +02:00
TSRBerry
147011eba1
Automatically block analysis of logs containing blocked contents in paths (#108)
* Extract paths from logs and check for blocked content

* Extract paths in command line analyzer

* Split disabled paths message if necessary

* Log the blocked path that caused a warning

* Remove duplicate command alias

* Remove bad characters from extracted filepaths

* Fix is_path_disabled() only checking the full path

* Apply formatting

* Improve wording for the warning embeds

* Apply formatting
2024-09-01 15:53:44 +02:00
ekuland
76fe1dbbd4
Add Note for Rosetta (#109)
* Add get_cpu_notes

Check cpu for Virtual Apple and Note to disable Rosetta

* Update ryujinx_log_analyser.py

fix misspelling

* Apply formatting
2024-08-27 19:34:24 +02:00
TSRBerry
7b5b9fc104
log_analyzer: Fix cheat detection (#101) 2024-05-18 18:24:03 +02:00
WilliamWsyHK
95971e5359
Simple fix for time elapsed (#94) 2024-05-15 17:04:32 +02:00
WilliamWsyHK
9e395ffa10
Add log parsing capability to capture only enabled mods (#93)
* Add log parsing capability to capture only enabled mods

* Fix Python Black format complain

* Add fallback so that old logs without mod status can still be recognized

* stop Python Black complain again
2024-05-15 16:59:37 +02:00
Jerome A
41bc653bea
Add hypervisor in Logfile outputs (#92)
* Add hypervisor in logfile outputs

* fix typings

* moved setting

* Check if macos or not

* Replace "Not applicable" with "N/A"

* Add hypervisor setting to embed

---------

Co-authored-by: TSR Berry <20988865+TSRBerry@users.noreply.github.com>
2024-05-15 16:58:20 +02:00
TSRBerry
7c4bf15c93
Log purged messages, Fix macro usage in DMs & Fix reading empty files (#88)
* Log purged messages

* Fix CommandInvokeError for macros in DMs

* Fix decoding empty files and simplify read json logic

* Apply black formatting
2024-03-02 09:56:41 +01:00
TSRBerry
03e4fd3541
A small batch of fixes (#81)
* log_analyser: Use a set for notes

* Use sys.exc_info() instead of sys.exception()

sys.exception() only exists since python 3.11

* Create data dir if it doesn't exist
2024-01-06 15:33:01 +01:00
TSRBerry
72fd725a94
logfilereader: Fix RAM parser issues (#82)
* Create size helper

* Replace fixed RAM units with size helper

* Rename CommonErrors to CommonError

Enum names should be singular

* Apply black formatting
2023-11-20 19:48:35 +01:00
TSRBerry
04add0f364
Remove RAM warning and show available RAM under general info as well (#77)
* Remove stub logs from default log levels

* Remove RAM warning

* Show available and total RAM under general info
2023-10-09 22:53:20 +02:00
TSRBerry
c33f4f29a2
log_analyser: Fix homebrew detection (#78) 2023-10-09 22:52:29 +02:00
TSRBerry
69b74069af
Fix modified log detection for multi game logs (#67)
* Fix modified log detection for multi game logs

* Add app_info to analyse() output

* Add main standalone script for easy debugging

* Apply black formatting
2023-07-05 08:35:00 +02:00
ealekseychik
2711e80529
Fix __get_app_name logic to take last game name on multiple games launch (#60)
Co-authored-by: Egor Alekseychik <e.alekseychik@syberry.com>
2023-06-26 08:00:53 +02:00
SamusAranX
7bcf3c28fe
Updated RAM regex to work with both MiB and GB units (#58)
* Updated RAM regex to work with both MiB and GB units

* Set RAM values to something useful in the event of a parsing error

* Ran python3 -m black .
2023-06-09 16:27:23 +02:00
TSRBerry
ec48a71b9e
Add exception for homebrew applications (#54) 2023-05-28 10:36:54 +02:00
TSRBerry
fa431c1d4c
Fix cheat names and last error snippet (#52) 2023-05-28 10:33:58 +02:00
TSRBerry
317a29db75
Refactor logfilereader (#50)
* Add disabled_ids as an alias

* Fix possible AttributeErrors in get_app_info()

* Refactor logfilereader.py

* Refactor disabled_ids and fix a few bugs

* Only add active cheats to the list
2023-05-05 18:38:01 +02:00