You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yo guys
So I came along this game engine because it was open source and it used c++ and vulkan, which interested me.
The problem is that I cant get it to install lol
I tried compiling it using cmake from the cmake folder, and then using the makefile to make the program. it compiled for some time and it didnt have any errors, and then I tried sudo make install. No errors, puts for example the editor into /usr/local/bin. But it doesnt appear in application launcher, and trying to run the file manually gives an error saying: ./Editor: error while loading shared libraries: libAcid.so: cannot open shared object file: No such file or directory
Can someone help me? Also PLEASE have it prepackaged.
And a little hint, what about a discord community so that noobs like me could ask for help there? lol
anyways, have a good day yall.
EDIT:
its complaining about a missing file in the bin folder: [bigsmarty@bigsmarty-aspirea71541g bin]$ ./Editor [ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1) [ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1) terminate called after throwing an instance of 'std::filesystem::__cxx11::filesystem_error' what(): filesystem error: cannot get file time: No such file or directory [/home/bigsmarty/Acid/CMake/bin/libEditorTest.so] Aborted (core dumped) [bigsmarty@bigsmarty-aspirea71541g bin]$
The text was updated successfully, but these errors were encountered:
oh btw, I found out that theres a bin folder with the compiled binaries in the cmake folder, but trying to run editor gives me a window and then crashes shortly after.
there is also a logs folder with some log files, but they are all empty.
Yo guys
So I came along this game engine because it was open source and it used c++ and vulkan, which interested me.
The problem is that I cant get it to install lol
I tried compiling it using cmake from the cmake folder, and then using the makefile to make the program. it compiled for some time and it didnt have any errors, and then I tried sudo make install. No errors, puts for example the editor into /usr/local/bin. But it doesnt appear in application launcher, and trying to run the file manually gives an error saying:
./Editor: error while loading shared libraries: libAcid.so: cannot open shared object file: No such file or directory
Can someone help me? Also PLEASE have it prepackaged.
And a little hint, what about a discord community so that noobs like me could ask for help there? lol
anyways, have a good day yall.
EDIT:
its complaining about a missing file in the bin folder:
[bigsmarty@bigsmarty-aspirea71541g bin]$ ./Editor [ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1) [ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1) terminate called after throwing an instance of 'std::filesystem::__cxx11::filesystem_error' what(): filesystem error: cannot get file time: No such file or directory [/home/bigsmarty/Acid/CMake/bin/libEditorTest.so] Aborted (core dumped) [bigsmarty@bigsmarty-aspirea71541g bin]$
The text was updated successfully, but these errors were encountered: