GarageGames / Torque3D

MIT Licensed Open Source version of Torque 3D from GarageGames
http://torque3d.org
MIT License
3.35k stars 1.2k forks source link

Bitstream.cpp Fatal Out of range write #1487

Open rasteron opened 8 years ago

rasteron commented 8 years ago

Hi,

I'm still getting this type of fatal error when doing some connection benchmarks (2 - 4 tries), particularly using Linux and Windows:

/t3d/Engine/source/core/stream/bitStream.cpp(234,0): {Fatal} - Out of range write

with the latest v3.8 release source on both.

Old Reference: http://www.garagegames.com/community/forums/viewthread/5180/2#comment-849030

rasteron commented 8 years ago

To follow-up, here's a screenshot with LAN connection (Ubuntu 14.04 32-bit)

screenshot

Azaezel commented 8 years ago

That's generally a report on the equivalent of a memory leak for the networking, like say, mismatched packupdate and unpackupdate in a given class. What were you testing in particular?

rasteron commented 8 years ago

Ah I see. I'm just trying to log in and out and doing some stress testing to see if my connection with the server is consistent enough.

rasteron commented 8 years ago

Is this normal or is there a workaround for this particular issue?

Azaezel commented 8 years ago

Despite the thread, that's not an issue. it's an issue report telling you something's gone pearshaped with networking your end. Would need additional data to drill down to what in particular is causing it.

rasteron commented 8 years ago

Ok thanks. I'm using the source release T3D 3.8, Windows 7 64bit for client (VS2008) and Ubuntu 14.04 LTS 32 bit Virtualbox and another separate installation for server. I have not made any changes with the mission level, engine source or scripts.

Areloch commented 8 years ago

You said you were logging in and out in order to stress test.

Does this happen every time? Does it happen around the same number of in/out iterations?

rasteron commented 8 years ago

@Areloch Yes it does and around the 3rd or 4th attempt.

Areloch commented 8 years ago

so consistently, 3rd or 4th attempt. Same level I'm assuming?

rasteron commented 8 years ago

That's right. Here's another one that I'm getting recently with the loading/connecting screen only at 50%, a timeout error at the end and it crashes on 3rd reconnect attempt. Info/debug color message and I guess this is a separate issue..

ParticleData((null)) times[2] < times[1]