Project Red - Exploration

Project Red - Exploration

27M Downloads

Crash while reloading resource packs on settings change

NDev8 opened this issue ยท 1 comments

commented

Describe the bug
When loading the included programmer art resource pack (changing the resource pack), the game crashes while trying to update the resources.

To Reproduce
Steps to reproduce the behavior:

  1. Open the game with ProjectRed at 287e99b
  2. Change resource pack settings
  3. Click done
  4. Game is crashing

Expected behavior
Game has reloaded all resources.

Crash Log
crash-2021-05-01_16.51.17-client.txt

commented

This was because of a Scala compilation issue where the Java interface's default implementation was being removed. Fixed in #1625