User Tag List

Results 1 to 5 of 5

Thread: MooSock Crash

  1. #1
    No Products Registered

    Join Date
    Sep 2006
    Posts
    12
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    MooSock Crash

    I'm trying to connect to an IRC network using MooSock but it freezes the application after a while, it seems to be trying to connect over and over again even though i've only got the connect command on Start Of Frame, i made an IRC client with MMF1.5 and had no problems.
    Anyone else having problems with MooSock?

  2. #2
    No Products Registered

    Join Date
    Jul 2006
    Posts
    375
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MooSock Crash

    Add a counter or similir things to yer app, so you can see if it's 'dead" or on what line it is freezin' at...
    (have one counter always adding 1 to itself, and have each condition set a counterto a different number...)
    ?


  3. #3
    No Products Registered

    Join Date
    Sep 2006
    Posts
    12
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MooSock Crash

    I think i've fixed it, the problem was that the Fast Function Extension was looping itself? o_O

  4. #4
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    2,023
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MooSock Crash

    the pause is caused by Blocking mode, turning it off will allow MMF to still run but different coding would have to be used

  5. #5
    No Products Registered

    Join Date
    Sep 2006
    Posts
    12
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MooSock Crash

    Hmm still having problems, yeah i turned blocking off but it freezes because it tries to connect like 500 times per second.
    I only run the connect action once.
    Check out the source here

Similar Threads

  1. [CRASH] Google Play Crash Report: java.lang.NullPointerException
    By tom79 in forum Android Export Module Version 2.0
    Replies: 1
    Last Post: 1st August 2013, 04:08 AM
  2. [CRASH] Memory Object Runtime Crash with Allocate(
    By LB in forum Extension Development
    Replies: 8
    Last Post: 4th September 2011, 09:04 AM
  3. [CRASH] ForEach object crash on recursive loop
    By LB in forum Extension Development
    Replies: 0
    Last Post: 1st May 2011, 01:23 AM

Posting Permissions

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