Replies: 1 comment 1 reply
-
|
Looks like the publish data folder is missing the champions data ERROR | 2022-02-06T23:47:14 | MainWindow.xaml.cs -> .ctor() -> 51 | System.IO.DirectoryNotFoundException: Could not find a part of the path 'E:\Riot Games\ReplayBook\data\champions\en_US.data.json'. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
This month's release is a little late, sorry about that! This release is special, and a LOT has changed. I'd like to first go over changes that were made to the project surrounding ReplayBook:
I am now aiming at a monthly release schedule. If there were any changes done in a month, then there will be an official release by the start of the next month. If there are no changes in a month, there will be no release that month. This will get needed bug fixes and improvements out to your hands faster.
Work is now being tracked in the "Projects" tab of the GitHub page. There you can track work as it is being done. You can also use it as a roadmap for ReplayBook.
With that out of the way, here is Release 1.5.0! This release brings a much needed upgrade to .NET 6.0 as well as a 64-bit executable. This is the first stepping stone to big improvements and features. Now future features like the new parser or league-vcs can be written to this new standard.
No more "Monkey" business!
Installation Instructions
Install New: Simply extract the zip file and run ReplayBook.exe. A guided setup sequence will help you get started.
Update from Release 1.4.2: Use a new, clean directory. There are no settings that can be transferred in this upgrade. It might be useful to keep your 1.4.2 directory in case you encounter a bug with 1.5.0.
Patch Notes
[New] Champion, Item, and Rune data loading has been upgraded!
- Champion and Item images are included in the release and no longer requires long downloads.
- Crashes caused by on-demand downloading are now avoided by using sprite sheets.
- Champion and item names are now visible when hovering over the image.
- Framework for future loading of item and champion data from different patches.
- Download screen in welcome setup is hidden for now.
[New] Double-click a replay name in the detail view to open the rename dialog!
[Fix] Cut down the amount of times replays were reloaded. Application should now be more responsive.
[Fix] Fixed bug where the "Finish" button in the welcome setup would not reset after clicking "Back".
[Fix] Fixed bug where Advanced Exporter screen would use the wrong background color in "Light" mode.
- Advanced Mode now opens in a larger window.
[Fix] Resolved various warnings, updated old code, and removed unused or commented code.
[Enhancement] Replace Rofl.Settings with standard Microsoft.Extensions.Configuration
[Enhancement] ReplayBook has been upgraded from .NET Framework 4.7.2 to .NET 6.0!
- Releases are now distributed as a 64-bit executable.
- LiteDB upgraded from 4.1.4 to 5.0.11 (known issue: #145)
- Project now uses publish profiles, GitHub actions updated.
- Miscellaneous changes.
This discussion was created from the release Release 1.5.0.
Beta Was this translation helpful? Give feedback.
All reactions