Paste #16324: Untitled Paste

Date: 2015/06/06 22:28:18 UTC-07:00
Type: Plain Text

View Raw Paste Download This Paste
Copy Link


Preparing console...
Starting system...
2015/06/07 01:26:30 UTC-04:00 [INIT] Console prepared...
2015/06/07 01:26:30 UTC-04:00 [INIT] Test colors: Text Colors: ^1 ^! ^2 ^@ ^3 ^# ^4 ^$ ^5 ^% ^6 ^- ^7 ^& ^8 ^* ^9 ^( ^0 ^) ^a ^A
Text styles: ^b is bold, ^i is italic, ^u is underline, ^s is strike-through, ^O is overline, ^h is highlight, ^j is jello (AKA jiggle), ^e is emphasis, ^t is t
ransparent, ^T is more transparent, ^o is opaque, ^R is random, ^p is pseudo-random, ^k is obfuscated (obfu), ^S is SuperScript, ^l is SubScript (AKA Lower-Text
), ^d is Drop-Shadow, ^f is flip, ^r is regular text, ^q is a "quote", and ^n is nothing (escape-symbol).
2015/06/07 01:26:30 UTC-04:00 [INIT] Launching as new client, this is the Central client.
2015/06/07 01:26:30 UTC-04:00 [INIT] Loading command system...
2015/06/07 01:26:30 UTC-04:00 [INIT] Loading CVar system...
2015/06/07 01:26:30 UTC-04:00 [INIT] Loading default settings...
2015/06/07 01:26:30 UTC-04:00 [INIT] Generating window...
2015/06/07 01:26:30 UTC-04:00 [INIT] Window generated!
2015/06/07 01:26:30 UTC-04:00 [INIT] Loading textures...
2015/06/07 01:26:30 UTC-04:00 [INIT] Loading shaders...
2015/06/07 01:26:30 UTC-04:00 [INIT] Loading fonts...
2015/06/07 01:26:31 UTC-04:00 [INIT] Loading animation engine...
2015/06/07 01:26:31 UTC-04:00 [INIT] Loading model engine...
2015/06/07 01:26:31 UTC-04:00 [WARNING] Mesh has no normals!
2015/06/07 01:26:31 UTC-04:00 [INIT] Loading rendering helper...
2015/06/07 01:26:31 UTC-04:00 [INIT] Loading UI Console...
2015/06/07 01:26:31 UTC-04:00 [INFO/CLIENT] Console loaded!
2015/06/07 01:26:31 UTC-04:00 [INIT] Preparing rendering engine...
2015/06/07 01:26:31 UTC-04:00 [INIT] Preparing mouse and keyboard handlers...
2015/06/07 01:26:31 UTC-04:00 [INIT] Building the sound system...
2015/06/07 01:26:31 UTC-04:00 [ERROR] System.TypeInitializationException: The type initializer for 'OpenTK.Audio.AudioContext' threw an exception. ---> System.T
ypeInitializationException: The type initializer for 'OpenTK.Audio.AudioDeviceEnumerator' threw an exception. ---> System.DllNotFoundException: Unable to load D
LL 'openal32.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
   at OpenTK.Audio.OpenAL.Alc.MakeContextCurrent(IntPtr context)
   at OpenTK.Audio.OpenAL.Alc.MakeContextCurrent(ContextHandle context)
   at OpenTK.Audio.AudioDeviceEnumerator..cctor()
   --- End of inner exception stack trace ---
   at OpenTK.Audio.AudioDeviceEnumerator.get_IsOpenALSupported()
   at OpenTK.Audio.AudioContext..cctor()
   --- End of inner exception stack trace ---
   at OpenTK.Audio.AudioContext..ctor()
   at ShadowOperations.ClientGame.AudioSystem.SoundEngine.Init(ClientCVar cvar) in C:\Users\Morphan1\Documents\GitHub\ShadowOperations\ShadowOperations\ClientGame
\AudioSystem\SoundEngine.cs:line 25
   at ShadowOperations.ClientGame.ClientMainSystem.Client.Window_Load(Object sender, EventArgs e) in C:\Users\Morphan1\Documents\GitHub\ShadowOperations\ShadowOpe
rations\ClientGame\ClientMainSystem\ClientBase.cs:line 139
   at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
   at OpenTK.GameWindow.OnLoad(EventArgs e)
   at OpenTK.GameWindow.Run(Double updates_per_second, Double frames_per_second)
   at ShadowOperations.ClientGame.ClientMainSystem.Client.StartUp() in C:\Users\Morphan1\Documents\GitHub\ShadowOperations\ShadowOperations\ClientGame\ClientMainS
ystem\ClientBase.cs:line 87
   at ShadowOperations.ClientGame.ClientMainSystem.Client.Init() in C:\Users\Morphan1\Documents\GitHub\ShadowOperations\ShadowOperations\ClientGame\ClientMainSyst
em\ClientBase.cs:line 36
   at ShadowOperations.Program.Main(String[] args) in C:\Users\Morphan1\Documents\GitHub\ShadowOperations\ShadowOperations\Program.cs:line 108