Advertisement
Guest User

Untitled

a guest
Jan 7th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. mono profile = '/opt/Unity/Editor/Data/Mono/lib/mono/2.0'
  2. Initialize mono
  3. Mono path[0] = '/opt/Unity/Editor/Data/Managed'
  4. Mono path[1] = '/opt/Unity/Editor/Data/Mono/lib/mono/2.0'
  5. Mono path[2] = '/opt/Unity/Editor/Data/UnityScript'
  6. Mono path[3] = '/opt/Unity/Editor/Data/Mono/lib/mono/2.0'
  7. Mono config path = '/opt/Unity/Editor/Data/Mono/etc'
  8. Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,defer=y,address=0.0.0.0:56018
  9. Desktop is 5760 x 1080 @ 60 Hz
  10. module.js:328
  11. throw err;
  12. ^
  13.  
  14. Error: Cannot find module '/opt/Unity/Editor/Data/Tools/nodejs/bin/node_modules/npm/bin/npm-cli.js'
  15. at Function.Module._resolveFilename (module.js:326:15)
  16. at Function.Module._load (module.js:277:25)
  17. at Function.Module.runMain (module.js:442:10)
  18. at startup (node.js:136:18)
  19. at node.js:966:3
  20. ListPackages failed, output:
  21. Error parsing output of npm ls (1) @0 output:
  22. module.js:328
  23. throw err;
  24. ^
  25.  
  26. Error: Cannot find module '/opt/Unity/Editor/Data/Tools/nodejs/bin/node_modules/npm/bin/npm-cli.js'
  27. at Function.Module._resolveFilename (module.js:326:15)
  28. at Function.Module._load (module.js:277:25)
  29. at Function.Module.runMain (module.js:442:10)
  30. at startup (node.js:136:18)
  31. at node.js:966:3
  32. InstallEditorPackages failed, output:
  33. installJavascriptPackages failed
  34.  
  35. (Filename: /home/builduser/buildslave/unity/build/Runtime/Utilities/Argv.cpp Line: 172)
  36.  
  37. [0109/050701:ERROR:browser_main_loop.cc(161)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
  38. [0109/050701:ERROR:renderer_main.cc(227)] Running without renderer sandbox
  39. [0109/050701:ERROR:gpu_process_transport_factory.cc(402)] Failed to establish GPU channel.
  40. Error loading file:///%2Fhome%2Fdarkzek%2F.local%2Fshare%2Funity3d%2FPackages%2Fnode_modules%2Funity-editor-home%2Fdist/index.html#/project/recent
  41.  
  42.  
  43. (Filename: /home/builduser/buildslave/unity/build/Editor/Platform/Interface/NativeWebViewWindow.cpp Line: 51)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement