glaumar / QRookie

Download and install Quest games from ROOKIE Public Mirror (like VRP Rookie Sideloader but for Linux and MacOS)
GNU General Public License v3.0
41 stars 4 forks source link

Application get's terminated - URL shows i am blocked from accessing #44

Closed RandomLegend closed 1 month ago

RandomLegend commented 1 month ago

Trying to start the application gives me this output:

Downloading vrp-public.json from  "https://raw.githubusercontent.com/vrpyou/quest/main/vrp-public.json"
*** stack smashing detected ***: terminated
fish: Job 1, 'QRookie' terminated by signal SIGABRT (Abort)

Opening the github URL in this output shows the URL of https://theapp.vrrookie.xyz/ and that gives me this error:

image

I tried different IPs via VPN, different DNS providers, etc.

frxctura commented 1 month ago

The error you're seeing on the domain is supposed to be shown. The SIGABRT you're seeing is a critical error that has nothing to do with it, it most likely is a result of a crash. The "stack smashing detected" means a protection mechanism kicked in, it detects buffer overflow errors It happens when a program writes more data to the stack than its available memory allocation

RandomLegend commented 1 month ago

Good to know - any way to fix this?

RandomLegend commented 1 month ago

hm okay, so i just found that the AUR version is vastly behind the current release on GitHub.

I built it from source and now it works.

So the AUR version should be updated i suppose, don't know if the maintainer is the same