Advertisement
Guest User

Untitled

a guest
Apr 6th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. -------------------------------------------------------------------------------
  2.  
  3. Render Pipeline Setup 1.1
  4.  
  5. -------------------------------------------------------------------------------
  6.  
  7.  
  8. [ 01 ] Checking Panda3D Modules
  9.  
  10.  
  11. The C++ modules of the pipeline are faster and produce better
  12. results, but we will have to compile them. As alternative,
  13. a Python fallback is used, which is slower and produces worse
  14. results. Also some plugins only partially work with the python
  15. fallback (e.g. PSSM). Do you want to compile the C++ modules? (y/n): n
  16.  
  17.  
  18. [ 02 ] Extracting .gz files ...
  19. Extracting plane.bam.gz
  20. Extracting cubemap.bam.gz
  21.  
  22.  
  23. [ 03 ] Generating .txo files ...
  24. Running script: data/generate_txo_files.py
  25.  
  26.  
  27. [ 04 ] Filtering default cubemap ..
  28. Running script: data/default_cubemap/filter.py
  29.  
  30.  
  31. [ 05 ] Precomputing film grain ..
  32. Running script: data/film_grain/generate.py
  33. :display:gsg:glgsg(error): An error occurred while compiling GLSL compute shader grain.compute.glsl:
  34. Compute shader failed to compile with the following errors:
  35. ERROR: ../../rpcore/shader/includes/noise.inc.glsl:225: error(#143) Undeclared identifier: gl_FragCoord
  36. ERROR: ../../rpcore/shader/includes/noise.inc.glsl:225: error(#216) Vector field selection out of range "xy"
  37. ERROR: error(#273) 2 compilation errors. No code generated
  38.  
  39. :display:gsg:glgsg(error): An error occurred while linking GLSL shader
  40. Error: No shaders attached to current program
  41.  
  42. Assertion failed: _current_shader_context != NULL at line 5835 of c:\users\tangl\desktop\panda3d-master\panda\src\glstuff\glGraphicsStateGuardian_src.cxx
  43. Traceback (most recent call last):
  44. File "generate.py", line 76, in <module>
  45. Application()
  46. File "generate.py", line 63, in __init__
  47. (2048 // 16, 2048 // 16, 1), attr, self.win.get_gsg())
  48. AssertionError: _current_shader_context != NULL at line 5835 of c:\users\tangl\desktop\panda3d-master\panda\src\glstuff\glGraphicsStateGuardian_src.cxx
  49. Failed to execute 'generate.py'
  50. Output: Command '['C:\\Panda3D-1.10.0-x64\\python\\ppython.exe', '-B', 'generate.py']' returned non-zero exit status 1
  51.  
  52.  
  53. Setup failed: Python script didn't return properly!
  54.  
  55. Please fix the above errors and then restart the setup.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement