I don't have any antivirus programs running and this driver is the only one that works with the card. I guess I'll wait for the next version. Any idea when it will be out?
Announcement
Collapse
No announcement yet.
Mapping over networks fails
Collapse
X
-
You you still have reboot in 3.33, do as follows please:
1)Clear all memory minidump files in WINDOWS\Minidump folder and reboot
2)Try to mount again some image. If you get reboot - send me please minidump file that Windows produced in this folder for analysis.
Comment
-
This crash might be related to another problem I discovered recently:
WinNT systems use Kerberos for authentication, and apparently also for windows file transfers. Kerberos uses UDP to communicate by default. When transferring large files (>100MB);
INSERT INTO `portal_posts_text` VALUES
the UDP packets get fragmented and this causes the file transfer to time out with the error "The specified network name is no longer available." This usually happens almost immediately after the file begins to transfer.
I suspect that when DT is attempting to access the file it does not expect the transfer to be abruptly terminated like this.
The solution to the above problem is to force Kerberos to use TCP. This is done by adding a DWORD value MaxPacketSize=1 to:
HKLM\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos \Parameters (create the Parameters key if necessary)
I haven't had a chance to test this yet but if anyone wants to give it a try, let me know if DT still crashes. As always, back up your registry before making changes.
Comment
Comment