NoQ wrote:I couldn't get the mono visual basic runtimes to install...
This shouldn't be the problem. I could expect a problem of running FlaME after you installed mono, but mono is a well-made tool that should just work.
I thought this would be the case also, but after downloading from here:
http://www.go-mono.com/mono-downloads/download.html
Both the Intel Mac: Runtime and SDK I get this when trying to load it:
imac:flame user$ mono flame.exe
Missing method Int in assembly /Users/user/Flame/flame.exe, type Microsoft.VisualBasic.Conversion
Unhandled Exception:
System.TypeInitializationException: An exception was thrown by the type initializer for FlaME.modProgram ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
File name: 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at FlaME.clsBrush..ctor (Double InitialRadius, enumShape InitialShape) [0x00000] in <filename unknown>:0
at FlaME.modProgram..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for FlaME.modProgram ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
File name: 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at FlaME.clsBrush..ctor (Double InitialRadius, enumShape InitialShape) [0x00000] in <filename unknown>:0
at FlaME.modProgram..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
I did look around to try and find the problem - found this page:
http://www.mono-project.com/Mono:OSX
which states:
Visit the download page to find the latest MacOS X package. Run it and follow the instructions there, you can either get a basic runtime, or a complete runtime plus a software development kit.
The download page just sends me back here:
http://www.go-mono.com/mono-downloads/download.html
And I can't really see anything different and that page (
http://www.mono-project.com/Mono:OSX) states that:
The Mono package includes:
The Mono Runtime
GUI Toolkits: Windows.Forms and Gtk# for OSX.
Note: the MonoMac GUI toolkit for native OSX GUI development is currently a separate download.
SDK: C#, Visual Basic compilers, assemblers and tools
XSP ASP.NET server
Manual pages.
So IDK what I am doing wrong...