We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to patch Navicat 16 on Ubuntu 24.04.
Ubuntu 24.04
On running docker compose run --build --rm patcher, Everything works fine until I get this.
docker compose run --build --rm patcher
Starting Patcher... *************************************************** * navicat-patcher by @DoubleLabyrinth * * version: 16.0.7.0-3 * *************************************************** [+] Try to open libcc.dll ... OK! [-] patch_solution_since<16, 0, 7, 0>: Vftable for CSRegistrationInfoFetcher_LINUX is not found. [-] patch_solution_since<16, 0, 7, 0>: This patch solution will be suppressed. [-] .\navicat-patcher\elf64_interpreter.cpp:570 -> File offset(0xffff8214acace008) doesn't have corresponding virtual address.
The text was updated successfully, but these errors were encountered:
Hey I just get the same issue. I wonder if you have found the workaround for this
Sorry, something went wrong.
No branches or pull requests
I'm trying to patch Navicat 16 on
Ubuntu 24.04
.On running
docker compose run --build --rm patcher
, Everything works fine until I get this.The text was updated successfully, but these errors were encountered: