[Wine] missing ipconfig.exe

Gert van den Berg wine-users at mohag.net
Wed Jul 21 13:49:26 CDT 2010


On Wed, Jul 21, 2010 at 18:38, came <wineforum-user at winehq.org> wrote:
>
> James Mckenzie wrote:
>> Is this program available as a demo/trial so that I can try to find a workaround?
>
> if you work at an educational institution, the license is for free, you have to follow instructions:
>
> http://www.kintecus.com/academic.htm

No need to bother with a license for just testing the ipconfig bug....
Just installing it and staring it reproduces the crash...

I found a way to hack it:
Set up the following in ~/.wine/drive_c/windows/system32/ipconfig.exe:
(You might want to replace the part between the quotes with the output
of 'ipconfig /all' on on of your PCs or it might be considered
cracking the application...)
--------------- Start next line
#!/bin/bash
echo '
Windows IP Configuration

   Host Name . . . . . . . . . . . . : mohagvm
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Unknown
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . :

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Desktop Adapter
   Physical Address. . . . . . . . . : 08-00-27-A1-D5-A4
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   IP Address. . . . . . . . . . . . : 10.0.2.15
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 10.0.2.2
   DHCP Server . . . . . . . . . . . : 10.0.2.2
   DNS Servers . . . . . . . . . . . : 192.168.0.1
                                       208.67.222.222
                                       208.67.220.222
                                       8.8.8.8
   Lease Obtained. . . . . . . . . . : 21 July 2010 08:37:08 PM
   Lease Expires . . . . . . . . . . : 22 July 2010 08:37:08 PM
'
# --------------- end before this

Then run the following commend to make it executable:
chmod +x ~/.wine/drive_c/windows/system32/ipconfig.exe

Gert



More information about the wine-users mailing list