Map editor

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
DannyRyu01
Rookie
Rookie
Posts: 23
Joined: 29 Mar 2012, 14:50

Map editor

Post by DannyRyu01 »

hello im looking for a good map editor that will run for ubuntu linux.
flame did not work.
if you have a tutorial to get flame working on linux ubuntu [11.10]
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Map editor

Post by NoQ »

I'm running FlaME well on archlinux.
Install the mono package, install VB.NET support for it (some other package), download the mono version of FlaME and open up .exe file with mono command:

Code: Select all

mono FlaME.exe
If anything goes wrong, paste console output here.
User avatar
Nameless
Trained
Trained
Posts: 176
Joined: 03 May 2010, 08:25
Location: Space, the Final Frontier

Re: Map editor

Post by Nameless »

NoQ wrote:I'm running FlaME well on archlinux.
Install the mono package, install VB.NET support for it (some other package), download the mono version of FlaME and open up .exe file with mono command:
What was the "other package"??
If you're reading this; you're awesome.
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Map editor

Post by NoQ »

VB.NET support for it
For mono. No idea how it is called in ubuntu.
User avatar
Nameless
Trained
Trained
Posts: 176
Joined: 03 May 2010, 08:25
Location: Space, the Final Frontier

Re: Map editor

Post by Nameless »

NoQ wrote:
VB.NET support for it
For mono. No idea how it is called in ubuntu.
I forgot to mention that I run arch :P
If you're reading this; you're awesome.
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Map editor

Post by NoQ »

mono-basic
DannyRyu01
Rookie
Rookie
Posts: 23
Joined: 29 Mar 2012, 14:50

Re: Map editor

Post by DannyRyu01 »

i cant get mono nor the other one, any information on how?
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Map editor

Post by NoQ »

How much do you know? That is, how many things are there that i don't need to waste time to explain? Do you know how to use your package manager and search for packages?

Try

Code: Select all

sudo apt-get install libmono-microsoft-visualbasic10.0-cil
DannyRyu01
Rookie
Rookie
Posts: 23
Joined: 29 Mar 2012, 14:50

Re: Map editor

Post by DannyRyu01 »

NoQ wrote:How much do you know? That is, how many things are there that i don't need to waste time to explain? Do you know how to use your package manager and search for packages?

Try

Code: Select all

sudo apt-get install libmono-microsoft-visualbasic10.0-cil
depends on what package manager soft ware center or soft ware source or Synaptic package manager
DannyRyu01
Rookie
Rookie
Posts: 23
Joined: 29 Mar 2012, 14:50

Re: Map editor

Post by DannyRyu01 »

Offensive link removed
cant get it to work GRRRR
Last edited by Staff on 04 Apr 2012, 05:30, edited 2 times in total.
Reason: That wasn't very nice...
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Map editor

Post by NoQ »

:doh:
Go think better, instead of using this sort of language.
DannyRyu01
Rookie
Rookie
Posts: 23
Joined: 29 Mar 2012, 14:50

Re: Map editor

Post by DannyRyu01 »

NoQ wrote::doh:
Go think better, instead of using this sort of language.
true but im really stressed at it
DannyRyu01
Rookie
Rookie
Posts: 23
Joined: 29 Mar 2012, 14:50

Re: Map editor

Post by DannyRyu01 »

NoQ wrote:How much do you know? That is, how many things are there that i don't need to waste time to explain? Do you know how to use your package manager and search for packages?

Try

Code: Select all

sudo apt-get install libmono-microsoft-visualbasic10.0-cil

Code: Select all

danny@danny-desktop:~$ sudo apt-get install libmono-microsoft-visualbasic10.0-cil
[sudo] password for danny:
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
that is what i get in terminal. really confused
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Map editor

Post by NoQ »

According to your video, you already installed necessary packages.
You're forgetting the quotes in your cd command, which are necessary because the target directory includes a space in its name:

Code: Select all

mono "~/Downloads/FlaME 1.27/FlaME.exe"
or alternatively backslash the space:

Code: Select all

mono ~/Downloads/FlaME\ 1.27/FlaME.exe
(i don't remember where are the capital letters, so you may need to correct me).
DannyRyu01
Rookie
Rookie
Posts: 23
Joined: 29 Mar 2012, 14:50

Re: Map editor

Post by DannyRyu01 »

Code: Select all

danny@danny-desktop:~$ mono ~/Downloads/FlaME\ 1.27/FlaME.exe

X11 Error encountered: 
  Error: BadMatch (invalid parameter attributes)
  Request:     135 (5)
  Resource ID: 0x4A00015
  Serial:      233
  Hwnd:        Hwnd, Mapped:False ClientWindow:0x4A00015, WholeWindow:0x4A00014, Zombie=False, Parent:[<null>]
  Control:     OpenTK.GLControl   at System.Environment.get_StackTrace()
   at System.Windows.Forms.XplatUIX11.HandleError(IntPtr display, XErrorEvent ByRef error_event)
   at OpenTK.Platform.X11.Glx.MakeCurrent(IntPtr , IntPtr , IntPtr )
   at OpenTK.Platform.X11.Glx.MakeCurrent(IntPtr display, IntPtr drawable, ContextHandle context)
   at OpenTK.Platform.X11.X11GLContext.MakeCurrent(IWindowInfo window)
   at OpenTK.Graphics.GraphicsContext.MakeCurrent(IWindowInfo window)
   at OpenTK.GLControl.MakeCurrent()
   at OpenTK.GLControl.OnHandleCreated(System.EventArgs e)
   at System.Windows.Forms.Control.WmCreate(Message ByRef m)
   at System.Windows.Forms.Control.WndProc(Message ByRef m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message ByRef m)
   at System.Windows.Forms.ContainerControl.WndProc(Message ByRef m)
   at System.Windows.Forms.UserControl.WndProc(Message ByRef m)
   at System.Windows.Forms.Control+ControlWindowTarget.OnMessage(Message ByRef m)
   at System.Windows.Forms.Control+ControlNativeWindow.WndProc(Message ByRef m)
   at System.Windows.Forms.NativeWindow.WndProc(IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam)
   at System.Windows.Forms.XplatUIX11.SendMessage(IntPtr hwnd, Msg message, IntPtr wParam, IntPtr lParam)
   at System.Windows.Forms.XplatUIX11.CreateWindow(System.Windows.Forms.CreateParams cp)
   at System.Windows.Forms.XplatUI.CreateWindow(System.Windows.Forms.CreateParams cp)
   at System.Windows.Forms.NativeWindow.CreateHandle(System.Windows.Forms.CreateParams cp)
   at System.Windows.Forms.Control.CreateHandle()
   at System.Windows.Forms.Control.CreateControl()
   at OpenTK.GLControl.ValidateState()
   at OpenTK.GLControl.MakeCurrent()
   at FlaME.ctrlMapView..ctor(FlaME.frmMain Owner)
   at FlaME.frmMain..ctor()
   at FlaME.modProgram..cctor()
   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(System.String[] commandLine)
   at FlaME.My.MyApplication.Main(System.String[] Args)

OpenTK.Graphics.GraphicsContextException: Failed to make context current.
  at OpenTK.Platform.X11.X11GLContext.MakeCurrent (IWindowInfo window) [0x00000] in <filename unknown>:0 
  at OpenTK.Graphics.GraphicsContext.MakeCurrent (IWindowInfo window) [0x00000] in <filename unknown>:0 
  at OpenTK.GLControl.MakeCurrent () [0x00000] in <filename unknown>:0 
  at OpenTK.GLControl.OnHandleCreated (System.EventArgs e) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Control.WmCreate (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.ContainerControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.UserControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) [0x00000] in <filename unknown>:0 
X11 Error encountered: 
  Error: BadMatch (invalid parameter attributes)
  Request:     135 (5)
  Resource ID: 0x4A00015
  Serial:      250
  Hwnd:        Hwnd, Mapped:True ClientWindow:0x4A00015, WholeWindow:0x4A00014, Zombie=False, Parent:[<null>]
  Control:     OpenTK.GLControl   at System.Environment.get_StackTrace()
   at System.Windows.Forms.XplatUIX11.HandleError(IntPtr display, XErrorEvent ByRef error_event)
   at OpenTK.Platform.X11.Glx.MakeCurrent(IntPtr , IntPtr , IntPtr )
   at OpenTK.Platform.X11.Glx.MakeCurrent(IntPtr display, IntPtr drawable, ContextHandle context)
   at OpenTK.Platform.X11.X11GLContext.MakeCurrent(IWindowInfo window)
   at OpenTK.Graphics.GraphicsContext.MakeCurrent(IWindowInfo window)
   at OpenTK.GLControl.MakeCurrent()
   at FlaME.ctrlMapView..ctor(FlaME.frmMain Owner)
   at FlaME.frmMain..ctor()
   at FlaME.modProgram..cctor()
   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(System.String[] commandLine)
   at FlaME.My.MyApplication.Main(System.String[] Args)

danny@danny-desktop:~$ 
danny@danny-desktop:~$ mono "~/Downloads/FlaME 1.27/FlaME.exe"
Cannot open assembly '~/Downloads/FlaME 1.27/FlaME.exe': No such file or directory.
i get that in terminal after i entered your back slash command
http://www.youtube.com/watch?v=KSYL4H_TJ4M
Last edited by DannyRyu01 on 03 Apr 2012, 06:11, edited 1 time in total.