Author Topic: Map editor crashes  (Read 5021 times)

Idanwin

  • Guest
Map editor crashes
« on: 2 July 2008, 05:54:38 »
Every time I open the Map Editor, it opens for a few seconds and then my whole computer crashes.
« Last Edit: 1 January 1970, 00:00:00 by Idanwin »

Omega

  • MegaGlest Team
  • Dragon
  • ********
  • Posts: 6,167
  • Professional bug writer
    • View Profile
    • Personal site
(No subject)
« Reply #1 on: 3 July 2008, 20:15:58 »
I've never seen that before. Can you tell me your computer's specs (RAM, CPU, type, etc;)

Until I learn more about your computer, I can't really help you... :'(
« Last Edit: 1 January 1970, 00:00:00 by omega »
Edit the MegaGlest wiki: http://docs.megaglest.org/

My personal projects: http://github.com/KatrinaHoffert

Idanwin

  • Guest
(No subject)
« Reply #2 on: 11 July 2008, 15:38:10 »
I work with Ubuntu feisty 7.04.
My computer has 4gig RAM.
what else?
« Last Edit: 1 January 1970, 00:00:00 by Idanwin »

ttsmj

  • Guest
(No subject)
« Reply #3 on: 13 July 2008, 17:26:29 »
This don't happen to me
Try running map editor from terminal
Also try running program glxgears in terminal to see if your 3d akcelleration works
« Last Edit: 1 January 1970, 00:00:00 by ttsmj »

Idanwin

  • Guest
(No subject)
« Reply #4 on: 15 July 2008, 15:28:13 »
glxgears works fine...
« Last Edit: 1 January 1970, 00:00:00 by Idanwin »

Omega

  • MegaGlest Team
  • Dragon
  • ********
  • Posts: 6,167
  • Professional bug writer
    • View Profile
    • Personal site
(No subject)
« Reply #5 on: 17 July 2008, 17:04:17 »
I'm not really sure whats wrong. You could try a virus scan, but that most likely won't help...

Sometimes software just doesn't seem to work (my GAE doesn't work, just says access denied)
« Last Edit: 1 January 1970, 00:00:00 by omega »
Edit the MegaGlest wiki: http://docs.megaglest.org/

My personal projects: http://github.com/KatrinaHoffert

Idanwin

  • Guest
(No subject)
« Reply #6 on: 17 July 2008, 22:07:36 »
doesn't matter (well, it does) I now use the windows map editor on my virtual windows. But my virtual windows cannot run glest (because glest does not support the virtual graphical card) and wine can neither (unknown reason).
Somehow wine  cannot run the map editor too...
« Last Edit: 1 January 1970, 00:00:00 by Idanwin »

dfoxpro

  • Guest
Re: Map editor crashes (ubuntu terminals out)
« Reply #7 on: 11 July 2009, 00:12:42 »
Hello

when i try t use the map editor the game simply dnt starts; this show-me a debug message:

Code: [Select]
dfoxpro@dfoxpro-laptop:~$ /usr/local/games/glest/glest_editor
./glest_editor.bin: /usr/local/games/glest/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /usr/lib/libwx_baseu-2.8.so.0)

dfoxpro

  • Guest
Re: Map editor crashes (ubuntu terminals out)
« Reply #8 on: 11 July 2009, 00:42:56 »
Hello

when i try t use the map editor the game simply dnt starts; this show-me a debug message:

Code: [Select]
dfoxpro@dfoxpro-laptop:~$ /usr/local/games/glest/glest_editor
./glest_editor.bin: /usr/local/games/glest/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /usr/lib/libwx_baseu-2.8.so.0)

If u get this problem try this

Code: [Select]
sudo ln -s /usr/lib/libstdc++.so.6.0.10 /usr/local/games/glest/lib/libstdc++.so.6
"libstdc++.so.6.0.10" this version is the Intrepid version lib.

now i get this graphic problem, look this screenshot:
http://picasaweb.google.com/dfoxpro/Pantallazos#5356995304539542130
Code: [Select]
dfoxpro@dfoxpro-laptop:~$ /usr/local/games/glest/glest_editor

(glest_editor.bin:7648): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup.

(glest_editor.bin:7648): atk-bridge-WARNING **: IOR not set.

(glest_editor.bin:7648): atk-bridge-WARNING **: Could not locate registry

please helpus to solve this bug

dfoxpro

  • Guest
Re: Map editor crashes
« Reply #9 on: 11 July 2009, 22:49:38 »
Hello

Another dependency bug:

Code: [Select]
/usr/local/games/glest/glest_editor
./glest_editor.bin: error while loading shared libraries: libwx_gtk2u_gl-2.8.so.0: cannot open shared object file: No such file or directory

and this solution
Code: [Select]
sudo apt-get install libwxgtk2.8-0

 

anything