iChun / ContentCreatorIntegration-IssuesAndDocumentation

Primarily documentation for the Content Creator Integration mod for Minecraft. Secondary as an issue tracker for the mod itself.
MIT License
7 stars 4 forks source link

Editing the config file crashes my game. #49

Closed Hyujinx closed 4 years ago

Hyujinx commented 4 years ago

My game crashes after I add my StreamLabs Socket API Token in the config file. My token contains underscores and in the crash report the underscores are not there. Here is the crash report without my token:

The game crashed whilst rendering overlay Error: com.electronwill.nightconfig.core.io.ParsingException: Invalid value: (My Socket API Token)

Hyujinx commented 4 years ago

Actually it isn't just my token that is invalid. My twitch name is also an "invalid value".

Hyujinx commented 4 years ago

Resolved it by adding quotation marks ("") inside the brackets.