LuxCore
LuxCore copied to clipboard
Unable to parse PLY file
Same hardware of #524 , but this time on Artix Linux, with LuxCore 2.5 binaries. When loading a scene (tried with the cornell scene included in the release and other scenes from this repository), the loading fails when parsing the last PLY file. For example the cornell scene output is:
[SDL][11.463] Reading scene: ./cornell.scn [SDL][11.473] Define ImageMap: NamedObject [SDL][11.473] Material definition: Khaki [SDL][11.473] Material definition: HalveRed [SDL][11.473] Material definition: DarkGreen [SDL][11.473] Material definition: Light [SDL][11.473] Camera type: perspective [SDL][11.473] Camera position: Point[-2.78, -8, 2.73] [SDL][11.473] Camera target: Point[-2.78, 2, 2.73] [SDL][11.473] Camera clipping plane disabled RenderConfig loading error: Unable to parse PLY file './Khaki.ply
As of LuxCoreRender Forums I have checked the PLY files, they all use LF, not CR+LF.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Also have such problem. If I run ./luxcoreui scenes/cornell/cornell.cfg
all works fine. But if I run ./luxcoreui
and after this load cfg from menu, i have the same error
same here