Kuri

Members
  • Content Count

    15
  • Joined

  • Last visited

Posts posted by Kuri


  1. Just now, Koll said:

    Create chars on all of them from PC that working, then try login on another.

    I wasnt clear in my posts, let me rephrase.

    My account #1 is working on all computers.

    account #2 and #3 are working on none.

     

    Thats why i made a second char on my account #1 and made a ticket to transfert it on account #2, to see if that changes anything.


  2. Here is what i get from strace, when the freeze occurs :

    writev(10,
    [{iov_base="\233\17\16\0\0\0\0\0\200\0\0\0\1\0\0\0\7\0\0\0\221\0\320\               
    301\3\0\357\276\0\1\357\276"..., iov_len=56}, {iov_base=NULL,
    iov_len=0}, {iov_b               ase="", iov_len=0}], 3) = 56                                                                   
    poll([{fd=10, events=POLLIN}], 1, -1)   = 1 ([{fd=10, revents=POLLIN}])                        
    recvmsg(10, {msg_name=NULL, msg_namelen=0,
    msg_iov=[{iov_base="\1\36\231\3\32M\1               
    \0h4\5\0\0\0\0\0000+\234'\36V\0\0\3604\317&\36V\0\0"..., iov_len=4096}],
    msg_iov               len=1, msg_controllen=0, msg_flags=0}, 0) = 4096                                               
    brk(0x7d3e7000)                         = 0x7d373000   
    mmap2(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
    -1, 0) = 0xe0619000
    recv(10,
    "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
    337032, 0) = 337032
    recvmsg(10, {msg_namelen=0}, 0)         = -1 EAGAIN (Resource
    temporarily unavailable)
    recvmsg(10, {msg_namelen=0}, 0)         = -1 EAGAIN (Resource
    temporarily unavailable)
    ioctl(131, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x4f, 0x20), 0xffcc9f98) = 0

     

    So it seems i send 56 bytes to the server, and it sends me backup 4096 (of what seems to be valid data) + 337 032 (of what seems to be only NULLs) bytes.

    Then the socket is dead and so is the thread, due to the stack overflow


  3. Hello everyone.

    I am actually playing under wine (3.0).

    I decided to create another account to dualbox, and i have encounter a lot of fails on this task.

    I have setup wine on 2 computers running the same distro.

    My main account can be played on both computers.

    I first made a second account linked to the same master account. I have read a few posts saying this won't work, so i though this was the reason for my failures.

    So i made another master account.

    It fails just as much.

     

    What i am getting :

    I launch the game, enter my id/pass, then the game freezes.

    Wine will log something like :

    0143:err:seh:setup_exception_record stack overflow 1552 bytes in thread 0143 eip 7bc45056 esp 00240d20 stack 0x240000-0x241000-0x340000

     

    This is the exact same error happening with account #2 and #3. It will happen 90% of the time. The 10 other %, game wont crash, but i will get a message displaying inside L2C saying there is a system error.

    Account #1 will just always work, on both computers.

    I tried switching computer (i have more than 2 computers at home) : It does the same.

    I tried switching ISP (i have 2 different ISPs) : It does the same.

    I tried resetting passwords : It does the same.

     

    Any advice ?