![]() |
I don't know why it would crash on that, haven't experienced that at all yet. Is it only happening on certain scripts or always?
We could disable the syntax highlighting for you for now if you want. |
Quote:
|
Quote:
|
Just throwing this out there, but there seems to be garbage collection issues when there are large amounts (20k?) of TStaticVars.
It seems like it decides to do the GC cycle whenever you click the mouse or move the mouse out of the screen, and the TStaticVars all survive until that cycle, then the CPU is pegged at full load for ages. Of course, the solution is to manually destroy() the TStaticVar when it is no longer needed, but I feel like there should be nicer GC being done that doesn't choke entirely on what is not a large amount of memory usage. Quote:
|
The graal garbage collector is going quite deep (makes full circular reference check) that's why it might be slower with lots of variables. It is recommended to destroy the variables if not needed.
|
Since Era Radio has just released itself, a new bug has become apparent. V6 can't receive any radio signal. Nothing plays over radio, although V5 plays Era Radio perfectly.
|
Yes the Linux and Mac versions don't support streaming yet. There is no 64bit version of the sound library we were using before x-x
|
For some reason findimg() won't show any images for V6 on linux. Gui Image Controls are fine though.
|
Is anyone still using Linux on 32 bit?
|
64-bit here.
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Ah and you run Graal on it? It's 5-6 years since the last 32 bit Intel/AMD CPUs were produced
Well anyway: A new version for Linux (64 bit) has been uploaded: v6.037 It brings a lot of new stuff since the last v6 release and of course plenty of new things compared to v5. Download it as usual from the website although the download from login server should work if you have installed it as user: http://www.graalonline.com/downloads/Graal6_linux64.zip This new version is not scanning the current folder anymore, so it should be much easier to just put it anywhere and then run it. Unzip the file, make it executable, then run it: unzip Graal6_linux64.zip chmod 775 Graal ./Graal All files will be download and saved to ~/.graal/graal4 in case you want to clear them or need to find the screenshots or recorded videos. The new version is using "SDL mixer" for playing sounds and music. Depending on the hardware and drivers this should work pretty well, but if there are problems then just disable sounds or music in the options on the login server. |
All times are GMT +2. The time now is 05:04 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.