Help with map editor - on mac

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
User avatar
Verin
Trained
Trained
Posts: 313
Joined: 11 Jun 2010, 00:08
Location: Chicago suburbs USA

Re: Help with map editor - on mac

Post by Verin »

Got it ti work once, there were no tile sets so i was screwed there. I jammed up, tried to restart, jammed.

closed terminal retyped in the path...

Code: Select all

Macintosh:~ austin$ mono /Users/austin/Desktop/flaME.exe 

** (/Users/austin/Desktop/flaME.exe:193): WARNING **: The following assembly referenced from /Users/austin/Desktop/flaME.exe could not be loaded:
     Assembly:   OpenTK.GLControl    (assemblyref_index=6)
     Version:    1.0.0.201
     Public Key: bad199fe84eb3df4
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 (/Users/austin/Desktop/).


** (/Users/austin/Desktop/flaME.exe:193): WARNING **: Could not load file or assembly 'OpenTK.GLControl, Version=1.0.0.201, Culture=neutral, PublicKeyToken=bad199fe84eb3df4' or one of its dependencies.
System.TypeLoadException: A type load exception has occurred.
  at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00000] in <filename unknown>:0 

** (/Users/austin/Desktop/flaME.exe:193): WARNING **: The class flaME.ctrlMapView could not be loaded, used in flaME, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null

Unhandled Exception: System.TypeLoadException: Could not load type 'flaME.ctrlMapView' from assembly 'flaME, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
  at System.Windows.Forms.Timer.OnTick (System.EventArgs e) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Timer.FireTick () [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Timer:FireTick ()
  at System.Windows.Forms.XplatUICarbon.CheckTimers (DateTime now) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.XplatUICarbon.GetMessage (System.Object queue_id, System.Windows.Forms.MSG& msg, IntPtr hWnd, Int32 wFilterMin, Int32 wFilterMax) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.XplatUICarbon.WaitForHwndMessage (System.Windows.Forms.Hwnd hwnd, Msg message) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.XplatUICarbon.CreateWindow (System.Windows.Forms.CreateParams cp) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.XplatUI.CreateWindow (System.Windows.Forms.CreateParams cp) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.NativeWindow.CreateHandle (System.Windows.Forms.CreateParams cp) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Control.CreateHandle () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Form.CreateHandle () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Control.CreateControl () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Control.SetVisibleCore (Boolean value) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Form.SetVisibleCore (Boolean value) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Control.set_Visible (Boolean value) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:set_Visible (bool)
  at System.Windows.Forms.Application.RunLoop (Boolean Modal, System.Windows.Forms.ApplicationContext context) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Form.ShowDialog (IWin32Window owner) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Form.ShowDialog () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.MessageBox+MessageBoxForm.RunDialog () [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.MessageBox/MessageBoxForm:RunDialog ()
  at System.Windows.Forms.MessageBox.Show (System.String text, System.String caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options) [0x00000] in <filename unknown>:0 
  at Microsoft.VisualBasic.Interaction.MsgBox (System.Object Prompt, MsgBoxStyle Button, System.Object Title) [0x00000] in <filename unknown>:0 
  at flaME.frmMain.frmMain_FormClosing (System.Object sender, System.Windows.Forms.FormClosingEventArgs e) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Form.OnFormClosing (System.Windows.Forms.FormClosingEventArgs e) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Form.FireClosingEvents (CloseReason reason, Boolean cancel) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Form:FireClosingEvents (System.Windows.Forms.CloseReason,bool)
  at System.Windows.Forms.Application.Exit (System.ComponentModel.CancelEventArgs e) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Application.Exit () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Form.OnCreateControl () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Control.CreateControl () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Control.SetVisibleCore (Boolean value) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Form.SetVisibleCore (Boolean value) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Control.set_Visible (Boolean value) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:set_Visible (bool)
  at System.Windows.Forms.Application.RunLoop (Boolean Modal, System.Windows.Forms.ApplicationContext context) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.ApplicationContext context) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <filename unknown>:0 
  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x00000] in <filename unknown>:0 
  at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (System.String[] commandLine) [0x00000] in <filename unknown>:0 
  at flaME.My.MyApplication.Main (System.String[] Args) [0x00000] in <filename unknown>:0 

@#%@#@!! im just going to download this to my flashdrive and use my crap slow Pc to do this.
My multiplayer name is Verin
Usually in ideas and suggestions.
I Am also an ASE certified technician.
User avatar
macuser
Regular
Regular
Posts: 1052
Joined: 19 Mar 2010, 23:35
Location: USA

Re: Help with map editor - on mac

Post by macuser »

Sorry for all the trouble, but what you could try is to type:

Code: Select all

mono --debug /Users/austin/Desktop/Debug/flaME.exe
you will se some errors but it should work with the tilesets (you have to select one in flame from the dropdown menu first). I'm here to help you get it working on MAC (hence my name) :wink: If I can be of any service I will try.

-regards macuser
ArtRev Website

ImageImage

System: AMD Phenom II x4, 4GB RAM, 640GB HD, Nvidia GeForce GT 240 1GB, Mac OS X 10.6
User avatar
Verin
Trained
Trained
Posts: 313
Joined: 11 Jun 2010, 00:08
Location: Chicago suburbs USA

Re: Help with map editor - on mac

Post by Verin »

macuser wrote:Sorry for all the trouble, but what you could try is to type:

Code: Select all

mono --debug /Users/austin/Desktop/Debug/flaME.exe
you will se some errors but it should work with the tilesets (you have to select one in flame from the dropdown menu first). I'm here to help you get it working on MAC (hence my name) :wink: If I can be of any service I will try.

-regards macuser

Code: Select all

 mono --debug /Users/austin/Desktop/Debug/flaME.exe
Cannot open assembly '/Users/austin/Desktop/Debug/flaME.exe': No such file or directory.
blerg
My multiplayer name is Verin
Usually in ideas and suggestions.
I Am also an ASE certified technician.
User avatar
macuser
Regular
Regular
Posts: 1052
Joined: 19 Mar 2010, 23:35
Location: USA

Re: Help with map editor - on mac

Post by macuser »

does the file actually exist at that location?
ArtRev Website

ImageImage

System: AMD Phenom II x4, 4GB RAM, 640GB HD, Nvidia GeForce GT 240 1GB, Mac OS X 10.6
User avatar
Verin
Trained
Trained
Posts: 313
Joined: 11 Jun 2010, 00:08
Location: Chicago suburbs USA

Re: Help with map editor - on mac

Post by Verin »

yea, its on my desktop in that unarchiver icon, flaME.exe
My multiplayer name is Verin
Usually in ideas and suggestions.
I Am also an ASE certified technician.
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Help with map editor - on mac

Post by NoQ »

Is "Debug/" necessary? (just curious)
User avatar
macuser
Regular
Regular
Posts: 1052
Joined: 19 Mar 2010, 23:35
Location: USA

Re: Help with map editor - on mac

Post by macuser »

well if it is not set to debug mono behaves slightly differently (it is not debug as in see the log files but as in compatibility mode)

verin, the last 2 things i would say for you to try are

1. type (with the quotes):

Code: Select all

mono --debug "/Users/austin/Desktop/Debug/flaME.exe"
or
2. first type mono (don't press enter yet) then press space. then drag the flame.exe file onto terminal. now hit enter

if that doesn't work I could probably get it working for you but I would have to be at you computer in person and thats not really posable :(

BTW you still have the other files in the folder with flame.exe right?

-regards macuser
ArtRev Website

ImageImage

System: AMD Phenom II x4, 4GB RAM, 640GB HD, Nvidia GeForce GT 240 1GB, Mac OS X 10.6
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Help with map editor - on mac

Post by NoQ »

I was meaning "Debug/", not "--debug".
He doesn't seem to have "Debug/" folder on Desktop. :hmm:
User avatar
macuser
Regular
Regular
Posts: 1052
Joined: 19 Mar 2010, 23:35
Location: USA

Re: Help with map editor - on mac

Post by macuser »

oh yes - it is the folder that contains flame.exe that was extracted (it also has a lot of other files that are needed too)
ArtRev Website

ImageImage

System: AMD Phenom II x4, 4GB RAM, 640GB HD, Nvidia GeForce GT 240 1GB, Mac OS X 10.6
User avatar
Verin
Trained
Trained
Posts: 313
Joined: 11 Jun 2010, 00:08
Location: Chicago suburbs USA

Re: Help with map editor - on mac

Post by Verin »

zaohua768 wrote:it is the folder that contains flame.exe that was extracted (it also has a lot of other files that are needed too)well if it is not set to debug mono behaves slightly differently (it is not debug as in see the log files but as in compatibility mode)verin, the last 2 things i would say for you to try are.if that doesn't work I could probably get it working for you but I would have to be at you computer in person and thats not really posable BTW you still have the other files in the folder with flame.exe right?
wtf was the point of you posting this... twice... :annoyed:
My multiplayer name is Verin
Usually in ideas and suggestions.
I Am also an ASE certified technician.
User avatar
macuser
Regular
Regular
Posts: 1052
Joined: 19 Mar 2010, 23:35
Location: USA

Re: Help with map editor - on mac

Post by macuser »

I think he meant to quote me but fogot what he should say ;)
ArtRev Website

ImageImage

System: AMD Phenom II x4, 4GB RAM, 640GB HD, Nvidia GeForce GT 240 1GB, Mac OS X 10.6