Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web: Specify the correct path of assets for webpack in extension #16941

Merged
merged 1 commit into from
Jun 30, 2024

Conversation

Dinnerbone
Copy link
Contributor

This fixes #16939

Turns out we've always specified this wrong, but accidentally worked around it at runtime before

@evilpie evilpie merged commit fd5ca6a into ruffle-rs:master Jun 30, 2024
15 checks passed
@evilpie
Copy link
Collaborator

evilpie commented Jun 30, 2024

Ehm, did this work actually? I am still seeing the same error.

@Dinnerbone
Copy link
Contributor Author

It worked for me... Is the error message exactly the same? Same path or different?

@evilpie
Copy link
Collaborator

evilpie commented Jun 30, 2024

It seems quite similar:

WEBGL_debug_renderer_info is deprecated in Firefox and will be removed. Please use RENDERER. test-flash-player:1:14534
Contact [email protected] to share your open-source project or report a bug. api.js:1:9
An iframe which has both allow-scripts and allow-same-origin for its sandbox attribute can remove its sandboxing. test-flash-player
Loading failed for the <script> with source “https://webbrowsertools.com/test-flash-player/dist/69.js”. test-flash-player:1:1
Serious error loading Ruffle: ChunkLoadError: Loading chunk 69 failed.
(error: https://webbrowsertools.com/test-flash-player/dist/69.js) 7 ruffle.js:4761:21
    <anonymous> moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:4761
    (Async: promise callback)
    ensureFreshInstance moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:4760
    load moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:4987
    connectedCallback moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:6483
    polyfillFlashInstances moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7086
    polyfill moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7224
    polyfill moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7250
    init moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:709
    (Async: EventListener.handleEvent)
    PublicAPI moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:652
    installRuffle moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7299
    handleMessage moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7326
    <anonymous> moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7368
    (Async: EventListener.handleEvent)
    <anonymous> moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7361
    <anonymous> moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7381
Serious error occurred loading SWF file: ChunkLoadError: Loading chunk 69 failed.
(error: https://webbrowsertools.com/test-flash-player/dist/69.js) 7 ruffle.js:5000:21
    load moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:5000
    connectedCallback moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:6483
    polyfillFlashInstances moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7086
    polyfill moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7224
    polyfill moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7250
    init moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:709
    (Async: EventListener.handleEvent)
    PublicAPI moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:652
    installRuffle moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7299
    handleMessage moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7326
    <anonymous> moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7368
    (Async: EventListener.handleEvent)
    <anonymous> moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7361
    <anonymous> moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7381
Uncaught (in promise) Error: ChunkLoadError: Loading chunk 69 failed.
(error: https://webbrowsertools.com/test-flash-player/dist/69.js)
    load moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:5001
    connectedCallback moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:6483
    polyfillFlashInstances moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7086
    polyfill moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7224
    polyfill moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7250
    init moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:709
    PublicAPI moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:652
    installRuffle moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7299
    handleMessage moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7326
    <anonymous> moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7368
    EventListener.handleEvent* moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7361
    <anonymous> moz-extension:https://66622103-5815-4028-b8a4-d8af9dd8d07c/dist/ruffle.js?id=76852993844:7381
7 ruffle.js:5001:25

@Dinnerbone
Copy link
Contributor Author

Ah shoot okay, I was testing the built in player. I'll fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Error message: Loading chunk 69 failed.
2 participants