Skip to content

Commit

Permalink
Target vc++ dll missing
Browse files Browse the repository at this point in the history
  • Loading branch information
ioedeveloper committed Oct 24, 2024
1 parent afa5ec7 commit d6a0c2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/circuit-compiler/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ function App() {

dispatch({ type: 'SET_COMPILER_FEEDBACK', payload: report })
} catch (e) {
if (process.platform === 'win32' && err.message.includes('3221225781')) return dispatch({ type: 'SET_COMPILER_FEEDBACK', payload: 'The compiler failed to start because of some missing dependecies. Please install or repair the Microsoft Visual C++ Redistributable package to resolve this issue.' })
dispatch({ type: 'SET_COMPILER_FEEDBACK', payload: err.message })
}
}
Expand Down

0 comments on commit d6a0c2d

Please sign in to comment.