We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to execute the TIDALEnhancedPatcher.exe file to patch Tidal, but I encounter the following error:
2 | var z9=Object.create;var{getPrototypeOf:R9,defineProperty:yq,getOwnPropertyNames:L9}=Object;var T9=Object.prototype.hasOwnProperty;var T$=($,q,J)=>{J=$!=null?z9(R9($)):{};const Q=q||!$||!$.__esModule?yq(J,"default",{value:$,enumerable:!0}):J;for(let X of L9($))if(!T9.call(Q,X))yq(Q,X,{get:()=>$[X],enumerable:!0});return Q};var w=($,q)=>()=>(q||$((q={exports:{}}).exports,q),q.exports);var l2=w((fL,Sq)=>{var g=`${"\x1B"}[`,p2={to($,q){if(!q)return`${g}${$+1}G`;return`${g}${q+1};${$+1}H`},move($,q){let J="";if($<0)J+=`${g}${-$}D`;else if($>0)J+=`${g}${$}C`;if(q<0)J+=`${g}${-q}A`;else if(q>0)J+=`${g}${q}B`;return J},up:($=1)=>`${g}${$}A`,down:($=1)=>`${g}${$}B`,forward:($=1)=>`${g}${$}C`,backward:($=1)=>`${g}${$}D`,nextLine:($=1)=>`${g}E`.repeat($),prevLine:($=1)=>`${g}F`.repeat($),left:`${g}G`,hide:`${g}?25l`,show:`${g}?25h`,save:`${"\x1B"}7`,restore:`${"\x1B"}8`},M9={up:($=1)=>`${g}S`.repeat($),down:($=1)=>`${g}T`.repeat($)},j9={screen:`${g}2J`,up:($=1)=>`${g}1J`.repeat($),down:($=1)=>`${g}J`.repeat($),line:`${} | ... truncated error: No native build was found for platform=win32 arch=x64 runtime=node abi=127 uv=1 libc=glibc node=22.6.0 loaded from: C:\Users\nekusu\tidal-enhanced-patcher\node_modules\win-version-info
How can I resolve these errors? Is this related to my Node.js runtime, Bun configuration, or missing dependencies? Thank you in advance for your help!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to execute the TIDALEnhancedPatcher.exe file to patch Tidal, but I encounter the following error:
System Information:
Steps Already Tried:
Question:
How can I resolve these errors? Is this related to my Node.js runtime, Bun configuration, or missing dependencies?
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: