Troubleshooting
Previous  Next

Since everyone's computer may be set up differently, or if you're using a Windows emulator such as .WINE, you may run into some errors. Below is a list of known issues and their resolutions. If there is an issue that isn't listed, please send as much information to support@second- dimension.com

Runtime error 380: Invalid Property Value:
This error seems to only appear on .WINE Windows emulators. To fix this issue, follow the instructions below:
  1. Open a terminal prompt
  2. Type/copy the following lines:

wget  https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
  1. To finish, type/copy:

sh winetricks corefonts vcrun6

The above information was provided by Marco Martins
For additional information, please view https://wiki.winehq.org/Winetricks

Runtime error 482: Printer Error:
This error is most likely caused to there being no default printer installed in your Widows environment. Install a printer driver, or a virtual printer, and this should fix the error. The reason this error pops up is because when SecondBASIC rebuilds the font.dat file, it uses the printer to determine if the font is a fixed width font or not. Unfortunately there's no other means to generate a list of fixed width fonts without using the printer object.

To work around this issue, you can manually add in fonts directly into the font.dat file with a standard text editor.