error/what does it all mean

function: CBaseEntity::SUB_CallUseToggle 049a9a2e 03c1 add eax,ecx 049a9a30 8b0d9c74a004 mov ecx, ds:04a0749c=061a0020 049a9a36 8d0440 lea eax, ds:00000000=???????? 049a9a39 8d4c8108 lea ecx, ds:00a7d5d3=00000000 049a9a3d b867666666 mov ea...




Topic Options
#88337 - 12/25/01 02:45 AM error/what does it all mean
EvilPriest Offline
stranger

Registered: 11/04/01
Posts: 14
function: CBaseEntity::SUB_CallUseToggle
049a9a2e 03c1 add eax,ecx
049a9a30 8b0d9c74a004 mov ecx,[04a0749c] ds:04a0749c=061a0020
049a9a36 8d0440 lea eax,[eax+eax*2] ds:00000000=????????
049a9a39 8d4c8108 lea ecx,[ecx+eax*4+0x8] ds:00a7d5d3=00000000
049a9a3d b867666666 mov eax,0x66666667
049a9a42 f7ea imul edx
049a9a44 c1fa03 sar edx,0x3
049a9a47 8bc2 mov eax,edx
049a9a49 c1e81f shr eax,0x1f
049a9a4c 03d0 add edx,eax
FAULT ->049a9a4e 0fbf01 movsx eax,word ptr [ecx] ds:065ee72c=????
049a9a51 2bc2 sub eax,edx
049a9a53 3d08f8ffff cmp eax,0xfffff808
049a9a58 7d0b jge CBaseEntity::SUB_CallUseToggle+0x12e05 (049b5265)
049a9a5a b808f8ffff mov eax,0xfffff808
049a9a5f 5f pop edi
049a9a60 668901 mov [ecx],ax ds:065ee72c=????
049a9a63 5e pop esi
049a9a64 c3 ret
049a9a65 3df8070000 cmp eax,0x7f8
049a9a6a 7e50 jle CBaseEntity::SUB_CallUseToggle+0x12e5c (049b52bc)
049a9a6c b8f8070000 mov eax,0x7f8

This is the error I get when my CS server crashes.

Does anyone know what it is or how to fix it? I would like to know what exactly this is and why it happens.

Thanks

EP

Top
Advertisement
#88343 - 12/25/01 05:27 AM Re: error/what does it all mean
yakkob Offline
addict

Registered: 03/14/00
Posts: 461
Do you have EAX enabled?

If so, disable it.

It just seems as though there are a lot of eax entries in there my friend.
Let me know how you go on.

Top
#88344 - 12/25/01 05:43 AM Re: error/what does it all mean
EvilPriest Offline
stranger

Registered: 11/04/01
Posts: 14
that is kinda what i fugiured, buuuuut. The other entries what are they?

I will look to see it it is enabled. It is a dedicated server, so the sound isnt used.

Thanks.

Top
#88471 - 12/27/01 06:11 PM Re: error/what does it all mean
ThC 129 Offline
veteran

Registered: 12/06/99
Posts: 1578
the other entries are procedure calls pointing to memory locations or something of that sort. The numbers are in hexadecimal that is why they have letters and numbers. Judging by the dump your getting it is due to the soundcard trying to write to a memory location that is already in use, or trying to use EAX when its not able to thus crashing.

Top
#88479 - 12/27/01 07:26 PM Re: error/what does it all mean
CUViper Offline
old hand

Registered: 01/23/00
Posts: 1120
This doesn't necessarily have anything to do with sound guys - what you are looking at is a bit of x86 machine code (assembly). "eax" is a 32-bit register on the processor, and has NOTHING to do with the sound card. Registers are where the processor stores bits of data right before performing an operation on them.

There's really not a whole lot you can do to troubleshoot this, without having access to the source, and even then it would be hard since I'm pretty sure CS wasn't written in assembly. wink But your best bet for resolving this would be to send it along to the developers...

Top
#88499 - 12/28/01 01:59 AM Re: error/what does it all mean
EvilPriest Offline
stranger

Registered: 11/04/01
Posts: 14
An answer that makes sense. Thanks bro.

EP

Top
#88578 - 12/28/01 06:52 PM Re: error/what does it all mean
Brian Frank Offline
Carpal Tunnel

Registered: 01/21/01
Posts: 3088
And even if it was done during assembly, are you l33t enough to change the code yerself? Probably not...I know I'll never be l33t on the software side.

Top


Forums
Windows Support Forums
Everything New Technology
Legacy OS
Hardware
Software
Games
Networking
Customization & Tweaking
Security

Linux Support Forums
Everything Linux
Linux Hardware
Linux Software
Linux Games
Linux Networking
Linux Customization & Tweaking
Linux Security

Apple Support Forums
Everything Apple
Recent Topics
System Crashing Error 1000008e, 1000000a, 0000004e
by PapaPrem
Yesterday at 06:01 PM
Starcraft Broodwar Campaign Crash Problem
by Lurker02
Yesterday at 12:33 PM
How do I affect the order of ALT-Tab?
by KenJackson
11/28/09 10:10 PM
Route directory does not see the USB drive ( E: )
by scubatony
11/28/09 02:48 PM
Open GL (Call of Duty]
by JDavis9825
11/26/09 06:01 PM
Who's Online
0 Registered (), 266 Guests and 46 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
91243 Members
24 Forums
58117 Topics
188606 Posts

Max Online: 1079 @ 03/12/08 01:36 PM

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22