I am trying to open / save a whole scene.
The scene can be saved and reopened, but the problem is that the app closes very slowly after opening a scene and the memory laek message appears.
As a first step I created a simple Project and start saving file by:
GLScene1.SaveToFile(FileSaveAs1.Dialog.FileName);
and to load by:
GLScene1.LoadFromFile(FileOpen1.Dialog.FileName);
The whole scene can be loaded, but after this the app can't be closed completely because of the leak memory.
Any help is appreciated.
Thanks.
Tbk
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Tambok i took a look and i found where is the bug, but not corrected it yet. Don't install older version, it not solved the problem.
Actually i am in formation until the end of month. And i,ll have more time after to correct bugs
Cheers
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I tried the test file, in version 1.4 of GLScene. The problem is same. I think this bug is already in version 1.4 or earlier. If this problem is not resolved asap, it will greatly disrupt for any project using Lazarus.
I saw GLScene Channel on Youtube, it was really good. Until now, not many have uploaded clips by making short projects or tutorials on how to create one simple project step by step.
Maybe the GLS Team or masters make clips to help us to understand more GLScene.
Regards
Tbk.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am trying to open / save a whole scene.
The scene can be saved and reopened, but the problem is that the app closes very slowly after opening a scene and the memory laek message appears.
As a first step I created a simple Project and start saving file by:
and to load by:
The whole scene can be loaded, but after this the app can't be closed completely because of the leak memory.
Any help is appreciated.
Thanks.
Tbk
Hi,
I create a simple sample.
I have also tried using Typhon, the problem is same too.
I use Lazarus 2.0.10 and GLScene r7179.
Many thanks
tbk
Hi Tambok i'll take a look soon as possible
Regards
Hi Jerome,
thank you for replay.
Is there any news about this cause?
Maybe, if i go back to a previous version may could solve the problem, temporary?
Regards
tbk
Hi Tambok i took a look and i found where is the bug, but not corrected it yet. Don't install older version, it not solved the problem.
Actually i am in formation until the end of month. And i,ll have more time after to correct bugs
Cheers
Hi,
I tried the test file, in version 1.4 of GLScene. The problem is same. I think this bug is already in version 1.4 or earlier. If this problem is not resolved asap, it will greatly disrupt for any project using Lazarus.
I saw GLScene Channel on Youtube, it was really good. Until now, not many have uploaded clips by making short projects or tutorials on how to create one simple project step by step.
Maybe the GLS Team or masters make clips to help us to understand more GLScene.
Regards
Tbk.
Hi,
is there any update on this issue?
thanks
Regards
Tbk
Hallo,
i still facing with this problem.
I've tried using this:
LoadFromTextFile(FileOpen1.Dialog.FileName);
, but still get the same problem.
is there a solution to this problem?
Regards
Tbk