15 Oct 2022 |
Thomas Heartman (he/him) | Cool; I'll try that! ... How do I do that? Is that in the derivation? Also interesting thing to note: the synth seems to be working, there's just no GUI. That said, not being able to change presets or twist any knobs does make it kinda useless for now. | 17:56:57 |
ckie (they/them; limited keyboard usage, voice preferred) | oh no, just an env var when you run it! | 17:57:18 |
Thomas Heartman (he/him) | Right! When I run the DAW, that is? | 17:57:31 |
ckie (they/them; limited keyboard usage, voice preferred) | oh, that's going to be a lot more noisy then | 17:57:40 |
Thomas Heartman (he/him) | Yeah, probably. I don't know if I can run it standalone? | 17:58:04 |
ckie (they/them; limited keyboard usage, voice preferred) | i guess you can do that and pipe the output 2>&1 | tee log so you can munch through the possibly-multi-GB log in a more competent environment | 17:58:32 |
Thomas Heartman (he/him) | Hmm, it seems to only give me these messages when trying to load the plugin:
470133: /nix/store/gj42xbmlpd7zwvidm691n9pphz6lnvzp-bitwig-studio-4.3.8/libexec/lib/bitwig-studio/libgraphics-core.so: error: symbol lookup error: undefined symbol: Java_com_bitwig_x11_1windowing_1system_X11TitledWindowHandle_activate (fatal)
470133: /nix/store/gj42xbmlpd7zwvidm691n9pphz6lnvzp-bitwig-studio-4.3.8/libexec/lib/bitwig-studio/libsqlitejdbc.so: error: symbol lookup error: undefined symbol: Java_com_bitwig_x11_1windowing_1system_X11TitledWindowHandle_activate (fatal)
470133: /nix/store/gj42xbmlpd7zwvidm691n9pphz6lnvzp-bitwig-studio-4.3.8/libexec/lib/bitwig-studio/libcairo-graphics.so: error: symbol lookup error: undefined symbol: Java_com_bitwig_x11_1windowing_1system_X11TitledWindowHandle_activate (fatal)
[2022-10-15 20:00:33.224 notifications info] Loading plugins...:
I've grepped around the output, but don't find anything related to zebra, and nothing that seems to indicate issues relating to u-he either. Got any suggestions?
| 18:06:44 |
Thomas Heartman (he/him) | The above output may indicate that there's some drawing issues, but I'm not sure how to handle that. I draw windows without title bars if that could be a thing? Haven't had any issues with any other plugins, though. | 18:07:34 |
ckie (they/them; limited keyboard usage, voice preferred) | more like its missing some wonky x11 library it seems | 18:07:59 |
Thomas Heartman (he/him) | Hmm. could that be a missing runtime dependency in the derivation? | 18:08:31 |
ckie (they/them; limited keyboard usage, voice preferred) | probably yeah but I have no idea where you'd find that dynlib | 18:08:51 |
Thomas Heartman (he/him) | Just for clarification: I meant the Zebralette derivation, not for Bitwig. If you still think that's an option, then ... hmm 🤔 I feel like I've searched for libraries when creating derivations previously, but can't quite remember hew | 18:10:14 |
Thomas Heartman (he/him) | * Just for clarification: I meant the Zebralette derivation, not for Bitwig. If you still think that's an option, then ... hmm 🤔 I feel like I've searched for libraries when creating derivations previously, but can't quite remember how | 18:10:17 |
ckie (they/them; limited keyboard usage, voice preferred) | nix-locate perhaps, but that won't help you here | 18:17:31 |
ckie (they/them; limited keyboard usage, voice preferred) | hands full with a very frustrating bug atm though so can't really think further | 18:18:08 |
ckie (they/them; limited keyboard usage, voice preferred) | systemd is infuriating | 18:18:28 |
ckie (they/them; limited keyboard usage, voice preferred) | (when you try to use all of its features that is) | 18:20:46 |
Thomas Heartman (he/him) | Yeah, nix-locate might ring a bell. But thanks for letting me know it's not gonna help here: saves me spending an hour trying to make it work 😅 And that's totally fine; I really appreciate all the help you've given me so far! I'd love to be able to help in return, but I don't really have much experience with systemd, I'm afraid | 18:22:17 |
ckie (they/them; limited keyboard usage, voice preferred) | oh yeah, np! just swapping around my element rooms between builds | 18:23:17 |
ckie (they/them; limited keyboard usage, voice preferred) | i've scheduled myself a nice drink and stuff once i get this working | 18:23:30 |
ckie (they/them; limited keyboard usage, voice preferred) | * i've scheduled myself a nice drink and turning on the AC once i get this working | 18:23:47 |
ckie (they/them; limited keyboard usage, voice preferred) | never again am i writing a web app in bash | 18:37:25 |
Thomas Heartman (he/him) | Haha, the drink and AC sounds nice (though where I'm at, I need a heater more than an AC), but ... why would you write a web app in bash in the first place? | 18:38:01 |
ckie (they/them; limited keyboard usage, voice preferred) | well.. I wanted to see if I could :P | 18:38:14 |
ckie (they/them; limited keyboard usage, voice preferred) | and I could | 18:38:20 |
ckie (they/them; limited keyboard usage, voice preferred) | but before today's refactor the web bash script had access to the nixos secrets that the runner script has access to | 18:39:07 |
ckie (they/them; limited keyboard usage, voice preferred) | so now I split the queue runner into its own {systemd service,user,group} | 18:40:04 |
Thomas Heartman (he/him) | Something something you're scientists were too preoccupied with whether they could 🎥 But yeah, I mean, what other reason would you need? | 18:40:09 |
Thomas Heartman (he/him) | * Something something your scientists were too preoccupied with whether they could 🎥 But yeah, I mean, what other reason would you need? | 18:40:16 |
ckie (they/them; limited keyboard usage, voice preferred) | this has caused great suffering as the two scripts talk via the filesystem by twiddling a few files | 18:40:30 |