Kyle Luce

Results 10 comments of Kyle Luce

Hi all, @abarichello, Would this be as simple as updating the `GODOT_VERSION` here? https://github.com/abarichello/godot-ci/blob/0400d7855a6f093ab30bd8337e2811927dfde81a/Dockerfile#L18 I didn't see another maintained branch for `version 3` (just a tag `3.5_stable` and an old...

I noticed the `3.5.3` version from tux family `segfaults` on this command: `/usr/bin/bash: line 148: 16 Segmentation fault (core dumped) godot --editor --quit` Also this equivalent line when building the...

Hey all, I verified this does look like it's an issue with the `3.5.3` build (at least on tux family). It segfaults after any command line run. E.g: ```bash ../../../Godot_v3.5.3-stable_linux_server.64...

Hey all, Sorry I haven't had time to verify the root cause. If anyone has time a simple case of reproduction and setting up the container (or a local Linux...

@Sam2much96 I have an image you can use ready: https://hub.docker.com/layers/razzlegames/godot-ci/3.5.3_fixed/images/sha256-ab332dc8a2ae8cf9a58e82de6d8f965feac5a210a489c6ebe362d48c42a7139e?context=repo You can reference it as: `razzlegames/godot-ci:3.5.3_fixed` It works for my pipeline but please let me know your results. I also...

FYI: I didn't determine the root cause as the segfault was not reproduceable in the Godot 3.5 branch and it appears the 3.5.3 binaries from official Godot Github work: https://github.com/godotengine/godot/releases/tag/3.5.3-stable...

Yes, I can verify this. Path I tried was: `/home/kyle2/games/Roms/arcade/Mame_0.137_roms` ``` [10:29:45,822 INFO DirectorySelector.java:91] ADDING PATH: /home/kyle2/games/Roms/arcade/Mame_0.137_roms [10:29:45,823 INFO IniParser.java:65] INI STRING: java.io.IOException: Could not find inistring at com.mamehub.client.audit.IniParser.setRomPaths(IniParser.java:67) at...

Here's the problem, when you delete the last entry using the UI for roms (no rom directories) it makes the `ume.ini` file look like this: ``` # # CORE SEARCH...

Should probably be changed to: ``` java if (rompathIndex == -1) { throw new IOException("Could not find inistring"); } ```