Jump to content

Norsegunar

Members
  • Posts

    65
  • Joined

  • Last visited

About Norsegunar

  • Birthday 01/01/1982
  1. Wags' reply on the video about those
  2. Those Indicator are only for the Hind and Hip to show what the channels of the autopilot system are doing for the pitch, roll and yaw. For the other Helos you will only get the red box.
  3. Ansirial, Thanks took the old log file that I posted and ran it with the new update and it worked perfectly.
  4. Hi, I have been getting this error. If there anyway to fix this ? Also attached the debrief logfile. Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to Continue. If you click Quit, the application will close immediately. Object reference not set to an instance of an object. See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at DCSLogbookSync.Models.LogFile.evaluateRisk(List`1 offences, String path, Player playerID) at DCSLogbookSync.Models.LogFile..ctor(String pathIn, Player playerID, Int32 charId, Int32 airId, Int32 enemies, Int32 tempStartingHourIn, Int32 tempStartingMinuteIn, Boolean trainingIn, Boolean importantIn, Boolean hideUndisclosed) at DCSLogbookSync.Form1.gotoStep2_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- DCSLogbookSync Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///F:/DCSLogbookSync/DCSLogbookSync.exe ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.8.4084.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.8.4084.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- MySql.Data Assembly Version: 8.0.20.0 Win32 Version: 8.0.20.0 CodeBase: file:///F:/DCSLogbookSync/MySql.Data.DLL ---------------------------------------- System.Data Assembly Version: 4.0.0.0 Win32 Version: 4.8.4270.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.Transactions Assembly Version: 4.0.0.0 Win32 Version: 4.8.4084.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll ---------------------------------------- System.EnterpriseServices Assembly Version: 4.0.0.0 Win32 Version: 4.8.4084.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll ---------------------------------------- System.Numerics Assembly Version: 4.0.0.0 Win32 Version: 4.8.4084.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll ---------------------------------------- Newtonsoft.Json Assembly Version: 12.0.0.0 Win32 Version: 12.0.3.23909 CodeBase: file:///F:/DCSLogbookSync/Newtonsoft.Json.DLL ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. debrief.log
  5. With the Hind's main radios being pre-set in the ME and not having a radio like the L-800L1 or the dialable R-863 like in the Mi-8, it would be nice to be able to change the pre-set freqs in game via the kneeboard for MP servers that don't pre-set them.
  6. Activate the stations on the Weapons Control Panel (Have red boxes under the stations), this will allow you to move to other screens on the MPCD while the weapon is aligning.
  7. Anyone else see something different See if you notice something different now.... Left: Current OB Right: FB Video on NAVFLIR Boresight
  8. It's something to do with the GPWS when you are coming in to land. It thinks you're going to hit the ground. I can't remember if this happened before the last patch. So what I have been doing is just clicking ALT on the UFC and turning off the GPWS while landing.
  9. Was working on a mission and noticed that you can not place a C-130 at Bandar Abbas Intl since I'm guessing due to a parking spots size limit. Looking at google maps the northern ramp (F01-F26) actually has a C-130 parked there. Is it possible to update the size for at least F01-F26 to allow for a C-130 to be placed there? Thanks
  10. I did a search and haven't seen this asked for yet. Would it be possible to move the changing of the laser codes from the Radio menu to the kneeboard like the M2K and the F-5E have? Or at least list the laser codes that are currently inputted? I find that sometimes i misclick on the radio menu for the wrong number or pylon then have to load the DTC to find out that I have put in the codes incorrectly then do it all over again.
  11. Update from Razbam on why no updates.
  12. Yep that is the issue. Error was between keyboard and chair....
  13. Attaching the MP track, isn't long because a SAM got me because Countermeasures would not deploy. Tested in Single Player and Countermeasures work Dispenser On ALE-47 set to MAN 1 HOTAS setup for Chaff forward key bind and Flare Aft Key bind
  14. For the AWLS you'd need to go into the radio file for the Harrier(Zeus has posted on how to do this) and add in the ILS stations for the PG for the following airfields that have ILS: Al Maktoum Intl Al Minhad AB Dubai Intl Sharjah Intl Khasab Fujairah Intl Havadarya Bandar Abbas Intl Lar Airbase The Tarawa doesn't use ICLS, for poor weather landing you use TACAN and the ball on the back of the island.
  15. Did you properly align your aircraft first ? What is your texture setting ? AV-8B has a strange issue if your texture setting is on low, it won't render certain items on the HUD
×
×
  • Create New...