network plugin bugreport

Here you can discuss about your favorite plug-in.
Locked
joejoe
Posts: 21
Joined: Mon Mar 21, 2005 12:43 pm
Location: Zlin, Czechia
Contact:

network plugin bugreport

Post by joejoe »

hello all,

i'm using FAR 1.70 Build 2087 and attached network plugin.

when i do this: 'alt+f2; network; \\FIK-W; (password dialog) ESC; i'm seeing some shares from \\FIK-W; .. (parent folder == Microsoft Network - myworkgroup)'

Exception occurred:
"Attempt to read from the inaccessible address 0xFFFFFFF4"
Exception address: 0x6E2C15C3 in module:
P:\Far\Plugins\Network\Network.dll

\\FIK-W is some kind of link in MS Workgroup to Novell 6.5 server 'FIK'

in case if is there any posibility to download any version with debuging/loging option can i send more details
User avatar
Karbazol
Posts: 2
Joined: Sun May 01, 2005 6:31 pm
Location: Nizhni Novgorod, Russia
Contact:

Re: network plugin bugreport

Post by Karbazol »

joejoe wrote: Exception occurred:
"Attempt to read from the inaccessible address 0xFFFFFFF4"
Exception address: 0x6E2C15C3 in module:
P:\Far\Plugins\Network\Network.dll

\\FIK-W is some kind of link in MS Workgroup to Novell 6.5 server 'FIK'
I know this bug. Currently, I'm fighting it. You can try to use an updated plugin version, which can be downloaded from here http://forum.farmanager.com/download.php?id=356
You may also find the following minor changes made to the plug-in:

Code: Select all

[+] Added new DWORD 'NavigateToDomains' value to the plug-in registry key.
    Acceptable values:
    - 0 (Default) When  the   plug-in   is  open  from  command  line,  it
        navigates only to computers and  their  shares.  It  is  classical
        behaviour.
    - 1 When the plug-in is open from command line its  behaviour  depends
        on the contents of command line. If the command line  starts  with
        two backslahes (net:\\MY-SERVER) the plug-in looks for  a  server,
        if command line does not have leading  backslashes  the  specified
        network name is treated as workgroup or domain name.

[*] Fixed the following wrong behaviour: when the plug-in has been  opened
    from a network directory and  the  user  presses  Ctrl+PgUp  from  the
    Network providers list or tryes to go up one level by  any  other way,
    they will be confused because the current directory will be a  network
    one.
joejoe
Posts: 21
Joined: Mon Mar 21, 2005 12:43 pm
Location: Zlin, Czechia
Contact:

Re: network plugin bugreport

Post by joejoe »

Karbazol wrote:
joejoe wrote: "Attempt to read from the inaccessible address 0xFFFFFFF4"
Exception address: 0x6E2C15C3 in module:
I know this bug. Currently, I'm fighting it. You can try to use an updated plugin version, which can be downloaded from here http://forum.farmanager.com/download.php?id=356
ok, i try it as soon as possible (next week)
Locked