MSFN Forum: STOP 0x1E in SRV.SYS - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

STOP 0x1E in SRV.SYS Win2k crashes when transferring large files over a network drive. Rate Topic: -----

#1 User is offline   ppgrainbow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 284
  • Joined: 04-October 11
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 02 October 2012 - 02:56 PM

Hello! :hello:

I was pretty much bored when I decided that I wanted to backup the contents of my Tecra 720CDT laptop with Windows 95 OSR2 installed. However, moments after Microsoft Backup tried to transfer the backup contents of the data from the hard drive onto one of the USB hard drives on my Win2k desktop when one of the directories on the drive is mapped as a network drive, a STOP 0x1E (KMODE_EXCEPTION_NOT_HANDLED) error occurs referencing to SRV.SYS (Server driver).

The version of the SRV.SYS file (found in \WINNT\system32\drivers) is version 5.0.2195.7368 with a date stamp of 2011-08-27 01:08:22. Here are the stop errors that I received so far:

1. STOP 0x0000001e (0xc0000005, 0xbd339d1e, 0x00000000, 0x00000040) (srv.sys - Address 0xbd339d1e base at 0xbd32a000 DateStamp 0x4b20fa01)
2. STOP 0x0000001e (0xc0000005, 0xbd3b1d1e, 0x00000000, 0x00000040) (srv.sys - Address 0xbd3b1d1e base at 0xbd3a2000 DateStamp 0x4b20fa01)

Version 5.0.2195.7368 of SRV.SYS (Server driver) is found in the UURollup v10c, which could be buggy and crash Win2k when transferring files over a network.

Is there any way to fix this bug referencing to the SRV.SYS driver? :whistle:

This post has been edited by ppgrainbow: 02 October 2012 - 04:48 PM



#2 User is offline   blackwingcat 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 579
  • Joined: 31-May 08
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 02 October 2012 - 06:05 PM

Hi.

BD3B1D11 LBD3B1D11:
BD3B1D11 8945FC mov [ebp-04h],eax
BD3B1D14 8B4E58 mov ecx,[esi+58h]
BD3B1D17 2BC1 sub eax,ecx
BD3B1D19 8D4DF8 lea ecx,[ebp-08h]
BD3B1D1C 51 push ecx
BD3B1D1D 50 push eax
BD3B1D1E FF7010 push [eax+10h] <- eax=0x00000030
BD3B1D21 E87AB60200 call SUB_LBD3DD3A0
BD3B1D26 E99DB60200 jmp LBD3DD3C8


It seems v5.0.2195.7368 srv.sys general bug.


View Postppgrainbow, on 02 October 2012 - 02:56 PM, said:

Hello! :hello:

I was pretty much bored when I decided that I wanted to backup the contents of my Tecra 720CDT laptop with Windows 95 OSR2 installed. However, moments after Microsoft Backup tried to transfer the backup contents of the data from the hard drive onto one of the USB hard drives on my Win2k desktop when one of the directories on the drive is mapped as a network drive, a STOP 0x1E (KMODE_EXCEPTION_NOT_HANDLED) error occurs referencing to SRV.SYS (Server driver).

The version of the SRV.SYS file (found in \WINNT\system32\drivers) is version 5.0.2195.7368 with a date stamp of 2011-08-27 01:08:22. Here are the stop errors that I received so far:

1. STOP 0x0000001e (0xc0000005, 0xbd339d1e, 0x00000000, 0x00000040) (srv.sys - Address 0xbd339d1e base at 0xbd32a000 DateStamp 0x4b20fa01)
2. STOP 0x0000001e (0xc0000005, 0xbd3b1d1e, 0x00000000, 0x00000040) (srv.sys - Address 0xbd3b1d1e base at 0xbd3a2000 DateStamp 0x4b20fa01)

Version 5.0.2195.7368 of SRV.SYS (Server driver) is found in the UURollup v10c, which could be buggy and crash Win2k when transferring files over a network.

Is there any way to fix this bug referencing to the SRV.SYS driver? :whistle:


#3 User is offline   WildBill 

  • Senior Member
  • Group: Developers
  • Posts: 671
  • Joined: 09-August 05
  • OS:none specified
  • Country: Country Flag

Posted 02 October 2012 - 06:40 PM

Going to look at in Ida right now...

#4 User is offline   WildBill 

  • Senior Member
  • Group: Developers
  • Posts: 671
  • Joined: 09-August 05
  • OS:none specified
  • Country: Country Flag

Posted 02 October 2012 - 06:52 PM

Ah. Found it. I missed an instruction. I'll post an update ASAP.

#5 User is offline   WildBill 

  • Senior Member
  • Group: Developers
  • Posts: 671
  • Joined: 09-August 05
  • OS:none specified
  • Country: Country Flag

Posted 02 October 2012 - 07:28 PM

Just posted KB2508429 v9. This should fix the problem :whistle:

#6 User is offline   ppgrainbow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 284
  • Joined: 04-October 11
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 02 October 2012 - 07:33 PM

View PostWildBill, on 02 October 2012 - 07:28 PM, said:

Just posted KB2508429 v9. This should fix the problem :whistle:


Thank you so much for telling me. I'll probably download a update to fix the problem and update it if there are anymore errors occurring. :)

By the way, can I have a link to the updated file in question?

This post has been edited by ppgrainbow: 02 October 2012 - 07:41 PM


#7 User is offline   WildBill 

  • Senior Member
  • Group: Developers
  • Posts: 671
  • Joined: 09-August 05
  • OS:none specified
  • Country: Country Flag

Posted 02 October 2012 - 07:54 PM

http://www.mediafire...b9n29hdqwiw3hyu

It's also in the post-EOL updates list...

#8 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 02 October 2012 - 11:13 PM

Thanks for a quick fix :)

#9 User is offline   ppgrainbow 

  • Member
  • PipPip
  • Group: Members
  • Posts: 284
  • Joined: 04-October 11
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 03 October 2012 - 12:02 AM

View PostWildBill, on 02 October 2012 - 07:54 PM, said:

http://www.mediafire...b9n29hdqwiw3hyu

It's also in the post-EOL updates list...


Thank you so much! I'll apply the fix now and reboot. :)

If there are any problems, I'll report back.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy