| 25 Mar 2025 |
| Find me at aleksana:qaq.li changed their display name from aleksana (force me to bed after 18:00 UTC) to aleksana 🏳️⚧️ (force me to bed after 18:00 UTC). | 16:59:56 |
| Marie changed their display name from Marie to Marie Ramlow. | 17:42:36 |
| Marie changed their display name from Marie Ramlow to Marie. | 17:45:00 |
| 26 Mar 2025 |
| George Thomas joined the room. | 13:10:28 |
| sefu joined the room. | 13:34:07 |
| arminius-smh joined the room. | 13:39:10 |
| 27 Mar 2025 |
Marie | I'm trying to get lovely-injector working with cross, but Balatro crashes on startup.
wine: setpriority -19 for pid -1 failed: 3
wine: Call from 00006FFFFFFA3F48 to unimplemented function version.dll.GetFileVersionInfoSizeW, aborting
I'm starting the game with WINEDLLOVERRIDES="version=n,b" %command% Any ideas why this doesn't work? | 13:51:38 |
Marie | maybe it doesn't like that it's compiled with mingw and not msvc? | 13:52:33 |
K900 | Wait, cross? | 13:55:53 |
Marie | compile lovely-injector for windows, so it works inside proton | 13:56:24 |
K900 | Oh like you're building your own | 13:56:36 |
Marie | yes | 13:56:43 |
K900 | https://github.com/ethangreen-dev/lovely-injector/blob/master/crates/lovely-win/build.rs | 13:57:27 |
K900 | I think the build.rs expects to have the Windows DLL as a reference? | 13:57:37 |
Marie | oh, hm | 13:58:16 |
Marie | i guess wine would have such a dll somewhere? | 13:58:31 |
K900 | Presumably | 13:59:34 |
K900 | I'm honestly not sure why they're doing that | 13:59:48 |
K900 | I wrote a similar thing before and version.dll has like five functions | 14:00:00 |
Marie | does the dll even need to exist at build time | 14:02:37 |
Marie | hm i guess it does | 14:04:37 |
Marie | now i get a lot of /nix/store/z2h4v7d7mrslcnxmpq195czvjiwd9vgv-x86_64-w64-mingw32-binutils-2.43.1/bin/x86_64-w64-mingw32-ld: cannot find /EXPORT:GetFileVersionInfoA=C:\Windows\System32\version.GetFileVersionInfoA,@1: No such file or directory :( i guess i'll just use the upstream build | 14:36:32 |
K900 | Yeah that definitely is MSVC brained | 14:40:57 |
K900 | You probably need an MSVC flavored toolchain for this | 14:41:03 |
Marie | or not, the game crashes when i start a cryptid run :( | 14:41:20 |
Marie | localthunk balatro native build on steam when | 14:41:45 |
Marie | master branch has some commits which look like they could fix this, but i'm not sure if I want to spin up a windows vm to build it | 14:47:08 |
K900 | FWIW I just tried it with whatever version of the injector BMM downloaded and it works | 14:54:14 |
Marie | i think it just downloads the latest version? | 14:55:06 |
Marie | which is also the one i tried | 14:55:12 |