Jannick Kremer

Results 30 comments of Jannick Kremer

Thank you for debugging and reporting this! This will be fixed with the next release

If you are still trying to compile this under Linux: there are working CI builds on Github CI at the moment, for instructions see `.github/workflows/main.yml` for now as the README...

@NeilCrosby if you're still trying to get this to run on an ARM Mac, there is now a build artifact that should run on these [here]( https://github.com/UltraStar-Deluxe/UltraStar-Creator/actions/runs/9604929269) if you scroll...

Sorry for the late reply. If you're still around, you could test one of the MAC-ARM build artifacts from the build I'm currently testing: https://github.com/UltraStar-Deluxe/UltraStar-Creator/actions/runs/9568475176 I don't have a Mac,...

Thank you, that would be much appreciated! Just noticed I made a mistake on the codesigning command, which I fixed in [this build](https://github.com/UltraStar-Deluxe/UltraStar-Creator/actions/runs/9598539028). Would be nice if you could test...

Okay so apparently the previous codesign attempts didn't even sign anything at all because you can't sign `.dmg`s, but the command doesn't tell you that... great. Anyway, [next attempt](https://github.com/UltraStar-Deluxe/UltraStar-Creator/actions/runs/9601216951) @taynaron...

Okay, so you were able to start the app now? (with "workarounds") Unfortunately I don't think we can really get any further than that, since that would require proper notarization...

Thank you for helping with testing! Regarding the signing/notarization, I'm happy to be corrected, but (as someone who doesn't use any Apple devices) this is what I've gathered. I will...

@lfp2 can you describe what you were trying to do exactly? This looks like you were trying to compile it, not run the image. If all you want to do...

My build today failed with the same error as reported in #3059 (`In ParamSpecBoolean: error: type reference 'ParamSpec' not found`) and I have `packaging` installed, so I don't think this...