Jump to content

Glow

Members
  • Posts

    202
  • Joined

  • Last visited

Everything posted by Glow

  1. - TARGET reinstalled, HOTAS not even plugin to PC, no script running
  2. I'm after Win10 updates. This issue still exists and I'm run out of ideas. I check on my other (fresh-test) partition with Win10 and TARGET SE is working fine. I suppose that TARGET need some windows services that are not running on my sim system but I can't tell witch ones. This is weird... :helpsmilie: steps taken: - Win10 updated 1903 latest - TARGET reinstalled, HOTAS not even plugin to PC, no script running - start SE, press keys and crash - Event Viewer pointing at: KERNELBASE.DLL / NET Framework 4.0 - Reinstalled .NET Framework (turning off and on in Windows features with restart) - Microsoft .NET Framework Repair Tool - only warnings in a log - .NET Framework Cleanup Tool - all looks ok https://blogs.msdn.microsoft.com/astebner/2008/08/28/net-framework-cleanup-tool-users-guide/ - NET Framework verification tool - 4.0 and up all good https://blogs.msdn.microsoft.com/astebner/2008/10/13/net-framework-setup-verification-tool-users-guide/ - Visiual C++ libraries repaired/reinstalled from 2010 up Event Viewer errors: #1 .NET Runtime Application: TARGETScriptEditor.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.ArgumentOutOfRangeException at System.ThrowHelper.ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) at System.Collections.Generic.List`1[[system.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].RemoveAt(Int32) at ScriptEditor.KeyboardHook.CheckKeyStates() at ScriptEditor.KeyboardHook.HookCallback ---- #2 Application Error Faulting application name: TARGETScriptEditor.exe, version: 3.0.18.328, time stamp: 0x5abb580b Faulting module name: KERNELBASE.dll, version: 10.0.18362.418, time stamp: 0xfba22159 Exception code: 0xe0434352 Fault offset: 0x000000000003a839 Faulting process ID: 0x1a6c Faulting application start time: 0x01d589065e61f1ba Faulting application path: C:\Program Files (x86)\Thrustmaster\TARGET\x64\TARGETScriptEditor.exe Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll Report ID: 6c75be09-e7c2-43a1-8496-3f2e4c0cb72c Faulting package full name: Faulting package-relative application ID: ---- #3 Application Error Faulting application name: TARGETScriptEditor.exe, version: 3.0.18.328, time stamp: 0x5abb580b Faulting module name: KERNELBASE.dll, version: 10.0.18362.418, time stamp: 0xfba22159 Exception code: 0xc000041d Fault offset: 0x000000000003a839 Faulting process ID: 0x1a6c Faulting application start time: 0x01d589065e61f1ba Faulting application path: C:\Program Files (x86)\Thrustmaster\TARGET\x64\TARGETScriptEditor.exe Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll Report ID: 20e8280b-58c9-4de3-bd81-4fcb8b777c22 Faulting package full name: Faulting package-relative application ID:
  3. This issue start from a running scrip that crash SE. Then by elimination I get to crashing it by simple pressing keys on my keyboard with no script loaded... I think my system need fixes/ updates. When I check an Event Viewer I found KERNEL.DLL as a source of this crash. For a 1s I thought that's maybe well know SE bug. Thanks for response.
  4. L Ctrl + R Ctrl + End = TARGET Script Editor crash To replicate: Start TSE and use you keyboard: Press L Ctrl and hold Press R Ctrl and hold Press End and hold Release End Release R Ctrl Release L Ctrl Press L Ctrl and R Ctrl = CRASH Is it a TSE bug or is it something wrong with my system? EDIT: Solved! Go to post #8
  5. Hi. EDIT: NVM: I found it. Any chance for link update to zip file? Looks like links expired and Zabuza's link is inaccessible for me.
  6. :megalol: No, it looks bad. Realy bad, even funny if you ever seat in any plane.
  7. kb = keyboard wh = Warthog hc = ? I found three files name.diff.lua with profile settings to load in DCS, to have this script properly working, but can't get where to to load the last one. BTW why those names have to be two letters only? It's 2019, x64bit systems... 'con. Grate job with this CTS. Amazing work!
  8. Yes, HomeFries's CTS is good base point to start of. I though this thread is about developing a better TARGET profile for F-16.
  9. I would suggest to keep links in post. Some users, like me have signatures view turned off.
  10. Why don't you just read a manual for Warthog Script Editor? In GUI you can see a script code, copy it and edit. I did not try to go other way, but I believe it is possible. A piece by piece and you will copy some basic things, other more advanced things are not possible to move that way - that's why is better spend time to learn ow to use script editor. Once you start script in TARGET you will have new virtual usb device - no need to re-move settings from DCS. Warthog joy and throttle usb will disappears for the time of TARGET script run on a new virtual device. About F16 profile for TARGET. I'm trying to make my head around this but my approach is to simulate a real thing not to add some extras for use vr, etc. I'm looking for information about F16 and I found in this manual from Warthog: page 14: Now I'm looking for real information about that. Other thing I'm trying to achieve in TARGET is to have few switchable curves for for my F16 like it was in Saitek X65F. This It's easy, described in manual, but I would like to go further and do a dynamic curve and adjustable dynamic offset point. I just wonder if someone haven't try to do this already?
  11. I think, I found a bug in a game. The name TF-51 and TF-51D appears in many places together, that lack of consistency lead to this issue. After a change from TF-51 to TF-51D all works fine. So, there is: cnt_unit( units.Planes.Plane, "TF-51"); but it should be: cnt_unit( units.Planes.Plane, "TF-51D");
  12. Yes, I tried that one too. No effect. I have: cnt_unit( units.Planes.Plane, "P-51D"); cnt_unit( units.Planes.Plane, "P-51D-30-NA"); cnt_unit( units.Planes.Plane, "TF-51"); I see that new planes appear on a list. All planes from mods are available too, I have Su-25T but TF-51 still not.
  13. Hi. I'm new to DCS, can't find on a forum any solution. I'm trying to make a mission for TF-51 in editor, but I can find it on a list for Poland. I see there is Ukraine and many other countries but no Poland on a list for that plane. I was trying to edit a plane config file and change Ukraine to Poland, but no luck. How to prepare a mission for Poland with TF-51 ?
×
×
  • Create New...