Jump to content

aahmad

Member
  • Posts

    38
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by aahmad

  1. Ok, I believe I have found two resolutions. One is to turn Windows Data Execution Prevention off, the other is to scrap the Olympus and use a Philips handheld both seem to have resolved my blue screen issues. Given the Philips is quite expensive, my question is what are the negative effects if any to turning Windows DEP off? Or to avoid turning DEP completly off is there a way to determine how to turn DEP off for a particular driver or service?
  2. Hey all, Just thought I would bring this post back to life as my problems have persisted since last year. One of my users has had 14 blue screens since the start of the year. Here is a minidump analysis of the past 3 using WhoCrashed: Analysis -------------------------------------------------------------------------------- Crash dump directory: C:\WINDOWS\Minidump Crash dumps are enabled on your computer. On Thu 6/11/2009 6:29:52 PM your computer crashed This was likely caused by the following module: usbport.sys Bugcheck code: 0x1000000A (0xFFFFFFE0, 0x2, 0x1, 0x80514565) Error: Unknown file path: C:\WINDOWS\system32\drivers\usbport.sys product: Microsoft® Windows® Operating System company: Microsoft Corporation description: USB 1.1 & 2.0 Port Driver The crash took place in a standard Microsoft module. Likely the culprit is another driver on your system which cannot be identified. On Thu 6/11/2009 6:29:52 PM your computer crashed This was likely caused by the following module: usbport.sys Bugcheck code: 0x44 (0x85C11E00, 0xD63, 0x0, 0x0) Error: MULTIPLE_IRP_COMPLETE_REQUESTS file path: C:\WINDOWS\system32\drivers\usbport.sys product: Microsoft® Windows® Operating System company: Microsoft Corporation description: USB 1.1 & 2.0 Port Driver The crash took place in a standard Microsoft module. Likely the culprit is another driver on your system which cannot be identified. On Thu 6/11/2009 6:29:52 PM your computer crashed This was likely caused by the following module: usbport.sys Bugcheck code: 0x1000000A (0xFFFFFFE0, 0x2, 0x1, 0x80514565) Error: Unknown file path: C:\WINDOWS\system32\drivers\usbport.sys product: Microsoft® Windows® Operating System company: Microsoft Corporation description: USB 1.1 & 2.0 Port Driver The crash took place in a standard Microsoft module. Likely the culprit is another driver on your system which cannot be identified. One thing is that the flash drive is considered as a generic volume in Windows XP if that means anything. The idea of using the safely remove hardware option is not well embraced. I just do not know why this issue occurs when unplugging a usb flash drive(Olympus DS-4000) randomly and getting blue screens. Also this happens on both laptops and desktops. Thanks all for the help, I need a miracle.
  3. Unfortunately we are having these issues in both SP3 and SP2. Time to upgrade to Vista maybe???
  4. Unfortunately, today was the day of bluescreen, all the users with the fix or without bluescreened when they removed their devices from the cradle. Any help is much appreciated, thanks!
  5. You're assuming the developer of the app even tested his/her code on a slow link. Wininet doesn't control buffer size or whether or not it waits for a server ACK response, those are all handled at the winsock level (below wininet and outside the purview of Internet Explorer). Since upgrading to IE7 causes this behavior, this likely means your app vendor didn't write a winsock app, but an app that uses IE components. The networking component is wininet.dll, and there are no changes in wininet.dll with regards to network behavior between 6 and 7, so that leaves the developer's code - again, I'd wait for them to respond. What is happening would have little to do with the IE component themselves, and more to do with how the vendor is using them. Also, if you install IE8 beta 2, does the problem show up there? Yes, I tried IE8 Beta 2 the other day and ran into the same problem. I was hoping it was something we could resolve as the developer unfortunately does not have an answer so far. Otherwise we will just have to work with a workaround such having the jobs from user pc's copied to a machine in our local office then uploaded from there. Thanks again!!
  6. Well, I wish it was the network however the same machine with IE7 if I downgrade it to IE6 the problem disappears. Same goes for the other machine and throughtout the office. This issue that we have been encountering also does not occur in a single office, all of our 256k link offices. However anyone of those machines if you uninstall IE7 the problem disappears regardless of where the machine is in any of those offices.
  7. You could always just use GOM player to view your files as it would obtain the codecs needed itself.
  8. I will look around for registry fixes on the server to apply for the windows size fix. Thanks!
  9. Here is a link from a capture of a machine that has IE6 and the transfer works. http://www.mediafire.com/?sharekey=a38e625...2db6fb9a8902bda
  10. I have been working with them however so far have not found out the reason why this problem is happening. They are aware of that when IE6 is installed it is working fine. I know I am reaching here, but anyone aware of any settings in IIS to adjust? Thanks!!
  11. I will try on a user's machine at lunch today. You are a lifesaver if that fixes it!! Thank you!!!!
  12. Here is the link for the packet capture file, I used WireShark....10.2.120.35 is our dictation server and 10.1.107.143 is the computer in an outer office. http://www.mediafire.com/?sharekey=c50ce43...2db6fb9a8902bda Thanks!
  13. No wireless... If a user in an outer office sends a dictation though it goes through the Dictation App then through the wan to our server here which is a completely seperate location. Those "slow links" are 256k burst while the "fast ones" are 512k. It boggles my mind how IE7 is associated with this, I guess it has to in a way since Windows integrates with it in many ways. As always, thanks!
  14. I will try that today and see what happens. Thanks!
  15. Tried both of your suggestions, no luck so far however I'm getting excited at the fact that maybe we are getting close! Thank you all!!
  16. I know it has been a while, sorry for the delays but I have posted the dump file and compressed it in rar format under: http://www.filefactory.com/file/9522be/n/MEMORY_rar Also I have tried Windows SP 3 and found the same issues. Thanks again!
  17. I know I'm looking for a needle in a haystack, of course I am also trying to work with the vendor regarding this issue. Another item to note is IE in no way whatsoever is running when sending these jobs. The App converts the file to vox as we use DSS format to record in, then attempts to stream via http. On our slower links it fails, on your faster it works, however once I downgraded to IE6 those problems vanished. I was hoping maybe IE7 changes/adjusts some kind of settings, programs, or codecs in hopes to pinpoint the issue. Again, thank you all kindly for your assistance. PS. The Dictation app uploads to a server that is within the network at the central office. Of course IIS is also installed on the server.
  18. I figured out how to resolve this issue I believe, so far the issue has not persisted when I perform the following registry edit. HKLM>SYSTEM>CurrentControlSet>USB> add dword value "DisableSelectiveSuspend" set the value to "1". That should "resolve" it, I found this in a kb article on Micrsoft's site but do not have the article number handy. Just FYI for you all.
  19. We employ a dictation system in our firm which utilizes http to send files. Certain offices with slower links have been encountering errors on larger files basically it seems the transfer was timing out. I uninstalled IE7 and reverted back to IE6 and the problem no longer persists. Of course nobody wants to jump back to IE6 or use Firefox, any ideas if it could be a particular setting or something in IE7 causing this. I am assuming the program we use to perform send dictation jobs somehow uses something related to IE. Thanks in advance for any advice.
  20. We are giving a VP a new machine with a new image. Windows XP SP 3 image, he currently is on Windows 2000. His computer is locked down and very secure (permissions). Is there anyway to migrate those settings (permissions) to the new PC without doing it again? Thanks!
  21. Hi all we are a Windows XP SP2 workshop ( working on moving to SP3 in the image). However in our SP2 images we have one slight issue, randomly when we log a user in Windows Media Player shows in the systray and start menu, also icons disappear and the themes are different. However after logging off and then back on it goes back to normal ( the way we had default user profile setup ). Any ideas? Thanks! P.S. Also the start menu would change to the XP one ( the bigger one ) from the classic randomly as this happens. For that I added a registry entry that forces the classic start menu however only fixes half of my issue. Still the Media Player icons and media player icon in systray.
  22. This is a snippet of what a user gets when they remove the device I will post a full dump of one of the machines tomorrow. Thank you all for your help we are baffled! Driver: IRQL_Not_Less_or_Equal Stop: 0x00000D1 0x08458BEC 0x00000002, 0x00000001, USBPORT.SYS Address F81A02B5 base at F819B000 Some of this is his hand writing and can not read hope that points to something... ** Another quick note this usb flash drive is an Olympus DS-4000 which has a 32 mb flash card in it and is the only item detected when connected to our pc's
  23. Any ideas on why randomly our users unplug their flash drives and get blue screens. In the crash dumps it is pointing towards usbport.sys, we operate on Windows XP Sp2 and are up to date. Our desktops are HP DC 5100 MT, and laptops are IBM T61's. These blue screens occur on both systems. The bios is update in both systems. Thanks for any input!
  24. After I sysprep I get random things happen... User logs in gets xp style start menu not classic and the desktop icons are all changed to standard ones ( most items we placed in default user are missing ). User then logs out and back in and its back to normal ( odd isnt it? ). I do not have my sysprep inf with me right now..but I know for a fact I have an item in there to prevent this ( updateserverprofiledirectory=0 ) also all the patches that were recommended to be installed to stop sysprep from copying the admin profile over the default user. I am at a loss.
×
×
  • Create New...