metaplex-foundation / mpl-hybrid

The hybrids program powering the MPL-404 standard
https://mpl-hybrid-js-docs.vercel.app
Other
13 stars 7 forks source link

Access violation in stack frame 5 at address 0x200005b50 of size 8 #1

Open mhxw opened 2 months ago

mhxw commented 2 months ago

Hello,

I encountered an issue while deploying the mpl-hybrid program on the Solana Devnet. The initEscrowV1 function works successfully, but I am getting an error with the captureV1 function. Below are the versions I am using and the error message.

Thank you for your assistance.

SendTransactionError: Simulation failed. 
Message: Transaction simulation failed: Error processing Instruction 0: Program failed to complete. 
Logs: 
[
  "Program <program address> invoke [1]",
  "Program log: Instruction: CaptureV1",
  "Program <program address> consumed 3516 of 200000 compute units",
  "Program <program address> failed: Access violation in stack frame 5 at address 0x200005b50 of size 8"
]. 
Mibrahimwali commented 1 month ago

I got the same error while performing the execution of releaseV1.

"signature: '', transactionMessage: 'Transaction simulation failed: Error processing Instruction 0: Program failed to complete', transactionLogs: [ 'Program MPL4o4wMzndgh8T1NVDxELQCj5UQfYTYEkabX3wNKtb invoke [1]', 'Program log: Instruction: ReleaseV1', 'Program MPL4o4wMzndgh8T1NVDxELQCj5UQfYTYEkabX3wNKtb consumed 3673 of 200000 compute units', 'Program MPL4o4wMzndgh8T1NVDxELQCj5UQfYTYEkabX3wNKtb failed: Access violation in stack frame 5 at address 0x200005b50 of size 8' ]"