Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resamplers tend to crash (Linux) #1231

Open
1 task done
p0pnstxr opened this issue Aug 6, 2024 · 1 comment
Open
1 task done

Resamplers tend to crash (Linux) #1231

p0pnstxr opened this issue Aug 6, 2024 · 1 comment

Comments

@p0pnstxr
Copy link

p0pnstxr commented Aug 6, 2024

Acknowledgement

  • I have read Getting-Started and FAQ

🐛 Describe the bug

Most of the time OpenUTAU and its resamplers run ok (aside from weird UI slowness and broken plugins), but out of nowhere most of my resamplers tend to crash with no apparent reason why no matter the voicebank. I've tried switching WINE's version of Windows, changing moreconfig settings, and installing C++ libraries to the wineprefix, but nothing seems to fix it. I would appreciate help with this bug, have a nice day

Explains how to reproduce the bug

  1. Load any .ustx
  2. Set Resampler to Classic ---> Moresampler (though this seems to happen with tips, tn_fnds, straycat-rs and macres)
  3. Press Play button (either results in a WINE popup or an OU popup)

OS & Version

UwUntu (Ubuntu) 22.10 LTS x86_64 (AMD)

Logs

Moresampler example:

Failed to render

moresampler.sh failed to resample "n きB3" at 15:1.000

System.AggregateException: One or more errors occurred. (moresampler.sh failed to resample "n きB3" at 15:1.000)
---> System.IO.InvalidDataException: moresampler.sh failed to resample "n きB3" at 15:1.000
at OpenUtau.Classic.ClassicRenderer.<>c__DisplayClass8_0.b__1(ResamplerItem item) in /home/appveyor/projects/openutau/OpenUtau.Core/Classic/ClassicRenderer.cs:line 83
at System.Threading.Tasks.Parallel.<>c__DisplayClass19_01.<ForWorker>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) --- End of stack trace from previous location --- at System.Threading.Tasks.Parallel.<>c__DisplayClass19_01.b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
at System.Threading.Tasks.TaskReplicator.Replica.Execute()
--- End of inner exception stack trace ---

0.1.529.0

Straycat example:

Failed to render

straycat-rs.sh failed to resample "- あB3" at 0:1.000

System.AggregateException: One or more errors occurred. (straycat-rs.sh failed to resample "- あB3" at 0:1.000)
---> System.IO.InvalidDataException: straycat-rs.sh failed to resample "- あB3" at 0:1.000
at OpenUtau.Classic.ClassicRenderer.<>c__DisplayClass8_0.b__1(ResamplerItem item) in /home/appveyor/projects/openutau/OpenUtau.Core/Classic/ClassicRenderer.cs:line 83
at System.Threading.Tasks.Parallel.<>c__DisplayClass19_01.<ForWorker>b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion) --- End of stack trace from previous location --- at System.Threading.Tasks.Parallel.<>c__DisplayClass19_01.b__1(RangeWorker& currentWorker, Int32 timeout, Boolean& replicationDelegateYieldedBeforeCompletion)
at System.Threading.Tasks.TaskReplicator.Replica.Execute()
--- End of inner exception stack trace ---

0.1.529.0

Whatever this is (might be important):

ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_route.c:877:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:877:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:877:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:877:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_oss.c:397:(_snd_pcm_oss_open) Cannot open device /dev/dsp
ALSA lib pcm_oss.c:397:(_snd_pcm_oss_open) Cannot open device /dev/dsp
ALSA lib confmisc.c:160:(snd_config_get_card) Invalid field card
ALSA lib pcm_usb_stream.c:482:(_snd_pcm_usb_stream_open) Invalid card 'card'
ALSA lib confmisc.c:160:(snd_config_get_card) Invalid field card
ALSA lib pcm_usb_stream.c:482:(_snd_pcm_usb_stream_open) Invalid card 'card'
ALSA lib pcm.c:8568:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8568:(snd_pcm_recover) underrun occurred

@oxygen-dioxide
Copy link
Contributor

oxygen-dioxide commented Aug 14, 2024

This might be an issue of WINE rather than OpenUtau. You can try directly pass the command line arguments to your resampler in wine (without using OpenUtau or UTAU) and see what happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants