If you do not recieve your confirmation email within a few hours, please email haloutau@gmail.com with your username for manual validation. Your account should be activated within 24 hours.
You may also reach out via any other listed contact on Admin Halo's about page: https://utaforum.net/members/halo.194/#about
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
I really don't care for the SiVo interface, actually. It just looks like the same old Utau editor with a fourth of your screen wasted to character art.
JACK isn't that bad once you're used to it, but the sentiment is understood. You don't really need it to do what we do.
This is all very positive news, to me; as not only will we be able to run the code in a virtual environment by then, I'm sure some of us will keep legacy computers just to run it, and there will be an alternative or 3.
Google knows if you look it up. I had it loading up awhile ago (took a lot of screwing with packages) but got nothing out of it. This could be because of aforementioned Jack audio, but what I noticed was there was no voice selection in the related drop-down box. I want to give it another shot next time I remember my laptop.
eyo just an idea but you don't necessarily need access to source code to use the Desktop app converter by microsoft to convert the .exe from utau to an APPX(?) for UWP deployment in the windows store, it'll mean it still has the same code base but im sure itll last longer in the UWP "container" so to speak.
I'm not sure if this will work but I'll give it a try when I get all these prerequisites to download. though it will be nice if someone gets it to work before me lol
I'm not sure if this will work but I'll give it a try when I get all these prerequisites to download. though it will be nice if someone gets it to work before me lol
You mean UWP conversion??, if you can do it thats great! i dont have time to work on something like that atm because of work and life but if you are havin trouble im gonna get round to converting it eventually and i have experience converting win32 apps to UWP anyway but
itll just take a while
So, after some trial and error, I was able to convert UTAU into a UWP application. Though I wasn't able to convert the installer as yet (the BaseImage is still downloading), I managed to convert a fresh install of UTAU to a UWP app.
Some things to note:
The converter said that it made the .APPX for a x86 processor architecture. I haven't tested it on a 32-bit system yet but it should run.
I had to manually make a certificate/signature in order to install it (Windows would not allow you to install a non-trusted or signed application), so if I you decide to install it, you'll need to add the certificate to a trusted store.
This .APPX can only run on 10.0.14393.0 (Anniversary Update) and higher (Creator's Update). This is because the SDK I have downloaded is for my current of version of Windows and until I install Visual Basic or figure out a way to reduce the minimum OS requirement, this can only work on Windows 10 Anniversary Update and above. Trying to install it on a lower OS (which includes Windows 8 and 8.1) will give you an error about not meeting the prerequisite requirements.
I don't have a fresh PC to install this so I'm not sure if this can be run without changing the locale to Japanese (though I'm assuming it will still be required).
I am also assuming that the all prerequisites must be installed in order for the program to actually run.
Currently, the application is running in sandbox mode so it isn't saving any data directly to the folder it's installed in (the program basically does a completely fresh run whenever it is opened as if it's opening for the first time). Any voicebanks, plugins, etc. needs to be installed by dragging the .ZIP or .UAR into the open window where it will save in the AppData folder (which seems to be the only way anything "saves").
UTAU works as it should. The only problem I've encountered with this version of the app is when you close it, you get this error (even when it is running in elevated mode).
I believe this is due to the fact of that it is running in sandbox mode and doesn't allow any direct saving to the installed file system.
When I get the BaseImage to download, I'll fiddle around with the conversion for the installer and see if it yields different results.
As for now, I honestly believe there's no point of using this but we will see.