brainos233

Results 11 comments of brainos233

> > > 你是怎么确认这不是一个NSFW网站的 首页分了正常向入口和r18入口,而且dlsite本身也是(正常向)同人社团发布漫画和游戏的地方,比如东方系列和东方同人游戏

> 第二个问题,原作者说要注明出处,这个怎么办 源于知乎匿名用户,我确实没有得到允许就搬过来了,不过我把ip重新查询了一遍,现在已经完全跟原来不一样了,如果要注明出处就写原知乎大佬即可

Using llvm 16 will cause build failed when building for i686, it is safe to use llvm-16 only when Ren'Py 7 and 32bit are completely deprecated.

> Does this accomplish anything? Ren'Py should be compiling everything it doesn't dynamically link against itself. So I'm not clear what this will improve. Mainly applying security updates for `glibc`...

It can cause `nvidia nvidia_drm nvidia_uvm nvidia_modeset` can't be auto loaded when fully disable integrated graphics in UEFI settings, Must modprobe them manaully after startup

`sntrup761x25519` needs variable length arrays, see https://github.com/PowerShell/openssh-portable/blob/59aba65cf2e2f423c09d12ad825c3b32a11f408f/defines.h#L942 ```c #if defined(VARIABLE_LENGTH_ARRAYS) && defined(VARIABLE_DECLARATION_AFTER_CODE) # define USE_SNTRUP761X25519 1 #endif ``` But msvc does not support variable length arrays 😕

> Ah, okay. I have it here, though we may be able to live without it. That being said, it might make sense to just stick to 22.04 until we...

I think this is a SDL problem, there is a commit to fix it https://github.com/libsdl-org/SDL/commit/f1b109005ca89729ec801cfd097ffe5102a31523, but Ren'Py is using SDL 2.20.0, I don't know if this commit can be backported...

> I'll look into this, but don't expect much - there's not a lot of information that's available until text is rendered. Another possible solution, it can be added to...

This problem exists on Huawei Matepad 11, after revert https://github.com/libsdl-org/SDL/commit/8367b00e8c816a7878060ef9479e2e1482ec9693 and manually remove `AAUDIO_PERFORMANCE_MODE_LOW_LATENCY` , this "flat audio" is reported has fixed. ```patch diff --git a/src/audio/aaudio/SDL_aaudio.c b/src/audio/aaudio/SDL_aaudio.c index 401fef6a8..3c599db8a 100644...