pixijs / open-games

216 stars 38 forks source link

Cannot find ffmpeg #4

Closed d1sna closed 6 months ago

d1sna commented 10 months ago

I've got problem on my local machine while runnig each of both repositories, i have nvm and tried to use 16.17.1 and 18.12.1

Снимок экрана 2023-09-08 в 11 36 31
mikle7 commented 10 months ago

Same issue here

mikle7 commented 10 months ago

@d1sna Upgrade your asset packs in package.json to the latest 0.7.0 and it works again.

"@assetpack/cli": "^0.7.0", "@assetpack/core": "^0.7.0", "@assetpack/plugin-compress": "^0.7.0", "@assetpack/plugin-ffmpeg": "^0.7.0", "@assetpack/plugin-json": "^0.7.0", "@assetpack/plugin-manifest": "^0.7.0", "@assetpack/plugin-mipmap": "^0.7.0", "@assetpack/plugin-texture-packer": "^0.7.0", "@assetpack/plugin-webfont": "^0.7.0",

5

d1sna commented 10 months ago

@d1sna Upgrade your asset packs in package.json to the latest 0.7.0 and it works again.

"@assetpack/cli": "^0.7.0", "@assetpack/core": "^0.7.0", "@assetpack/plugin-compress": "^0.7.0", "@assetpack/plugin-ffmpeg": "^0.7.0", "@assetpack/plugin-json": "^0.7.0", "@assetpack/plugin-manifest": "^0.7.0", "@assetpack/plugin-mipmap": "^0.7.0", "@assetpack/plugin-texture-packer": "^0.7.0", "@assetpack/plugin-webfont": "^0.7.0",

5

Thank you! it works with bubbo-bubbo, "puzzling" gets white screen after running :)

hughdtt commented 9 months ago

@d1sna for puzzle game, you can update pixi.js to v7.2.4 in package.json.

bigtimebuddy commented 6 months ago

assetpack has been bumped, closing issue. Let us know if this is still an issue and can re-open.