Gamestudio Links
Zorro Links
Newest Posts
Camera always moves upwards?
by clonman. 11/13/25 14:04
brokerCommand PLOT_HLINE parameters
by M_D. 11/13/25 10:42
ZorroGPT
by TipmyPip. 11/10/25 11:04
Training with the R bridge does not work
by frutza. 11/05/25 00:46
Zorro 2.70
by opm. 10/24/25 03:44
Alpaca Plugin v1.4.0
by TipmyPip. 10/20/25 18:04
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (TipmyPip, AndrewAMD), 21,112 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sheliepaley, Blueguy, blobplayintennis, someone2, NotEBspark
19177 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Re: Is 64bit zorro plan canceled? [Re: 7th_zorro] #487229
02/15/23 10:34
02/15/23 10:34
Joined: Feb 2018
Posts: 70
T
tomaslolo Offline
Junior Member
tomaslolo  Offline
Junior Member
T

Joined: Feb 2018
Posts: 70
Ok, I´ll give it again a try.

Thank you

Re: Is 64bit zorro plan canceled? [Re: 7th_zorro] #487233
02/15/23 17:04
02/15/23 17:04
Joined: Feb 2018
Posts: 70
T
tomaslolo Offline
Junior Member
tomaslolo  Offline
Junior Member
T

Joined: Feb 2018
Posts: 70
Ohhh, now the problem is that Z64 can´t work with R..

Quote
DeepLearn64.cpp compiling..
DeepLearn64 start
R and Deepnet required
Rules: DeepLearn64 2015..2019 (15 cores)
Assets AssetsF
Error: NEURAL_INIT failed (0)
R not yet supported by Z64


Do we know when R will be supported in Z64?

Re: Is 64bit zorro plan canceled? [Re: 7th_zorro] #487234
02/15/23 20:55
02/15/23 20:55
Joined: Aug 2017
Posts: 311
Netherlands
G
Grant Offline
Senior Member
Grant  Offline
Senior Member
G

Joined: Aug 2017
Posts: 311
Netherlands
Did you also tried the Rtest script?

Re: Is 64bit zorro plan canceled? [Re: tomaslolo] #487235
02/15/23 21:42
02/15/23 21:42
Joined: Feb 2017
Posts: 1,809
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,809
Chicago
Originally Posted by Grant
Did you also tried the Rtest script?
Disallowed in the r.h header in the first place:
Code
int Rstart(const char* source,int debug) 
{ 
#ifdef _WIN64
	quit("R not yet supported by Z64");
	return 0;
#endif	
	if(hR) return hR; // R session already running
//......
}
Originally Posted by tomaslolo
Do we know when R will be supported in Z64?
No idea, but 64-bit R is supported by 32-bit Zorro.

Re: Is 64bit zorro plan canceled? [Re: 7th_zorro] #487236
02/15/23 23:36
02/15/23 23:36
Joined: Aug 2017
Posts: 311
Netherlands
G
Grant Offline
Senior Member
Grant  Offline
Senior Member
G

Joined: Aug 2017
Posts: 311
Netherlands
Ah gotya, haven't tried it myself as I'm still running v 2.44 due to my licence period.

Page 2 of 2 1 2

Moderated by  Petra 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1