37 lines
965 B
Markdown
37 lines
965 B
Markdown
# Known Issues
|
|
|
|
## 1. Environment-Specific Defaults
|
|
|
|
Configuration is now path-driven, but several default values in `application.properties` are still machine-specific:
|
|
|
|
- Unreal startup script paths
|
|
- Unreal/signalling PID file paths
|
|
|
|
Impact:
|
|
|
|
- configuration updates are required before first run on a different machine
|
|
|
|
## 2. Database Deleted on Shutdown
|
|
|
|
`App.deleteDatabase()` deletes `data/health.db` on app exit.
|
|
|
|
Impact:
|
|
|
|
- historical data is lost every run unless behavior is changed
|
|
|
|
## 3. Signalling Process Startup Incomplete
|
|
|
|
In `ProcessManagerService.startSignallingServer()`, process creation is currently prepared but not started (`pb.start()` is commented).
|
|
|
|
Impact:
|
|
|
|
- log output may indicate startup intent, but process is not actually launched via that path
|
|
|
|
## 4. Encoding Artifacts in Logs/Strings
|
|
|
|
Some source/log text contains mojibake characters in comments/messages.
|
|
|
|
Impact:
|
|
|
|
- readability and consistency issues in logs and source text
|