Skip to content
New issue

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

CAssetLoadException on start #249

Open
objectiveSquid opened this issue Sep 6, 2024 · 0 comments
Open

CAssetLoadException on start #249

objectiveSquid opened this issue Sep 6, 2024 · 0 comments
Assignees

Comments

@objectiveSquid
Copy link

System:
image

Command ran:
./linux-wallpaperengine --assets-dir assets

Command output:

magnus@MagnusPC:~/linux-wallpaperengine/build/build$ ./linux-wallpaperengine --assets-dir assets
[0906/151605.354384:WARNING:resource_util.cc(94)] Please customize CefSettings.root_cache_path for your application. Use of the default value may lead to unintended process singleton behavior.
Using wallpaper engine's assets at "assets" based on --assets-dir parameter
terminate called after throwing an instance of 'WallpaperEngine::Assets::CAssetLoadException'
  what():  Cannot find file : Cannot find directory
Aborted (core dumped)
magnus@MagnusPC:~/linux-wallpaperengine/build/build$ [0100/000000.666080:WARNING:sandbox_linux.cc(400)] InitializeSandbox() called with multiple threads in process gpu-process.

While running cmake .. I got this warning:

CMake Warning (dev) at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (PkgConfig)
  does not match the name of the calling package (PulseAudio).  This can lead
  to problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  /usr/share/cmake-3.22/Modules/FindPkgConfig.cmake:99 (find_package_handle_standard_args)
  CMakeModules/FindPulseAudio.cmake:30 (include)
  CMakeLists.txt:37 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning at CMakeModules/cef_variables.cmake:49 (message):
  No CMAKE_BUILD_TYPE value selected, using Release
Call Stack (most recent call first):
  CMakeModules/FindCEF.cmake:38 (include)
  CMakeLists.txt:77 (find_package)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants