Page 1 of 1

error

PostPosted: 09 Nov 2013, 13:07
by the_evil_one44
Funnily enough an error has only just come up in the logs.

Code: Select all
are
Trace:    at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
   at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
   at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
   at System.Data.SQLite.SQLiteDataReader.NextResult()
   at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
   at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
   at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
   at System.Data.SQLite.SQLiteConnection.Open()
   at MCDzienny.SQLite.ExecuteQuery(String queryString, Dictionary`2 parameters)
   at MCDzienny.DBInterface.ExecuteQuery(String queryString, Boolean createDB)
   at MCDzienny.Level.Load(String givenName, Byte phys, MapType mType, Boolean autoUnload)

-------------------------

----09/11/2013 12:05:01 ----
Type: SQLiteException
Source: System.Data.SQLite
Message: The database disk image is malformed
malformed database schema (MapNameOwner) - index MapNameOwner already exists
Target: Prepare
Trace:    at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
   at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
   at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
   at System.Data.SQLite.SQLiteDataReader.NextResult()
   at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
   at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
   at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
   at System.Data.SQLite.SQLiteConnection.Open()
   at MCDzienny.SQLite.fillData(String queryString, Dictionary`2 parameters, Boolean skipError)
   at MCDzienny.DBInterface.fillData(String queryString, Boolean skipError)
   at MCDzienny.Level.Load(String givenName, Byte phys, MapType mType, Boolean autoUnload)

-------------------------

----09/11/2013 12:05:01 ----
Type: NullReferenceException
Source: MCDzienny_
Message: Object reference not set to an instance of an object.
Target: InfectionMapInitialization
Trace:    at MCDzienny.InfectionSystem.InfectionSystem.InfectionMapInitialization()
   at MCDzienny.Server.StartZombie()
   at MCDzienny.Server.<Start>b__c()

-------------------------

Re: error

PostPosted: 09 Nov 2013, 18:16
by _Retaliate_
Looks like your database is messed up, try getting a new one.

Re: error

PostPosted: 10 Nov 2013, 12:53
by the_evil_one44
I made a new one but now it just has the same problem as it had before (only I can connect, and it is portfowarded). Though the error is fixed.

Re: error

PostPosted: 10 Nov 2013, 13:50
by joppiesaus
the_evil_one44 wrote:I made a new one but now it just has the same problem as it had before (only I can connect, and it is portfowarded). Though the error is fixed.

You probably port-forwarded wrong. Try it again. Don't use old IP's, just check everything.

Re: error

PostPosted: 11 Nov 2013, 19:29
by the_evil_one44
I'll try again though it was actually working for a while,people could join ect. I've made a new server so do I have to portfoward for that?

Re: error

PostPosted: 23 Nov 2013, 18:17
by the_evil_one44
I reportfowarded about three times but it still hasn't worked.