astra-vision / weather-particle-simulator

Implementation of Fast Reactive Control for Illumination Through Rain and Snow (de Charette et al., 2012)
Other
10 stars 3 forks source link

Segmentation fault (core dumped) Error #9

Open LeR75019 opened 4 months ago

LeR75019 commented 4 months ago

Hi,

when using the command :

cd lin_x64; ./AHLSimulation

It enters the simulator then exits it instantly :

(py36_weatheraugment) root@eab9a3017578:/home/scratch/rain_rendering/3rdparty/weather-particle-simulator# cd lin_x64; ./AHLSimulation
PARTICLES SIMULATION 12.3

! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
Deletion of history may not be working with long delay
be careful of the updatePre
! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !

[Performance summary]
(!) Using speed up pre-processing
(!) NOT using debugging

Seed: 868403190
DSD Type 0
DSDP (0) - DSD Type 0
DSDP (0) - Menu:
   0. Quit
   1. Start simulation
   5. Simulation speed (MAX)
Segmentation fault (core dumped)
(py36_weatheraugment) root@eab9a3017578:/home/scratch/rain_rendering/3rdparty/weather-particle-simulator/lin_x64# 

Do you have any idea on how to fix this ?

rdecharette commented 4 days ago

Hi @LeR75019,

sorry for the delay. Which Ubuntu and binary are you using ?

You could have at this other issue, it seems that the bionic binary solved their problem.

Best.