Assembly System.Windows.Forms not found
I'm attempting to run airfoil speakers 2.6.0-3 and have also tried 2.6.0-1. I'm running on a minimal headless server (no graphics card) with debian etch on it. I get this error when attempting to start airfoil speakers even with --gui=false added:
** (.//lib/airfoilspeakers/AirfoilSpeakers.exe:6833): WARNING **: The following assembly referenced from /home/sandbox/airfoilspeakers_2.6.0-3/lib/airfoilspeakers/AirfoilSpeakers.exe could not be loaded:
Assembly: System.Windows.Forms (assemblyref_index=1)
Version: 2.0.0.0
Public Key: b77a5c561934e089
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/home/sandbox/airfoilspeakers_2.6.0-3//lib/airfoilspeakers/).
** (.//lib/airfoilspeakers/AirfoilSpeakers.exe:6833): WARNING **: Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
Stacktrace:
Native stacktrace:
[It then hangs here with what seems like gdb getting stuck]
I believe that I'm missing a package that needs to be installed.
Can anyone help?
** (.//lib/airfoilspeakers/AirfoilSpeakers.exe:6833): WARNING **: The following assembly referenced from /home/sandbox/airfoilspeakers_2.6.0-3/lib/airfoilspeakers/AirfoilSpeakers.exe could not be loaded:
Assembly: System.Windows.Forms (assemblyref_index=1)
Version: 2.0.0.0
Public Key: b77a5c561934e089
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/home/sandbox/airfoilspeakers_2.6.0-3//lib/airfoilspeakers/).
** (.//lib/airfoilspeakers/AirfoilSpeakers.exe:6833): WARNING **: Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
Stacktrace:
Native stacktrace:
[It then hangs here with what seems like gdb getting stuck]
I believe that I'm missing a package that needs to be installed.
Can anyone help?
3
people have this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Indeed I was missing something.
Installing libmono-winforms1.0-cil and libmono-winforms2.0-cil on my debian system solved that. I didn't check which is the actual version required, but installing both won't hurt.
I’m !
1 person says
this solves the problem
Loading Profile...


