Page 1 of 1

Auditorium - Unable to install it. '_hook_error_incompatible();'

Posted: Thu Jul 27, 2023 9:33 pm
by dktmb
Hi ! o/

I was trying to install auditorium frome module manager in vain...
I'm on the last release of Unreal and try it with ./unrealircd module install third/auditorium

It give it to me this error :

Code: Select all

/unrealircd-6.1.1.1/include/modules.h:2457:9: error: call to ‘_hook_error_incompatible’ declared with attribute error: Incompatible hook function. Check arguments and return type of function.
 2457 |         _hook_error_incompatible();
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
Any sugestion would be appreciated : )
Thanks !

Re: Auditorium - Unable to install it. '_hook_error_incompatible();'

Posted: Wed Aug 02, 2023 9:29 am
by CrazyCat
I can confirm: tested on raspbian with unreal 6.1.0: works like a charm
With 6.1.1.1 same error

Re: Auditorium - Unable to install it. '_hook_error_incompatible();'

Posted: Sat Aug 19, 2023 12:44 pm
by Gottem
Apparently the module API has changed again, I've updated the module so it should work fine now. =]

Re: Auditorium - Unable to install it. '_hook_error_incompatible();'

Posted: Sat Aug 19, 2023 1:01 pm
by CrazyCat
Tested: compilation successful, thx Gottem