Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 31

Thread: Just one thing after another

  1. #21
    Join Date
    Sep 2007
    Location
    UK
    Posts
    55

    Default

    Nothing that hasn't always been there. There's no firewalls on any of the machines, only in the Netgear router. There is McAfee anti virus running on this machine, but I would know if that had blocked anything as the icon lights up until you read the message to see what happened, and I'm sorry to have to say it but I didn't have this problem with the last version. Once you had written that Lua script for me, it was fairly trustworthy. I did get the occasional glitch when I lost Passthrough but re starting the software always cured it and I never had a situation of the designer never showing anything in the Lua console. How can designer load the CCF and not load and run the Lua script associated with it? because surely the only way there can be nothing on the console is if the script didn't run. I am probably wrong but I think the reason for loss of Passthrough is because sometimes when Netremote is started it is not running the script, if it was running your script we would have Passthrough to Network-Master, because when it decides to work we have proved your script works. Must be a timing problem or something. Does your script need a delay in it to allow something time to happen? I'm probably talking ****icks I'm good at that :-)

  2. #22
    Join Date
    May 2004
    Location
    Cardigan, UK
    Posts
    9,278

    Default

    One thing you could try is to use DebugView from www.sysinternals.com - anything that appears in the NRD console should also appear there. I think I'm right in saying that NRD communicates with NR via a TCP socket, so if there's a problem with networking then that could block any text appearing in the console. DebugView hooks into OutputDebugString so should bypass any comms problems. You may also get to see any error messages from either NR or NRD that might give a hint as to what's happening.

    Another handy thing about DebugView is that it supports copying text and saving of log files.
    --Rob

  3. #23
    Join Date
    Sep 2007
    Location
    UK
    Posts
    55

    Default

    You keep saying about networking but I don't see what that has to do with it, Netremote, Girder and the UIRT are all on the same machine, the blasted software keeps trying to link to things on other network machines that are in fact on the same machine. That's the problem, I thought that was clear and I am getting fed up with having to spend all my time off trying to diagnose and get software working that I didn't design and that I don't profit from. I don't mind trying fixes from the vendors but I'm not about to start getting other software to try and diagnose problems with their software. i am stressed enough with the failings of this software as it is.

  4. #24
    Join Date
    May 2004
    Location
    Cardigan, UK
    Posts
    9,278

    Default

    Any software that uses TCP/IP sockets is subject to the vagaries of Windows networking whether the sockets are communicating with other machines or the same machine. I've just checked, and NRD and NR do indeed communicate using a TCP/IP socket, using the same core classes as Girder and Mediabridge.

    I don't recall anyone else having this problem with NRD not communicating with NR which suggests that there's something unusual going on with your PC.

    I should have asked earlier, what OS are you running NR and NRD on?
    --Rob

  5. #25
    Join Date
    Sep 2007
    Location
    UK
    Posts
    55

    Default

    Oh I see. Windows XP, SP2 all updates to this month.
    Network is working perfectly, as I said in another post, all girder tcip control of zoom player (Which is on another machine) is flawless, all I/R control done by girder via UIRT is flawless, all I/R control which is done by girder but called for by Net remote is flawless, and last but not least it all worked with the last version. It's just this blasted passthrough.
    The only thing I can think of is would there be anything prevented by McAfee during installation of netremote or the editor, do any of them try to modify any system files or run any installation files from the user temp folders or any behavior that would or could look ike a trojan or virus and so which got blocked during the install

  6. #26
    Join Date
    May 2004
    Location
    Cardigan, UK
    Posts
    9,278

    Default

    I don't think anything like that happens.

    May be worth checking the event viewer I guess. Something may have logged something there. Clutching at straws really without some evidence from DebugView.
    --Rob

  7. #27
    Join Date
    Sep 2007
    Location
    UK
    Posts
    55

    Default

    Oh, ok. Seems to be a lot of these in the system section Rob, is that anything to do with it?


    Ok Rob I have just started NRD which in turn started NR, the Lua console is empty there is no Passthrough. Here is the log.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Events.jpg 
Views:	34 
Size:	70.8 KB 
ID:	4171  
    Attached Files Attached Files
    Last edited by wedgehog; October 7th, 2007 at 02:05 PM.

  8. #28
    Join Date
    Mar 2005
    Location
    Los Angeles, CA
    Posts
    1,001

    Default

    I've noticed some issues if NetRemote or Designer fail to exit cleanly, where the socket doesn't properly reinitialize for subsequent sessions. A reboot should clear that up, if indeed that's what you're encountering. Making this more robust is on my to-do list.

    Wedge, sorry you've had a frustrating experience so far. NR2 is just a beta at this point, so we've got some more work to do before it's polished. We sincerely appreciate all the input you've provided!

    Best,
    Tim

  9. #29
    Join Date
    Sep 2007
    Location
    UK
    Posts
    55

    Default

    :-) Still waiting for my prezzy :-)

  10. #30
    Join Date
    May 2004
    Location
    Cardigan, UK
    Posts
    9,278

    Default

    Okay, a couple of things there - it looks like the script that looks for Network-Master is running before the connection to Girder is established.

    Also, from the position of the "Well hello" in that log the connection to NRD is also coming quite late which would explain the lack of messages in NRD's console.

    According to http://www.monitorware.com/en/events...etails_id=2657 the MrxSmb entry could well cause a problem with anything that uses the loopback address 127.0.0.1 which is certainly the case for NRD and possibly also for Girder.

    The solution to this is probably to put the contents of that script into a function and call it from a timer. Either that, or trigger it from Girder.
    --Rob

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •