-
Notifications
You must be signed in to change notification settings - Fork 41
Description
did compiled it today (32 bit system) when i start to run ist i get lots of logs and it ends with
[22:05:14] INFO: Config name="Validation.PasswordSizeMin" value=4
[22:05:14] INFO: ========================
[22:05:14] WARN: Discord info="integration is disabled"
[22:05:14] ERROR: Starting server name="GoMud"
[22:05:14] INFO: ========================
[22:05:14] INFO: biomes.LoadBiomeDataFile loadedCount=18 Time Taken=107.563827ms
[22:05:14] INFO: spells.loadAllSpells() loadedCount=8 Time Taken=51.816599ms
[22:05:15] ERROR: PANIC error=filesystem path "_datafiles/world/default/rooms/catacombs/100.yaml" did not end in Filepath() "catacombs/0.yaml" for type *rooms.Room
[22:05:15] ERROR: PANIC stack="goroutine 1 [running]:"
[22:05:15] ERROR: PANIC stack="runtime/debug.Stack()"
[22:05:15] ERROR: PANIC stack=" /usr/lib/go/src/runtime/debug/stack.go:26 +0x83"
[22:05:15] ERROR: PANIC stack="main.main.func1()"
[22:05:15] ERROR: PANIC stack=" /home/markus/work/retro/GoMud/main.go:88 +0xaa"
[22:05:15] ERROR: PANIC stack="panic({0x89ce860, 0x99f03a0})"
[22:05:15] ERROR: PANIC stack=" /usr/lib/go/src/runtime/panic.go:783 +0x103"
[22:05:15] ERROR: PANIC stack="github.com/GoMudEngine/GoMud/internal/rooms.LoadDataFiles()"
[22:05:15] ERROR: PANIC stack=" /home/markus/work/retro/GoMud/internal/rooms/roommanager.go:809 +0xc5"
[22:05:15] ERROR: PANIC stack="main.loadAllDataFiles(0x0)"
[22:05:15] ERROR: PANIC stack=" /home/markus/work/retro/GoMud/main.go:949 +0x6f"
[22:05:15] ERROR: PANIC stack="main.main()"
[22:05:15] ERROR: PANIC stack=" /home/markus/work/retro/GoMud/main.go:205 +0x161f"
[22:05:15] ERROR: PANIC stack=""
any idea what "did not end in Filepath" means?
git checkout was from yesterday.