SparxSolver v1.1
Updates
Added proper logging for future releases/fixes
Added reloading questions for wrong answers
Added partial developer support for macOS
Added Setup.bat for installation, and removed installer. (Not working currently)
Instructions [Windows]
Make sure to click allow to the popups during the setup, or the app won't work properly.
- Install NodeJS from nodejs.org/en/download/prebuilt-installer
- Download SparxSolver-Win64_1-1.zip. and unzip the file.
- Run these commands in terminal:
npm install playwright
npx playwright install
- Open the sparxsolver.exe
- If you need help with installing, watch the video: [coming soon]
Instructions [Mac]
- Determine if your mac is x64 or ARM64. If it's x64 it will be from before November 2020, and will have an Intel chip. If it's ARM64, it will have a M1, M2, or M3 chip and will from after November 2020.
- Install NodeJS from nodejs.org/en/download/prebuilt-installer with the correct x64/ARM64 installer.
- Either download SparxSolver-Mac64_1-1.zip (x64) or SparxSolver-MacARM_1-1.zip (ARM64) and unzip the file into a folder.
- Run these commands in terminal:
sudo npm install playwright
npx playwright install
xattr -cr [sparxsolver app's file path]
- If you don't know the sparxsolver app's file path or need help with installing, watch the video at t.ly/g9OAx
Known bugs
- The first time you launch the app, the questions won't work. To fix this, close and reopen the app.
- Some questions will just not go through at all.