patrickl92 / AudioChecklist

Framework for executing checklists in X-Plane
MIT License
48 stars 4 forks source link

Lua exits with an error when using the checklists for an unsupported plane #12

Closed Ulazygit closed 2 years ago

Ulazygit commented 2 years ago

Firstly, thank you for implementing the manual mode. It's taken my simming to the next level!

Would it be possible to run checklists for a different aircraft different to the one I am flying when in manual.mode. I.e. use the Zibo checklist in manual mode for the ixeg 737?

patrickl92 commented 2 years ago

You can run any checklists on any aircraft. Have you tried it? It should work.

Ulazygit commented 2 years ago

yes but it eventually crashes the script saying attempted to compare nil with number and then i have to reload the lua to start it again. This is when using fjs732 with 738 checklist

On Fri, Feb 18, 2022 at 9:36 PM Patrick Lang @.***> wrote:

You can run any checklists on any aircraft. Have you tried it? It should work.

— Reply to this email directly, view it on GitHub https://github.com/patrickl92/AudioChecklist/issues/12#issuecomment-1045215390, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOPJAVHZW4QUEC7WDTRNNIDU323WNANCNFSM5OVMRYPA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

patrickl92 commented 2 years ago

Can you attach the X-Plane log file to the GitHub issue after you have triggered that error? I'll have a look.

Ulazygit commented 2 years ago

Log.txt error

patrickl92 commented 2 years ago

I have changed the title, because it was actually a bug. It shouldn't cause an error when using the checklists for an unsupported plane. I have fixed that and released a new version of the AudioChecklist core and the SOPs. You need to update both the AudioChecklist core and the Zibo SOP. Please let me know if it works with the new releases.

patrickl92 commented 2 years ago

@Ulazygit Have you tried the new release yet?

patrickl92 commented 2 years ago

Closed due to inactivity