ptimale Posted August 26, 2021 Report Posted August 26, 2021 hello translated by Google fsuipc stops when I do Addon / WASM / Set lvars thank you in advance
John Dowson Posted August 26, 2021 Report Posted August 26, 2021 32 minutes ago, ptimale said: fsuipc stops when I do Addon / WASM / Set lvars What do you mean by 'stops' - does it crash? Can you list lvars? Can you at least show me your FSUIPC7.log file, from when this occurs. You may need to enable some logging, but show me your log file first. John
ptimale Posted August 26, 2021 Author Report Posted August 26, 2021 il plante (fsuipc) en quelques secondes le problème est un peu aléatoire quand j'ai lancé le simulateur aujourd'hui, il fonctionnait et lors de mon test d'un offset lvar il plante si j'utilise cette fonction "Set Lvart" fonction de liste travail Lvar FSUIPC7.log
John Dowson Posted August 27, 2021 Report Posted August 27, 2021 Can you please also show me your FSUIPC7.ini as well please. Also, please check the windows event viewer to see if there is a crash event reported there, and if so please show it to me. Quote the problem is a bit random Always with the same aircraft or different aircraft? Quote and during my test of an offset lvar it crashes if I use this "Set Lvart" function From the Add-ons -> WASM menu? Is this repeatable? When does it crash? Is the dialog box displayed and the drop-down menu with the lvars populated? Could you activate debug level logging in the WAPI by changing the LogLevel to Debug (in your FSUIPC7.ini) and generate a new log file please. John
ptimale Posted August 27, 2021 Author Report Posted August 27, 2021 1 hour ago, John Dowson said: Pouvez-vous également me montrer votre FSUIPC7.ini s'il vous plaît. Veuillez également vérifier l'observateur d'événements Windows pour voir s'il y a un événement de crash signalé, et si c'est le cas, veuillez me le montrer. Toujours avec le même avion ou des avions différents ? J'ai pas essayer les test sont fait une le A32NX Depuis le menu Modules complémentaires -> WASM ? Est-ce reproductible ? Quand tombe-t-il en panne ? La boîte de dialogue s'affiche-t-elle et le menu déroulant avec les lvars est-il renseigné ?4 Oui c'est reproductible voir la video Pourriez-vous activer la journalisation du niveau de débogage dans le WAPI en changeant le LogLevel en Debug (dans votre FSUIPC7.ini) et générer un nouveau fichier journal s'il vous plaît. John Hello Here is a video for the problem https://youtu.be/TuusYy7n0wk Event observer: Nom de l’application défaillante FSUIPC7.exe, version : 7.2.0.7, horodatage : 0x6123de89 Nom du module défaillant : FSUIPC7.exe, version : 7.2.0.7, horodatage : 0x6123de89 Code d’exception : 0xc0000409 Décalage d’erreur : 0x00000000000f03c1 ID du processus défaillant : 0x589c Heure de début de l’application défaillante : 0x01d79b29623f85da Chemin d’accès de l’application défaillante : F:\MicrosoftFlightSimulator\FSUIPC7\FSUIPC7.exe Chemin d’accès du module défaillant: F:\MicrosoftFlightSimulator\FSUIPC7\FSUIPC7.exe ID de rapport : aa2e3c9a-694a-4a5b-ab4e-68d4df82b345 Nom complet du package défaillant : ID de l’application relative au package défaillant : And the new Log: pièce jointe merci FSUIPC7.ini FSUIPC7.log FSUIPC_WASM.log FSUIPC_WASM_prev.log
ptimale Posted August 27, 2021 Author Report Posted August 27, 2021 Détecteur d'erreurs 1397138290525055397, type 5 Nom d’événement : BEX64 Réponse : Non disponible ID de CAB : 0 Signature du problème : P1 : FSUIPC7.exe P2 : 7.2.0.7 P3 : 6123de89 P4 : FSUIPC7.exe P5 : 7.2.0.7 P6 : 6123de89 P7 : 00000000000f03c1 P8 : c0000409 P9 : 0000000000000002 P10 : Fichiers joints : \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERE75F.tmp.WERInternalMetadata.xml Ces fichiers sont peut-être disponibles ici : \\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_FSUIPC7.exe_445dcfe53d7ba2b8fe2dfbb896715b441e7ce620_0900d0da_65b719bf-5af0-4181-8d61-66a02ce7fbdc Symbole d’analyse : Nouvelle recherche de la solution : 0 ID de rapport : 3db9a920-ec01-4a61-8ff1-792920a11156 Statut du rapport : 268435456 Récipient avec hachage : 2ee5537157872fed4363a1df74d7a9a5 GUID CAB :0
John Dowson Posted August 27, 2021 Report Posted August 27, 2021 Found the issue. There was a memory issue as there are some lvars in the FBW A320 that exceed the maximum configured length of 56 characters, e.g. this one has 85: A32NX_ADIRS_ADR_1_INTERNATIONAL_STANDARD_ATMOSPHERE_DELTA32NX_ADIRS_IR_1_GROUND_SPEED i have corrected one issue that this causes (and you were experiencing) in the attached version, v7.2.8b, so please try this. However, such long lvar names may cause memory issues elsewhere, as I would expect such long lvar names to be truncated to the configured value, which they are not. I will therefore look into this further. John FSUIPC7.exe
ptimale Posted August 27, 2021 Author Report Posted August 27, 2021 my first tests with version 7.2.8 are functional thank you so much
ptimale Posted August 27, 2021 Author Report Posted August 27, 2021 next problem: Version 7.2.7 2 = L: A32NX_OVHD_APU_MASTER_SW_PB_IS_ON = UB0xA002 it works Version 7.2.8 2 = L: A32NX_OVHD_APU_MASTER_SW_PB_IS_ON = UB0xA002 does not work anymore it's just for information, I understood that this version was under development
John Dowson Posted August 27, 2021 Report Posted August 27, 2021 What does not work? Please provide more information, i.e. is the offset populated and you just cannot update, or is the value not even populated? And please show me your log and ini files - required for any issue really. John
John Dowson Posted August 27, 2021 Report Posted August 27, 2021 Looks like I messed up the UB conversion in that version - please try the attached: FSUIPC7.exe
ptimale Posted August 27, 2021 Author Report Posted August 27, 2021 I just did my assignment again (UB) I'm testing your latest version Joke : With us said "there are only those who work who do not make mistakes" and I know what I'm talking about;)
John Dowson Posted August 27, 2021 Report Posted August 27, 2021 No problem. There are still possible memory corruption issues in that version due to excessively long lvar names (>56 chars). I've corrected this now (currently testing) and will release a full version (including a WASM update) later today. This will be the official 7.2.8 release. There will be some issues accessing lvars/hvars with more than 56 characters, and I'm not too sure how to handle this yet, so further work will be required. I will update the Advanced User guide with details.
ptimale Posted August 27, 2021 Author Report Posted August 27, 2021 ok vu Merci pour l'information and I will not forget to provide you with the logs and fsuipc.ini in the future
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now