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

开发者工具能正常播放动画,但真机调试时报错,PAGInit fail! Please check .wasm file path valid. #2172

Open
Hugohui opened this issue Mar 5, 2024 · 0 comments
Assignees

Comments

@Hugohui
Copy link

Hugohui commented Mar 5, 2024

【版本信息】

4.2.82

【平台信息】

微信小程序

【预期的表现】

开发者工具预览正常
image

【实际的情况】

真机调试报错
image

【Demo及附件】

const PAG = await PAGInit({
locateFile: file => {
console.log('locateFile=====', file)
return '/static/' + file
}
})
wx
.createSelectorQuery()
.in(this)
.select('#pagPlayer')
.fields({ node: true, size: true }, () => {})
.exec(async res => {
const canvas = res[0].node
const buffer: any = await pagUtil.loadFileByRequest(
'https://static-growth.diffusenetwork.com/FE/pags/%E8%87%B3%E5%B0%8A.pag'
)
const pagFile = await PAG.PAGFile.load(buffer)
const pagView: any = await PAG.PAGView.init(pagFile, canvas)
pagView.play()
})

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

No branches or pull requests

2 participants