Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - marius851000

#1
This issue doesn't happend anymore with the version of 2021-04-10. I don't need the workaround anymore. (I think)
#2
Hello. I'm really happy to see there is a new release. I'm updating my custom Nix package for MLK (based on the linux web installer, see here if interested :  https://github.com/marius851000/mlpnur/tree/main/pkgs/my-little-karaoke ). I also added beta songs, but now that the page that host (https://www.mylittlekaraoke.com/store/beta/) them no longer exist, I'm interested to know how the new launcher does for donload them (as I've seen this feature is now automatically included in the launcher). I have a script that I used for download beta songs. I ideally just need the url of where are stored the beta songs now.

(if you don't know (that's likely the case), Nix is a package manager for linux and MacOS, guaranting that everytime a program is compiled/build, this will result in the same program. And a bunch of other things).

Also, in the forum, when I want to write a post, there is this warning above the header:


Notice: Undefined index: OYTE_desc in /var/www/dotclear2/forum/Sources/OharaYTEmbed.php on line 126

Notice: Undefined index: OYTE_vimeo_desc in /var/www/dotclear2/forum/Sources/OharaYTEmbed.php on line 134

Notice: Undefined index: OYTE_gifv_desc in /var/www/dotclear2/forum/Sources/OharaYTEmbed.php on line 142


One last question, too : do you use a custom version of USDX, or am I good with just using the latest master version (seeing the latest stable version is almost two years old. Up to now, I've been used the version in nixpkgs, that is as of today, 2021-04-03.
#3
Hello. I use NixOS (linux), and I have found a issue the MyLittlePony theme.

First, I precise that I used a custom procedure to download the file (can be found here: https://github.com/marius851000/mlpnur , download (with git or the release tarball), ensure you have nix installed, and run nix-build . -A my-little-karaoke in the root folder of mlpnur). But the issue doesn't seem to be related with this.

The problem is that, with the theme loaded at USDX startup, the game crash (at startup). Via debugging (with gdbgui), I found there were a key missing about EditOpenButtonFileName (or something like that). I solved the issue on my side by adding this ( https://github.com/marius851000/mlpnur/blob/main/pkgs/my-little-karaoke/patch_theme.ini ) to the MyLittleKaraoke.ini theme file (at the end). It mess up the microphone configuration menu, but at least, it start, and this mic configuration menu can still be used for first time configuration.