#Error Upon Start

12 messages · Page 1 of 1 (latest)

dry spruce
#

I receive this error when starting the game in Studio.
The game is group owned and I am playing on the account that owns the group.

simple laurel
simple laurel
# dry spruce

Seems to be an issue from failing to get the CreatorId of the game, it's a group game correct?

dry spruce
#

Yeah

simple laurel
#

A temporary fix for now would be to change line 192 of the MainModule to
_K.Auth.userRoleAdd(_K.creatorId or game.CreatorId, "creator")

I'll look into the issue and try to provide a more proper fix tonight.

dry spruce
#

Also, is this supposed to output nil

simple laurel
#

Yeah it'll print nil when there's nothing saved, newest version changed how logs are saved and bumped the data key to prevent issues, once I have the first stable release I'll be doing proper data migration steps to prevent data loss.

#

For now, may be a few times when I change to a new scope key while I'm testing, so don't rely too heavily on saved state.

simple laurel