Web error: RuntimeGetCurrentException

I recently upgraded to Xojo 2025 and made some updates to my app that runs on a Linux Webserver. I now receive the following error that I don’t understand: undefined symbol: RuntimeGetCurrentException

The program does run on the development machine fine, just not not on the webserver. I did not make major changes during the upgrade. Any thoughts?

I have tried to delete the libs and resources directrories on the server and uploaded updated ones from the new build directory.

You upgraded from Xojo …?
What OS is running on the Linux Webserver?
Not much information for RuntimeGetCurrentException that I can find, sorry.

yes, I upgraded from an Xojo2023. The server runs Linux Mint, 64, Apache webserver. I have another app that runs fine… I seem to remember that I had to copy some update from an Xojo sample project to upgrade that one, but I don’t recall what that was, or if I am remembering that correctly.

Did you copy over the libs folder correctly when deploying the update on the webserver?

That looks like a problem in a library file.

Make sure you compiled for the right platform as well.

Yep… I put a slash in the wrong spot when I copied the files over and it created a subdirectory called ‘Libs’ and ‘Resources’