Release process for 0.2.7.1

Help test release candidates for the next release
Post Reply
User avatar
Z-Man
God & Project Admin
Posts: 11589
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

More untested rpms. Too tired for today.
Edit: When I say "untested", that means "please test" :)
You do not have the required permissions to view the files attached to this post.
User avatar
Your_mom
Match Winner
Posts: 653
Joined: Sun Jun 06, 2004 1:45 am

Post by Your_mom »

the release canidate 4 exe isnt working :( :|

Code: Select all

This application has failed to start because SDL_image.dll was not found. Re-installing the application may fix this problem.
this pops up when i try to install.
User avatar
Z-Man
God & Project Admin
Posts: 11589
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

Your_mom wrote:the release canidate 4 exe isnt working :( :|

Code: Select all

This application has failed to start because SDL_image.dll was not found. Re-installing the application may fix this problem.
this pops up when i try to install.
That's because it is not an istaller, but only the game exe itself. I can't yet build full installers again. You have to install a previous version and copy the exe over the installed one.
User avatar
klax
Project Developer
Posts: 481
Joined: Tue Jun 08, 2004 3:51 pm
Location: Barcelona, Spain
Contact:

Post by klax »

lol. Here are the Windows Installers of RC4:
You do not have the required permissions to view the files attached to this post.
User avatar
klax
Project Developer
Posts: 481
Joined: Tue Jun 08, 2004 3:51 pm
Location: Barcelona, Spain
Contact:

Post by klax »

About the windows build: now that I remember maybe it worked for me because I used the old project vs6 files and added the missing files (sorry tank :/)
User avatar
klax
Project Developer
Posts: 481
Joined: Tue Jun 08, 2004 3:51 pm
Location: Barcelona, Spain
Contact:

Post by klax »

Time to post Ubuntu Warty 4.10 i386 deb files (way more 'standard' than the amd64 posted before based on the devel branch of ubuntu).
These debs should also work in debian distro.
You do not have the required permissions to view the files attached to this post.
User avatar
Z-Man
God & Project Admin
Posts: 11589
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

Jonathan found another bug :(
Its a CPU time DOS bug. The server will get unresponsive for a long time ( depending on luck and server power, some seconds to maybe days ). This bug can be circumvented by setting BUG_TUNNEL to 1, but of course this will unleash all sorts of tunneling and teleporting bugs again. I'll work on a solution and post updated sources yet again.
Edit: and I think that like the stab bug, it won't happen with sensible cycle_delay and cycle_rubber_mindist settings. But that's of course no excuse for it being there.
User avatar
Z-Man
God & Project Admin
Posts: 11589
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

klax wrote:About the windows build: now that I remember maybe it worked for me because I used the old project vs6 files and added the missing files (sorry tank :/)
That would answer my question on how you handle the unix-style text problems, too :)
I'll try to build a windows-sources zip file where all text files are converted properly.

The worst part of the performance DOS is fixed. Here's RC5. It makes RC4 obsolete, so the question is now whether we'll use RC3 or RC5 for the release.
You do not have the required permissions to view the files attached to this post.
User avatar
klax
Project Developer
Posts: 481
Joined: Tue Jun 08, 2004 3:51 pm
Location: Barcelona, Spain
Contact:

Post by klax »

Armagetron Advanced RC5 Windows Installer Files.

Edit:
In deustch now it shows the correct title.
Documentation is now 'updated'.
You do not have the required permissions to view the files attached to this post.
Last edited by klax on Sat Mar 05, 2005 5:07 pm, edited 1 time in total.
User avatar
Z-Man
God & Project Admin
Posts: 11589
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

To clarify the DOS bug:
In version 0.2.7.1, there is a new facility tracking changes to the grid layout; whenever the grid gets reorganized because a wall is drawn, this facility stores which of the old faces are replaced by which new faces. Sometimes, a clean replacement is impossible: when an edge gets turned, two faces get replaced by two new faces, so each of the old faces needs to reference both new faces. When that happens several times in a row, you end up with a tree of face replacements that grows exponentially with the number of replacements made ( it does not grow that big in memory, but it grows that big logically for the code that later analyses the replacements ). The bugfix is to just eliminate handling the same face twice in each run.
It is not really a catastrophic bug since with the BUG_TUNNEL setting, you can turn the problematic facility completely off and revert to 0.2.7.0 behavior.

Edit: Here are the RPMs. This time, I did some basic tests ( installs & runs ) in SuSE in vmware.
You do not have the required permissions to view the files attached to this post.
Last edited by Z-Man on Sat Mar 05, 2005 3:44 pm, edited 1 time in total.
User avatar
llaffer2
Core Dumper
Posts: 115
Joined: Fri May 07, 2004 9:22 pm

Post by llaffer2 »

For the last 2 weeks, I've been getting these type of crashes -- including the rc5 release:

Image

Any ideas?
User avatar
Z-Man
God & Project Admin
Posts: 11589
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

llaffer2 wrote:Any ideas?
I'm afraid I don't have the slightest clue how you do remote or postmortem crash analysis in Windows. Is the second message box what appears when you click on the "To see what data this error report contains, click here"? If not, this information may be useful.
The one thing I read from the message is, since the instruction address and the memory address are the same, AA tried to execute code in nirvana. This could be a corrupted function pointer or a call to a virtual function of an already deleted object.
What version did this error first occur in?

Edit: the executable and data client RPMs are attached.
You do not have the required permissions to view the files attached to this post.
User avatar
llaffer2
Core Dumper
Posts: 115
Joined: Fri May 07, 2004 9:22 pm

Post by llaffer2 »

I first saw it with the 2.7.1 release that was put out a few months ago, but the problem didn't start happening until about 2 weeks ago. I don't know what, if anything, has changed in my system in that time.

I clicked on the "To see what data this error report contains", and it has good data that may be usefull, but it isn't selectable for me to copy and paste. It also mentions a file that would be sent, but I'm not sure that's very usefull - I'll attach it just in case.

I'll see if I can find some way of posting that information.
You do not have the required permissions to view the files attached to this post.
User avatar
klax
Project Developer
Posts: 481
Joined: Tue Jun 08, 2004 3:51 pm
Location: Barcelona, Spain
Contact:

Post by klax »

llafer2: didn't know that bug was there. Any other windows player here??

I've reuploaded RC5 Windows Builds with "updated" documentation (also did not have compile.htm and readme_windows.htm). Also corrected duplicated COPYING.txt :s

z-man: I've added in cvs commands.txt to /src/doc (it was missing, how did u generated the docs?). Also this commands.txt adds a few lines thrashed when u moved the doc dir (two new commands in 0.2.7.0).
User avatar
llaffer2
Core Dumper
Posts: 115
Joined: Fri May 07, 2004 9:22 pm

Post by llaffer2 »

Anyone know how I can get my linux box to packet sniff the data my PC sends out? that's the only way I can think of for me to capture the data that cannot be copied-and-pasted.

I have a plain hub between them, so sniffing is possible, I just don't know the command to do it.
Post Reply