You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested both native M1 build and Intel build running through Rosetta
Environment:
lzma-web: 3.1.0
Electron: 16.2.8
OS: macOS Monterey 12.5.1
Machine: MacBook Pro 14" M1 Pro
Initialization code:
importLZMAfrom"lzma-web";constlzma=newLZMA();
Screenshot :
Exception:
Uncaught Exception:
Error: Cannot find module './lzma_worker.js'
at t (/Applications/<censored>.app/Contents/Resources/app.asar/dist/main/main.js:2:661137)
at location.protocol.e.LZMA (/Applications/<censored>.app/Contents/Resources/app.asar/dist/main/main.js:2:659109)
at Object.96849 (/Applications/<censored>.app/Contents/Resources/app.asar/dist/main/main.js:2:660763)
at r (/Applications/<censored>.app/Contents/Resources/app.asar/dist/main/main.js:2:1432103)
at Object.44525 (/Applications/<censored>.app/Contents/Resources/app.asar/dist/main/main.js:2:1036460)
at r (/Applications/<censored>.app/Contents/Resources/app.asar/dist/main/main.js:2:1432103)
at Object.81668 (/Applications/<censored>.app/Contents/Resources/app.asar/dist/main/main.js:2:1043154)
at r (/Applications/<censored>.app/Contents/Resources/app.asar/dist/main/main.js:2:1432103)
at Object.35533 (/Applications/<censored>.app/Contents/Resources/app.asar/dist/main/main.js:2:1048898)
at r (/Applications/<censored>.app/Contents/Resources/app.asar/dist/main/main.js:2:1432103)
The text was updated successfully, but these errors were encountered:
Tested both native M1 build and Intel build running through Rosetta
Environment:
lzma-web:
3.1.0
Electron:
16.2.8
OS:
macOS Monterey 12.5.1
Machine:
MacBook Pro 14" M1 Pro
Initialization code:
Screenshot :
Exception:
The text was updated successfully, but these errors were encountered: