Greetings,

I experience similar issues, while running Zorro 2.25 with R 3.6.2 on Wine. I can't run the RTest script properly:

Code
RTest compiling.............. ok
C:\Program Files\R\R-3.6.2\bin\x64\RTerm.exe  --no-save
R initialized!

R stopped!


Things, I've tried to far:
- Tried two types of RTermPath's in zorro.ini, "C:\Program Files\R\R-3.6.2\bin\x64\RTerm.exe" and "/home/administrator/.wine/drive_c/Program Files/R/R-3.6.2/bin/x64/RTerm.exe".
- Reinstalled both Zorro and R.

When I run DebugView while running the script, it returns:

Code
[38] <2> Create: trying to start R: C:\Program Files\R\R-3.6.2\bin\x64\RTerm.exe  --no-save
[38] <0> Create: Failed to execute C:\Program Files\R\R-3.6.2\bin\x64\RTerm.exe  --no-save : 5
[38] <0> Create: Error: R did not start: 5
[38] RInit: RHandle = 25A1904 (39459076)
[38] RDeinit: RHandle = 25A1904 (39459076)
[38] <-1> TRConsole: destroying


FYI, I'm able to run a RTerm instance manually.

Cheers,

Grant





Last edited by Grant; 04/10/20 15:40.