Am I the only person getting this? What's missing here?

Hadeszeus

New member
Messages
651
Points
0
Location
Philippines
[Error]: sv_readdb: Insufficient columns in line 1 of "db/re/homunculus_db.txt" (found 1, need at least 50).[Error]: sv_readdb: Insufficient columns in line 2 of "db/re/homunculus_db.txt" (found 1, need at least 50).[Error]: sv_readdb: Insufficient columns in line 3 of "db/re/homunculus_db.txt" (found 1, need at least 50).[Error]: sv_readdb: Insufficient columns in line 4 of "db/re/homunculus_db.txt" (found 1, need at least 50).[Error]: sv_readdb: Insufficient columns in line 5 of "db/re/homunculus_db.txt" (found 1, need at least 50).[Error]: sv_readdb: Insufficient columns in line 6 of "db/re/homunculus_db.txt" (found 1, need at least 50).[Error]: sv_readdb: Insufficient columns in line 8 of "db/re/homunculus_db.txt" (found 1, need at least 50).[Error]: sv_readdb: Insufficient columns in line 27 of "db/re/homunculus_db.txt" (found 1, need at least 50).[Error]: sv_readdb: Insufficient columns in line 41 of "db/re/homunculus_db.txt" (found 1, need at least 50).
I know it is related to this update https://github.com/HerculesWS/Hercules/commit/acc4d2eb875ddf67898ae0ac443e76de2d640daa

But my source is updated, I have homunculus_db.txt inside re folder.

 
Code:
void homunculus_read_db(void) {    int i;    const char *filename[]={DBPATH"homunculus_db.txt","homunculus_db2.txt"};
 
Can you show us the content of the file? The error is straightforward : you're missing some arguments on the lines 1, 2, etc. The first lines are usually commented though, do they start with '//' ?

 
Back
Top