Advertisement
Guest User

CiC Error message

a guest
Sep 28th, 2021
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. Console Output:
  2.  
  3. [4577:0928/110456:ERROR:browser_main_loop.cc(170)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
  4. Gtk-Message: 11:04:56.385: Failed to load module "canberra-gtk-module"
  5. [4598:0928/110456:ERROR:sandbox_linux.cc(325)] InitializeSandbox() called with multiple threads in process gpu-process
  6.  
  7. Error in Game window:
  8.  
  9. TypeError: Cannot read property 'blendModes' of undefined
  10. at Function.Graphics._createRenderer (KhasAdvancedLighting.js:397:27)
  11. at Function.Graphics._createAllElements (rpg_core.js:2339:10)
  12. at Function.Graphics.initialize (rpg_core.js:1769:10)
  13. at Function.SceneManager.initGraphics (rpg_managers.js:1822:14)
  14. at Function.SceneManager.initialize (rpg_managers.js:1811:10)
  15. at Function.SceneManager.initialize (KhasCore.js:126:10)
  16. at Function.SceneManager.run (rpg_managers.js:1802:14)
  17. at Function.SceneManager.run (YEP_CoreEngine.js:1371:32)
  18. at window.onload (main.js:8:18)
  19. at window.onload (SRD_GameUpgrade.js:1096:19)
  20.  
  21. The Console further outputs the same error code, with additional file location information.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement