Forum

Discuss everything South Park with fans from around the world!

Post new topic Reply to topic
Page 26 of 39 575 posts Previous  1 ... 23, 24, 25, 26, 27, 28, 29 ... 39  Next
Author Message
Re: South Park Quiz Game PostFri Mar 23, 2012 11:07 am Offline
  • Profile
Tue Mar 20, 2012 12:59 pm1
The game keeps freezing when it starts.
Re: South Park Quiz Game PostFri Mar 23, 2012 11:50 am Offline
  • Profile
Sun Mar 18, 2012 1:17 pm2
The game froze on me when i started it, before that it just refused to launch
Re: South Park Quiz Game PostSat Mar 24, 2012 8:40 am Offline
  • Profile
Tue Mar 20, 2012 12:25 pm2
The quiz never launches, ever..... I have only gotten to play one question of one quiz over 10 tries in 3 days
Re: South Park Quiz Game PostSat Mar 24, 2012 3:56 pm Offline
  • Profile
Thu Mar 01, 2012 9:02 pm12
i, try with ie7, crhome, an firefox and.....NOTHING :(
Re: South Park Quiz Game PostSun Mar 25, 2012 10:52 am Offline
  • Profile
Sun Mar 25, 2012 9:48 am1
I haven't been able to complaete a quiz because it keeps freezing in the middle of a clip every time.
Re: South Park Quiz Game PostSun Mar 25, 2012 2:00 pm Offline
  • Profile
Sat Jul 02, 2011 10:19 pm1
I did the Game time pt 1 but I only got the game controller, not the Golden PSP.
Re: South Park Quiz Game PostMon Mar 26, 2012 6:18 pm Offline
  • Profile
Sat May 07, 2011 1:03 pm1
:unhoodedkenny: ITS frozen!
Re: South Park Quiz Game PostTue Mar 27, 2012 5:12 am Offline
  • Profile
Tue Mar 20, 2012 12:25 pm2
According to my stats I have played 16 quizzes but I have only gotten to answer 3 questions because the screen freezes as soon as "question 1" loads, the timer is always frozen at 15s, and the clips and questions never load.



WHY IS THERE NOT A SIMPLE TEXT BASED QUIZ WITHOUT THE VIDEO CLIPS THAT HAVE NOTHING TO DO WITH THE QUESTION?

Seems like that would fix these 26 pages of posts of problems with the quiz.........
Re: South Park Quiz Game PostTue Mar 27, 2012 3:27 pm Offline
  • Profile
Sat Feb 04, 2012 5:29 pm1
:timmy:
swellsley wrote:
BearyBear wrote:
Hey if your having any issues with our new quiz game. Let us Know! and we'll try to help.


Having issues. Damn thing freezes up or outright just refuses to launch. Constantly. Also, these game-abortions are counted as having been played. That's lame.
Re: South Park Quiz Game PostTue Mar 27, 2012 5:57 pm Offline
  • Profile
Sun Mar 11, 2012 12:26 am33
I see the commercial just fine.,..then nothing
THESE PRETZELS ARE MAKING ME THIRSTY !
Re: South Park Quiz Game PostFri Mar 30, 2012 12:40 pm Offline
  • Profile
Sun Jun 19, 2011 7:20 pm3
swellsley wrote:
BearyBear wrote:
Hey if your having any issues with our new quiz game. Let us Know! and we'll try to help.


Having issues. Damn thing freezes up or outright just refuses to launch. Constantly. Also, these game-abortions are counted as having been played. That's lame.


That's exactly what's happening with me! How can I or SouthParkStudios.com fix this issue? PLEASE HELP!
Re: South Park Quiz Game PostFri Mar 30, 2012 12:43 pm Offline
  • Profile
Sun Jun 19, 2011 7:20 pm3
Yeah I go to play a Pop Quiz and then when the quiz starts, it freezes up before the clip plays. When I abort the game and refresh the browser, it counts my aborted game as a game played. How can I get this fixed? Can I get my games played counter reset? Or can the webmaster of SouthParkStudios.com fix the bugs associated with the South Park Pop Quiz? Please help!
Re: South Park Quiz Game PostMon Apr 02, 2012 4:53 am Offline
  • Profile
Mon Jan 03, 2011 1:08 pm3
same thing to me. quiz is not starting
Re: South Park Quiz Game PostMon Apr 02, 2012 8:44 pm Offline
  • Profile
Sun Apr 01, 2012 10:39 pm1
Game doesn't work for me just stays on the first page please please fix
Re: South Park Quiz Game PostTue Apr 03, 2012 1:45 am Offline
  • Profile
Mon Apr 02, 2012 9:49 pm2
Hey there!

I've done some analysis on the issue but can't for my life figure out how to PM BearyBear. Anybody else know how and could point him towards this post? Anyway, here it goes:

The issue is apparently caused by a mixture of high packet loss combined with server-side gzip encoding. Well, either that or an obscure flash issue triggered by those two factors (I am not familiar enough with flash to say for sure).


Tools used:
- a network protocol analyzer (wireshark, etc)
- firefox (any recent version)
- iptables on Linux (or any Windows debugging network driver equivalent, no idea)

Steps to reproduce:

1. Induce a certain amount of dropped packets. For the sake of this test, I forced about 20% of all TCP packets to be dropped (iptables -I INPUT -p tcp -m statistic --mode random --probability 0.2 -j DROP). This is equal or greater than the amount of dropped packets (indicated by duplicate ACKs) when I first tried to play the game.

2. Start firefox (or any other browser, really) with a fresh profile to rule out the effects of caching.

3. Wait for the game to load, fire up wireshark and play a challenge.

The HTTP POST to /trivia/backend/api-interface.php will work as intended. As a result of the returned data, firefox will then download the question's video flv file:

GET /trivia/media/Season15/Q_1511_03_QuizGame.flv HTTP/1.1
Host: services.southparkstudios.com
[...]
Accept-Encoding: gzip, deflate
Connection: keep-alive

HTTP/1.1 200 OK
Server: Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8r-fips PHP/5.3.10
Last-Modified: Fri, 28 Oct 2011 23:25:26 GMT
ETag: "1b5b2f533-6a524-4b064343676d8"
Accept-Ranges: bytes
Content-Type: text/html
Content-Encoding: gzip
Content-Length: 423938
Cache-Control: max-age=7200
Expires: Tue, 03 Apr 2012 07:57:23 GMT
Date: Tue, 03 Apr 2012 05:57:23 GMT
Connection: keep-alive
Vary: Accept-Encoding


Due to the packet loss induced in step 1, the flv file will take a bit longer to download than usual but the request will still finish successfully and within very reasonable time. As you can see, firefox advertised its support for gzip and deflate encoding and the server did indeed send the data gzip encoded. For whatever reasons (timeout? garbled data -> gzip decoding failure? tcp retransmit issues?) flash will only play the first frame(s) and then stop, causing the game to get stuck.

4. Open about:config in firefox and set the value of network.http.accept-encoding to the empty string. This will force firefox to no longer advertise its support for gzip and deflate encoding.

5. Repeat step 3 with a different challenge to avoid any effects of caching. The request should now look as follows:

GET /trivia/media/Season16/Q_1601_08_QuizGame.flv HTTP/1.1
Host: services.southparkstudios.com
[...]

HTTP/1.1 200 OK
Server: Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8r-fips PHP/5.3.10
Last-Modified: Thu, 15 Mar 2012 00:37:19 GMT
ETag: "1e5c14f71-c7e7b-4bb3d4b6de5ae"
Content-Type: text/html
Cache-Control: max-age=7117
Expires: Tue, 03 Apr 2012 07:54:48 GMT
Date: Tue, 03 Apr 2012 05:56:11 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Connection: Transfer-Encoding

Since gzip is no longer an option, the server has reverted to regular chunked encoding without compression. The video will lag and stutter but the game should be playable.

6. Revert the changes of step 4 and repeat step 5. The game should no longer work.


Long story short, gzip together with packet loss seem to be the root cause. I see two ways to fix this:

1. The proper way: find out why so many duplicate ACKs occur, whether any network appliance mishandles re-transmits and in what way the gzipped data is mangled.

2. The sane way: disable transparent gzip encoding for the game's flv files in /trivia/media/


I'd rather not post the resulting pcap files in public but if you want to have a look at them just drop me a line.

And now that you made me work when all I was trying to do was procrastinate: let me know where to send the bill :P
Display posts from previous:  

Sort by  
Post new topic Reply to topic
Page 26 of 39 575 posts Previous  1 ... 23, 24, 25, 26, 27, 28, 29 ... 39  Next


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to: