Ingo van Lil

Results 17 comments of Ingo van Lil

The `grs_bitmap` structure is a tricky case: It contains a pointer (`bits`) to the actual image data. In the resource files the value of the pointer is always 0, and...

Are there any error messages before the crash? The game is trying to load resources from `res/data/gamescr.res` at that point. Is the Linux build working with the same res directory?

OK, I see the same crash when trying to start without the `res` directory. Most likely you forgot to copy it. The game should exit at the first critical error,...

I think the existing message is clear enough: `WARN resfile.c:145: ResOpenResFile: can't open file: res/data/cybstrng.res` The game should just exit at that point instead of continuing as if nothing had...

@whonore is correct: The trailing whitespace hook is in its own group `editorconfig_trim_trailing_whitespace`. Calling `EditorConfigDisable` only clears the `editorconfig` group but leaves the existing autocmd in place. I think a...

This fixes it for me: ``` diff --git a/src/ServiceContainer.php b/src/ServiceContainer.php index 421682620..21473018d 100644 --- a/src/ServiceContainer.php +++ b/src/ServiceContainer.php @@ -107,7 +107,7 @@ class ServiceContainer public static function getLogger($name = null): LoggerInterface...

> LGTM. Can you provide a pull request? Sure, I'll submit one tomorrow morning. I also have a few PHP8 fixes in the queue.