0

Installation of MiniMax M3 Studio fails with script error

@nicedragon9posted Sat, 12 Sep 2026 05:20:58 GMT·0 replies

What happened?
Installation of the app in Pinokio terminated with error. Seems the .ps1 script has syntax errors.

Steps to reproduce

  1. See the error message.

Your system (OS / GPU / RAM / VRAM / etc.)
Windows 11, Nvidia RTX 5090, 64GB DDR5, 24GB DDR7

Logs / full error output

D:\pinokio\api\minimax-m3-studio.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && powershell -NoProfile -ExecutionPolicy Bypass -File scripts/pinokio-start-prep.ps1
At D:\pinokio\api\minimax-m3-studio.git\scripts\pinokio-start-prep.ps1:39 char:55

██ Detached from Shell 378d7345-3a47-4c1a-b822-00bad6a795b8

  • & (Join-Path $PSScriptRoot 'pinokio-extract-engine.ps1')
  •                                                   ~~
    

The string is missing the terminator: '.
At D:\pinokio\api\minimax-m3-studio.git\scripts\pinokio-start-prep.ps1:24 char:52

  • if ($before -and $after -and ($before -ne $after)) {
  •                                                ~
    

Missing closing '}' in statement block or type definition.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : TerminatorExpectedAtEndOfString

===================================================

input.event

[
"Error:"
]

██ Terminated Shell 378d7345-3a47-4c1a-b822-00bad6a795b8
████

Disconnected...
Paste the full log output here


Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).
Installation of MiniMax M3 Studio fails with script error · Pinokio