Error Output on launch ``` Unhandled Exception: System.TypeLoadException: Could not load type of field 'Smuxi.Engine.Config:m_IniDocument' (2) due to: Could not load file or assembly 'Nini, Version=1.1.0.0, Culture=neutral, PublicKeyToken=691faec150a7fa7b' or one of its dependencies. at Smuxi.Server.MainClass.Main (System.String[] args) [0x002b8] in <43d5461aa86d46e3961a2e142cb05cb7>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load type of field 'Smuxi.Engine.Config:m_IniDocument' (2) due to: Could not load file or assembly 'Nini, Version=1.1.0.0, Culture=neutral, PublicKeyToken=691faec150a7fa7b' or one of its dependencies. at Smuxi.Server.MainClass.Main (System.String[] args) [0x002b8] in <43d5461aa86d46e3961a2e142cb05cb7>:0 ```
Thank you for the report. Does adding the missing dependencies manually make smuxi run without crashing?
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=acc59bfaaba660535d4cbe5e481fd617fc2398f3 commit acc59bfaaba660535d4cbe5e481fd617fc2398f3 Author: Santhosh Raju <fox@FreeBSD.org> AuthorDate: 2024-08-26 08:38:11 +0000 Commit: Santhosh Raju <fox@FreeBSD.org> CommitDate: 2024-08-26 08:38:11 +0000 irc/smuxi: Add missing runtime dependencies. Bump PORTREVISION to rebuild the package. PR: 280803 Reported by: khwerz@gmail.com irc/smuxi/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
Updated the package to install nini and log4net as dependencies for runtime.