Jump to content
Black Chicken Studios Forums

I am having trouble with DLC 16


Kaed1234

Recommended Posts

I am very late to the game so this is the first DLC I have done. My unpatched game works fine ;however, when I put the DLC files in my academagia file it is not fine. These are my steps to failure.

1. Open academagia file.

2. Open DLC file.

3. Copy all of the little files in DLC file to academagia file.

4. Computer asks me "overwrite or skip" and I believing that I am following the DLC topics directions overwrite the files.

5. Try to open academagia application file.

6. Get academagia has stopped working message

7. Click run as administer on it

8. Get same message as before

9. Cry in a corner.

 

Please help me. My Net is version 4.0 or above. I am on Windows 8 is that the problem? I eagerly await a reply.

Link to comment
Share on other sites

Kaed1234;

 

This is an odd one- we haven't heard of an issue where the base works, but the DLC do not!

 

The first thing to try is to navigate to C:\ProgramData\Academagia and delete the cache you find there. ProgramData may be a hidden directory, so you might have to turn it on to make it visible.

 

Let's see how that does first!

Link to comment
Share on other sites

My guess is that you installed DLC 16 in the wrong location, and it's ended up completely breaking everything. If, like you said, the game itself won't even start anymore even after clearing the cache there's definitely something wrong with the files, I think. Can you navigate to C:\ProgramData\Academagia (mind that I'm on Windows 7, so the directory might be different for you, also it's a hidden folder so you might have to make it visible first) and see if you can find a textfile named Academagia.log? If you find it than scan it for [error] lines, and copy/paste those errors here. If there's like a thousand [info] lines, BTW, just ignore them, just the [error] lines are important in this case.

Link to comment
Share on other sites

 

[Academagia 1.0.0.0] - [2016-07-31T19:53:59.2837707-07:00] - [Error] - System.NullReferenceException: Object reference not set to an instance of an object.
at Academagia.UI.Views.CreateGameContainer.UpdateModsListSize()
at Academagia.UI.Views.CreateGameContainer.UserControl_Loaded(Object sender, RoutedEventArgs e)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
[Academagia 1.0.0.0] - [2016-08-07T20:11:41.8120277-07:00] - [Error] - System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext()
at Academagia.Storage.RepositorySerializer.Serialize(Dictionary`2 objects, String headerFileName, String dataFileName)
at Academagia.Storage.RepositorySerializer.SaveGameToFolder(String folderName, GameInfo gameInfo)
at Academagia.Storage.RepositorySerializer.SaveGame(String fileName, String name, String description)
at Academagia.UI.Views.Menu.SaveWindow.Worker_DoWork(Object sender, DoWorkEventArgs e)
[Academagia 1.0.0.0] - [2016-08-11T14:48:56.277436-07:00] - [Error] - System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at Academagia.Storage.RootDB.GetList(Type objectType)
at Academagia.Storage.RootDB.GetList(Type objectType, FilterCollectionDelegate filterFunction)
at Academagia.Storage.RootDB.GetList[T](FilterCollectionDelegate filterFunction)
at Academagia.Storage.Repository.GetList[T](FilterCollectionDelegate filterFunction)
at Academagia.GameSystems.InformationSystem.GetFullInformationLevelEntities[T](Character initiator)
at Academagia.GameSystems.CharacterSystem.GetAbilities(PersistEntity entity)
at Academagia.GameSystems.CharacterSystem.GetValues(PersistEntity entity, StatisticKey key)
at Academagia.UI.Views.LeftPanel.LeftPanelContentAbilities.Update()
at Academagia.UI.Views.LeftPanel.LeftPanelContentAbilities.Process(IView source, ICommand command)
at Academagia.UI.Views.LeftPanel.LeftPanel.Process(IView source, ICommand command)
at Academagia.UI.Views.MainContainer.Process(IView source, ICommand command)
at Academagia.UI.Controls.ContainerGrid.Process(IView source, ICommand command)
at Academagia.MainWindow.Process(IView source, ICommand command)
at Academagia.Common.Commands.CommandDispatcher.SendCommand(IView viewSource, ICommand viewCommand, Boolean synchronious)
at Academagia.Common.Commands.CommandDispatcher.SendCommand(IView viewSource, ICommand viewCommand)
at Academagia.UI.Views.MainContainer.SendUpdateCommand()
at Academagia.UI.Views.MainContainer.UserControl_Loaded(Object sender, RoutedEventArgs e)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
at MS.Internal.LoadedOrUnloadedOperation.DoWork()
at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
[Academagia 1.0.0.0] - [2016-08-12T19:38:06.3784513-07:00] - [Error] - System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext()
at Academagia.Storage.RepositorySerializer.Serialize(Dictionary`2 objects, String headerFileName, String dataFileName)
at Academagia.Storage.RepositorySerializer.SaveGameToFolder(String folderName, GameInfo gameInfo)
at Academagia.Storage.RepositorySerializer.SaveGame(String fileName, String name, String description)
at Academagia.UI.Views.Menu.SaveWindow.Worker_DoWork(Object sender, DoWorkEventArgs e)

 

Ok do you want this?

Link to comment
Share on other sites

Kaed1234;

 

Well, you would download and install the same way- the e-mail sent to you should contain a link. Download that and run that, just as you did before. :)

 

Likewise, be sure to unpack the latest DLC directly into the Academagia folder, overwriting any conflicts.

 

And I imagine that you have no cache folder, but please do delete it before you try running the game if it still exists! :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...