Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

jabloomf1230

Members
  • Joined

  • Last visited

Solutions

  1. jabloomf1230's post in Nvidia Services in task Manager was marked as the answer   
    The nVidia services can be stopped and then set to disabled in the Service Manager via the Windows Control Panel. The other items can be uninstalled. As to the latter items, I recommend waiting until you update the graphics driver. Do a custom install and uncheck any item that is not needed. It's mostly bloatware.
  2. jabloomf1230's post in P3D Gabriels sun mod was marked as the answer   
    Where did you copy it to? suneffect.cfg is located in C:\ProgramData\Lockheed Martin\Prepar3D v2
  3. jabloomf1230's post in P3D Window Resizing Question was marked as the answer   
    Run P3d in LM's version of full screen mode. It's on the P3d menu. If one runs P3d in a normal window, but maximized to fit the entire screen (like in the video), this type of response occurs on some systems.
  4. jabloomf1230's post in Simple Simconnect reinstall? Expert answers only please was marked as the answer   
    Side-by-side isn't really that confusing. It allows each app to pick the version of a DLL that it needs to use. There are a bunch of SimConnect versions out there, because of the various versions of FSX and also P3D. There are even beta and hacked versions of SimConnect.DLL floating around the Internet. When you install any app that uses SimConnect it checks to see whether that app's version is already installed by perusing:
     
    C:\Windows\WinSxS\
     
    There you will find a bunch folders named like this:
     
    x86_microsoft.flightsimulator.simconnect_67c7c14424d61b5b_10.0.60905.0_none_dd92b94d8a196297
     
    The SimConnect.dll file version 10.0.60905.0 will be found in this folder.
     
     
    The manifest file for each app will tell the app which version to use.  For example, the manifest file for TrackIR when running with FSX SP2 looks like this:
    <?xml version='1.0' encoding='UTF-8' standalone='yes'?> <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'> <dependency> <dependentAssembly> <assemblyIdentity type='win32' name='Microsoft.FlightSimulator.SimConnect' version='10.0.61259.0' processorArchitecture='x86' publicKeyToken='67c7c14424d61b5b' /> </dependentAssembly> </dependency> ... </assembly> which shows you that if you are running FSX SP2, then TrackIR will use the unique SimConnect version 10.0.61259.0.
     
    None of this really has anything to do with SimConnect itself, but rather explains how Windows allows multiple versions of a DLL to coexist. When an app has more than one manifest file, then it generally calls another DLL first which then determines what sim is running and then the "helper" DLL decides both the proper manifest file and version of SimConnect.DLL.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.