Author Topic: New Windows Megaglest beta!  (Read 18427 times)

-Archmage-

  • Moderator
  • Dragon
  • ********
  • Posts: 5,887
  • Make it so.
    • View Profile
    • My Website
Re: New Windows Megaglest beta!
« Reply #75 on: 13 March 2010, 03:00:58 »
Must be your computer, I don't even encounter that...
Egypt Remastered!

Proof: Owner of glest@mail.com

MJR

  • Guest
Re: New Windows Megaglest beta!
« Reply #76 on: 13 March 2010, 14:20:44 »
Hope the final MegaGlest is still coming out this weekend. I can't wait to download the windows installer of it so it wont say beta any more on the opening menu.

softcoder

  • MegaGlest Team
  • Battle Machine
  • ********
  • Posts: 2,239
    • View Profile
Re: New Windows Megaglest beta!
« Reply #77 on: 13 March 2010, 22:18:31 »
Ok quick update, Titi and I are testing testing testing to make sure we have a quality release. A few notes about what is sitting in SVN for mega-glest right now:

- g3d_viewer now compiles for both Linux and Windows
- Configurator now compiles for both Linux and Windows (this is a user friendly app to edit the glest game settings)
- Code restructuring and 0 warning compiles are now complete.
- Build projects for both Linux and Windows work 100% and readme files are more up to date to guide
  developers regarding how to compile on Linux and Windows.
- So far multi-player testing is yielding solid / fun results. If all goes well a release will be coming soon.

That's it

Super Tom

  • Draco Rider
  • *****
  • Posts: 311
    • View Profile
Re: New Windows Megaglest beta!
« Reply #78 on: 14 March 2010, 01:14:08 »
Hi,softcoder! I do not know what this sentence to mean, would you please tell me, thank you!

Is this sentence: "Made changes to properly isolate new unit rotation code so that it is disabled by default"

softcoder

  • MegaGlest Team
  • Battle Machine
  • ********
  • Posts: 2,239
    • View Profile
Re: New Windows Megaglest beta!
« Reply #79 on: 14 March 2010, 03:51:34 »
The work for rotating units when placing them (90-270 degrees) is only partially done (not ready for network games yet) so it is disabled by default but may be turned on via a glest.ini setting. I wanted to make sure that work didn't compromise the mega-glest release that will be coming as soon as Titi wakes up from a well deserved rest :)

Thanks

Super Tom

  • Draco Rider
  • *****
  • Posts: 311
    • View Profile
Re: New Windows Megaglest beta!
« Reply #80 on: 14 March 2010, 04:53:37 »
Yes, Softcoder! I compile the latest code, compile error occurred, error is:

... failed C + +
Code: [Select]
./build/i686-pc-linux-gnu/optimize/configurator/main.o ...

C + + ./build/i686-pc-linux-gnu/optimize/configurator/configuration.o

Contains self-configurator / configuration.cpp: 1 file:

configurator / configuration.h: 7:19: error: wx / wx.h: do not have the file or directory

In file included from configurator / configuration.cpp: 1:

configurator / configuration.h: 58: error: 'wxString' does not name a type of

configurator / configuration.h: 62: error: 'wxString' does not name a type of

configurator / configuration.h: 123: error: 'wxWindow' not declared

configurator / configuration.h: 123: error: 'wxSizer' not declared

configurator / configuration.h: 135: error: ISO C + + does not allow the statement without the type of 'wxCheckBox'

configurator / configuration.h: 135: error: expected ';' before '*' token

configurator / configuration.h: 138: error: 'wxWindow' not declared

configurator / configuration.h: 138: error: 'wxSizer' not declared

configurator / configuration.h: 150: error: ISO C + + does not allow the statement without the type of 'wxTextCtrl'

configurator / configuration.h: 150: error: expected ';' before '*' token

configurator / configuration.h: 153: error: 'wxWindow' not declared
g++ -c -o ./build/i686-pc-linux-gnu/optimize/configurator/configuration.o  -DPACKAGE_NAME="megaglest" -DPACKAGE_TARNAME="megaglest" -DPACKAGE_VERSION="3.3.0" -DPACKAGE_STRING="megaglest 3.3.0" -DPACKAGE_BUGREPORT="matze@braunis.de" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_POSIX_SOCKETS= -DX11_AVAILABLE=1 -DHAVE_GLOB_H=1 -DHAVE_SYS_IOCTL_H=1 -DUSE_SDL= -DHAVE_PTHREAD=1 -I. -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -pthread   -Iconfigurator/../shared_lib/include/../include/platform/sdl -Iconfigurator/../shared_lib/include/../include/platform/posix -Iconfigurator/../shared_lib/include/../include/util -Iconfigurator/../shared_lib/include/../include/graphics -Iconfigurator/../shared_lib/include/../include/graphics/gl -Iconfigurator/../shared_lib/include/../include/sound -Iconfigurator/../shared_lib/include/../include/sound/openal -Iconfigurator/../shared_lib/include/../include/xml -Iconfigurator/../shared_lib/include/../include/glew -Iconfigurator/../shared_lib/include/../include/lua -Iconfigurator/.   -O3 -DNDEBUG configurator/configuration.cpp

...failed C++ ./build/i686-pc-linux-gnu/optimize/configurator/configuration.o ...
...skipped glest_configurator for lack of <T!configurator!>main.o...
...failed updating 2 target(s)...
...skipped 1 target(s)...
« Last Edit: 5 April 2016, 18:17:33 by filux »

softcoder

  • MegaGlest Team
  • Battle Machine
  • ********
  • Posts: 2,239
    • View Profile
Re: New Windows Megaglest beta!
« Reply #81 on: 14 March 2010, 04:59:22 »
You must be missing wxWidgets library. In UBuntu you can get it via:

sudo apt-get install libwxgtk2.8-dev

Then you need to re-run ./configure and then jam

Thanks

Super Tom

  • Draco Rider
  • *****
  • Posts: 311
    • View Profile
Re: New Windows Megaglest beta!
« Reply #82 on: 14 March 2010, 05:09:55 »
Very grateful to softcoder, I have successfully compiled out, glest is a great game, I like it!

MJR

  • Guest
Re: New Windows Megaglest beta!
« Reply #83 on: 14 March 2010, 09:14:01 »
Is there going to be a windows installer of the final MegaGlest ? And if so when ?

titi

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 4,240
    • View Profile
    • http://www.titusgames.de
Re: New Windows Megaglest beta!
« Reply #84 on: 14 March 2010, 12:44:41 »
@MJR: there will be a widnows installer the release will be soon and today , but i don't know how how long it takes to build the windows installer.

« Last Edit: 14 March 2010, 15:03:52 by titi »
Try Megaglest! Improved Engine / New factions / New tilesets / New maps / New scenarios

Rydra

  • Guest
Re: New Windows Megaglest beta!
« Reply #85 on: 14 March 2010, 16:52:16 »
The installer given in this link:
Code: [Select]
http://dl.dropbox.com/u/5207065/Glest%20Files/MegaGlest/MegaGlest_3.2.4-BETA4_Install.exe does not work correctly in my Windows 7 64 bits. Executing the game as normal user gives me the following error with a white full screen:

ERROR(S):

Error opening log fileglest.log

And executing it administrator, it tells me that the program has found an error and must close.

I don't think it is a Hardware problem because in a Linux 64 bits it works correctly.
« Last Edit: 5 April 2016, 18:18:17 by filux »

ultifd

  • Airship
  • ********
  • Posts: 4,443
  • The Glest Video Guy :) The one and only. :P
    • View Profile
    • My Youtube Channel
Re: New Windows Megaglest beta!
« Reply #86 on: 14 March 2010, 18:37:12 »
The installer given in this link:
Code: [Select]
http://dl.dropbox.com/u/5207065/Glest%20Files/MegaGlest/MegaGlest_3.2.4-BETA4_Install.exe does not work correctly in my Windows 7 64 bits. Executing the game as normal user gives me the following error with a white full screen:

ERROR(S):

Error opening log fileglest.log

And executing it administrator, it tells me that the program has found an error and must close.

I don't think it is a Hardware problem because in a Linux 64 bits it works correctly.
Hmm  , I just tested megaglest from that installer on one of my comps, a win7 64 bit...  ::)
it worked geat...  :thumbup:  :bomb:

-Archmage-

  • Moderator
  • Dragon
  • ********
  • Posts: 5,887
  • Make it so.
    • View Profile
    • My Website
Re: New Windows Megaglest beta!
« Reply #87 on: 14 March 2010, 19:37:34 »
Quote
The installer given in this link:
Code: [Select]
http://dl.dropbox.com/u/5207065/Glest%20Files/MegaGlest/MegaGlest_3.2.4-BETA4_Install.exe  does not work correctly in my Windows 7 64 bits. Executing the game as normal user gives me the following error with a white full screen:

ERROR(S):

Error opening log fileglest.log

And executing it administrator, it tells me that the program has found an error and must close.

I don't think it is a Hardware problem because in a Linux 64 bits it works correctly.

Sorry to disappoint you, but it has to be your computer, if it works everywhere else but your computer......well........I don't know what to say, I built that installer on 64-bit Windows 7.....so........it's your computer.......
« Last Edit: 5 April 2016, 18:19:16 by filux »
Egypt Remastered!

Proof: Owner of glest@mail.com

Rydra

  • Guest
Re: New Windows Megaglest beta!
« Reply #88 on: 14 March 2010, 19:43:36 »
Quote
The installer given in this link:
Code: [Select]
http://dl.dropbox.com/u/5207065/Glest%20Files/MegaGlest/MegaGlest_3.2.4-BETA4_Install.exe  does not work correctly in my Windows 7 64 bits. Executing the game as normal user gives me the following error with a white full screen:

ERROR(S):

Error opening log fileglest.log

And executing it administrator, it tells me that the program has found an error and must close.

I don't think it is a Hardware problem because in a Linux 64 bits it works correctly.

Sorry to disappoint you, but it has to be your computer, if it works everywhere else but your computer......well........I don't know what to say, I built that installer on 64-bit Windows 7.....so........it's your computer.......

If in my windows partition it does not work, and in the linux one it does, then...

W7 sucks xD

I have an ATI card. May it be related?
« Last Edit: 5 April 2016, 18:19:41 by filux »

-Archmage-

  • Moderator
  • Dragon
  • ********
  • Posts: 5,887
  • Make it so.
    • View Profile
    • My Website
Re: New Windows Megaglest beta!
« Reply #89 on: 14 March 2010, 19:55:08 »
No graphics isn't a problem, it looks like another stupid security problem.......that only you're experiencing... :(
Egypt Remastered!

Proof: Owner of glest@mail.com

MJR

  • Guest
Re: New Windows Megaglest beta!
« Reply #90 on: 14 March 2010, 19:58:39 »
So with all this talk of possible problems with the windows installer is it going to delay the final release of it in a windows installer. Hope not it works on 64 Bit XP and I want the full and final version not just a beta version.

-Archmage-

  • Moderator
  • Dragon
  • ********
  • Posts: 5,887
  • Make it so.
    • View Profile
    • My Website
Re: New Windows Megaglest beta!
« Reply #91 on: 14 March 2010, 20:02:34 »
The installer works fine, it just this guys Windows 7 is committing treason. :bomb:
Egypt Remastered!

Proof: Owner of glest@mail.com

John.d.h

  • Moderator
  • Airship
  • ********
  • Posts: 3,757
  • I have to go now. My planet needs me.
    • View Profile
Re: New Windows Megaglest beta!
« Reply #92 on: 14 March 2010, 20:15:20 »
The installer works fine for some operating systems. ::)

MJR

  • Guest
Re: New Windows Megaglest beta!
« Reply #93 on: 14 March 2010, 21:16:47 »
So is there going to be a release of the final MegaGlest windows installer today or what.

-Archmage-

  • Moderator
  • Dragon
  • ********
  • Posts: 5,887
  • Make it so.
    • View Profile
    • My Website
Re: New Windows Megaglest beta!
« Reply #94 on: 14 March 2010, 21:55:08 »
I don't think so......I just experienced the sound glitch that Ultifd was talking about and I ran into the error that Rydra had.....the solution to Rydra's problems is to change the permissions so everyone and everything can do anything to your MegaGlest install. ;)
Egypt Remastered!

Proof: Owner of glest@mail.com

titi

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 4,240
    • View Profile
    • http://www.titusgames.de
Re: New Windows Megaglest beta!
« Reply #95 on: 14 March 2010, 22:02:52 »
sound glitch?

update:
oh this one, this is a driver problem in my opinion!
update your sound drivers!
Try Megaglest! Improved Engine / New factions / New tilesets / New maps / New scenarios

-Archmage-

  • Moderator
  • Dragon
  • ********
  • Posts: 5,887
  • Make it so.
    • View Profile
    • My Website
Re: New Windows Megaglest beta!
« Reply #96 on: 14 March 2010, 22:06:14 »
Huh, but I've never seen this problem before. :(

It doesn't happen in GAE...
Egypt Remastered!

Proof: Owner of glest@mail.com

MJR

  • Guest
Re: New Windows Megaglest beta!
« Reply #97 on: 14 March 2010, 22:07:29 »
  :( Sorry to here hope it is fix soon so you can put out the full and Final MegGlest windows installer. I'll be waiting for it.It doesn't happen on Windows XP 64 bit either.
« Last Edit: 14 March 2010, 22:09:47 by MJR »

John.d.h

  • Moderator
  • Airship
  • ********
  • Posts: 3,757
  • I have to go now. My planet needs me.
    • View Profile
Re: New Windows Megaglest beta!
« Reply #98 on: 14 March 2010, 22:41:10 »
I've had glitches with the music when starting Glest, but I don't think I've had a problem with the sounds when actually playing.  I think it might be more of a performance problem than a driver problem, because it seems a lot worse when I have my power settings on low.  Sometimes I hear the opening cymbal crash three or four times.  I haven't noticed a different between Glest, GAE, and MegaGlest.  I guess it couldn't hurt to update the drivers anyway.

ultifd

  • Airship
  • ********
  • Posts: 4,443
  • The Glest Video Guy :) The one and only. :P
    • View Profile
    • My Youtube Channel
Re: New Windows Megaglest beta!
« Reply #99 on: 14 March 2010, 23:19:11 »
We'll see. I'll test it later...  :O  :bomb:
sound glitch?

update:
oh this one, this is a driver problem in my opinion!
update your sound drivers!
I really don't think that is the problem, but I guess I'll check it then...  ::)