Page 1 of 1

Supporting help to MCForge 5.5.13

PostPosted: 08 Jun 2013, 17:13
by Alshima
So there is a problem for me with MCForge v.5.5.13 and it is an SQLite problem which most MCForge should probably have. I know that this is nothing related to MCDzienny, but is there anyone familiar with MCForge :?:

Re: Supporting help to MCForge 5.5.13

PostPosted: 08 Jun 2013, 17:26
by lucasds12
I am not very familiar to MCForge because I haven't actually signed up in the website and I run a MCForge server but it sucks entirely a lot and I don't even know much of the new commands that are there rather then this software so I am like "?" right now with your topic cause I think this should be in the Off-Topic section but you rather put it here?
Anyways, I'm out.
-Lucas

Re: Supporting help to MCForge 5.5.13

PostPosted: 08 Jun 2013, 17:40
by Conor
I am familiar with MCForge. And if it is a bug to do with SQLite then there is nothing we can do about it unless you have the source code to your server. MCForge is no longer developed so they will not help you either. If you're just having problems, not errors, then go ahead and share what you need help with.

Re: Supporting help to MCForge 5.5.13

PostPosted: 09 Jun 2013, 02:07
by Alshima
Conor wrote:I am familiar with MCForge. And if it is a bug to do with SQLite then there is nothing we can do about it unless you have the source code to your server. MCForge is no longer developed so they will not help you either. If you're just having problems, not errors, then go ahead and share what you need help with.


Thanks for your support Conor, here are the errors:

Code: Select all
----6/8/2013 6:05:56 PM ----
Type: WebException
Source: System
Message: The remote name could not be resolved: 'server.mcforge.net'
Target: DownloadDataInternal
Trace:    at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
   at System.Net.WebClient.DownloadString(Uri address)
   at System.Net.WebClient.DownloadString(String address)
   at MCForge.Server.UpdateGlobalSettings() in c:\Users\Eddie\Desktop\6-17-2012\Documents\GitHub\MCForge-MCLawl\Server.cs:line 1280

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

----6/8/2013 6:06:02 PM ----
Type: FormatException
Source: mscorlib
Message: Input string was not in a correct format.
Target: AppendFormat
Trace:    at System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args)
   at System.String.Format(IFormatProvider provider, String format, Object[] args)
   at System.String.Format(String format, Object arg0)
   at MCForge.SQL.SQLite.get_connString() in c:\Users\Eddie\Desktop\6-17-2012\Documents\GitHub\MCForge-MCLawl\SQLite.cs:line 30
   at MCForge.SQL.SQLite.execute(String queryString) in c:\Users\Eddie\Desktop\6-17-2012\Documents\GitHub\MCForge-MCLawl\SQLite.cs:line 68
   at MCForge.SQL.Database.executeQuery(String queryString, Boolean createDB) in c:\Users\Eddie\Desktop\6-17-2012\Documents\GitHub\MCForge-MCLawl\Database.cs:line 258

Re: Supporting help to MCForge 5.5.13

PostPosted: 09 Jun 2013, 04:44
by ismellike
This is what I could make out of it.

The first one seems to be from "server.mcforge.net" being down.
It is trying to contact something that is not there.

The second one is probably just a result of the first.

Re: Supporting help to MCForge 5.5.13

PostPosted: 15 Jun 2013, 20:41
by Ultima

Re: Supporting help to MCForge 5.5.13

PostPosted: 21 Jun 2013, 01:45
by Alshima
Ultima wrote:https://github.com/MCForge/MCForge-MCLawl

That did help quite a bit, its a SQLite problem