4NT8 works pretty good, with a few exceptions

Questions about Wine on Linux
Locked
jlcaverly
Newbie
Newbie
Posts: 1
Joined: Sat Jul 28, 2012 9:45 am

4NT8 works pretty good, with a few exceptions

Post by jlcaverly »

Hi,
I am running a registered copy of JPSoftware's 4NT8, of which a trial is available at ftp://ftp.jpsoft.com/oldver/4nt802.exe

4NT8 is a command line environment for Microsoft Windows systems.

I am using;

Code: Select all

wine --version
wine-1.4
running in XUbuntu 12.04

I launch 4NT8 from a bash terminal using the following script;

Code: Select all

#!/bin/bash
cd /home/joe/.wine/drive_c/"Program Files"/JPSoft/4NT8
wineconsole 4nt.exe
The IP address of my XUbuntu system from which I am running 4NT8 is 192.168.2.21.

It works pretty good, with a few exceptions.

While I can use the 4NT8 commands to access files on the Internet via HTTP and FTP, I cannot seem to access any of the other systems on my LAN from 4NT8.

When I try something like

Code: Select all

dir \\192.168.2.46\utils
it returns

Code: Select all

4NT: (Sys) Path not found.
 "\\192.168.2.46\utils"
This works fine when I execute this command from an XP system running 4NT8. Note also that I have no problem accessing any other system on my LAN from XUbuntu 12.04, that is, I can access any other system on my LAN when not using Wine.

When I do try to access another system on my LAN from 4NT8, the bash terminal shows the following;

Code: Select all

fixme:iphlpapi:SendARP (DestIP 0x0502a8c0, SrcIP 0x00000000, pMacAddr 0x12d768, PhyAddrLen 0x90e8c0): stub
fixme:iphlpapi:SendARP (DestIP 0x0402a8c0, SrcIP 0x00000000, pMacAddr 0x12d768, PhyAddrLen 0x80e8c0): stub
fixme:iphlpapi:SendARP (DestIP 0x0302a8c0, SrcIP 0x00000000, pMacAddr 0x12d768, PhyAddrLen 0x70e8c0): stub
...etc

Is accessing other systems on a LAN not possible via Wine, or Wineconsole?

Thanks from Joe
Locked