MegaAntiCheat / client-backend

GNU General Public License v3.0
117 stars 24 forks source link

"There is no UI bundled with this version of the application." #145

Closed TacoDelPaco closed 4 months ago

TacoDelPaco commented 4 months ago

According to the announcement post, this is a known recent issue and I did try redownloading a fresh copy but still no luck.

I reverted the Git repo of client-backend to c9a79599a03a909ceae841e91204ea421581175f to get things working again.

If you need any more info let me know, or if this is already being fixed 🫠 oof

Thanks

Bash-09 commented 4 months ago

If you downloaded it from the release then it should be bundled, but if you downloaded it from the pipeline then the UI is not included, or if you built the application yourself you'll need to run the appropriate include_ui script before building.

So unless you downloaded this from the most recent release (after Mega updated it), then this is not an issue.

TacoDelPaco commented 4 months ago

I've been updating via git pull's and always running the include_ui.sh script before starting my game, I haven't tried from the release file in awhile and it indeed works as intended.

Thanks for your help 🫠

Bash-09 commented 4 months ago

I've been updating via git pull's and always running the include_ui.sh script before starting my game

If you did this and it said there was no UI bundled there was likely something that failed when running the script such as not having npm or pnpm or something else. Glad it's sorted though :)