nine7nine / Wine-NSPA

Wine-NSPA: Proaudio & RT focused builds of Wine(-TKG)... WARNING: Forced Pushes && Resets..
20 stars 2 forks source link

Fresh build fails to launch on EndeavourOS #7

Closed nemaulatka closed 10 months ago

nemaulatka commented 1 year ago

Hello!

Been using Wine-NSPA for quite a while, but as of now on EndeavourOS (arch-based distro) it fails to run with following error:

Fatal glibc error: allocatestack.c:333 (allocate_stack): assertion failed: size != 0

Recompiling didn't help. Would appreciate any advice and thank you for your work!

nine7nine commented 1 year ago

I think i hit that error once, on a fresh install when i hadn't yet set some of the rlimits/pam related stuff...

is it possible an update has changed some of your system related settings (eg: in /etc/systemd/*.conf)

I'll do a bit of research anyway though -- as while i suspect that it is something system related, not to do with wine itself - I could be always wrong.

nine7nine commented 1 year ago

@nemaulatka

did you ever figure the cause on your system here?

you might want to check a few lines in your systemd config files (etc/systemd/ -- user.conf && system.conf)

the relevant ones are:

DefaultLimitNOFILE=1024:16777216 DefaultLimitNPROC=500000 DefaultLimitMEMLOCK=infinity DefaultLimitRTPRIO=98

if you have some low / default limit set on these - that might explain why it's failing to allocate (first 3 are really what you want to set)

nine7nine commented 10 months ago

I'm closing this, since i have not got any kind of response.