You are here

Rednotebook freezing?

20 posts / 0 new
Last post
truthseeker
truthseeker's picture
Offline
Last seen: 11 years 11 months ago
Joined: 2008-07-30 20:32
Rednotebook freezing?

Rednotebook seems to freeze up for me when loading. Happening for anyone else?

Ken Herbert
Ken Herbert's picture
Online
Last seen: 15 min 3 sec ago
DeveloperModerator
Joined: 2010-05-25 18:19
This is a known issue with

This is a known issue with RedNotebook, it is listed on the official page for the app that it can take a while to load up journals.

truthseeker
truthseeker's picture
Offline
Last seen: 11 years 11 months ago
Joined: 2008-07-30 20:32
Ok thanks. I have removed it

Ok thanks. I have removed it until they can fix it.

John T. Haller
John T. Haller's picture
Offline
Last seen: 4 hours 47 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Issue For a While

It's been an issue for a while. RedNotebook just opens journals REALLY slow. Like 30+ seconds slow. RedNotebook Portable automatically opens the default journal in the Data directory, so that slowness occurs on startup. But if it started without a journal, it would start quickly, and then die for 30 seconds when you go to open a journal. This affects the standard local version and the portable version. Basically, if you just accept it as normal behavior and remember it will take that long to open (and report as unresponsive on Windows Vista/7 during that time), then it's ok.

Sometimes, the impossible can become possible, if you're awesome!

vf2nsr
vf2nsr's picture
Offline
Last seen: 7 years 6 months ago
Developer
Joined: 2010-02-13 17:10
In talking

with the author the problems revolves around the use of Python in Wondows which is what is causing this

“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” Dr. Seuss

Special Case
Offline
Last seen: 12 years 2 months ago
Joined: 2012-02-15 10:14
Hi, any news on this being

Hi, any news on this being sorted? Its such a good program, such a shame.

edit:

just downloaded new (non portable) RedNotebook v1.3. Seems the problem has been tackled?

John T. Haller
John T. Haller's picture
Offline
Last seen: 4 hours 47 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Depends

It depends on your PC. The local version of RedNotebook 1.3 takes over 45 seconds to open on first run with a clean install on my quadcore Win7 x64 box. It's definitely an issue with the app itself. It does seem to be a first-run thing, though.

Sometimes, the impossible can become possible, if you're awesome!

vf2nsr
vf2nsr's picture
Offline
Last seen: 7 years 6 months ago
Developer
Joined: 2010-02-13 17:10
during installation

of base app there are some registry files written. So when you launch the none portable one the entries are already there. On the portable one the files need to be created on first run, hence the delay on first rum. After that they are move to location on use and then set back in data folder

“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” Dr. Seuss

Ed_P
Offline
Last seen: 5 years 6 months ago
Joined: 2007-02-19 09:09
Maybe...

Maybe the first run files could be saved and added to the paf file?

Ed

vf2nsr
vf2nsr's picture
Offline
Last seen: 7 years 6 months ago
Developer
Joined: 2010-02-13 17:10
can no tbe done

as they are appdata files dependent on each user

“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” Dr. Seuss

John T. Haller
John T. Haller's picture
Offline
Last seen: 4 hours 47 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Variable

The files created on first run vary based on first run and date. I do have an idea with some custom code that may work, though, for the next version.

Sometimes, the impossible can become possible, if you're awesome!

vf2nsr
vf2nsr's picture
Offline
Last seen: 7 years 6 months ago
Developer
Joined: 2010-02-13 17:10
At this point

I would think it is moot. If a user want it in PAF format then it is what it is. In the whole scheme of things NOTHING is instant no matter how fast it is. So for a first run I do not really see a problem with the creation of the files. Especially since the first run only occurs once and not on every run. Just my humble opinion.

“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” Dr. Seuss

vf2nsr
vf2nsr's picture
Offline
Last seen: 7 years 6 months ago
Developer
Joined: 2010-02-13 17:10
Rednotebook 1.3.0 / Update

A new release has been made of RedNotebook, I managed to shave a few seconds of initial load time and secondary load time.

More importantly I know have discovered what is causing the slowness, just need to figure how it is happening and why.

When and if I can figure this out will release a Pre - release version for testing.

Any Python programmers around who might give me some incite on "Cloud" and or "Tag" files in Python I could sure use some help.

“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” Dr. Seuss

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 10 months ago
Joined: 2007-04-15 21:08
Cloud? tag?

Not Python terms. Rednotebook-specific.

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

John T. Haller
John T. Haller's picture
Offline
Last seen: 4 hours 47 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Right

They are the Python scripts which are slowing things down within RedNotebook. It's an issue with the app itself (not our portablization of it), so we need some Python devs to help fix the scripts.

Sometimes, the impossible can become possible, if you're awesome!

vf2nsr
vf2nsr's picture
Offline
Last seen: 7 years 6 months ago
Developer
Joined: 2010-02-13 17:10
I look at it this way

The big complaint is on my build (for whatever reason) and regardless of what the issue is I would love to get a better handle on it.

“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” Dr. Seuss

vf2nsr
vf2nsr's picture
Offline
Last seen: 7 years 6 months ago
Developer
Joined: 2010-02-13 17:10
Script

As best as I can tell from reading the code this is the Script that needs looking at. Big However, even if resolved not sure I am capable of recompiling it....unless I learn some Python real quick

“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” Dr. Seuss

vf2nsr
vf2nsr's picture
Offline
Last seen: 7 years 6 months ago
Developer
Joined: 2010-02-13 17:10
Hate to say this

Easiest way is to either load program then left hand panel is a "Cloud" panel which allows quick search of the contents of the journal.

OR

in source ode I think it is this file

rednotebook-1.3.0\rednotebook\gui\clouds.py

Not sure if that helps

“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” Dr. Seuss

vf2nsr
vf2nsr's picture
Offline
Last seen: 7 years 6 months ago
Developer
Joined: 2010-02-13 17:10
New thread

Take a look here please for recent findings.

“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” Dr. Seuss

vf2nsr
vf2nsr's picture
Offline
Last seen: 7 years 6 months ago
Developer
Joined: 2010-02-13 17:10
I belive fixed

see aforementioned thread

“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” Dr. Seuss

Log in or register to post comments