<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Regresion in 847d0a393d7f0f967f39302900d5330f32b804c8"
href="https://bugs.freedesktop.org/show_bug.cgi?id=105218#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Regresion in 847d0a393d7f0f967f39302900d5330f32b804c8"
href="https://bugs.freedesktop.org/show_bug.cgi?id=105218">bug 105218</a>
from <span class="vcard"><a class="email" href="mailto:dark_sylinc@yahoo.com.ar" title="Matias N. Goldberg <dark_sylinc@yahoo.com.ar>"> <span class="fn">Matias N. Goldberg</span></a>
</span></b>
<pre>Hi!
Thanks for starting to look into this!
First:
glxinfo | grep OpenGL
OpenGL vendor string: X.Org
OpenGL renderer string: Radeon RX 560 Series (POLARIS11 / DRM 3.19.0 / 4.14.11,
LLVM 6.0.0)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.1.0-devel
(git-b3a1d9588e)
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 18.1.0-devel (git-b3a1d9588e)
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 18.1.0-devel
(git-b3a1d9588e)
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:
To be more specific, my LLVM is from SVN revision 321389
As for the Terra crash: It seems the build didn't pick rapidjson, so there's no
JSON material support.
Place rapidjson into <OgreRepo>/Dependencies/include/rapidjson folder (create
it if it doesn't exist) so that the header lies at
<OgreRepo>/Dependencies/include/rapidjson/rapidjson.h
To avoid any potential problem just grab rapidjson files from here:
<a href="https://bitbucket.org/cabalistic/ogredeps/src/d0f0609a769a5a4a5824256280e07b3a72637a63/src/rapidjson/include/?at=default">https://bitbucket.org/cabalistic/ogredeps/src/d0f0609a769a5a4a5824256280e07b3a72637a63/src/rapidjson/include/?at=default</a>
Then run CMake again on Ogre so that it picks up rapidjson and build again.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>