Jump to content
  • 0
Sign in to follow this  
Hadeszeus

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

Question

[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.

 
void homunculus_read_db(void) {    int i;    const char *filename[]={DBPATH"homunculus_db.txt","homunculus_db2.txt"};

 

 

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

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 '//' ?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.