man i hate punkbuster

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shurikane
    Member
    • Apr 2008
    • 321

    #16
    Re: man i hate punkbuster

    We'll get something out of the way quickly: it's impossible for a program of today's magnitude to be completely bug-free. One can take steps to reduce the likelihood of bugs and help avoid the "fixing one thing breaks another thing" situation but no matter how skilled you are, you have no hope of erasing the problem completely, and the best you can do is program with rigor to keep the code tight and clear. This is before one factors in other people's software and hardware.

    Following that, it is impossible to make a program work on every machine. There are simply too many hardware and software combinations out there. Product testing is done in a standardized manner: a freshly formatted box with a handful of stock components and some current edition of Windows the product is intended for. I, as the developer/publisher of a software, choose my target OS and my target hardware. I could release a game with zero support for ATI cards if I so wished, and put a notice in small characters about that fact, and I'd be in my perfect legal right to do it of course.

    Now to approach the grey line: I, as a software development company, am told a customer on a particular software/hardware combination cannot run my software. I have three options:

    1) I fix the bug.
    2) I offer the customer a replacement software.
    3) I reimburse the customer.

    Option 1 will cost a programmer some time to find, fix and test the bug. Say the customer paid 50$ for the software and my programmer's paid 14$ an hour. My programmer has a little more than 3.5 hours to fix the bug completely before I get past my break-even point. The major problem is that this option is a blind gamble: in most cases, the bug implies other layers of code that must also be tested, and some bugs in particular can take a programmer up to a week or even more to properly diagnose and repair. If that happens, 14 * 40 - 50 = I just ran 510$ in the red. Unless the problem is very widespread and/or I am certain after a quick look that the bug can very easily be fixed, it is not in my financial interest to fix this bug, and I will only fix it if a customer offers to pay me for the cost of doing this.

    Option 2 is feasible if I have similar software to offer or something comparable - it's quite easy in the case of games, less so for workstation software and other more specific things. And it's becoming much less popular due to widespread concerns about pirating and the abuse that such a system would ensue.

    Option 3 is what's left. I, the software company, tell my customer this bug will not be fixed or that this bug is really one rare case, and I tell him "OK, we cancel everything, just relinquish the software, I'll give you back your 50$, and we'll go our separate ways." The quickest and easiest solution for me, and with the least possibility of headaches - and even then, somewhat an iffy situation due to pirating again. I must remind you that you do not buy the physical code written on your CD, but for the license, the privilege to use this software; a privilege which the software company may deny to me at any time if they deem it necessary.

    In truth, I might have some obligation to make an effort to care about the customer and offer him some sort of escape clause, but I get the privilege of dictating the rules of the game. And for my own protection, it is in my interest to make the rules as advantageous to me as possible.

    I must reiterate this: I am under no obligation to make my software work on every machine. If this was the case, legally developing a software would be impossible unless every computer in the world ran the exact same configuration or one where the modularity of computers would be heavily restricted.

    On to some more meat and potatoes. I buy a car with an engine missing. That is a defective product, and it's quite likely I'll get a replacement for it for two reasons: primo, the car company wants me coming back and buying another car from them when I decide I want another one. Secundo, it is in their interest to replace the product as a token sign that they care about the customer. In short: happy customer = money. Iffy customer = no money immediately. Scandal = no money in the long run.

    Now. I buy a car only to find out that my legs are too short to reach the pedals. This is a user configuration problem. The product in itself is functional when used by someone else, but it cannot fit in the parameters set by this one customer that is myself. The car company will simply not make it so the seat can move even further ahead so I can reach the pedals. 25,000$ car versus hundreds of thousands of dollars of engineering, research & development, safety and crash testing. The car company will tell me that there is nothing they can do and that I simply cannot use this car the way I am right now.


    Computer version:

    I buy a software with a corrupt file on the CD. That is a defective product, and it's quite likely I'll get a replacement for it for two reasons: primo, the software company wants me coming back and buying more software from them when I decide I want more. Secundo, it is in their interest to replace the product as a token sign that they care about the customer. In short: happy customer = money. Iffy customer = no money immediately. Scandal = no money in the long run.

    Now. I buy a software only to find out that there's a rare system conflict between my motherboard+video card and the software's API version and thus the software cannot run. This is a user configuration problem. The product in itself is functional when used by someone else, but it cannot fit in the parameters set by this one customer that is myself. The software company will simply not make it so it can run on my own special machine. 50$ car versus thousands of dollars of diagnostics, bugfixing, and testing on both my machine and the stock machines. The software company will tell me that there is nothing they can do and that I simply cannot use this software the way my computer is set up right now.


    You can go ahead and class-action until you are blue in the face, I am fairly certain that the ratio of working versus non working in terms of BF2142's PunkBuster is adequately high. Starforce Protection, which had a much larger backlash, did not even get a lawsuit despite talks about it - I saw a few threads mentioning that but nothing further. The plan must've died on its own. Instead, the customers deciding not to buy Starforce-shielded products convinced some software companies to let go of the protection. That did the trick. The software company decided it would lose more cash from lost sales due to the protection than from pirating due to the lack of protection. Money, money, money. Class-action lawsuits are for products that are worth thousands of dollars apiece. For a 50$ software, you are going to need a frightening amount of people to hop in with you and push that suit to prove the problem is extremely widespread. And if the problem really was as bad at that, then I'd see far more threads on forums specifically talking about PB not making the game work and there not being a fix to it. In reality, what I see is the usual convo: "It doesn't work." "Update PB." "Yes, that did the trick." From what I have seen so far, very few players find themselves completely, utterly unable to play the game.


    Making a new feature for a software, whether by the addition of a module, a functionality, or to support a new OS, takes far, far more than 30 minutes. In the programming world, the simplest of things can take hundreds of man-hours to accomplish. You pass by my workplace, I'll show you the contents of my hard drive. I have two gigabytes of raw code sitting on my workstation. In Java. Two gigabytes of code without the headaches associated with being compatible on the OSes we want to run our software on. Programming is not easy. It's not as easy as the movies make it. It's not as easy as anyone outside the programming world might believe. Programming is a serious and careful process, and one where you type very little and test a lot. You spend your day testing. Whenever you make a modification, you test it. You try to break it. You make sure it works under all conditions you can think of. You protect it, you stabilize it, you do whatever you can to make it so your own tiny little modification doesn't open up a hole elsewhere in the program. It sounds stupid, but that's the reality of it. There's no other way I can put it. Not even college education gives an accurate depiction of programming in a professional environment. The average programming school project is a featherweight in comparison to the monsters you'll find in enterprises. It's a meager asteroid compared to the sun itself.


    Now to expand on the beta problem. In practice, EvenBalance is probably testing its software on beta versions of Windows 7 in order to save a bit of time, and they'll release their W7-compatible version of PunkBuster within a few weeks or months of Windows 7's own after testing on the finished, released product. It's very unlikely Microsoft will pull the plug on its own OS out of nowhere, so EvenBalance can be fairly confident that things will work out as usual, yaddah yaddah.

    In theory, however, things can possibly take a radical turn. There can be a change in the core features. There can be a re-run of tests and development and a second (or even third) beta. There can be additions and subtractions to the underlying structure of the OS such that my own software no longer works on it and forces me to rework the code I have done to comply with the new way things have to go. And in the case of PunkBuster, this is extremely important since it has to examine other processes the user is running. I don't want to pay programmers to redo work over and over again just to follow the fluctuations of a beta and satisfy gamers who run said beta OS - and I must remind that during this entire development process, I am not making money. It is not worth it. A beta OS is sent out for testing of its core features. It's not for one to install every one of his programs on and use it as his mainstream OS - it'd be like taking a concept car out for a rally. I'd only be asking for trouble if I did that.

    Here's how things will play out: Microsoft will release Windows 7. EvenBalance will make final preparations to PunkBuster and make it ready for all W7-compatible games. You will install Windows 7, Battlefield 2142, and update PunkBuster to make it compatible on your machine. You will play Battlefield 2142, PunkBuster will statistically stay put and behave itself, and that'll be the end of the story.


    And now, the tl;dr version:
    Why would I fix a bug? To make money.
    Why would I not fix a bug? To save money.
    Why would I help this customer? To increase my chances of making more money off him.
    Why would I not help this customer? Because it will cost too much money.
    Why do I need to show like I care? Because customers will think I care, and they will give me money to buy my stuff.
    Why would I develop this new feature? Because I'll make more money from customers being interested and buying my software for that feature, than I will lose money from developing that feature.

    Why is EvenBalance most likely preparing PunkBuster for Windows 7? To be on more new games and make more money.
    Why is EvenBalance not releasing a stable version of PunkBuster for a beta OS? Because it costs too much money.

    Stay put, remain patient, and hang on to your current OS. If you can't play the game on the beta of Windows 7, then play it on your other stable Windows.

    Comment

    • TrooperJac
      Lost in 2142
      • Nov 2006
      • 868

      #17
      Re: man i hate punkbuster

      Well I ain't reading through all that :shock:

      Situation is thus. Windows 7 is Vista albeit polished and tweaked. As such it is stable and the code is unlikely to be changed much if at all between now and RTM. Geektypes have already rooted out some of the issues associated with Windows 7 as to simply allowing the PBa PBb processes access to the desktop. A fix would be simple for Evenbalance.

      but so what. I'm not re-installing Vista just to play a few rounds of 2142.

      Comment

      • messfeeder
        Member
        • Feb 2008
        • 616

        #18
        Re: man i hate punkbuster

        I just don't get it. Why do you keep arguing it as if W7 is a final released OS? Sure, Shurikane's post was longwinded, but maybe you need to give it a read. They have no obligation to write code for an OS that is not yet even available for public purchase. And for sure they are not going to develop for the small number of people who are running it. You just sound like a kid screaming, "But I want it!" without thinking about the business side of things.

        Comment

        • TrooperJac
          Lost in 2142
          • Nov 2006
          • 868

          #19
          Re: man i hate punkbuster

          Originally posted by messfeeder
          You just sound like a kid screaming, "But I want it!" without thinking about the business side of things.
          ermm..

          Originally posted by TrooperJac
          but so what. I'm not re-installing Vista just to play a few rounds of 2142.
          You know what really grates - all the whiny people who come out with the same tired old crap.

          "You do know it's a beta don't ya" :blabla:

          Where's your sense of adventure you ****ing luddites - I always run beta :laugh: Change is good.

          Comment

          • DDoubleVVision
            Member
            • Feb 2008
            • 88

            #20
            Re: man i hate punkbuster

            Originally posted by TrooperJac
            I always run beta :laugh: Change is good.
            So is patience.

            Comment

            • TrooperJac
              Lost in 2142
              • Nov 2006
              • 868

              #21
              Re: man i hate punkbuster

              Originally posted by DDoubleVVision
              So is patience.
              Yes yes of course. Just wait until everything is certain and safe before investigating it. Wouldn't want to do anything risky or interesting would we!

              Comment

              • messfeeder
                Member
                • Feb 2008
                • 616

                #22
                Re: man i hate punkbuster

                Exactly, investigating. You can't expect everyone to automatically support the OS that isn't even out of beta yet! Now, if W7 were released for more than 2 months and there still was no update from evenbalance, then I could understand you bitching about it. Until then, get over it.

                Comment

                • imported_Field
                  Member
                  • Apr 2007
                  • 2234

                  #23
                  Re: man i hate punkbuster

                  personally i am only into computer GAMES, not computer stuff itself. i really dont see the point in any of it. kind of a waste of time throwing a bunch of your money down the toilet on all this new stuff thats only a little bit better than what was out a year ago and then lots of the problems with really new stuff is still not fixed. i really dont get this... you should just buy the stuff when its shown there are no issues with it. really you just want a reliable product.

                  Comment

                  • Rambo
                    TBF FOREVER!
                    • Aug 2005
                    • 3022

                    #24
                    Re: man i hate punkbuster

                    Windows 7 is NOT vista,so dont complain if it brings you errors:salute:


                    But i do hate punkbuster and get kicked regulary at only the times im doing well(its like a hack lol)

                    The amount of time i got kicked just before my Gold star,But admin are hacks to the clans they like and kick you too so they get top:shock:

                    Comment

                    • Wizrdwarts
                      Member
                      • Dec 2006
                      • 3754

                      #25
                      Re: man i hate punkbuster

                      Originally posted by TrooperJac
                      Yes yes of course. Just wait until everything is certain and safe before investigating it. Wouldn't want to do anything risky or interesting would we!
                      You took the risk to use a beta OS. Not having everything supported is part of the risk. Deal with it or go back to Vista/XP.

                      Comment

                      • TrooperJac
                        Lost in 2142
                        • Nov 2006
                        • 868

                        #26
                        Re: man i hate punkbuster

                        Like I said you brain dead cretins. I could give a **** about playing 2142. Windows Seven is Vista. If you think otherwise you are a ****. There are a lot of people who would like to play their games on Windows Seven but can't because EB can't get off their fat asses and change a line of code. All they need do is allow the pnkbstbb service start with the 270 key in the registry.

                        "ooh no, can't support a beta OS. more than mi jobs'worrth guv!"

                        Comment

                        • messfeeder
                          Member
                          • Feb 2008
                          • 616

                          #27
                          Re: man i hate punkbuster

                          Does anyone else see the irony in this guys statements? What a thick skull.

                          Comment

                          • TheHeartSmasher
                            The Architect
                            • Dec 2006
                            • 696

                            #28
                            Re: man i hate punkbuster

                            Originally posted by messfeeder
                            Does anyone else see the irony in this guys statements? What a thick skull.
                            You can''t always convince those that don't know that what they think they know is incorrect and make them know what whey should know. :laugh:

                            The general user will think they are the same because they have some of the same features and complain when things do not work the same as older software (which means it is not the same, if it was the same it would not be considered older/newer or have a change in name, file size, kernel code, version number, perform better then Windows XP and Vista, have a 7 at the end of Windows and use little to no processing power compared to Vista. :thumbsup: )

                            So for us advanced users all we can do is inform and help. The average user will have to absorb our knowledge and learn from it. Whether they accept it or not is not in our hands. At the end of the day we can sit back and smile knowing we have helped the average user and have a laugh from time to time with those that take a little longer to get it but when they do we give them a big clap.

                            So it is up to us that know the what is to know, to inform those that do not know the know, the correct know of what they don't know. If they don't want to believe or accept the new know, you have to leave them with the incorrect know knowing they really know the new know and don't want to accept the new know.

                            Comment

                            • imported_Field
                              Member
                              • Apr 2007
                              • 2234

                              #29
                              Re: man i hate punkbuster

                              little to no processing power compared to vista..makes me more interested

                              Comment

                              • sempf
                                Member
                                • Jun 2007
                                • 898

                                #30
                                Re: man i hate punkbuster

                                i am programmer too and i kinda agree with shurikane. new OS make loads of testing needed. i made a app on my pc, and when i tried to copy the .exe to my brothers pc(same version just other drivers+hardware) it wouldnt work. i couldnt find the problem, i just had to rebuild it on his pc. if they have working sourcecode AND software to build it into a exe file that works on windows 7, they can make it work in a minute, if and only if it is the exact the same kernel. if not pb will have big *** problems seeing the way the application is intended to work: allongside the kernel with the same acces. if there is another kernel, wish i bet there is, then pb cannot work and will never work unless they spend a couple of thousand man hours in it. i bet they are already doing some research on the OS but i dont think they will ever create a patch on that system.

                                shurikane do you know what language evenbalance used for pb? c is a very incompatible language because of the low level. i program more in delphi as you can go as high and low as you wish. but i use c too to make some kernel programs, but i never got one to work:S.

                                Comment

                                Working...