• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Segmentation Fault TFS 1.2

EraserArts

New Member
Joined
Sep 2, 2016
Messages
3
Reaction score
0
Hi,

I already tried what was said here: https://otland.net/threads/tfs-1-2-segmentation-default-on-startup.245533/

This didn't fix the issue, but it is a problem with something in /data from what I understand.

I pulled this fresh about an hour ago, so it already has the above mentioned changes applied(I double-checked).

Any ideas?

This is the terminal output:

>> Loading config
>> Establishing database connection... MySQL 5.6.28
>> Running database manager
>> Loading vocations
>> Loading items
>> Loading script systems
Segmentation fault​


Any help would be appreciated!

Kind Regards,
Eraser
 
You have to update spells with:
AREA_CROSS5X5 to AREA_CIRCLE5X5
AREA_CROSS6X6 to AREA_CIRCLE6X6

I suggest to use some program that "find in files" and replace at once.
 
You have to update spells with:
AREA_CROSS5X5 to AREA_CIRCLE5X5
AREA_CROSS6X6 to AREA_CIRCLE6X6

I suggest to use some program that "find in files" and replace at once.

Like I said I did a fresh pull and this change was already applied, so its not the problem :S

Kind Regards,
Eraser
 
Back
Top