Closed as not planned
Description
Created by: torranto
On some computers the Processing does not start.
- Run Processing
- Splash screen is shown.
- After one minute splash screen is closed.
- Processing crashed.
This error depends on some of network settings.
Testing steps:
- Delete folder C:%USER%\AppData\Roaming\Processing\
- Run Processing. Processing is running.
- Quit Processing.
- Run Processing. Processing crashed on start.
- Delete string "instance_server.port=..." in file "preferences.txt" in folder C:%USER%\AppData\Roaming\Processing\
- Run Processing. Processing is running.
- Quit Processing.
- Run Processing. Processing crashed on start.
- Disconnect network.
- Run Processing. Processing is running.
- Сonnect network.
- Run Processing. Processing crashed on start.
This problem is repeated in versions 3.0a8 to 3.0b7.
Versions 2.2.1 and 3.0a1 to 3.0a7 runs great.
It seems in version 3.0a8 you broke something.
I can repeat this problem on 5 computers. (all on Windows 7 x32)
I think you should alter the startup process. And make it less dependent on the network.
If any errors in the network, the Processing should show error message and not crash.