John Berberian, Jr.
John Berberian, Jr.
Will be fixed by #321.
The function https://github.com/FlashpointProject/launcher/blob/87a5d0335adc7d4ede095aab548b85112e60da26/src/renderer/components/RightBrowseSidebar.tsx#L927 doesn't delete the add-app. Child curations PR will fix this.
The last two are not directly relevant to the launcher, but they're resolved anyway. The next version of flashpointvm will use "pc-i440fx-5.2", and it will use the native qemu and...
Things I currently know that I need to fix: - [x] Native overrides in `execs.json` don't seem to work with children. - [x] Extras need to be fixed. - [x]...
In case you're wondering about the point of b49d9c1: in my testing, it looked like `typeorm` doesn't translate `undefined` properties to `NULL` in the database - in fact, it doesn't...
`better-sqlite3` wasn't running the migrations properly on Windows, so I've reverted c64d1f7. Performance is less important than the launcher working on Windows.
This PR is going to end up containing fixes for all the random bugs that I stumble upon while writing tests. Sorry if that messes up organization, but I figured...
That should bring it up to date with develop. The GameManager tests are in the wrong place though, one moment.
I've hunted it down: quotes are added to the filename regardless of `execFile` on Mac and Linux. https://github.com/FlashpointProject/launcher/blob/6d2bfc469253c998e9da9a73df486702a7785d94/src/back/responses.ts#L1354-L1364 I'll be changing `execFile(file, args)` to `spawn(file, args, {'shell':false})` in an upcoming...
I am having the same problem with electron `v17.3.1`. Here's a gist, generated by electron fiddle. https://gist.github.com/5fb97f76b4a83861673125a921ab88be It creates the following output when run on Ubuntu 21.10: ``` Saving files...