[Webkit-unassigned] [Bug 258081] Pages crashes with errors (ogg?). http://www.cross-code.com/en/start

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 15 04:11:26 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=258081

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |karlcow at apple.com

--- Comment #1 from Karl Dubost <karlcow at apple.com> ---
1. Go to http://www.cross-code.com/en/start with STP 172

There is a message saying:

> Untested Browser
> We don't know if your current browser supports CrossCode, so proceed at own risk. If things don't work out, you can try Chrome or Firefox.


According to Firefox console.log
All JSON are sending 

XML Parsing Error: not well-formed
Location: http://www.cross-code.com/data/effects/trail.json
Line Number 1, Column 1:


There is no content type sent. 

```
HTTP/1.1 200 OK
Server: nginx
Date: Thu, 15 Jun 2023 09:41:23 GMT
Content-Length: 9428
Connection: keep-alive
Access-Control-Allow-Origin: *
Last-Modified: Sat, 20 Aug 2016 23:12:56 GMT
ETag: "24d4-53a88f48d135f"
Accept-Ranges: bytes
Cache-Control: max-age=7200, public, must-revalidate
```

Back to Safari to understand.


```
HTTP/1.1 200 OK
ETag: "123c-53a88f1ec395f"
Access-Control-Allow-Origin: *
Last-Modified: Sat, 20 Aug 2016 23:12:12 GMT
Date: Thu, 15 Jun 2023 09:40:40 GMT
Accept-Ranges: bytes
Content-Length: 4668
Cache-Control: max-age=7200, public, must-revalidate
Connection: keep-alive
Server: nginx
```


The error sent by the app is 


```
map: [GAME INIT], version: [---], platform: [Browser], OS: [Mac], browser: [Safari], browserVersion: [17], webAudioSupport: [true], webAudioOption: [null]
Message: [Web Audio Load Error: Could not DECODE: media/sound/environment/train-cube-appear.ogg]

--- GAME INFO ---


STACK TRACE

@http://www.cross-code.com/js/game.compiled.js:95:495
```

so that looks like incompatible ogg format.
http://www.cross-code.com/media/sound/environment/train-cube-appear.ogg

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230615/8de7eef7/attachment-0001.htm>


More information about the webkit-unassigned mailing list