beschulz / wav2png

Creates waveform pngs out of audio files.
GNU General Public License v2.0
281 stars 46 forks source link

segmentation fault ./wav2png ? #25

Closed hems closed 8 years ago

hems commented 8 years ago

wav2png used to work perfectly but suddenly when i try to use it i get the following error:

[1]    13806 segmentation fault  ./wav2png

the funny thing is that this error happened on my desktop computer and then when i moved onto my laptop i found out the same error is happening too, but theoretically nothing has changed in both machines since the last time i used it successfully.

any ideas?

beschulz commented 8 years ago

Can you do a re-compile, e.g. make clean && make all and see if the problem persists?

On 21 February 2016 at 20:14, henrique matias notifications@github.com wrote:

wav2png used to work perfectly but suddenly when i try to use it i get the following error:

[1] 13806 segmentation fault ./wav2png

the funny thing is that this error happened on my desktop computer and then when i moved onto my laptop i found out the same error is happening too, but theoretically nothing has changed in both machines since the last time i used it successfully.

any ideas?

— Reply to this email directly or view it on GitHub https://github.com/beschulz/wav2png/issues/25.

hems commented 8 years ago

@beschulz i had this issue when trying to recompile: https://github.com/beschulz/wav2png/issues/24

luckily i found the wav2png binary on the repository history under darwin/bin .... why did you guys delete it? it was very useful for me! i would have been in big trouble if i didn't find it on the history.

beschulz commented 8 years ago

I have deleted it, because it can cause trouble if you have different library versions installed then the ones the binary was compiled against or can cause some head scratching if the required libraries are not installed at all.

Glad you could get it to work. Ben

henrique matias notifications@github.com schrieb am Di., 23. Feb. 2016, 17:24:

@beschulz https://github.com/beschulz i had this issue when trying to recompile: #24 https://github.com/beschulz/wav2png/issues/24

luckily i found the wav2png binary on the repository history under darwin/bin .... why did you guys delete it? it was very useful for me! i would have been in big trouble if i didn't find it on the history.

— Reply to this email directly or view it on GitHub https://github.com/beschulz/wav2png/issues/25#issuecomment-187771510.

hems commented 8 years ago

@beschulz still i can't compile the "master" version of the repo. so please have a look on the other issue!

beschulz commented 8 years ago

Hi hems,

can you give more details on why you can't compile? I'm closing this now, but please feel free to re-open if you still cannot compile.

hems commented 8 years ago

i'll try it again as soon as i have a chance, sorry i been away from this for some time now