Create

Create

86M Downloads

Every Unicode Character is Missing/Unkown (Square Characters)

TimmyChips opened this issue ยท 1 comments

commented

Describe the Bug

Updating to any version past 0.5.0, upon launching the game it gives an error screen, and every character is the square, unknown unicode character.

The colored "squares" open a crash log, which indicates that the problem is a rendering issue.
The bottom left button takes you to the main menu of Minecraft, which shows that every character is know a square. Navigating to the Resourcepacks, you can see that any current pack you had is pulled off, which also points to it being a rendering or shader issue.

Reproduction Steps

  1. Update Create to v0.5.0a, v0.5.0b, and/or v0.5.0c
  2. Launch the game
    ...

Expected Result

Character's and render overlay should properly load as intended

Screenshots and Videos

oop

Crash Report or Log

https://gist.github.com/TimmyChips/5ba541dbf061c486cc4d9ded55025597

Operating System

Windows 10

Mod Version

0.5.0a

Minecraft Version

1.18.2

Forge Version

40.1.60

Other Mods

GitHub Gist of all mods used https://gist.github.com/TimmyChips/ed28ea1bd31ad2ace7adb7755865e756

Additional Context

No response

commented

Found the issue! It was a combination of a few different things. The first was some mods in combination with Create not working, caused all the unicode characters to disappear. This would be fine, however the log and crash log were not able to point out the issue. After removing some mods I thought were the culprits (DynamicSurroundings, Starlight, Spark, etc.), I was able to see text--the issue that was occurring--when opening the game.

In conclusion, the problem was caused by not correctly updating Flywheel and not updating Supplementaries. Would have been an easy fix but since I couldn't see the text, I wasn't sure what the issue was.