safari problem

0 favourites
  • 4 posts
  • hello.

    running game on Chrome, Firefox and Android browsers is ok, but on safari i get this

    Made with Construct 3, the game and app creator :: https://www.construct.net c3runtime.js:836:459[C3 runtime] Hosted in DOM, using module scripts, rendering with WebGL 1 [Apple GPU] (standard compositing) blob:http://192.168.1.100/e5173aba-2187-43a9-a8c4-6ef79475db5bFailed to load resource: 操作を完了できませんでした。(WebKitBlobResourceエラー1) blob:http://192.168.1.100/02436e60-982b-423d-a185-fc57fb7d4018Failed to load resource: 操作を完了できませんでした。(WebKitBlobResourceエラー1) blob:http://192.168.1.100/e5173aba-2187-43a9-a8c4-6ef79475db5bFailed to load resource: 操作を完了できませんでした。(WebKitBlobResourceエラー1) blob:http://192.168.1.100/02436e60-982b-423d-a185-fc57fb7d4018Failed to load resource: 操作を完了できませんでした。(WebKitBlobResourceエラー1) shell_printErr — 36f90d42-03ff-4846-ae5d-ffffaee009ba:371failed to asynchronously prepare wasm: NotFoundError: The object can not be found here. shell_printErr — 36f90d42-03ff-4846-ae5d-ffffaee009ba:371failed to asynchronously prepare wasm: NotFoundError: The object can not be found here. shell_print — 36f90d42-03ff-4846-ae5d-ffffaee009ba:368NotFoundError: The object can not be found here. shell_print — 36f90d42-03ff-4846-ae5d-ffffaee009ba:368NotFoundError: The object can not be found here. shell_printErr — 36f90d42-03ff-4846-ae5d-ffffaee009ba:371NotFoundError: The object can not be found here. shell_printErr — 36f90d42-03ff-4846-ae5d-ffffaee009ba:371NotFoundError: The object can not be found here. abort — 36f90d42-03ff-4846-ae5d-ffffaee009ba:2009Unhandled Promise Rejection: abort({}) at jsStackTrace@blob:http://192.168.1.100/36f90d42-03ff-4846-ae5d-ffffaee009ba:1069:24 stackTrace@blob:http://192.168.1.100/36f90d42-03ff-4846-ae5d-ffffaee009ba:1084:26 abort@blob:http://192.168.1.100/36f90d42-03ff-4846-ae5d-ffffaee009ba:2003:56 blob:http://192.168.1.100/36f90d42-03ff-4846-ae5d-ffffaee009ba:1560:18 promiseReactionJob@[native code] If this abort() is unexpected, build with -s ASSERTIONS=1 which can give more information. abort — 36f90d42-03ff-4846-ae5d-ffffaee009ba:2009Unhandled Promise Rejection: abort({}) at jsStackTrace@blob:http://192.168.1.100/36f90d42-03ff-4846-ae5d-ffffaee009ba:1069:24 stackTrace@blob:http://192.168.1.100/36f90d42-03ff-4846-ae5d-ffffaee009ba:1084:26 abort@blob:http://192.168.1.100/36f90d42-03ff-4846-ae5d-ffffaee009ba:2003:56 blob:http://192.168.1.100/36f90d42-03ff-4846-ae5d-ffffaee009ba:1560:18 promiseReactionJob@[native code] If this abort() is unexpected, build with -s ASSERTIONS=1 which can give more information.

    and i get this error only at first run. is i refresh window, it will disappear. so, i googled this, but can't understand where i should make a delay... any help?..

    here is c3runtime.js

    Tagged:

  • It's hard to tell from just this. It looks like you might have a browser extension installed that is interfering. Try disabling any browser extensions.

  • i dont think it is a browser extension, because i tested it on a few devices. so i resolved it

    in file c3runtime.js find:

    URL.revokeObjectURL(d)

    URL.revokeObjectURL(d)

    URL.revokeObjectURL(b)

    URL.revokeObjectURL(this.aI)

    and replace it with:

    setTimeout (() => {

    URL.revokeObjectURL(d)

    } , 200);

    setTimeout (() => {

    URL.revokeObjectURL(d)

    } , 200);

    }};

    setTimeout (() => {

    URL.revokeObjectURL(b)

    } , 200);

    setTimeout (() => {

    URL.revokeObjectURL(this.aI)

    } , 200);

    in file main.js find:

    window.C3_IsSupported&&(window.c3_runtimeInterface=new self.na({Lg:!0,Mg:"workermain.js",Ta:["scripts/c3runtime.js"],ub:[],ge:"",he:"module",Ig:"scripts/",ed:["box2d.wasm.js"],fe:"html5"}))

    and replace it with:

    setTimeout (() => {

    window.C3_IsSupported&&(window.c3_runtimeInterface=new self.na({Lg:!0,Mg:"workermain.js",Ta:["scripts/c3runtime.js?version=1"+Math.random()],ub:[],ge:"",he:"module",Ig:"scripts/",ed:["box2d.wasm.js"],fe:"html5"}))

    } , 200);

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Making random modifications to the runtime could easily break lots of other things. You shouldn't really do it. Please file an issue following all the guidelines so we can properly investigate and fix the real issue if necessary.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)