cubing / mark2

Client-Side Javascript WCA-Style Scrambler
https://www.cubing.net/mark2/
7 stars 6 forks source link

Fix Opera crash #57

Closed lgarron closed 12 years ago

lgarron commented 12 years ago

Local HTML access works, but http://www.cubing.net/mark2/ crashes Opera immediately. This makes it hard to debug. :-( THere has to be some way to bisect the codebase to fin the problem, though.

lgarron commented 12 years ago

It doesn't seem to crash anymore, but scramble generation fills every scramble row with "Initializing scrambler..."

lgarron commented 12 years ago

This only seems to come up in the benchmark, and has to do with workers being terminated and restarted for the benchmark (the scramblers global variable doesn't get set by the files this time?).

Won't fix because: