Author Topic: Music won't play (GOG)  (Read 10417 times)

Offline Nioji

  • Newbie
  • *
  • Posts: 3
Music won't play (GOG)
« on: October 04, 2016, 04:12:15 pm »
Hey. I've recently bought The Last Federation on GOG during the sale, and I'm really enjoying it, except arrapently the game won't play the music, despite it being in the folders (so no bugs during installation). Does anyone has an idea why ?

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Music won't play (GOG)
« Reply #1 on: October 07, 2016, 10:34:56 am »
Hi there -- glad you're enjoying the game.  What OS are you on?  There are some known issues with certain driver sets on linux with Unity 3D, and possibly updating those might help.  We've not heard of any such issues on windows or OSX, though -- are you getting sound effects and voice prompts from the AI?
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline Nioji

  • Newbie
  • *
  • Posts: 3
Re: Music won't play (GOG)
« Reply #2 on: October 09, 2016, 04:13:09 pm »
I'm using Windows 7 64biy as my OS and no, I'm not getting any voice prompts from the AI (though sound effects seem to work).

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Music won't play (GOG)
« Reply #3 on: October 09, 2016, 06:25:58 pm »
Hmm, that's a really strange one, then.  Can you look inside your RuntimeData folder inside the game folder and see if there are any error logs in there?  Those would likely shed some light.

The sound effects are embedded in the unity package, whereas the voice and music stuff is streamed off the disk.

It's possible that you told the game it wasn't allowed to connect to the internet, and that it's thus being shut down by a firewall or similar a bit TOO harshly.  It only checks to the internet itself to actually look and see if there are updates for the game (it just downloads a file from amazon s3 and looks at that to see if it should tell you an update is available).  Those sort of web requests as well as the requests to the disk to load external files use the same mechanism, but I've never heard of blocking one shutting down the other. 

To be clear: there's no requirement for this game to have online capability, and we even have an option in settings to turn off the update check that it does do, so it sits entirely locally instead in that case.  I'm just wondering if there's some overzealous firewall software or something, although this would be absolutely the first time that's happened in 6 years of us using this approach with Unity, so that's a bad omen with whatever software you're using if that's the case. ;)  Really hoping that one isn't what it is.

Anyhow, the logs would help sort it out.  Thanks for your patience!
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline Nioji

  • Newbie
  • *
  • Posts: 3
Re: Music won't play (GOG)
« Reply #4 on: October 12, 2016, 03:56:08 pm »
Spoiler for Hiden:
10/4/2016 9:04:18 PM
Steamworks Init     10/4/2016 9:04:18 PM
GameInit (0 - 10/4/2016 9:04:18 PM)     10/4/2016 9:04:18 PM
GameInit (1 - 10/4/2016 9:04:18 PM)     10/4/2016 9:04:18 PM
GameInit (2 - 10/4/2016 9:04:18 PM)     10/4/2016 9:04:18 PM
Version: 3.000     10/4/2016 9:04:21 PM
audio load: 205     10/4/2016 9:04:21 PM
GameInit (3 - 10/4/2016 9:04:21 PM)     10/4/2016 9:04:21 PM
GameInit (4 - 10/4/2016 9:04:21 PM)     10/4/2016 9:04:24 PM
GameInit (5 - 10/4/2016 9:04:24 PM)     10/4/2016 9:04:26 PM
GameInit (6 - 10/4/2016 9:04:26 PM)     10/4/2016 9:04:27 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/TitleTheme.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:04:27 PM
GameInit (7 - 10/4/2016 9:04:27 PM)     10/4/2016 9:04:27 PM
GameInit (8 - 10/4/2016 9:04:27 PM)     10/4/2016 9:04:28 PM
GameInit (9 - 10/4/2016 9:04:28 PM)     10/4/2016 9:04:28 PM
GameInit (10 - 10/4/2016 9:04:28 PM)     10/4/2016 9:07:38 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Combat/Battle6.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:11:06 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Victory.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:11:19 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Burlusts2.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:13:26 PM
Steamworks Init     10/4/2016 9:13:26 PM
GameInit (0 - 10/4/2016 9:13:26 PM)     10/4/2016 9:13:27 PM
GameInit (1 - 10/4/2016 9:13:27 PM)     10/4/2016 9:13:27 PM
GameInit (2 - 10/4/2016 9:13:27 PM)     10/4/2016 9:13:27 PM
Version: 3.000     10/4/2016 9:13:30 PM
audio load: 205     10/4/2016 9:13:30 PM
GameInit (3 - 10/4/2016 9:13:30 PM)     10/4/2016 9:13:30 PM
GameInit (4 - 10/4/2016 9:13:30 PM)     10/4/2016 9:13:30 PM
GameInit (5 - 10/4/2016 9:13:30 PM)     10/4/2016 9:13:32 PM
GameInit (6 - 10/4/2016 9:13:32 PM)     10/4/2016 9:13:32 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/TitleTheme.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:13:32 PM
GameInit (7 - 10/4/2016 9:13:32 PM)     10/4/2016 9:13:32 PM
GameInit (8 - 10/4/2016 9:13:32 PM)     10/4/2016 9:13:32 PM
GameInit (9 - 10/4/2016 9:13:32 PM)     10/4/2016 9:13:32 PM
GameInit (10 - 10/4/2016 9:13:32 PM)     10/4/2016 9:15:15 PM
Steamworks Init     10/4/2016 9:15:16 PM
GameInit (0 - 10/4/2016 9:15:16 PM)     10/4/2016 9:15:16 PM
GameInit (1 - 10/4/2016 9:15:16 PM)     10/4/2016 9:15:16 PM
GameInit (2 - 10/4/2016 9:15:16 PM)     10/4/2016 9:15:16 PM
Version: 3.000     10/4/2016 9:15:19 PM
audio load: 205     10/4/2016 9:15:19 PM
GameInit (3 - 10/4/2016 9:15:19 PM)     10/4/2016 9:15:19 PM
GameInit (4 - 10/4/2016 9:15:19 PM)     10/4/2016 9:15:19 PM
GameInit (5 - 10/4/2016 9:15:19 PM)     10/4/2016 9:15:21 PM
GameInit (6 - 10/4/2016 9:15:21 PM)     10/4/2016 9:15:21 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/TitleTheme.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:15:21 PM
GameInit (7 - 10/4/2016 9:15:21 PM)     10/4/2016 9:15:21 PM
GameInit (8 - 10/4/2016 9:15:21 PM)     10/4/2016 9:15:21 PM
GameInit (9 - 10/4/2016 9:15:21 PM)     10/4/2016 9:15:21 PM
GameInit (10 - 10/4/2016 9:15:21 PM)     10/4/2016 9:21:03 PM
Steamworks Init     10/4/2016 9:21:03 PM
GameInit (0 - 10/4/2016 9:21:03 PM)     10/4/2016 9:21:04 PM
GameInit (1 - 10/4/2016 9:21:04 PM)     10/4/2016 9:21:04 PM
GameInit (2 - 10/4/2016 9:21:04 PM)     10/4/2016 9:21:04 PM
Version: 3.000     10/4/2016 9:21:07 PM
audio load: 205     10/4/2016 9:21:07 PM
GameInit (3 - 10/4/2016 9:21:07 PM)     10/4/2016 9:21:07 PM
GameInit (4 - 10/4/2016 9:21:07 PM)     10/4/2016 9:21:07 PM
GameInit (5 - 10/4/2016 9:21:07 PM)     10/4/2016 9:21:09 PM
GameInit (6 - 10/4/2016 9:21:09 PM)     10/4/2016 9:21:09 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/TitleTheme.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:21:09 PM
GameInit (7 - 10/4/2016 9:21:09 PM)     10/4/2016 9:21:09 PM
GameInit (8 - 10/4/2016 9:21:09 PM)     10/4/2016 9:21:09 PM
GameInit (9 - 10/4/2016 9:21:09 PM)     10/4/2016 9:21:09 PM
GameInit (10 - 10/4/2016 9:21:09 PM)     10/4/2016 9:25:45 PM
Steamworks Init     10/4/2016 9:25:45 PM
GameInit (0 - 10/4/2016 9:25:45 PM)     10/4/2016 9:25:45 PM
GameInit (1 - 10/4/2016 9:25:45 PM)     10/4/2016 9:25:45 PM
GameInit (2 - 10/4/2016 9:25:45 PM)     10/4/2016 9:25:45 PM
Version: 3.000     10/4/2016 9:25:48 PM
audio load: 205     10/4/2016 9:25:48 PM
GameInit (3 - 10/4/2016 9:25:48 PM)     10/4/2016 9:25:48 PM
GameInit (4 - 10/4/2016 9:25:48 PM)     10/4/2016 9:25:48 PM
GameInit (5 - 10/4/2016 9:25:48 PM)     10/4/2016 9:25:50 PM
GameInit (6 - 10/4/2016 9:25:50 PM)     10/4/2016 9:25:50 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/TitleTheme.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:25:50 PM
GameInit (7 - 10/4/2016 9:25:50 PM)     10/4/2016 9:25:51 PM
GameInit (8 - 10/4/2016 9:25:51 PM)     10/4/2016 9:25:51 PM
GameInit (9 - 10/4/2016 9:25:51 PM)     10/4/2016 9:25:51 PM
GameInit (10 - 10/4/2016 9:25:51 PM)     10/4/2016 9:26:28 PM
Steamworks Init     10/4/2016 9:26:28 PM
GameInit (0 - 10/4/2016 9:26:28 PM)     10/4/2016 9:26:28 PM
GameInit (1 - 10/4/2016 9:26:28 PM)     10/4/2016 9:26:28 PM
GameInit (2 - 10/4/2016 9:26:28 PM)     10/4/2016 9:26:28 PM
Version: 3.000     10/4/2016 9:26:31 PM
audio load: 205     10/4/2016 9:26:31 PM
GameInit (3 - 10/4/2016 9:26:31 PM)     10/4/2016 9:26:31 PM
GameInit (4 - 10/4/2016 9:26:31 PM)     10/4/2016 9:26:32 PM
GameInit (5 - 10/4/2016 9:26:32 PM)     10/4/2016 9:26:33 PM
GameInit (6 - 10/4/2016 9:26:33 PM)     10/4/2016 9:26:34 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/TitleTheme.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:26:34 PM
GameInit (7 - 10/4/2016 9:26:34 PM)     10/4/2016 9:26:34 PM
GameInit (8 - 10/4/2016 9:26:34 PM)     10/4/2016 9:26:34 PM
GameInit (9 - 10/4/2016 9:26:34 PM)     10/4/2016 9:26:34 PM
GameInit (10 - 10/4/2016 9:26:34 PM)     10/4/2016 9:26:54 PM
Steamworks Init     10/4/2016 9:26:54 PM
GameInit (0 - 10/4/2016 9:26:54 PM)     10/4/2016 9:26:54 PM
GameInit (1 - 10/4/2016 9:26:54 PM)     10/4/2016 9:26:54 PM
GameInit (2 - 10/4/2016 9:26:54 PM)     10/4/2016 9:26:54 PM
Version: 3.000     10/4/2016 9:26:57 PM
audio load: 205     10/4/2016 9:26:57 PM
GameInit (3 - 10/4/2016 9:26:57 PM)     10/4/2016 9:26:57 PM
GameInit (4 - 10/4/2016 9:26:57 PM)     10/4/2016 9:26:58 PM
GameInit (5 - 10/4/2016 9:26:58 PM)     10/4/2016 9:26:59 PM
GameInit (6 - 10/4/2016 9:26:59 PM)     10/4/2016 9:27:00 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/TitleTheme.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:27:00 PM
GameInit (7 - 10/4/2016 9:27:00 PM)     10/4/2016 9:27:00 PM
GameInit (8 - 10/4/2016 9:27:00 PM)     10/4/2016 9:27:00 PM
GameInit (9 - 10/4/2016 9:27:00 PM)     10/4/2016 9:27:00 PM
GameInit (10 - 10/4/2016 9:27:00 PM)     10/4/2016 9:27:06 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Burlusts2.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:28:53 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Skylaxians2.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:29:40 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Boarines.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:29:41 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Combat/Battle6.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:30:27 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Victory.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:30:29 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Boarines3.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:45:56 PM
Steamworks Init     10/4/2016 9:45:56 PM
GameInit (0 - 10/4/2016 9:45:56 PM)     10/4/2016 9:45:56 PM
GameInit (1 - 10/4/2016 9:45:56 PM)     10/4/2016 9:45:56 PM
GameInit (2 - 10/4/2016 9:45:56 PM)     10/4/2016 9:45:56 PM
Version: 3.000     10/4/2016 9:45:59 PM
audio load: 205     10/4/2016 9:45:59 PM
GameInit (3 - 10/4/2016 9:45:59 PM)     10/4/2016 9:45:59 PM
GameInit (4 - 10/4/2016 9:45:59 PM)     10/4/2016 9:45:59 PM
GameInit (5 - 10/4/2016 9:45:59 PM)     10/4/2016 9:46:01 PM
GameInit (6 - 10/4/2016 9:46:01 PM)     10/4/2016 9:46:01 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/TitleTheme.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:46:01 PM
GameInit (7 - 10/4/2016 9:46:01 PM)     10/4/2016 9:46:02 PM
GameInit (8 - 10/4/2016 9:46:02 PM)     10/4/2016 9:46:02 PM
GameInit (9 - 10/4/2016 9:46:02 PM)     10/4/2016 9:46:02 PM
GameInit (10 - 10/4/2016 9:46:02 PM)     10/4/2016 9:47:01 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Boarines3.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:47:40 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Burlusts.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:48:04 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Combat/Battle6.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:49:34 PM
Steamworks Init     10/4/2016 9:49:35 PM
GameInit (0 - 10/4/2016 9:49:35 PM)     10/4/2016 9:49:35 PM
GameInit (1 - 10/4/2016 9:49:35 PM)     10/4/2016 9:49:35 PM
GameInit (2 - 10/4/2016 9:49:35 PM)     10/4/2016 9:49:35 PM
Version: 3.000     10/4/2016 9:49:38 PM
audio load: 205     10/4/2016 9:49:38 PM
GameInit (3 - 10/4/2016 9:49:38 PM)     10/4/2016 9:49:38 PM
GameInit (4 - 10/4/2016 9:49:38 PM)     10/4/2016 9:49:38 PM
GameInit (5 - 10/4/2016 9:49:38 PM)     10/4/2016 9:49:40 PM
GameInit (6 - 10/4/2016 9:49:40 PM)     10/4/2016 9:49:40 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/TitleTheme.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:49:40 PM
GameInit (7 - 10/4/2016 9:49:40 PM)     10/4/2016 9:49:40 PM
GameInit (8 - 10/4/2016 9:49:40 PM)     10/4/2016 9:49:40 PM
GameInit (9 - 10/4/2016 9:49:40 PM)     10/4/2016 9:49:40 PM
GameInit (10 - 10/4/2016 9:49:40 PM)     10/4/2016 9:52:25 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Boarines3.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:52:36 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Burlusts.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:52:55 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Thoraxians2.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:52:57 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Peltians2.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:53:16 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Thoraxians.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:53:23 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Andors.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:53:59 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Burlusts2.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:54:12 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData//Sounds/Voice/005boarines.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameAmbientTrack+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:54:27 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Boarines2.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:55:21 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/BlackMarket.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:55:38 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Boarines.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:55:55 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Skylaxians.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 9:55:56 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Combat/Battle5.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:00:05 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Victory.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:00:07 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Skylaxians2.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:01:15 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Peltians.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:01:15 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Combat/Battle4.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:03:19 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Victory.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:03:20 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Peltians2.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:03:20 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData//Sounds/Voice/008peltians.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameAmbientTrack+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:05:05 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Boarines2.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:14:34 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Peltians.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:15:26 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Andors3.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:15:27 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Combat/Battle1.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:19:38 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Victory.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:19:40 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Andors2.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:20:12 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Burlusts.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:21:01 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Combat/Battle2.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:23:09 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Victory.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:23:10 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Burlusts2.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:23:28 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/BlackMarket.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:24:14 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Thoraxians.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:24:23 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Combat/Battle3.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:25:05 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Victory.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:25:06 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Thoraxians2.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:25:06 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData//Sounds/Voice/009thoraxians.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameAmbientTrack+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:25:25 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/BlackMarket.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:26:36 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Boarines.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:27:40 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Andors.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:27:47 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Combat/Battle6.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:29:17 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Victory.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:29:18 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Andors3.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:29:46 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Burlusts.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:30:22 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData//Sounds/Voice/004andors.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameAmbientTrack+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:30:47 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Andors2.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:31:38 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Evucks.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/4/2016 10:31:43 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Combat/Battle5.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/6/2016 6:35:28 PM
Steamworks Init     10/6/2016 6:35:28 PM
GameInit (0 - 10/6/2016 6:35:28 PM)     10/6/2016 6:35:29 PM
GameInit (1 - 10/6/2016 6:35:29 PM)     10/6/2016 6:35:29 PM
GameInit (2 - 10/6/2016 6:35:29 PM)     10/6/2016 6:35:29 PM
Version: 3.000     10/6/2016 6:35:32 PM
audio load: 205     10/6/2016 6:35:32 PM
GameInit (3 - 10/6/2016 6:35:32 PM)     10/6/2016 6:35:32 PM
GameInit (4 - 10/6/2016 6:35:32 PM)     10/6/2016 6:35:34 PM
GameInit (5 - 10/6/2016 6:35:34 PM)     10/6/2016 6:35:36 PM
GameInit (6 - 10/6/2016 6:35:36 PM)     10/6/2016 6:35:37 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/TitleTheme.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/6/2016 6:35:37 PM
GameInit (7 - 10/6/2016 6:35:37 PM)     10/6/2016 6:35:37 PM
GameInit (8 - 10/6/2016 6:35:37 PM)     10/6/2016 6:35:38 PM
GameInit (9 - 10/6/2016 6:35:38 PM)     10/6/2016 6:35:39 PM
GameInit (10 - 10/6/2016 6:35:39 PM)     10/6/2016 6:36:42 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Boarines.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/6/2016 6:37:36 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Evucks2.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/6/2016 6:41:11 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Combat/Battle4.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/6/2016 6:45:49 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Victory.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/6/2016 6:45:51 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Evucks.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/6/2016 6:45:51 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData//Sounds/Voice/007evucks.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameAmbientTrack+<LoadMusicAsyncInner>d__0.MoveNext()

10/6/2016 6:50:33 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Boarines2.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/6/2016 6:51:37 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/BlackMarket.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/6/2016 6:53:13 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Music/Ingame/Burlusts.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/6/2016 6:53:24 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData/Expansions/1/Music/Ingame/Combat/Battle5.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameMusic+<LoadMusicAsyncInner>d__0.MoveNext()

10/6/2016 8:39:26 PM
Steamworks Init     10/6/2016 8:39:26 PM
GameInit (0 - 10/6/2016 8:39:26 PM)     10/6/2016 8:39:26 PM
GameInit (1 - 10/6/2016 8:39:26 PM)     10/6/2016 8:39:26 PM
GameInit (2 - 10/6/2016 8:39:26 PM)     10/6/2016 8:39:26 PM
Version: 3.000     10/6/2016 8:39:30 PM
audio load: 205     10/6/2016 8:39:30 PM
GameInit (3 - 10/6/2016 8:39:30 PM)     10/6/2016 8:39:30 PM
GameInit (4 - 10/6/2016 8:39:30 PM)     10/6/2016 8:39:32 PM
GameInit (5 - 10/6/2016 8:39:32 PM)     10/6/2016 8:39:34 PM
GameInit (6 - 10/6/2016 8:39:34 PM)     10/6/2016 8:39:35 PM
GameInit (7 - 10/6/2016 8:39:35 PM)     10/6/2016 8:39:36 PM
GameInit (8 - 10/6/2016 8:39:36 PM)     10/6/2016 8:39:36 PM
GameInit (9 - 10/6/2016 8:39:36 PM)     10/6/2016 8:39:36 PM
GameInit (10 - 10/6/2016 8:39:36 PM)     10/6/2016 8:44:33 PM
Couldn't open file /Bittorent téléchargements/GOG/The Last Federation/RuntimeData//Sounds/Voice/010skylaxians.ogg

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at GameAmbientTrack+<LoadMusicAsyncInner>d__0.MoveNext()

10/7/2016 3:05:51 PM
Steamworks Init     10/7/2016 3:05:51 PM
GameInit (0 - 10/7/2016 3:05:51 PM)     10/7/2016 3:05:51 PM
GameInit (1 - 10/7/2016 3:05:51 PM)     10/7/2016 3:05:51 PM
GameInit (2 - 10/7/2016 3:05:51 PM)     10/7/2016 3:05:51 PM
Version: 3.000     10/7/2016 3:05:55 PM
audio load: 205     10/7/2016 3:05:55 PM
GameInit (3 - 10/7/2016 3:05:55 PM)     10/7/2016 3:05:55 PM
GameInit (4 - 10/7/2016 3:05:55 PM)     10/7/2016 3:05:57 PM
GameInit (5 - 10/7/2016 3:05:57 PM)     10/7/2016 3:05:59 PM
GameInit (6 - 10/7/2016 3:05:59 PM)     10/7/2016 3:06:00 PM
GameInit (7 - 10/7/2016 3:06:00 PM)     10/7/2016 3:06:00 PM
GameInit (8 - 10/7/2016 3:06:00 PM)     10/7/2016 3:06:01 PM
GameInit (9 - 10/7/2016 3:06:01 PM)     10/7/2016 3:06:01 PM
GameInit (10 - 10/7/2016 3:06:01 PM)     10/8/2016 12:38:39 AM
Steamworks Init     10/8/2016 12:38:39 AM
GameInit (0 - 10/8/2016 12:38:39 AM)     10/8/2016 12:38:40 AM
GameInit (1 - 10/8/2016 12:38:40 AM)     10/8/2016 12:38:40 AM
GameInit (2 - 10/8/2016 12:38:40 AM)     10/8/2016 12:38:40 AM
Version: 3.000     10/8/2016 12:38:43 AM
audio load: 205     10/8/2016 12:38:43 AM
GameInit (3 - 10/8/2016 12:38:43 AM)     10/8/2016 12:38:43 AM
GameInit (4 - 10/8/2016 12:38:43 AM)     10/8/2016 12:38:45 AM
GameInit (5 - 10/8/2016 12:38:45 AM)     10/8/2016 12:38:47 AM
GameInit (6 - 10/8/2016 12:38:47 AM)     10/8/2016 12:38:48 AM
GameInit (7 - 10/8/2016 12:38:48 AM)     10/8/2016 12:38:49 AM
GameInit (8 - 10/8/2016 12:38:49 AM)     10/8/2016 12:38:49 AM
GameInit (9 - 10/8/2016 12:38:49 AM)     10/8/2016 12:38:49 AM
GameInit (10 - 10/8/2016 12:38:49 AM)     10/9/2016 3:07:55 PM
Steamworks Init     10/9/2016 3:07:55 PM
GameInit (0 - 10/9/2016 3:07:55 PM)     10/9/2016 3:07:55 PM
GameInit (1 - 10/9/2016 3:07:55 PM)     10/9/2016 3:07:55 PM
GameInit (2 - 10/9/2016 3:07:55 PM)     10/9/2016 3:07:55 PM
Version: 3.000     10/9/2016 3:07:59 PM
audio load: 205     10/9/2016 3:07:59 PM
GameInit (3 - 10/9/2016 3:07:59 PM)     10/9/2016 3:07:59 PM
GameInit (4 - 10/9/2016 3:07:59 PM)     10/9/2016 3:08:03 PM
GameInit (5 - 10/9/2016 3:08:03 PM)     10/9/2016 3:08:05 PM
GameInit (6 - 10/9/2016 3:08:05 PM)     10/9/2016 3:08:06 PM
GameInit (7 - 10/9/2016 3:08:06 PM)     10/9/2016 3:08:06 PM
GameInit (8 - 10/9/2016 3:08:06 PM)     10/9/2016 3:08:07 PM
GameInit (9 - 10/9/2016 3:08:07 PM)     10/9/2016 3:08:08 PM
GameInit (10 - 10/9/2016 3:08:08 PM)     10/9/2016 11:08:48 PM
Steamworks Init     10/9/2016 11:08:48 PM
GameInit (0 - 10/9/2016 11:08:48 PM)     10/9/2016 11:08:48 PM
GameInit (1 - 10/9/2016 11:08:48 PM)     10/9/2016 11:08:48 PM
GameInit (2 - 10/9/2016 11:08:48 PM)     10/9/2016 11:08:48 PM
Version: 3.000     10/9/2016 11:08:52 PM
audio load: 205     10/9/2016 11:08:52 PM
GameInit (3 - 10/9/2016 11:08:52 PM)     10/9/2016 11:08:52 PM
GameInit (4 - 10/9/2016 11:08:52 PM)     10/9/2016 11:08:53 PM
GameInit (5 - 10/9/2016 11:08:53 PM)     10/9/2016 11:08:55 PM
GameInit (6 - 10/9/2016 11:08:55 PM)     10/9/2016 11:08:56 PM
GameInit (7 - 10/9/2016 11:08:56 PM)     10/9/2016 11:08:56 PM
GameInit (8 - 10/9/2016 11:08:56 PM)     10/9/2016 11:08:59 PM
GameInit (9 - 10/9/2016 11:08:59 PM)     10/9/2016 11:08:59 PM
GameInit (10 - 10/9/2016 11:08:59 PM)     

Here's the debug log ! I'm using Kaspersky as my anti-virus, and I know it can be quite over-zealous, maybe that's it ?

 

SMF spam blocked by CleanTalk