Glider has been good for quite a while, but I recently (last week?) took an update.
The freezing has started again.
Product Version: Lua Glider 2.0 201403101706
Java: 1.8.0_25; Java HotSpot™ 64-Bit Server VM 25.25-b02
Runtime: Java™ SE Runtime Environment 1.8.0_25-b18
System: Windows 7 version 6.1 running on amd64; UTF-8; en_GB (luaglider2)
User directory: C:\Users\martin\AppData\Roaming\luaglider2\dev
Cache directory: C:\Users\martin\AppData\Roaming\luaglider2\dev\var\cache
Just had a 30 second lockup right now. uploading logs.
your upload logs process takes ages. no idea what you are uploading - had to cancel it.
if you guys could just find a way to determine what the thing is doing when it freezes, then turn that off - would be great.
Hello prographodeveloper,
Sorry for the delay in getting back to you. Do you still have the freezing issue? If so, how often does it happen? Also, please try this, go to tools->options->glider options->editor->and uncheck “do not copy files”. Please let us know if this helps.
Regards,
M.Y. Developers
freezing here also. Unchecking the “do not copy files” didn’t solve it.
Freezing here also. “Do not copy file” was already checked and still freeze.
MY Devs, it is getting worse. It is becoming impossible to use GLIDER. It is freezing (no responding) almost every hour now.
Still does it for me, a couple of times a day.
It doesn’t make assumptions about internet availability does it?
I am suspecting it is freezing when the internet connection is poor.
you guys need to move internet code to a different thread
I don’t think it is the issue. I have a reliable connection and Glider simply freezes and becomes a “Not responding” program.
We used to have problems with Glider regarding performance (it was becoming slow and started consume a lot of cpu). Now, it is a different problem. The problem simply stop responding.
btw - yes i have done this; tools->options->glider options->editor->and uncheck “do not copy files”
GUYS PLS FIX THIS.
It becomes not responding every half an hour today. I reboot PC but still a problem.
aggghhhhh
@prographodeveloper,
There should not be any internet traffic after the first license activation. Are you having this issue on Windows 7 or are you using a different operating system? What version does it say for you when you go to windows->what’s new ?
Thanks,
M.Y. Developers
Still freezing randomly here. Sometime i have a break of an hour, sometime it freeze 3 times in less than 20 min. Simply useless!
@All,
Thank you a whole bunch for uploading the logs. Some of them contained memory dumps that are helping us pinpoint a strange issue we are working with the Netbeans team to help us fix. The upload was not small and we appreciate the patience for letting it finish.
Will keep you updated with the progress on this issue.
Regards,
M.Y. Developers
any progress? i much prefer glider to zerobrane but it needs to stop hanging, and the crazy thing is, it used to work perfectly.
Hi
Is there an older version of glider available.
The freezing problem did not occur a year ago in that frequency.
Just reinstalled everything and it keeps hanging.
The method of shutting down Glider in the task manager is getting a daily ordeal.
Cheers,
Matt
Hey everybody, i was having a headache with Lua Glider yesterday, navigator was really slow since we added a lot of files to our project, so today i decided to try and fix it myself. My problem was that Glider was using Java 1.6 instead of a newer one, since i have multiple java installations.
I’m running Glider on OSX 10.10.3. What i did was i opened package contents, to modify it’s Java configuration. The configuration file is located inside the package, at Contents>Resources>luaglider2>etc>luaglider2.conf
I opened the file and changed some settings, like memory, (Xms and Xmx to 512 and 1024) which had almost no effect, but then i noticed that the “jdkhome” variable was pointing to a local JRE that is bundled with Glider, which seems to be a 1.6 JRE. I opened a terminal and ran /usr/libexec/java_home -v 1.7 to see if i had 1.7 installed, and i did. it returned “/Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home” in my case, so i just replaced jdkhome with that, restarted Glider, and it now runs smoothly.
I have not tested with a newer Java version, seems I/O functions on 1.6 are not optimized. Here is what my conf file looks like now: