http://bugs.winehq.org/show_bug.cgi?id=29620
Bug #: 29620 Summary: Kernel32.exe: unimplemented function KERNEL32.dll.GetConsoleCommandHistory Product: Wine Version: 1.3.36 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: mywine@schiermeier-software.de Classification: Unclassified
Created attachment 38374 --> http://bugs.winehq.org/attachment.cgi?id=38374 doskey.exe bug
I'm testing the original commandline interpreter cmd.exe (v5.1.2600/Windows XP - not that one from wine) inside a %windir%\system32 to run normal batch (aka DOS) commands. Trying the history function of this interpreter by running the external command DOSKEY.EXE I run into this:
The drive w: is linked via '/home/joerg/.wine-wincmd/dosdevices/w:' to a copy of %windir%.
--- W:\system32>.\doskey.exe /history wine: Call from 0x7b839822 to unimplemented function KERNEL32.dll.GetConsoleCommandHistoryLengthW, aborting wine: Unimplemented function KERNEL32.dll.GetConsoleCommandHistoryLengthW called at address 0x7b839822 (thread 0037), starting debugger... ---
This was tested inside a newly built and clean WINEPREFIX.
In general this is important for batch files.