-
Notifications
You must be signed in to change notification settings - Fork 0
Description
grep: /proc//maps: Нет такого файла или каталога
Unloaded!
Building cheat...
-- The C compiler identification is GNU 15.2.1
-- The CXX compiler identification is GNU 15.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done (0.7s)
-- Generating done (0.0s)
-- Build files have been written to: /home/filip/eclipse/build
[ 2%] Building CXX object CMakeFiles/eclipse.dir/src/features/chams.cpp.o
[ 4%] Building CXX object CMakeFiles/eclipse.dir/src/features/backtrack.cpp.o
[ 6%] Building CXX object CMakeFiles/eclipse.dir/src/features/esp.cpp.o
[ 8%] Building CXX object CMakeFiles/eclipse.dir/src/features/gamesdk/achievement_manager.cpp.o
[ 10%] Building CXX object CMakeFiles/eclipse.dir/src/features/gamesdk/activity_manager.cpp.o
[ 12%] Building CXX object CMakeFiles/eclipse.dir/src/features/discordrpc.cpp.o
[ 14%] Building CXX object CMakeFiles/eclipse.dir/src/features/gamesdk/application_manager.cpp.o
[ 16%] Building CXX object CMakeFiles/eclipse.dir/src/features/gamesdk/core.cpp.o
In file included from /home/filip/eclipse/src/features/esp.cpp:2:
In file included from /home/filip/eclipse/src/features/esp.hpp:2:
/home/filip/eclipse/src/features/../menu/imgui/imgui.h:2222:83: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImGuiListClipper' [-Wnontrivial-memcall]
2222 | inline ImGuiListClipper(int items_count, float items_height = -1.0f) { memset(this, 0, sizeof(*this)); ItemsCount = -1; Begin(items_count, items_height); } // [removed in 1.79]
| ^
/home/filip/eclipse/src/features/../menu/imgui/imgui.h:2222:83: note: explicitly cast the pointer to silence this warning
2222 | inline ImGuiListClipper(int items_count, float items_height = -1.0f) { memset(this, 0, sizeof(this)); ItemsCount = -1; Begin(items_count, items_height); } // [removed in 1.79]
| ^
| (void)
/home/filip/eclipse/src/features/../menu/imgui/imgui.h:2354:43: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImDrawListSplitter' [-Wnontrivial-memcall]
2354 | inline ImDrawListSplitter() { memset(this, 0, sizeof(this)); }
| ^
/home/filip/eclipse/src/features/../menu/imgui/imgui.h:2354:43: note: explicitly cast the pointer to silence this warning
2354 | inline ImDrawListSplitter() { memset(this, 0, sizeof(this)); }
| ^
| (void)
/home/filip/eclipse/src/features/../menu/imgui/imgui.h:2425:66: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImDrawList' [-Wnontrivial-memcall]
2425 | ImDrawList(const ImDrawListSharedData shared_data) { memset(this, 0, sizeof(this)); _Data = shared_data; }
| ^
/home/filip/eclipse/src/features/../menu/imgui/imgui.h:2425:66: note: explicitly cast the pointer to silence this warning
2425 | ImDrawList(const ImDrawListSharedData shared_data) { memset(this, 0, sizeof(this)); _Data = shared_data; }
| ^
| (void)
In file included from /home/filip/eclipse/src/features/esp.cpp:3:
/home/filip/eclipse/src/features/../menu/config.hpp:3:10: fatal error: 'nlohmann/json.hpp' file not found
3 | #include <nlohmann/json.hpp>
| ^~~~~~~~~~~~~~~~~~~
[ 18%] Building CXX object CMakeFiles/eclipse.dir/src/features/gamesdk/image_manager.cpp.o
[ 20%] Building CXX object CMakeFiles/eclipse.dir/src/features/gamesdk/lobby_manager.cpp.o
[ 22%] Building CXX object CMakeFiles/eclipse.dir/src/features/gamesdk/network_manager.cpp.o
In file included from /home/filip/eclipse/src/features/discordrpc.cpp:2:
In file included from /home/filip/eclipse/src/features/../interfaces.hpp:8:
In file included from /home/filip/eclipse/src/features/../sdk/interfaces/ivengineclient.hpp:4:
In file included from /home/filip/eclipse/src/features/../sdk/interfaces/../math.hpp:7:
/home/filip/eclipse/src/features/../sdk/interfaces/../../menu/imgui/imgui.h:2222:83: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImGuiListClipper' [-Wnontrivial-memcall]
2222 | inline ImGuiListClipper(int items_count, float items_height = -1.0f) { memset(this, 0, sizeof(*this)); ItemsCount = -1; Begin(items_count, items_height); } // [removed in 1.79]
| ^
/home/filip/eclipse/src/features/../sdk/interfaces/../../menu/imgui/imgui.h:2222:83: note: explicitly cast the pointer to silence this warning
2222 | inline ImGuiListClipper(int items_count, float items_height = -1.0f) { memset(this, 0, sizeof(this)); ItemsCount = -1; Begin(items_count, items_height); } // [removed in 1.79]
| ^
| (void)
/home/filip/eclipse/src/features/../sdk/interfaces/../../menu/imgui/imgui.h:2354:43: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImDrawListSplitter' [-Wnontrivial-memcall]
2354 | inline ImDrawListSplitter() { memset(this, 0, sizeof(this)); }
| ^
/home/filip/eclipse/src/features/../sdk/interfaces/../../menu/imgui/imgui.h:2354:43: note: explicitly cast the pointer to silence this warning
2354 | inline ImDrawListSplitter() { memset(this, 0, sizeof(this)); }
| ^
| (void)
/home/filip/eclipse/src/features/../sdk/interfaces/../../menu/imgui/imgui.h:2425:66: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImDrawList' [-Wnontrivial-memcall]
2425 | ImDrawList(const ImDrawListSharedData shared_data) { memset(this, 0, sizeof(this)); _Data = shared_data; }
| ^
/home/filip/eclipse/src/features/../sdk/interfaces/../../menu/imgui/imgui.h:2425:66: note: explicitly cast the pointer to silence this warning
2425 | ImDrawList(const ImDrawListSharedData shared_data) { memset(this, 0, sizeof(this)); _Data = shared_data; }
| ^
| (void)
3 warnings and 1 error generated.
make[2]: *** [CMakeFiles/eclipse.dir/build.make:121: CMakeFiles/eclipse.dir/src/features/esp.cpp.o] Ошибка 1
make[2]: *** Ожидание завершения заданий…
In file included from /home/filip/eclipse/src/features/backtrack.cpp:2:
In file included from /home/filip/eclipse/src/features/backtrack.hpp:5:
In file included from /home/filip/eclipse/src/features/../interfaces.hpp:8:
In file included from /home/filip/eclipse/src/features/../sdk/interfaces/ivengineclient.hpp:4:
In file included from /home/filip/eclipse/src/features/../sdk/interfaces/../math.hpp:7:
/home/filip/eclipse/src/features/../sdk/interfaces/../../menu/imgui/imgui.h:2222:83: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImGuiListClipper' [-Wnontrivial-memcall]
2222 | inline ImGuiListClipper(int items_count, float items_height = -1.0f) { memset(this, 0, sizeof(*this)); ItemsCount = -1; Begin(items_count, items_height); } // [removed in 1.79]
| ^
/home/filip/eclipse/src/features/../sdk/interfaces/../../menu/imgui/imgui.h:2222:83: note: explicitly cast the pointer to silence this warning
2222 | inline ImGuiListClipper(int items_count, float items_height = -1.0f) { memset(this, 0, sizeof(this)); ItemsCount = -1; Begin(items_count, items_height); } // [removed in 1.79]
| ^
| (void)
/home/filip/eclipse/src/features/../sdk/interfaces/../../menu/imgui/imgui.h:2354:43: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImDrawListSplitter' [-Wnontrivial-memcall]
2354 | inline ImDrawListSplitter() { memset(this, 0, sizeof(this)); }
| ^
/home/filip/eclipse/src/features/../sdk/interfaces/../../menu/imgui/imgui.h:2354:43: note: explicitly cast the pointer to silence this warning
2354 | inline ImDrawListSplitter() { memset(this, 0, sizeof(this)); }
| ^
| (void)
/home/filip/eclipse/src/features/../sdk/interfaces/../../menu/imgui/imgui.h:2425:66: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImDrawList' [-Wnontrivial-memcall]
2425 | ImDrawList(const ImDrawListSharedData shared_data) { memset(this, 0, sizeof(this)); _Data = shared_data; }
| ^
/home/filip/eclipse/src/features/../sdk/interfaces/../../menu/imgui/imgui.h:2425:66: note: explicitly cast the pointer to silence this warning
2425 | ImDrawList(const ImDrawListSharedData shared_data) { memset(this, 0, sizeof(this)); _Data = shared_data; }
| ^
| (void)
In file included from /home/filip/eclipse/src/features/chams.cpp:1:
In file included from /home/filip/eclipse/src/features/chams.hpp:2:
In file included from /home/filip/eclipse/src/features/../interfaces.hpp:8:
In file included from /home/filip/eclipse/src/features/../sdk/interfaces/ivengineclient.hpp:4:
In file included from /home/filip/eclipse/src/features/../sdk/interfaces/../math.hpp:7:
/home/filip/eclipse/src/features/../sdk/interfaces/../../menu/imgui/imgui.h:2222:83: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImGuiListClipper' [-Wnontrivial-memcall]
2222 | inline ImGuiListClipper(int items_count, float items_height = -1.0f) { memset(this, 0, sizeof(*this)); ItemsCount = -1; Begin(items_count, items_height); } // [removed in 1.79]
| ^
/home/filip/eclipse/src/features/../sdk/interfaces/../../menu/imgui/imgui.h:2222:83: note: explicitly cast the pointer to silence this warning
2222 | inline ImGuiListClipper(int items_count, float items_height = -1.0f) { memset(this, 0, sizeof(this)); ItemsCount = -1; Begin(items_count, items_height); } // [removed in 1.79]
| ^
| (void)
/home/filip/eclipse/src/features/../sdk/interfaces/../../menu/imgui/imgui.h:2354:43: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImDrawListSplitter' [-Wnontrivial-memcall]
2354 | inline ImDrawListSplitter() { memset(this, 0, sizeof(this)); }
| ^
/home/filip/eclipse/src/features/../sdk/interfaces/../../menu/imgui/imgui.h:2354:43: note: explicitly cast the pointer to silence this warning
2354 | inline ImDrawListSplitter() { memset(this, 0, sizeof(this)); }
| ^
| (void)
/home/filip/eclipse/src/features/../sdk/interfaces/../../menu/imgui/imgui.h:2425:66: warning: first argument in call to 'memset' is a pointer to non-trivially copyable type 'ImDrawList' [-Wnontrivial-memcall]
2425 | ImDrawList(const ImDrawListSharedData shared_data) { memset(this, 0, sizeof(this)); _Data = shared_data; }
| ^
/home/filip/eclipse/src/features/../sdk/interfaces/../../menu/imgui/imgui.h:2425:66: note: explicitly cast the pointer to silence this warning
2425 | ImDrawList(const ImDrawListSharedData shared_data) { memset(this, 0, sizeof(this)); _Data = shared_data; }
| ^
| (void)
In file included from /home/filip/eclipse/src/features/backtrack.cpp:4:
/home/filip/eclipse/src/features/../menu/config.hpp:3:10: fatal error: 'nlohmann/json.hpp' file not found
3 | #include <nlohmann/json.hpp>
| ^~~~~~~~~~~~~~~~~~~
3 warnings and 1 error generated.
make[2]: *** [CMakeFiles/eclipse.dir/build.make:79: CMakeFiles/eclipse.dir/src/features/backtrack.cpp.o] Ошибка 1
In file included from /home/filip/eclipse/src/features/chams.cpp:3:
/home/filip/eclipse/src/features/../menu/config.hpp:3:10: fatal error: 'nlohmann/json.hpp' file not found
3 | #include <nlohmann/json.hpp>
| ^~~~~~~~~~~~~~~~~~~
3 warnings and 1 error generated.
make[2]: *** [CMakeFiles/eclipse.dir/build.make:93: CMakeFiles/eclipse.dir/src/features/chams.cpp.o] Ошибка 1
3 warnings generated.
make[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/eclipse.dir/all] Ошибка 2
make: *** [Makefile:91: all] Ошибка 2
Loading cheat...
cp: не удалось выполнить stat для 'build/libeclipse.so': Нет такого файла или каталога
strip: «/usr/lib/libMangoHud.so»: Нет такого файла
sudo: patchelf: команда не найдена
2: Нет такого файла или каталога.
Argument required (process-id to attach).
No symbol table is loaded. Use the "file" command.
You can't do that without a process to debug.
The program is not being run.