Jump to content

Thaytor

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Thaytor

  1. PEBCAK error I should have looked at logs before posting. I had a right click twitch and grabbed a wrong file. pizzaoverhead: Despite my lousy camera your mod made my day. Great work and thank you for your patience. I hope others will get something out of this Break down of error: All three dll's are needed TrackIRUnity.dll, Oculus OVR PosRotWrapper.dll, and FreeTrackClient.dll for the my problem to go away. Download here! FeepingCreature: Thank you! Thaytor
  2. Got me past that hurdle... Thank you! Now is there a quick fix for enabling the feature within (scrlock works everywhere else but not for enabling kerbTrack)
  3. I was looking through your source code and found where you are using TrackIRTracker you have that has a switch public enum Trackers { FreeTrack = 0, TrackIR = 1, OculusRift = 2 } switch (t) { case Trackers.FreeTrack: { Debug.Log("KerbTrack: Using FreeTrack"); tracker = new FreeTrackTracker(); break; } case Trackers.TrackIR: { Debug.Log("KerbTrack: Using TrackIR"); tracker = new TrackIRTracker(); break; } case Trackers.OculusRift: { Debug.Log("KerbTrack: Using Oculus Rift"); tracker = new OVRTracker(); break; } Wouldn't that mean that I should not be getting TrackIRTracker trying to load when I am not using it?
  4. This is for facetrackNoIR. Good catch on the wrong combo on my post I still get the same error though. During the last couple of days I have been trying different things on almost every log I have gotten this error message *** Could not load type 'TrackIRTracker' from assembly 'KerbTrack, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null *** on some I have gotten additional errors such wrong version. I am using FaceTrackNoIR v1.7 which uses freetrack2.0. I will give you any information you ask for, however, I will not compile code or try anything that requires me to compile code. I think the idea is cool and am willing to help troubleshoot but only to a point. Kerbal Space Program - 0.24.2.559 (WindowsPlayer) OS: Windows 7 Service Pack 1 (6.1.7601) 64bit CPU: AMD A8-5500 APU with Radeon HD Graphics (4) RAM: 16345 GPU: NVIDIA GeForce GTX 650 (1994MB) SM: 30 (Direct3D 9.0c [nvd3dum.dll 9.18.13.1106]) RT Formats: ARGB32, Depth, ARGBHalf, RGB565, Default, DefaultHDR, ARGBFloat, RGFloat, RGHalf, RFloat, RHalf, R8 Log started: Thu, Sep 18, 2014 13:16:01 [LOG 13:16:04.162] Load(Assembly): KerbTrack/KerbTrack [LOG 13:16:04.165] AssemblyLoader: Loading assembly at N:\KSP_win\GameData\KerbTrack\KerbTrack.dll [LOG 13:16:04.211] AssemblyLoader: Loading assemblies [ERR 13:16:04.223] AssemblyLoader: Exception loading 'KerbTrack': System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded. at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0 at AssemblyLoader.LoadAssemblies () [0x00000] in <filename unknown>:0 Additional information about this exception: System.TypeLoadException: Could not load type 'TrackIRTracker' from assembly 'KerbTrack, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. [LOG 13:16:04.236] Load(Audio): Squad/Parts/Utility/LandingLeg/sounds/sound_servomotor [LOG 13:16:04.406] Load(Audio): Squad/Sounds/editorLoop01 [LOG 13:16:04.739] Load(Audio): Squad/Sounds/sound_ambience_nature [LOG 13:16:05.627] Load(Audio): Squad/Sounds/sound_click_flick [LOG 13:16:05.713] Load(Audio): Squad/Sounds/sound_click_latch [LOG 13:16:05.746] Load(Audio): Squad/Sounds/sound_click_sharp [LOG 13:16:05.801] Load(Audio): Squad/Sounds/sound_click_tick [LOG 13:16:05.846] Load(Audio): Squad/Sounds/sound_click_tock
  5. Just tried that one [LOG 19:29:22.375] Load(Assembly): KerbTrack/KerbTrack [LOG 19:29:22.377] AssemblyLoader: Loading assembly at N:\KSP_win\GameData\KerbTrack\KerbTrack.dll [LOG 19:29:22.417] AssemblyLoader: Loading assemblies [ERR 19:29:22.429] AssemblyLoader: Exception loading 'KerbTrack': System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded. at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0 at AssemblyLoader.LoadAssemblies () [0x00000] in <filename unknown>:0 Additional information about this exception: System.TypeLoadException: Could not load type 'TrackIRTracker' from assembly 'KerbTrack, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. I am going to try on another computer system. There is a good chance with all the experimental software within my own registry that something is fouling up your mod on my end. However I think it is something to do with the last line with the 'TrackIRTracker' and FacetrackNOir.
  6. Sorry I grabbed the wrong snippet from when I was experimenting and trying to go at it alone Here is what I got on most recent attempt all clean program. [LOG 10:21:50.305] AssemblyLoader: Loading assembly at K:\kerbal64\KSP_win64\GameData\KerbTrack\FreeTrackClient.dll [ERR 10:21:50.314] Failed to load assembly K:\kerbal64\KSP_win64\GameData\KerbTrack\FreeTrackClient.dll: System.BadImageFormatException: Format of the executable (.exe) or library (.dll) is invalid. at Mono.Cecil.PE.ImageReader.ReadOptionalHeaders (System.UInt16& subsystem, System.UInt16& dll_characteristics) [0x00000] in <filename unknown>:0 at Mono.Cecil.PE.ImageReader.ReadImage () [0x00000] in <filename unknown>:0 at Mono.Cecil.PE.ImageReader.ReadImageFrom (System.IO.Stream stream) [0x00000] in <filename unknown>:0 at Mono.Cecil.ModuleDefinition.ReadModule (System.IO.Stream stream, Mono.Cecil.ReaderParameters parameters) [0x00000] in <filename unknown>:0 at Mono.Cecil.ModuleDefinition.ReadModule (System.String fileName, Mono.Cecil.ReaderParameters parameters) [0x00000] in <filename unknown>:0 at Mono.Cecil.ModuleDefinition.ReadModule (System.String fileName) [0x00000] in <filename unknown>:0 at AssemblyLoader.ScanForBadTypeRefs (System.String file) [0x00000] in <filename unknown>:0 at AssemblyLoader.LoadExternalAssembly (System.String file) [0x00000] in <filename unknown>:0 [LOG 10:21:50.320] Load(Assembly): KerbTrack/KerbTrack [LOG 10:21:50.321] AssemblyLoader: Loading assembly at K:\kerbal64\KSP_win64\GameData\KerbTrack\KerbTrack.dll [LOG 10:21:50.352] AssemblyLoader: Loading assemblies [ERR 10:21:50.362] AssemblyLoader: Exception loading 'KerbTrack': System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded. at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0 at AssemblyLoader.LoadAssemblies () [0x00000] in <filename unknown>:0 Additional information about this exception: System.TypeLoadException: Could not load type 'TrackIRTracker' from assembly 'KerbTrack, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
  7. from the logs I have this every time [LOG 02:35:56.339] Load(Assembly): KerbTrack/KerbTrack [LOG 02:35:56.342] AssemblyLoader: Loading assembly at K:\kerbal64\KSP_win64\GameData\KerbTrack\KerbTrack.dll [LOG 02:35:56.383] Load(Assembly): Plugins/KerbTrack/KerbTrack [LOG 02:35:56.384] AssemblyLoader: Loading assembly at K:\kerbal64\KSP_win64\Plugins\KerbTrack\KerbTrack.dll [LOG 02:35:56.389] AssemblyLoader: Loading assemblies [ERR 02:35:56.403] AssemblyLoader: Exception loading 'KerbTrack': System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded. at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0 at AssemblyLoader.LoadAssemblies () [0x00000] in <filename unknown>:0 Additional information about this exception: System.TypeLoadException: Could not load type 'TrackIRTracker' from assembly 'KerbTrack, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. [ERR 02:35:56.413] AssemblyLoader: Exception loading 'KerbTrack': System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded. at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0 at AssemblyLoader.LoadAssemblies () [0x00000] in <filename unknown>:0 Additional information about this exception: System.TypeLoadException: Could not load type 'TrackIRTracker' from assembly 'KerbTrack, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. using fasttrackNoIR Not sure what I did wrong but I followed instructions installed fasttrackNoIR, installed game directory from your download, copied the .dll both versions have done the same response both on clean and mod versions of program Excellent idea though I REALLY want to try this out.
×
×
  • Create New...