User Tag List

Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 27

Thread: LiveReceiver crash

  1. #11
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: LiveReceiver crash

    Disable the option 'Use blocking mode (wait for completion)' and moo sock will not pause your app while its 'working'

  2. #12
    Forum Moderator

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Burfelt's Avatar
    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    526
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: LiveReceiver crash

    Hey SEELE, thanks for the input. I'm wondering how a MOOsock request would look with POST data?

  3. #13
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: LiveReceiver crash

    POST /somthing.cgi HTTP/1.1
    From: SEELE@EVA.com
    User-Agent: HTTPTool/1.1
    Content-Type: application/x-www-form-urlencoded
    Content-Length: 10
    <newline>
    somthing=Hello
    <newline>

  4. #14
    No Products Registered

    Join Date
    Sep 2006
    Location
    France
    Posts
    135
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: LiveReceiver crash

    Hi everyone.
    It's very interesting : i'm trying to work with MooSock, but, it'hard ^^. I'm not a programmer, i don't know the php or any MySQL protocol...

    For example : if i just would like to have the echo of this page : lucas.sonzogni.free.fr/ip.php (it's return the IP of the user), how can i do it with MooSock?

    I try
    =>connect to "lucas.sonzogni.free.fr/ip.php" on port 80
    -On Received => change string01 in "RecvLine$( "MooSock" )"

    But it doesn't work...

    I try to add

    -On Connect :
    =>Send Text Line "GET http://lucas.sonzogni.free.fr/ip.php HTTP/1.1"
    =>Send Text Line "Host: lucas.sonzogni@free.fr"
    =>Send Text Line "Accept: */*"
    =>Send Text Line ""

    I dont know why i have to add thoose lines, but, anyway, it doesn't work...

    Someone can help me?
    I Just would like to receive the echo of php pages. This one and others...
    Thank you.

  5. #15
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: LiveReceiver crash

    You must connect to the the host, not the whole address:

    For 'http://lucas.sonzogni.free.fr/ip.php' the host is 'lucas.sonzogni.free.fr'



    Here is a simple example using the above page:

    http://www.mediafire.com/download.php?ft3cjyzkzzd

  6. #16
    No Products Registered

    Join Date
    Sep 2006
    Location
    France
    Posts
    135
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: LiveReceiver crash

    Awesome ^^
    Thank you very much SEELE.

    I don't understand lots of toose lines but, anyway, it's working ^^
    Thank you.

  7. #17
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: LiveReceiver crash

    Thanks for this example SEELE, unfortunately, it seems that the application is frozen when it gets the answer of the WebPage (event without the blocking mode)... for average 5 seconds!

  8. #18
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: LiveReceiver crash

    That was actually my fault, i used 'get line' where i was supposed to use 'get text'
    (i was in a hurry :crazy

    Here is the same example with the correct expression.

    (this should not only have no slowdown. but should also receive MUCH faster)

    http://www.mediafire.com/download.php?zmkzymnidum

  9. #19
    No Products Registered

    Join Date
    Sep 2006
    Location
    France
    Posts
    135
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: LiveReceiver crash

    Yeah!
    I was going to ask it but Sphax got there first^^
    Now it's working very well.
    Thanks you very much SEELE.

  10. #20
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: LiveReceiver crash

    Thanks a lot SEELE for this new example!
    I've easily put MooSock in place of LiveReceiver without any problem.

    However, it seems to be necessary to connect/get/disconnect for each data needed. Is that right? In fact, if I don't disconnect it, I can't get more data from the same server.
    Am I doing something wrong?

Page 2 of 3 FirstFirst 1 2 3 LastLast

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. LiveReceiver.mfx : un virus ?
    By oocyberkevinoo in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 20th April 2010, 11:32 PM
  3. Livereceiver reported as a virus threat!
    By Hristos in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 14th March 2010, 12:02 PM
  4. Can't install livereceiver extension
    By Burfelt in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 25th August 2008, 09:54 PM
  5. LiveReceiver not working in built app
    By xerus in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 20th May 2008, 10:11 PM

Posting Permissions

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