OhBenja 0 Report post Posted January 10, 2017 I need help with my server. I am getting an errror. Error in expression <llExtension _query); (_result select 1) select 0> Error position: <select 0> Error Generic error in expression File exile_server\code\ExileServer_system_database_query_insertSingle.sqf, line 16 plz help Share this post Link to post Share on other sites
_Kaboose 0 Report post Posted January 17, 2017 On 1/9/2017 at 7:47 PM, OhBenja said: I need help with my server. I am getting an errror. Error in expression <llExtension _query); (_result select 1) select 0> Error position: <select 0> Error Generic error in expression File exile_server\code\ExileServer_system_database_query_insertSingle.sqf, line 16 plz help also having this problem but with many more errors... Would love some input Share this post Link to post Share on other sites
OhBenja 0 Report post Posted January 19, 2017 Fixed it Share this post Link to post Share on other sites
GronkhouTv 6 Report post Posted February 5, 2017 What was the Problem ??? why the fuck no one cares about to post the fix ? 4 Share this post Link to post Share on other sites
XxFri3ndlyxX 37 Report post Posted February 8, 2017 On 1/19/2017 at 4:08 PM, OhBenja said: Fixed it how did you fix it? Share this post Link to post Share on other sites
q-p 4 Report post Posted May 3, 2017 Had similar issues in the past, it turned out some record was corrupted in the DB. You can troubleshoot by comparing to a rpt without the errors and try to figure out what function is trying to run and what it's trying to look for in the database. The goal here is to try to figure out what script of function tried to read something from the db and look into fixing that. I usually try to read few lines above the first error to spot these. One good method is to search rpt for "line " < add a space after line and then scroll up from the first error. Compare with previous rpts without the error and try to see what was there when it was working and what's missing from rpt with errors. Then go to the database and see if you can spot any weird entries like having NULL values or fields that don't end with ] or anything similar. Typically some item or vehicle that causes trouble - at least in my case. Sorry I can't provide more details, this is not very familiar to me either. Share this post Link to post Share on other sites
Hickmeister 3 Report post Posted May 13, 2017 @OhBenja Yeah... that's it ask for help and don't help when you fix it 3 Share this post Link to post Share on other sites