project-navigation
Personal tools

Author Topic: modal dialogs from ufo2map  (Read 3619 times)

Offline blondandy

  • Sergeant
  • *****
  • Posts: 391
    • View Profile
modal dialogs from ufo2map
« on: May 16, 2008, 10:45:28 pm »
ufo2map throws up modal dialogs to complain, but only on the windows OS. (Sys_Error in cmdlib.c).

i have found this a bit annoying. when you leave your machine compiling all the maps, one has a problem, then all compiling ceases until you give it some attention.

would anyone object if i made windows do the same as the other OSes and just print to console?

svn praise cites tlh2000. i guess he will not mind.

Offline BTAxis

  • Administrator
  • PHALANX Commander
  • *******
  • Posts: 2607
    • View Profile
Re: modal dialogs from ufo2map
« Reply #1 on: May 17, 2008, 12:46:52 am »
Really? I never had it pop up a dialog, except when I ran it with no arguments. Is this something very recent? Also, I use the makefile to compile the maps, so maybe that has something to do with it.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: modal dialogs from ufo2map
« Reply #2 on: May 19, 2008, 03:36:20 pm »
should only happen on sys_errors, no?

Offline blondandy

  • Sergeant
  • *****
  • Posts: 391
    • View Profile
Re: modal dialogs from ufo2map
« Reply #3 on: May 19, 2008, 05:16:29 pm »
indeed. but why?

it is annoying if you are trying to compile a whole load of maps using make (or a script).

why only on ms windows?

Offline BTAxis

  • Administrator
  • PHALANX Commander
  • *******
  • Posts: 2607
    • View Profile
Re: modal dialogs from ufo2map
« Reply #4 on: May 19, 2008, 05:26:24 pm »
I'm on Windows. Doesn't happen for me.