
John Dowson
Members-
Posts
12,993 -
Joined
-
Last visited
-
Days Won
267
Content Type
Profiles
Forums
Events
Gallery
Downloads
Everything posted by John Dowson
-
Did you read this thread? Or search for similar issues? As posted just before your post, please see
-
Issue with Installation and flight/plan folder locations
John Dowson replied to John Dowson's topic in FSUIPC7 MSFS
There were registry entries in the beta version, which is what FSUIPC7 is currently using. However, it looks like these are no longer present in the released version, which is why FSUIPC7 now cannot determine the default location for flight files and plans. Many offsets won't be populated until MSFS is running and FSUIPC7 is connected. For example, you could check offset 0x3124 (FS version being used) or 0x3308 (FS version as determined by FSUIPC) which will be the first offsets written to when MSFS is detected. However, these offsets aren't currently cleared if MSFS closes. This is because usually you would have FSUIPC7 to auto-close with the FS, but I could clear these in the case that FSUIPC7 remains open if this helps. John -
You can try putting the dll in the Windows system folder (and reboot), but this really should be done by the SDK installer (and would then also require users of your software to also install the SDK!). The way to embed the dll is to use a static library. Seems like Asobo only provided a static library for unmanaged C/C++, maybe a static library for managed code will come later. I think for now, you should just include the SimConnect.dll along with your application. John
-
Specific aircraft profile name not in title bar
John Dowson replied to Aircom's topic in FSUIPC7 MSFS
Its on my list, I'll let you know once implemented. John -
It seems that the location for flights and flight plans has changed since the beta. This is causing issues with autosave, as well as flight loading/saving. There also seem to be issues in SimConnect in this area (the required functions are not documented as not or partially working). Also the FS installation location is no longer reported correctly, due to a change in the registry entries/values used, and also the different installation method used by Steam compared to the MS Store. I will investigate these issue. John
-
I mean your "required" location, i.e. wherever you want to install it. It can go anywhere. If you have FSUIPC6, it will be in your installation folder. If you can't see the extensions, they are hidden from you and you will have to change the Explorer options to see the extensions. You can use the 'Open Folder' option in the FSUIPC6 logging tab, which will open an explorer window on your FSUIPC6 installation folder. Your FSUIPC6.ini file will be there. John
-
I think it means v11.0: 8484 MSFS version = 11.0.282174.999 John
-
Specific aircraft profile name not in title bar
John Dowson replied to Aircom's topic in FSUIPC7 MSFS
Was it? I can't remember...I'll take a look at some point but this is pretty minor so it may take a while. -
Yes. unsigned byte (UB) Format is the same, but the value is different. Its 110 for MSFS.
-
I have uploaded a new build of FSUIPC7. This is now compiled against the 0.5.1.0 SDK (was previously 0.4.1.0) and against the static library, so the SimConnect.dll is no longer required with this version. However, the frame rate drop problem is still present.
-
FYI, I have just updated FSUIPC7-Beta. It is now built against the static lib, so the dll is no longer required.
-
Where to find the MFS2020 SDK & SimConnect.dll?
John Dowson replied to RoyvGenderen's topic in FSUIPC7 MSFS
I have now re-build FSUIPC7 against the static SimConnect.lib, so the SimConnect.dll is no longer necessary. Please download the new version, and delete the SimConnect.dll from the FSUIPC7 installation folder. John -
It is only added once FSUIPC7 is connect to the sim. Its not there otherwise.
-
I wouldn't rely on this as it seems to be a server-side issue, but there may be a work around. I'll test once I have it up and running. John
-
Where to find the MFS2020 SDK & SimConnect.dll?
John Dowson replied to RoyvGenderen's topic in FSUIPC7 MSFS
No. Please follow the SDK installation instructions, and then the FSUIPC7 installation instructions. I'll be posting a new version later today that doesn't require the SimConnect.dll. If you have issues, please wait for this update. I am no longer going to respond to SimConnect.dll issues. All the information you need is already available. John -
Your image shows 'Simulator not detected'. The PFC config panel, and Add-on drop-down menu, with the PFC menu entry, only appear once the sim is detected and FSUIPC7 has a working SimConnect connection (i.e. status of 'Connected'). This is because the driver waits for the 'Ready-to-fly' flag to be set before it finishes initialisation. John
-
That may mean that you are using a 32-bit SimConnect.dll, rather than the 64-bit one supplied by the MSFS SDK. Where did you get the SimConnect.dll from? If it is the 64-bit one from the MSFS SDK, then see https://ugetfix.com/ask/how-to-fix-application-unable-to-start-error-0x000007b/ This was also reported in this post: And this has nothing to do with the topic in which you posted. If you have an issue, please first look to see if it has already been reported. If not, start a new topic - don't hijack existing topics that are not relevant. Thanks.
-
I'm still downloading MSFS, should be ready in a few hours. I'm also now downloading the SDK.... John
-
Hmm, strange. Mine has Path=D:\Prepar3D v4\Sound\ which is obviously wrong! I've made a note and will look into this, when time permits. John
-
FSUIPC7 is currently build against SDK 0.4.1. I don't have the 0.5.1 SDK yet. Once I do, I'll release a update. So, currently we are registering for all events in the 0.4.1 SDK. John