Thanks very word. So server busy, everbody can't load. Hope everybody wait
Same problem. How to fix this? :confused:Quote:
hmm i seem to get stuck at the loading screen half way then i noticed this
<!-- JS -->
<script class="onerror" type="text/javascript">
(function () {
var server = "https:\/\/dc-canvas.socialpointgames.com\/dragoncity\/web\/",
jsErrorUrl = "\/dragoncity\/web\/log\/error\/js",
userId = "",
stackAll = [],
permissionDenied = 'Permission denied',
notDefined = 'is not defined';
window.onerror = function (msg, file, line) {
if (// Knowed issues (NOT TRACK)
// Exception violates the browser's same-origin policy (Script from another domain)
msg != 'Script error.' &&
// Security exception caused by cross-domain security policy in Flash plug-in.
msg.match(/Location.toString/) === null &&
// Security exception caused by cross-domain security policy in Flash plug-in.
msg.match(/Permission denied to access property 'toString'/) === null &&
// Security exception caused by cross-domain security policy in Flash plug-in.
msg.slice(0, permissionDenied.length) != permissionDenied