As of r4658, valid GRP or ZIP files in autoload are not recognized if their base name contains additional dots:
duke3d_hrp.zip is OK, duke3d.hrp.zip is not.
Page 1 of 1
autoload folder scan partly broken [fixed, r4922]
#1 Posted 11 January 2015 - 11:13 AM
This post has been edited by LeoD: 15 January 2015 - 09:27 AM
#2 Posted 13 January 2015 - 03:48 PM
r4658 has many files changed, but after some advanced bisecting I think I've narrowed it down to these:
build/Include/compat.h
build/Include/libdivide.h
build/Include/kplib.h
build/Include/pragmas.h
build/src/compat.c
build/src/kplib.c
build/src/mdsprite.c
build/src/polymer.c
build/src/polymost.c
build/src/pragmas.c
source/menus.c
If I add these to the r4657 sources, the log shows that autoload files with additional dots in their base name are no longer recognized.
build/Include/compat.h
build/Include/libdivide.h
build/Include/kplib.h
build/Include/pragmas.h
build/src/compat.c
build/src/kplib.c
build/src/mdsprite.c
build/src/polymer.c
build/src/polymost.c
build/src/pragmas.c
source/menus.c
If I add these to the r4657 sources, the log shows that autoload files with additional dots in their base name are no longer recognized.
#3 Posted 13 January 2015 - 04:37 PM
This error is probably caused by changes to the function which we renamed from Bwildmatch to wildmatch.
EDIT: Or something else in kplib.
EDIT: Or something else in kplib.
This post has been edited by Hendricks266: 13 January 2015 - 05:46 PM
Share this topic:
Page 1 of 1