ryansheehan / terraria

Dockerfile for terraria
MIT License
291 stars 104 forks source link

Non Breaking | gpath.c:115 Error #126

Open NetoSimoes opened 1 year ago

NetoSimoes commented 1 year ago

Non breaking, just documenting an unusual log.

I supose it's on Terraria side.

Context

Running docker version 20.10.18, build b40c2f6 Running docker image ryshe/terraria:vanilla-1.4.4.2 Run options sudo docker run -it -p 7777:7777 -v $HOME/terraria/world:/root/.local/share/Terraria/Worlds ryshe/terraria:vanilla-1.4.4.2

When player joins, log happens.

Log

: Server started
xx.xxx.xxx.xx:xxxxx is connecting...
yyyyyyy has joined.
gpath.c:115: assertion 'filename != NULL' failed

gpath.c:115: assertion 'filename != NULL' failed
nimdaz commented 1 year ago

Same here using ryshe/terraria:vanilla-latest, which currently is Terraria Server v1.4.4.5.

: xxx.xxx.xxx.xxx:xxxx is connecting...  
xxx.xxx.xxx.xxx:xxxx was booted: You are not using the same version as this server. 
gpath.c:115: assertion 'filename != NULL' failed 

Note: the error related to the version mismatch is known and seems to be unrelated, given the post of @NetoSimoes