Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - aabs7

Pages: [1]
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?


2
General / SFML on Pi showing segmentation error
« on: July 05, 2017, 11:06:01 pm »
when I try to run SFML on Pi ssh server, it shows segmentation error. But when I run it in real VNC pi virtual desktop terminal, it runs.

I want to run SFML program on ssh .
Is there any solution to this problem?

Pages: [1]