backwardsEric
backwardsEric
MON_MSG_MAX comes from a bit of preprocessor trickery. The relevant files are src/mon-msg.h and src/list-mon-message.h: mon-msg.h includes list-mon-message.h and causes the MON_MSG() macros defined there to be expanded into elements...
Do you happen to know what depth this occurred at or have a screenshot of the map prior to the crash? The unapplied pull request, https://github.com/angband/angband/pull/5979 , claims to fix...
What does "ls -l /var/games/angband | grep scores" and "ls -l \`which angband\`" report on that system?
With 4.2.5, builds with configure or CMake should be installing /var/games/angband/scores with "drwxrwx---" as the permissions: no setgid bit set on that directory. Was there a previous version of Angband...
How frequently does it fail to start up? Is this with a setgid version? I built and installed 4.2.5 on OpenBSD 7.4 ((EDIT: 32-bit kernel; i386) running in a Parallels...
--with-varpath is ignored by configure on the system I have access to (OpenBSD 7.4; 32 bit; i386). I would recommend using --localstatedir=/var instead (--localstatedir=/var/games/angband results in Angband using /var/games/angband/games/angband for...
When I set up a virtual machine with the amd64 version of OpenBSD 7.4 and built a setgid version of Angband 4.2.5 using the same procedure as I mentioned above...
That sound issue is different than #4037 which caused the game compiled with SDL 1.2 to hang when a sound was played. Changing how smpeg handled the monaural sound files...
I can not reproduce this on Linux (Debian 11; xfce desktop environment; libsdl2 2.0.14) and on macOS (12.7.6; libsdl2 2.28.5) so it seems to be specific to Windows or to...
The window-full-rect and subwindow-full-rect settings in sdl2init.txt are the positions and sizes when the game is not using fullscreen mode. If the game has never been run without fullscreen mode,...