Thibault Payet

Results 12 comments of Thibault Payet

Seems good to me, since the exception message is a view, a simple fix for the downside would be to simply reset the vector before adding the message.

I think that if the string msg is stored (like in some other exception classes) as a member then this should be good. But this will certainly break ABI.

Adding the possibility to just fetch all distfiles required for upgrade

A quick search lead to this structure for statvfs64 (which is simply statfs64) on Linux ``` struct statfs64 { __SWORD_TYPE f_type; __SWORD_TYPE f_bsize; __fsblkcnt64_t f_blocks; __fsblkcnt64_t f_bfree; __fsblkcnt64_t f_bavail; __fsfilcnt64_t...

One solution, is to prevent player spawn monster in a radius > 1 so change the `(rbox location (if_then_else (is_in (location caster) (@+ (@ "009-7" (- (script_int caster "$@fightclub_x1") 2)...

Have you try to run it with "native" mono ? See https://github.com/rfht/fnaify I had success to run it with the version 1.5.4 (had it on GOG)

> Wouldn't it be time to switch from linux-c7 to linux-rl9 now? On FreeBSD, more and more other Linux applications are now running (better) under rl9. Unfortunately, it is not...

You need the workaround that is find here https://github.com/shkhln/linuxulator-steam-utils/blob/06b1ce460483844417ce6d4e3ac5d0e12e851eeb/bin/lsu-mount-runtime#L142 ``` # linsysfs + drm workaround mounts

You are missing the alsa-pulgins-oss dependency. From the port `USE_LINUX= devtools:build dbuslibs gtk2 dri nss alsa-plugins-oss` So you are missing `linux-rl9-alsa-plugins-oss` How are you building linux-steam ? And which version...

You mean not reading the README, nor reading the handbook ? Do you expect every 3D application to remind you to add your user to the video groups and if...