1
General / Re: SFML on Pi showing segmentation error
« on: July 06, 2017, 01:19:36 pm »
Actually, I am running SFML on Raspberry Pi. when I run the code i.e lets say rendering window, it runs well when we run it from the monitor of Raspberry Pi.
But when I make a secure shell for Pi(ssh) on Linux without monitor and run the code through "ssh" of Pi , then it shows "SEGMENTATION FAULT"
For SFML to handle events we have to create window, But in SSH , it cannot open window to handle events. SO it is showing "SEGMENTATION FAULT"
Is there any possible way we can overcome this? i.e Handling events without Rendering window?
But when I make a secure shell for Pi(ssh) on Linux without monitor and run the code through "ssh" of Pi , then it shows "SEGMENTATION FAULT"
For SFML to handle events we have to create window, But in SSH , it cannot open window to handle events. SO it is showing "SEGMENTATION FAULT"
Is there any possible way we can overcome this? i.e Handling events without Rendering window?