reboot12 Posted February 23 Posted February 23 (edited) @Dietmar I have only WindowsXP-KB936929-SP3-x86-symbols-update-ENU.exe 164 MB and others amd64: Edited February 23 by reboot12
Damnation Posted February 23 Posted February 23 @reboot12 Can you send me the links in your symbols_links.txt? I don't have them all.
Dietmar Posted February 23 Posted February 23 @reboot12 You need the full symbol package, because the update version contains only the XP SP3 symbols, that are added for XP SP3 from 2008 until 2014 Dietmar
reboot12 Posted February 23 Posted February 23 @Dietmar OK, now download this 209 MB: https://web.archive.org/web/20170710155413/msdl.microsoft.com/download/symbols/packages/windowsxp/WindowsXP-KB936929-SP3-x86-symbols-full-ENU.exe @Damnation I found torrent with list but not work: https://www.btdig.com/c7dcf31a42a2e5742b8ab9759474906f4fa17585/59老光盘群分享汇总-2024年4月 This is my list but links not work - maybe only over WayBack machine: https://pastebin.com/FsLnKZhR
reboot12 Posted February 23 Posted February 23 (edited) @Dietmar OK, ectracted symbols: I set path in WinDbg but file not found ??? Waiting to reconnect... Connected to Windows XP 2600 x86 compatible target at (Mon Feb 23 10:42:24.093 2026 (UTC + 1:00)), ptr64 FALSE Kernel Debugger connection established. ************* Symbol Path validation summary ************** Response Time (ms) Location OK C:\symbols Symbol search path is: C:\symbols Executable search path is: *** ERROR: Symbol file could not be found. Defaulted to export symbols for ntkrpamp.exe - Windows XP Kernel Version 2600 MP (1 procs) Free x86 compatible Built by: 2600.xpsp_sp2_rtm.040803-2158 Edited February 23 by reboot12
Dietmar Posted February 23 Posted February 23 (edited) @reboot12 Tippe in Windbg in KD: .sympath C:\symbols .reload After this type in KD .sympath /v and then !sym noisy .reload /f Dietmar EDIT: For the i219: Make a folder C:\i219 and copy the i219.pdb from v5 into it. Use only this V5 version of i219.sys Type then in KD .sympath+ C:\i219 .reload then in Kd .sympath /v Then at each Windbg setting for testing something with the i219.sys type in KD !sym noisy .reload /f sxe ld:i219 sxe ud:i219 g .reload /f i219.sys lm m i219 This you have to do, because it is not possible in Windbg to add a *.pdb to a driver, that is not already loaded. Oh my, this makes me headache to figure this out Dietmar Edited February 23 by Dietmar
reboot12 Posted February 23 Posted February 23 (edited) @Dietmar I run WinDbg on my COM port 115200 I start WinXP on i219 PC - now Debuge not connected then make Break right (menu Debug > Break ?) .sympath /v error: https://pastebin.com/4iDE1XDR Edited February 23 by reboot12
Dietmar Posted February 23 Posted February 23 @reboot12 This is not an error. It is a breakpoint from XP. From there you have to continue in KD with g Dietmar PS: Make an extra line in boot.ini multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /debug /debugport=com1 /baudrate=115200 /break because then you can always choose, if you want debug or normal XP start.
Dietmar Posted February 23 Posted February 23 @reboot12 I think, you have now a double folder c:\symbols\symbols change this to c:\symbols Dietmar
reboot12 Posted February 23 Posted February 23 Symbol probably not work - Symbol file not found for all files and Unable to locate the .pdb file... https://pastebin.com/LsBHAWkf
Dietmar Posted February 23 Posted February 23 @reboot12 It is crazy from Microsoft to put the correct path to symbols. But it is training, HOW crazy it is to work with Windbg Dietmar
reboot12 Posted February 23 Posted February 23 @Dietmar WinDbg serach pdb files in c:\symbols\symbols\sys agp440 PDB not found : c:\symbols\symbols\sys\agp440.pdb Unable to locate the .pdb file in this location I don't have a symbols subdirectory, I only have files eula.txt, qfenum.txt, symbols.cab, symbols.cat, symbols.exe and symbols.inf in c:\symbols
Dietmar Posted February 23 Posted February 23 @reboot12 It looks, as if the symbols are not extracted Dietmar
reboot12 Posted February 23 Posted February 23 1 hour ago, Dietmar said: Do you have the original Symbols for XP SP3, NOT the debug version? WindowsXP-KB936929-SP3-x86-symbols-full-ENU.exe First unpack them to a folder C:\symbols Do not choose another name or other path. Ahhhhhhh, you misled me !!! Not extract only simply install selecting path c:\symbols
Dietmar Posted February 23 Posted February 23 (edited) Here is version 2 of the driver RTL8125 for XP SP3. May be it works also on Realtek/Killer E3000 2.5GbE and Dragon 2.5GB. This version now counts all packages correct. Please test and tell me results Dietmar Edited February 23 by Dietmar
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now