Page 1 of 1

Editor Issues - Again!

PostPosted: 20 Nov 2012, 03:17
by KRC1023
Okay, This time it's on windows. I Downloaded the editor source from git. I then opened "supertux-sharp.mdp" In MonoDevelop 3.0.5.
I clicked Run>Run With>Mono 1.2.5.1
Output in the debugging console:
{l Code}: {l Select All Code}
** (C:\Users\Hans\supertux.editor\supertux-editor\supertux-editor.exe:7988): WARNING **: The following assembly referenced from C:\Users\Hans\supertux.editor\supertux-editor\supertux-editor.exe could not be loaded:

     Assembly:   gtk-sharp    (assemblyref_index=1)
     Version:    2.12.0.0
     Public Key: 35e10195dab3c99f

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 (C:\Users\Hans\supertux.editor\supertux-editor).


** (C:\Users\Hans\supertux.editor\supertux-editor\supertux-editor.exe:7988): WARNING **: Could not load file or assembly 'gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies.

Unhandled Exception: System.TypeLoadException: Could not load type 'Application' from assembly 'supertux-editor, Version=0.3.0.0, Culture=neutral'.
The application exited with code: 1



Yikes!

Re: Editor Issues - Again!

PostPosted: 20 Nov 2012, 14:53
by ctdabomb
hmmm, the editor isn't really my forte, so the best thing to do is submit a bug to the tracker.

Re: Editor Issues - Again!

PostPosted: 20 Nov 2012, 16:23
by KRC1023
Well, I fixed it. Using the git version through monodevelop requires mono 2.2. This is SO confusing.
It works Perfectly now, As long as i launch it by opening the .mdp file in monodevelop and running it from there.
But if i build it in monodevelop, And try to run the produced .exe, It doesn't launch.
%#&$(^&#^*&(@#$^*&#$^!!!!!!!!!!!!!
(And, On my Other computer it gives me an error having to do with SDL_IMAGE when i try to create a level.)