MegaGlest Forum

Archives (read only) => Vanilla Glest => Bug report => Topic started by: Idanwin on 2 July 2008, 05:54:38

Title: Map editor crashes
Post by: Idanwin 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.
Title:
Post by: Omega 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... :'(
Title:
Post by: Idanwin on 11 July 2008, 15:38:10
I work with Ubuntu feisty 7.04.
My computer has 4gig RAM.
what else?
Title:
Post by: ttsmj 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
Title:
Post by: Idanwin on 15 July 2008, 15:28:13
glxgears works fine...
Title:
Post by: Omega 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)
Title:
Post by: Idanwin 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...
Title: Re: Map editor crashes (ubuntu terminals out)
Post by: dfoxpro 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)
Title: Re: Map editor crashes (ubuntu terminals out)
Post by: dfoxpro 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 (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
Title: Re: Map editor crashes
Post by: dfoxpro 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