Can and cannot (!) start GAM in Ubuntu 9.04 Jaunty.
Mono:
- libmono2.0-cil
- libmono-winforms2.0-cil
Running GlestAssetManager.exe:
- From Nautilus: does NOT start.
- From terminal:
Method A (does NOT start):
$ wine GlestAssetManager.exe
install the Windows version of Mono to run .NET executables
Method B:
chmod +x GlestAssetManager.exe
./GlestAssetManager.exe
Dialog-window "Please select your Glest exe ..." opens.
I point it to /usr/games/glest and get "The GAM could not start" with an "Ok" button which when clicked exits the program.
Terminal says:
$ ./GlestAssetManager.exe
Could not set X locale modifiers
Unhandled Exception: System.IO.FileNotFoundException: Could not find file "/home/user/GlestAM.xml".
File name: '/home/user/GlestAM.xml'
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000]
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000]
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.Xml.XmlUrlResolver.GetEntity (System.Uri absoluteUri, System.String role, System.Type ofObjectToReturn) [0x00000]
at Mono.Xml2.XmlTextReader.GetStreamFromUrl (System.String url, System.String& absoluteUriString) [0x00000]
at Mono.Xml2.XmlTextReader..ctor (System.String url, System.Xml.XmlNameTable nt) [0x00000]
at System.Xml.XmlTextReader..ctor (System.String url, System.Xml.XmlNameTable nt) [0x00000]
at System.Xml.XmlDocument.Load (System.String filename) [0x00000]
at GlestAssetManager.GlestAMForm..ctor () [0x00000]
Notes:
- GAM-0.3.zip contained ONLY the file "GlestAssetManager.exe".
- Before chossing the file, only the first line of the above output was printed out, the rest only comes out afterwards.
$HOME/.glest/glest is a symlink to /usr/lib/glest/glest so I wanted to try that one too. But the dialog-window with the file-chooser stops at/usr/lib and displays no contents to that folder (which do exist however, in large amount, could that amount be the reason for the freeze? It's very very long though...), it actually freezes completely and I have to kill it outside of its own controls.
If you need me to try and run a few more tests, just instruct me!