You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Go to Tools > Install Singer...
Choose a voicebank (UTAU or Diffsinger)
Go to Tools > Install Dependency (.oudep)...
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
The text was updated successfully, but these errors were encountered:
Acknowledgement
🐛 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
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.AnonymousSafeObserver
1.OnNext(T value) in /_/Rx.NET/Source/src/System.Reactive/AnonymousSafeObserver.cs:line 43 at System.Reactive.Linq.ObservableImpl.Select
2.Selector..OnNext(TSource value) in //Rx.NET/Source/src/System.Reactive/Linq/Observable/Select.cs:line 47at System.Reactive.Linq.ObservableImpl.DistinctUntilChanged
2._.OnNext(TSource value) in /_/Rx.NET/Source/src/System.Reactive/Linq/Observable/DistinctUntilChanged.cs:line 72 at System.Reactive.Linq.ObservableImpl.Select
2.Selector..OnNext(TSource value) in //Rx.NET/Source/src/System.Reactive/Linq/Observable/Select.cs:line 47at System.Reactive.Linq.ObservableImpl.Switch
1._.InnerObserver.OnNext(TSource value) in /_/Rx.NET/Source/src/System.Reactive/Linq/Observable/Switch.cs:line 101 at System.Reactive.Linq.ObservableImpl.Select
2.Selector..OnNext(TSource value) in //Rx.NET/Source/src/System.Reactive/Linq/Observable/Select.cs:line 47at System.Reactive.IdentitySink
1.OnNext(T value) in /_/Rx.NET/Source/src/System.Reactive/Internal/IdentitySink.cs:line 15 at System.Reactive.Linq.ObservableImpl.Select
2.Selector..OnNext(TSource value) in //Rx.NET/Source/src/System.Reactive/Linq/Observable/Select.cs:line 47at System.Reactive.Linq.ObservableImpl.Cast
2._.OnNext(TSource value) in /_/Rx.NET/Source/src/System.Reactive/Linq/Observable/Cast.cs:line 40 at System.Reactive.IdentitySink
1.OnNext(T value) in //Rx.NET/Source/src/System.Reactive/Internal/IdentitySink.cs:line 15at System.Reactive.Subjects.Subject
1.OnNext(T value) in /_/Rx.NET/Source/src/System.Reactive/Subjects/Subject.cs:line 141 at System.Reactive.IdentitySink
1.OnNext(T value) in //Rx.NET/Source/src/System.Reactive/Internal/IdentitySink.cs:line 15at System.Reactive.Linq.ObservableImpl.SelectMany
2.EnumerableSelector._.OnNext(TSource value) in /_/Rx.NET/Source/src/System.Reactive/Linq/Observable/SelectMany.cs:line 1375 at System.Reactive.Linq.ObservableImpl.Buffer
2.Boundaries..BufferClosingObserver.OnNext(TBufferClosing value) in //Rx.NET/Source/src/System.Reactive/Linq/Observable/Buffer.cs:line 827at System.Reactive.Sink
1.ForwardOnNext(TTarget value) in /_/Rx.NET/Source/src/System.Reactive/Internal/Sink.cs:line 49 at System.Reactive.Linq.ObservableImpl.Merge
1.Observables..InnerObserver.OnNext(TSource value) in //Rx.NET/Source/src/System.Reactive/Linq/Observable/Merge.cs:line 238at System.Reactive.Sink
1.ForwardOnNext(TTarget value) in /_/Rx.NET/Source/src/System.Reactive/Internal/Sink.cs:line 49 at System.Reactive.Linq.ObservableImpl.Select
2.Selector..OnNext(TSource value) in //Rx.NET/Source/src/System.Reactive/Linq/Observable/Select.cs:line 47at System.Reactive.Subjects.Subject
1.OnNext(T value) in /_/Rx.NET/Source/src/System.Reactive/Subjects/Subject.cs:line 141 at ReactiveUI.IReactiveObjectExtensions.ExtensionState
1.NotifyObservable[T](TSender rxObj, T item, ISubject1 subject) in /_/src/ReactiveUI/ReactiveObject/IReactiveObjectExtensions.cs:line 430 at ReactiveUI.IReactiveObjectExtensions.ExtensionState
1.RaisePropertyChanged(String propertyName) in //src/ReactiveUI/ReactiveObject/IReactiveObjectExtensions.cs:line 395at 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
The text was updated successfully, but these errors were encountered: