You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Couple of question:
1- Is it fine to load a render over ssh with X11 forwarding?
2- Should OpenGL driver be installed with the Nvidia driver?
Currently, I am sshing to a node with "ssh -Y". The segmentation fault I receive is at:
$ ./optixPathTracer -scene ../../src/data/bedroom.scene
material Boxes
material PlasticCable
material LampEmitter
material Blankets
material Bedsheets
material Window
material PictureBacking
material Picture
material Rocks1
material Rocks2
material Rocks3
material DecoPlant
material Painting1
material Painting2
material Painting3
material Carpet
material Matress
material WoodFloor
material Walls
material Walls2
material WoodFurniture
material Mirror
material Aluminium
material BookCover
material BookPages
material LampMetal
material Vase
material Glass
material PictureFrame
material CurtainRod
material Curtains
material StainlessSmooth
material Curtains
material Curtains
Segmentation fault (core dumped)
I built the Debug binary and with gdb, I see
material StainlessSmooth
material Curtains
material Curtains
Program received signal SIGSEGV, Segmentation fault.
0x000000000026737c in ?? ()
(gdb) bt
#0 0x000000000026737c in ?? ()
#1 0x0000555555588b3a in main (argc=3, argv=0x7fffffffe7a8)
at /mnt/local/mnaderan/op/Optix-PathTracer/src/optixPathTracer/optixPathTracer.cpp:669
DevIL is required as it is used to load textures. The library provided with the repo might have an issue on Linux. I changed the CMake file to not pick the library from this repo on Linux, as another person had a similar segfault issue as mentioned in this PR: #7 Could you try by installing the library (sudo apt install libdevil-dev)?
Couple of question:
1- Is it fine to load a render over ssh with X11 forwarding?
2- Should OpenGL driver be installed with the Nvidia driver?
Currently, I am sshing to a node with "ssh -Y". The segmentation fault I receive is at:
I built the Debug binary and with gdb, I see
That line is here.
Is seems that IL (or DevIL) is needed here. I am not sure what may cause this error?
DevIL, OpenGL, X11 forwarding, ...
Any feedback?
The text was updated successfully, but these errors were encountered: