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

Unable to install singers or dependencies after update #1233

Closed
1 task done
r3n3gad3p3arl opened this issue Aug 7, 2024 · 1 comment
Closed
1 task done

Unable to install singers or dependencies after update #1233

r3n3gad3p3arl opened this issue Aug 7, 2024 · 1 comment

Comments

@r3n3gad3p3arl
Copy link

Acknowledgement

  • I have read Getting-Started and FAQ

🐛 Describe the bug

After updating to the latest stable release, I am unable to install voicebanks (both UTAU and Diffsinger) or dependencies (nsf_hifigan specifically). The same error is given each time. In the previous release, I was able to install voicebanks and dependencies just fine.

Explains how to reproduce the bug

  1. Go to Tools > Install Singer...
  2. Choose a voicebank (UTAU or Diffsinger)

  1. Go to Tools > Install Dependency (.oudep)...
  2. Choose a dependency (I've only tested nsf_hifigan)

OS & Version

NixOS Unstable

Logs

Failed to install singer: /home/meow/Downloads/塩音ルト_QUEENBEE.zip
The type initializer for 'SharpCompress.Common.ArchiveEncoding' threw an exception.

System.TypeInitializationException: The type initializer for 'SharpCompress.Common.ArchiveEncoding' threw an exception.
---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Text.Encoding.CodePages, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.

File name: 'System.Text.Encoding.CodePages, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
--- End of inner exception stack trace ---
at SharpCompress.Common.ArchiveEncoding..ctor()
at SharpCompress.Common.OptionsBase..ctor()
at SharpCompress.Readers.ReaderOptions..ctor()
at SharpCompress.Archives.ArchiveFactory.Open(FileInfo fileInfo, ReaderOptions options)
at SharpCompress.Archives.ArchiveFactory.Open(String filePath, ReaderOptions options)
at OpenUtau.App.ViewModels.SingerSetupViewModel.IsEncrypted(String archiveFilePath) in /build/source/OpenUtau/ViewModels/SingerSetupViewModel.cs:line 99
at OpenUtau.App.ViewModels.SingerSetupViewModel.<.ctor>b__35_1(String ) in /build/source/OpenUtau/ViewModels/SingerSetupViewModel.cs:line 49
at System.Reactive.AnonymousSafeObserver1.OnNext(T value) in /_/Rx.NET/Source/src/System.Reactive/AnonymousSafeObserver.cs:line 43 at System.Reactive.Linq.ObservableImpl.Select2.Selector.
.OnNext(TSource value) in //Rx.NET/Source/src/System.Reactive/Linq/Observable/Select.cs:line 47
at System.Reactive.Linq.ObservableImpl.DistinctUntilChanged2._.OnNext(TSource value) in /_/Rx.NET/Source/src/System.Reactive/Linq/Observable/DistinctUntilChanged.cs:line 72 at System.Reactive.Linq.ObservableImpl.Select2.Selector.
.OnNext(TSource value) in //Rx.NET/Source/src/System.Reactive/Linq/Observable/Select.cs:line 47
at System.Reactive.Linq.ObservableImpl.Switch1._.InnerObserver.OnNext(TSource value) in /_/Rx.NET/Source/src/System.Reactive/Linq/Observable/Switch.cs:line 101 at System.Reactive.Linq.ObservableImpl.Select2.Selector.
.OnNext(TSource value) in //Rx.NET/Source/src/System.Reactive/Linq/Observable/Select.cs:line 47
at System.Reactive.IdentitySink1.OnNext(T value) in /_/Rx.NET/Source/src/System.Reactive/Internal/IdentitySink.cs:line 15 at System.Reactive.Linq.ObservableImpl.Select2.Selector.
.OnNext(TSource value) in //Rx.NET/Source/src/System.Reactive/Linq/Observable/Select.cs:line 47
at System.Reactive.Linq.ObservableImpl.Cast2._.OnNext(TSource value) in /_/Rx.NET/Source/src/System.Reactive/Linq/Observable/Cast.cs:line 40 at System.Reactive.IdentitySink1.OnNext(T value) in /
/Rx.NET/Source/src/System.Reactive/Internal/IdentitySink.cs:line 15
at System.Reactive.Subjects.Subject1.OnNext(T value) in /_/Rx.NET/Source/src/System.Reactive/Subjects/Subject.cs:line 141 at System.Reactive.IdentitySink1.OnNext(T value) in //Rx.NET/Source/src/System.Reactive/Internal/IdentitySink.cs:line 15
at System.Reactive.Linq.ObservableImpl.SelectMany2.EnumerableSelector._.OnNext(TSource value) in /_/Rx.NET/Source/src/System.Reactive/Linq/Observable/SelectMany.cs:line 1375 at System.Reactive.Linq.ObservableImpl.Buffer2.Boundaries.
.BufferClosingObserver.OnNext(TBufferClosing value) in //Rx.NET/Source/src/System.Reactive/Linq/Observable/Buffer.cs:line 827
at System.Reactive.Sink1.ForwardOnNext(TTarget value) in /_/Rx.NET/Source/src/System.Reactive/Internal/Sink.cs:line 49 at System.Reactive.Linq.ObservableImpl.Merge1.Observables.
.InnerObserver.OnNext(TSource value) in //Rx.NET/Source/src/System.Reactive/Linq/Observable/Merge.cs:line 238
at System.Reactive.Sink1.ForwardOnNext(TTarget value) in /_/Rx.NET/Source/src/System.Reactive/Internal/Sink.cs:line 49 at System.Reactive.Linq.ObservableImpl.Select2.Selector.
.OnNext(TSource value) in //Rx.NET/Source/src/System.Reactive/Linq/Observable/Select.cs:line 47
at System.Reactive.Subjects.Subject1.OnNext(T value) in /_/Rx.NET/Source/src/System.Reactive/Subjects/Subject.cs:line 141 at ReactiveUI.IReactiveObjectExtensions.ExtensionState1.NotifyObservable[T](TSender rxObj, T item, ISubject1 subject) in /_/src/ReactiveUI/ReactiveObject/IReactiveObjectExtensions.cs:line 430 at ReactiveUI.IReactiveObjectExtensions.ExtensionState1.RaisePropertyChanged(String propertyName) in /
/src/ReactiveUI/ReactiveObject/IReactiveObjectExtensions.cs:line 395
at ReactiveUI.IReactiveObjectExtensions.RaisingPropertyChanged[TSender](TSender reactiveObject, String propertyName) in //src/ReactiveUI/ReactiveObject/IReactiveObjectExtensions.cs:line 243
at ReactiveUI.IReactiveObjectExtensions.RaiseAndSetIfChanged[TObj,TRet](TObj reactiveObject, TRet& backingField, TRet newValue, String propertyName) in /
/src/ReactiveUI/ReactiveObject/IReactiveObjectExtensions.cs:line 131
at OpenUtau.App.ViewModels.SingerSetupViewModel.set_ArchiveFilePath(String value) in /build/source/OpenUtau/ViewModels/SingerSetupViewModel.cs:line 20
at OpenUtau.App.Views.MainWindow.OnMenuInstallSinger(Object sender, RoutedEventArgs args) in /build/source/OpenUtau/Views/MainWindow.axaml.cs:line 599

0.1.529.0

Copy link

github-actions bot commented Oct 6, 2024

This issue is stale because it has been open for 60 days with no activity. It will be closed if no further activity occurs. Thank you.

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

No branches or pull requests

1 participant