to run it type at the command line: "mono -debug /path/to/flame.exe"
end hit enter.
of course it will only run if you actually have mono installed



Are you sure about mono being an emulator?macuser wrote:T...
It will actually run slower due to the fact that mono runs under emulation.
...



effigy wrote:Are you sure about mono being an emulator?macuser wrote:T...
It will actually run slower due to the fact that mono runs under emulation.
...






I'm assuming you meant start it with "mono FlaME.exe"NoQ wrote:ODDity: install mono, install visual basic support for mono, download FlaME, start it with "FlaME mono.exe". If nothing works, update your mono version to 2.10. If nothing works, post your backtrace.
Code: Select all
ollie@boxen ~/Desktop/flame/FlaME $ mono FlaME.exe
WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v1.1.4322
** (FlaME.exe:21940): WARNING **: The following assembly referenced from /home/ollie/Desktop/flame/FlaME/FlaME.exe could not be loaded:
Assembly: Microsoft.VisualBasic (assemblyref_index=1)
Version: 10.0.0.0
Public Key: b03f5f7f11d50a3a
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/ollie/Desktop/flame/FlaME/).
** (FlaME.exe:21940): WARNING **: Could not load file or assembly 'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
The entry point method could not be loaded





Sure typoI'm assuming you meant start it with "mono FlaME.exe"
I think you need 10.0 instead of 8.0. Try looking for a package with 10.0. Does installing this package manually (via dpkg) work for you?libmono-microsoft-visualbasic8.0-cil

that is the version of Mono I, and I suspect all other Linux users not using unstable or compiling mono themselves have yeah, it would be worth a go and if you can make that happen cool beansFlail13 wrote:Would it work for you if it was for Mono 2.6.7?
Code: Select all
mono --version
Mono JIT compiler version 2.6.7 (Debian 2.6.7-5ubuntu3)
Copyright (C) 2002-2010 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC and Parallel Mark)
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none