-
Interesting that I was unable reproduce the crash using an amd64 binary... Will fix this weirdo soon, I hope..
2010-01-05 14:18:12 UTC in HHexen
-
Here is my version with some more corrections (inlined
below, also attached as file.) Note: Do we intend
"should be contributed back to the project."
or do we intend
"encouraged for contribution back to the project." ?
--------
Copyright (c) 2009, 2010 by the mingw-w64 project
See the AUTHORS file for the list of contributors to the mingw-w64 project.
Permission is hereby granted, free of...
2010-01-05 13:23:27 UTC in MinGW-w64 - for 32 and 64 bit Windows
-
> One exception we would like to add to this BSD license. Is this acceptable
> for Debian?
>
> Copyright (c) 2009, 2010 by the mingw-w64 project
>
> See AUTHOR file for the list of contributors to the mingw-w64 project.
s/AUTHOR/AUTHORS/
> - Changes and modifications to the headers and source code owned by this
> project
> have to be made public available and should be best contribute back to...
2010-01-05 11:33:31 UTC in MinGW-w64 - for 32 and 64 bit Windows
-
N/S: There are a lot of code out there that does such kind of definitions. The suggested change at our side isn't a 'wrong' one as it is, and unless you want to hunt all such code and make their authors fix them, adding those paranoid guards to our headers seems like a reasonable solution to me.
2010-01-05 08:40:25 UTC in MinGW-w64 - for 32 and 64 bit Windows
-
If the ogg files are placed correctly, they will be the first priority. The normal midi files will be played when external files are not found. (I know the option name is conflicting and confusing, but that is one of the reasons that those patches are in beta state ;)
2010-01-05 08:34:04 UTC in Hammer of Thyrion
-
Glad that you had it worked. Have fun.
2010-01-04 21:32:17 UTC in Hammer of Thyrion
-
Hmm, and it doesn't crash with hhexen-1.4, I probably screwed up somewhere when messing with the reloc info code in save code? We'll see..
2010-01-04 21:28:57 UTC in HHexen
-
Hmm, by running in gdb I get:
Program received signal SIGSEGV, Segmentation fault.
0x0809a5cd in GetMobjNum (mobj=0x1d4a11) at base/sv_save.c:1343
1343 if (mobj->player && !SavingPlayers)
Missing separate debuginfos, use: debuginfo-install SDL.i386 SDL_mixer.i386 alsa-lib.i386 audiofile.i386 esound.i386 gcc.i386 glibc.i686 libX11.i386 libXau.i386 libXcursor.i386 libXdmcp.i386 libXext.i386...
2010-01-04 21:21:15 UTC in HHexen
-
Closing as invalid, because this is a user error.
2010-01-04 21:09:20 UTC in Hammer of Thyrion
-
You must apply that patch while you are in the main source directory, not while in one of the hexen2 or hexenworld directories: for example apply the patch by 'patch -p1' when in you are in the hexen2source-1.4.4-pre8 or uhexen2-20091230 directory. (And just a reminder: if you also want external music support along with it, you must *first* apply midi_with_sdlaudio-test.diff, and *then* patch...
2010-01-04 21:05:08 UTC in Hammer of Thyrion