Kaed1234 Posted August 15, 2016 Report Share Posted August 15, 2016 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 More sharing options...
Legate of Mineta Posted August 15, 2016 Report Share Posted August 15, 2016 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 More sharing options...
Schwarzbart Posted August 15, 2016 Report Share Posted August 15, 2016 C:\ProgramData\Academagia for Windows 7/10 and C:\Documents and Settings\YourUserName\Application Data\Academagia for Windows XP Link to comment Share on other sites More sharing options...
Legate of Mineta Posted August 15, 2016 Report Share Posted August 15, 2016 I think it's ProgramData for 8, too, although I can't confirm- I no longer have an installation! Link to comment Share on other sites More sharing options...
Clara Posted August 15, 2016 Report Share Posted August 15, 2016 I think it's ProgramData for 8, too, although I can't confirm- I no longer have an installation! It is C:\ProgramData\Academagia for me on Window 8.1 Link to comment Share on other sites More sharing options...
Kaed1234 Posted August 15, 2016 Author Report Share Posted August 15, 2016 Help it did not work. I deleted the cache and it still failed. When I undid the copy/paste/overwrite thing. It worked so the only conclusion I as a computer illiterate person can come to is that it is DLC 16 fault somehow. Link to comment Share on other sites More sharing options...
Metis Posted August 15, 2016 Report Share Posted August 15, 2016 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 More sharing options...
Legate of Mineta Posted August 15, 2016 Report Share Posted August 15, 2016 Or, you can delete the log file and simply restart Academagia to see what the error is without the worry of too many lines. I definitely agree with Metis however- you may want to delete your files and reinstall, as it sounds as though something has gone wrong with the application of the patch. Link to comment Share on other sites More sharing options...
Kaed1234 Posted August 16, 2016 Author Report Share Posted August 16, 2016 [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 More sharing options...
Kaed1234 Posted August 16, 2016 Author Report Share Posted August 16, 2016 I tried to only get one of each kind. Thank you anyone who looks at it. Link to comment Share on other sites More sharing options...
Legate of Mineta Posted August 16, 2016 Report Share Posted August 16, 2016 Kaed1234; I would definitely recommend reinstalling. Those errors are very surprising! Link to comment Share on other sites More sharing options...
Kaed1234 Posted August 16, 2016 Author Report Share Posted August 16, 2016 So I clicked remove academagia from the install program. What do I do now? Link to comment Share on other sites More sharing options...
Legate of Mineta Posted August 16, 2016 Report Share Posted August 16, 2016 Kaed1234; Well, I would suggest removing the directory, too. Then, reinstall using the client from the place you purchased it at. Finally, installing the latest DLC. Then, try running it with administrator privilege, and we'll see! Link to comment Share on other sites More sharing options...
Kaed1234 Posted August 16, 2016 Author Report Share Posted August 16, 2016 I bought it from the buy from us thing you guys have... what do I do Link to comment Share on other sites More sharing options...
Legate of Mineta Posted August 16, 2016 Report Share Posted August 16, 2016 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 More sharing options...
Kaed1234 Posted August 16, 2016 Author Report Share Posted August 16, 2016 I am such a loser. Is there anyway to recover the email sent to you? Link to comment Share on other sites More sharing options...
Legate of Mineta Posted August 16, 2016 Report Share Posted August 16, 2016 Kaed1234; Hmm- I am sure that there is, although you will need to contact BMT Micro. I believe you'll need the e-mail address you originally purchased it with, but they should be able to assist you. Link to comment Share on other sites More sharing options...
Kaed1234 Posted August 21, 2016 Author Report Share Posted August 21, 2016 This solved my problem thank you. Link to comment Share on other sites More sharing options...
Legate of Mineta Posted August 21, 2016 Report Share Posted August 21, 2016 Perfect. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.