New site for reporting bugs

Users who are viewing this thread

I was playing ACOK version 2.1 and the game crashed randomly. I had been playing for about 2 hours at the time on my laptop, so I figured it was just my laptop. I tried to load the game again and it wouldn't work. I looked up the problem and couldn't find anything, so I tried to uninstall the game from Steam. It is stuck uninstalling for the fourth consecutive day. What is going on?
 
Hey, I've entered the site but this error occours

Server Error in '/' Application.

Unable to connect to any of the specified MySQL hosts.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.


Anyway, my bug in the game is the folowing:
All the food that i bought aren't raising any party morale, it apears "+ 0 to party morale" ALL FOODS. Also, all my investments (weavery and dyeworks, brewery, tannery, etc) aren't giving me any money 0 denars weekly. I'm about 1500 days and that the first time that occours me. Please anyone help me  :sad:
 
This causes an error when clicking the link:



Server Error in '/' Application.

Could not load file or assembly 'App_Code' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)
  Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileLoadException: Could not load file or assembly 'App_Code' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)

Source Error:


An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 

Assembly Load Trace: The following information can be helpful to determine why the assembly 'App_Code' could not be loaded.



WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

 

Stack Trace:



[FileLoadException: Could not load file or assembly 'App_Code' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)]
  System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0
  System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +416
  System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +166
  System.Reflection.Assembly.Load(String assemblyString) +35
  System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +190

[ConfigurationErrorsException: Could not load file or assembly 'App_Code' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)]
  System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +11326376
  System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +388
  System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +232
  System.Web.Configuration.AssemblyInfo.get_AssemblyInternal() +48
  System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +210
  System.Web.Compilation.WebDirectoryBatchCompiler..ctor(VirtualDirectory vdir) +191
  System.Web.Compilation.BuildManager.BatchCompileWebDirectoryInternal(VirtualDirectory vdir, Boolean ignoreErrors) +54
  System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) +295
  System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +476
  System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +116
  System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +175
  System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +52
  System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +50
  System.Web.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +425
  System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +263

 


Version Information: Microsoft .NET Framework Version:2.0.50727.5485; ASP.NET Version:2.0.50727.5483 
 
praven siege attacker side scene: if you walk all the way to the left side of the wall, you can walk over the hill behind the walls/scenery and enter praven through a one sided invisible wall through a doorway of a building and then kill the defenders from behind
 
Can not login

Server Error in '/' Application.
Unable to connect to any of the specified MySQL hosts.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: MySql.Data.MySqlClient.MySqlException: Unable to connect to any of the specified MySQL hosts.

Source Error:

Line 139:        }
Line 140:
Line 141:        bool authenticated = btnet.Authenticate.check_password(user.Value, pw.Value);
Line 142:
Line 143:        if (authenticated)

Source File: c:\inetpub\wwwroot\BTNet\default.aspx    Line: 141

Stack Trace:

[MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts.]
  MySql.Data.MySqlClient.NativeDriver.Open() +1531
  MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +62
  MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() +222
  MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() +186
  MySql.Data.MySqlClient.MySqlPool.GetConnection() +120
  MySql.Data.MySqlClient.MySqlConnection.Open() +1196
  btnet.Authenticate.check_password(String username, String password) +233
  ASP.default_aspx.on_logon() in c:\inetpub\wwwroot\BTNet\default.aspx:141
  ASP.default_aspx.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\BTNet\default.aspx:123
  System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
  System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42
  System.Web.UI.Control.OnLoad(EventArgs e) +132
  System.Web.UI.Control.LoadRecursive() +66
  System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428

Version Information: Microsoft .NET Framework Version:2.0.50727.5485; ASP.NET Version:2.0.50727.5483
 
Back
Top Bottom