Hi,
I have a Windows desktop app which I’ve been testing for some time now. Today I tried to copy the built version onto another pc but immediately get a Windows runtime exception error as below. It doesn’t quit as such but windows / content not fully loaded.
Am I missing something fundamental regarding the folder location? I’m sure I’ve done this before in the last 6 months without any extra steps involved.
(Built on Xojo v2025r2, 64Bit Windows 11 Pro)
Thanks
@Nigel_Roberts - my guess is there’s a path specific to your dev machine being reference in the code someplace.
Do you have any code in App.UnhandledException to write the error to the application log in Windows? It’d probably give you some insight as to the path causing the issue.
Anthony
That’s a great idea, thank you, never thought of that before! Of course, I have no idea how to get the error written in the application log, do you know of any examples please?
Actually, scrap that.. it was a simple folder missing which a colleague with a fresh pair of eyes instantly spotted.
Thanks
1 Like