Forums

Help › Forums

fix 3 disconnects

rated by 0 users
Wed, Sep 30 2015 4:14 AM (3 replies)
  • FarFoo
    2,920 Posts
    Tue, Sep 29 2015 5:25 PM

    revenue must be dropping like a stone . I know so many players who will not play for credits any more because they lose them when  wgt crashes cause 3 disconnects.
    Certainly won't play with people they don't know.

    I just played strokeplay & got booted after 14 holes , another waste of my time.

    ffs. get your bedroom programmer to stop inventing gimmicks that nobody needs & give players an option to allow more disconnects... assuming you have no idea how to fix the bugs* in the first place.

    *Just in case you actually do want to fix the bugs,  you could do worse than look at post from canninesupervisor. makes absolute sense to me ( and yes I have programmed actionscript/javascript )

    CanineSupervisor:

    Let me see if I can shed some light on this subject for you guys.

    Pay attention WGT, since you willfully disregard helpful emails suggesting how to fix the memory issue. You would never take advice from a former Adobe Computer Scientist, would you? Because, What does he know? Right?

    When any Adobe Flash app. frees a ByteArray, the reference to the array is erased from the domainMemory object, but when the free is done by a worker (a virtual instance of the Flash runtime. Each worker instance controls and provides access to the lifecycle and shared data of a single worker.), then the domainMemory is never informed and you have what is commonly called a Dangling pointer (pointer that does not point to a valid object of the appropriate type.)

    A worker allows you to execute code "in the background" at the same time that other operations are running in another worker (including the main .swf's worker). In a non-worker context, (some operations), i.e., processing large sets of data in a loop, take so long to execute that they prevent the main application thread from updating the screen quickly enough. This can cause stuttering or freezing the screen and the White / Blue Screens the members are getting.

    Dangling pointers come about during object destruction, when an object that has an incoming reference is deleted or deallocated, without modifying the value of the pointer, so that the pointer still points to the memory location of the deallocated memory.  The system may reallocate the previously freed memory to another process, if the original program then dereferences the (now) dangling pointer, unpredictable behavior may result, as the memory may now contain completely different data. This is especially the case if the program writes data to memory pointed to by a dangling pointer - a silent corruption of unrelated data may result, leading to subtle bugs that will be extremely difficult to find.

    Hint: ByteArray : : Clear ( )... You guys should know the remaining code without me posting it in here. (CLEAR YOUR CACHE, in your own words.)

    The game is overfilling our gas tanks and now fuel is spilling out onto the driveway because someone wasn't standing by the nozzle. That's why we are all getting the dreaded Flash memory overload.

    just sayin'....

    Back in my hole, I go.

  • MrQueez
    559 Posts
    Tue, Sep 29 2015 6:56 PM

    FarFoo:
    I know so many players who will not play for credits any more because they lose them when  wgt crashes cause 3 disconnects.
    Certainly won't play with people they don't know.

    I have pretty much cut my Skins and MPC down to almost nothing.  After losing 3 in a row because of disconnect I said enough.  I will play against friends when I do play but not high stakes.

  • ostfriedel
    2,052 Posts
    Wed, Sep 30 2015 12:49 AM

    Does anyone really think that WGT is interrested into the complains of their customers? Does anyone really think they care a dime for what we want or say? Does anyone really think they are willing to fix issues and bugs?

    WGT is only interestet to fill their wallets. They want our money, as much as possible, and absolutely nothing else. They laugh about you and me and all we complain or wish or whatnots. They know that there is no other golf game online. So they act like they want and whisper "take it or leave it".  That`s the naked truth about WGT.

  • FarFoo
    2,920 Posts
    Wed, Sep 30 2015 4:14 AM

    ostfriedel:

    Does anyone really think that WGT is interrested into the complains of their customers?
    Does anyone really think they are willing to fix issues and bugs?

    Not completely true, I once saw them change the meter scales on a putter based on negative feedback. But I could be imagining that.

RSS