Andreas Gnau
Andreas Gnau
OS: Debian testing Arch: amd64 I noticed that dumb_read_mod fails when called with DUMB_MOD_RESTRICT_OLD_PATTERN_COUNT and the attached mod-file from the game Alex the Allegator 4. [alex4_once_i_was_an_egg.tar.gz](https://github.com/kode54/dumb/files/1845052/alex4_once_i_was_an_egg.tar.gz) DUMBFILE *df = dumbfile_open_stdfile(fopen("./alex4_once_i_was_an_egg.mod",...
Both alex4 and kraptor crash at approximately the same place. alex4 crashes right at the start, while kraptor crashes once you start a new game. I guess, it is related...
The `restrict_` parameter could be documented better and one should probably avoid magic numbers and instead either define an enum or preprocessor-constants for the two values. /* dumb_*_mod*: restrict_ |=...
With the latest Insider Build supporting UNIX Domain Sockets, can SSH-Agent support communication via UNIX Domain Sockets? This would simplify porting existing applications relying on ssh-agent. Once WSL supports interaction...
This sets the AppVeyor build version according to the version we get from the repository, i.e. `1.0.2-590` becomes ``1.0.2.1590` (like the installer and DLL-versions).
Currently, the Dokan Mirror does not support long paths [without uncommenting a #define](https://github.com/dokan-dev/dokany/blob/d7b70a3570bcf798565910ae6d30b26d62c8a307/samples/dokan_mirror/mirror.c#L35-L41) and using a lot of memory by allocating 32KB strings (the maximum on Windows). Therefore it is...
Maybe some of the users of Dokan can contribute some recommendations on how to * check whether Dokan 1.x.y is installed (and is not in the process of being uninstalled...
Again I am not familiar with MSI, so take this feature request with a grain of salt. Downstream users of Dokan currently install Dokan Library during installation of their software...
When trying to mount error messages are not always helpful * the directory does not exist `CreateFile failed: C:\test (2)` * permissions to the directory are not sufficient `CreateFile failed:...
In the Wiki there are [instructions on how to build Dokany](https://github.com/dokan-dev/dokany/wiki/Build#installing-dependencies). it takes quite some time to install all the software listed as a dependency like Visual Studio 2015 Community,...