EOF 1.8RC13 - Now with Immerrock support
- NewCreature
- Member
- Posts: 716
- Joined: November 23rd, 2006
- Location: Murray, KY
- Reputation: 3
- Contact:
Re: EOF 1.8b28 - Now with Guitar Hero import
Allegro 5 uses a new API so old Allegro 4 code won't work with it. We have plans to migrate EOF to Allegro 5 but I'm not sure when exactly that is going to happen. The main thing preventing that is the lack of a GUI for Allegro 5.
In the development branch of Allegro there is a native menus implementation which I hope will pan out. If they get that working, porting will be made much easier. I tried to port the Allegro 4 GUI to Allegro 5 but the menu code is a huge hack and I couldn't wrap my head around it. If Allegro 5 gets native menus, I will just have to port the dialog box code, which is quite a bit simpler.
In the development branch of Allegro there is a native menus implementation which I hope will pan out. If they get that working, porting will be made much easier. I tried to port the Allegro 4 GUI to Allegro 5 but the menu code is a huge hack and I couldn't wrap my head around it. If Allegro 5 gets native menus, I will just have to port the dialog box code, which is quite a bit simpler.
"Stop putting so much stock in all of this stuff, live your life for those that you love." - Relient K
EOF - A Song Editor for Frets On Fire
EOF - A Song Editor for Frets On Fire
Re: EOF 1.8b28 - Now with Guitar Hero import
Hi.
I'm pretty frickin' pissed because of a certain key combination in EOF that I didn't know existed until now. I don't know exactly what the combination is, but I apparently hit it when trying to hit alt-tab. This key combination deletes all the notes in your track, AND THEN SAVES, so you can't undo it. Why is this built into the program?
I'm pretty frickin' pissed because of a certain key combination in EOF that I didn't know existed until now. I don't know exactly what the combination is, but I apparently hit it when trying to hit alt-tab. This key combination deletes all the notes in your track, AND THEN SAVES, so you can't undo it. Why is this built into the program?
Jpop fanatic
-
- Moderator
- Posts: 5696
- Joined: April 20th, 2008
- Location: Megumi Island
- Reputation: 131
Re: EOF 1.8b28 - Now with Guitar Hero import
There is no such thing. And even if there was, you can undo the last 100 save states even after a save, unless you've already closed EOF.
Re: EOF 1.8b28 - Now with Guitar Hero import
Okay then, but why have I (several times) had all the notes I placed removed when I pressed certain keys?
Jpop fanatic
-
- Moderator
- Posts: 5696
- Joined: April 20th, 2008
- Location: Megumi Island
- Reputation: 131
Re: EOF 1.8b28 - Now with Guitar Hero import
Instead of making any wild guesses, I'll just advise that the log will show you what's happening. Just make a copy of it when this happens because the log is emptied when EOF is started up.
No need to fit in!
- Oddbrother
- Member
- Posts: 96
- Joined: August 12th, 2006
- Reputation: 0
- Contact:
Re: EOF 1.8b28 - Now with Guitar Hero import
I like that you're planning on adding auto-settings and tuning for pro guitar. I'm gonna wanna try it out. 

Re: EOF 1.8b28 - Now with Guitar Hero import
raynebc wrote:Instead of making any wild guesses, I'll just advise that the log will show you what's happening. Just make a copy of it when this happens because the log is emptied when EOF is started up.
Okay, I'll try that.
No need to fit in!
- Oddbrother
- Member
- Posts: 96
- Joined: August 12th, 2006
- Reputation: 0
- Contact:
Re: EOF 1.8b28 - Now with Guitar Hero import
Tried compiling in Ubuntu's latest beta.
Well, I can run it... but it sounds very unpleasant.
Well, I can run it... but it sounds very unpleasant.

Jpop fanatic
-
- Moderator
- Posts: 5696
- Joined: April 20th, 2008
- Location: Megumi Island
- Reputation: 131
Re: EOF 1.8b28 - Now with Guitar Hero import
How so? Some newer Linux releases don't handle sound correctly, and that causes problems with Allegro applications in general.
No need to fit in!
- Oddbrother
- Member
- Posts: 96
- Joined: August 12th, 2006
- Reputation: 0
- Contact:
Re: EOF 1.8b28 - Now with Guitar Hero import
The problem occurs when VSync is enabled. Disabling it works around this. I use ALSA audio drivers, by the way.
Another problem I've also encountered when compliling on early Ubuntu is that the cursor will always center in the window no matter where you move it. To break it free, you'd have to bring up a window or pull down a menu. The workaround is to enable software cursor.
Code: Select all
896: Logging started during program initialization
896: EOF v1.8beta28
896: eof_load_config() entered
896: set_default_config() entered
896: eof_controller_read_button_names() entered
896: eof_controller_read_button_names() entered
896: ! TS import/export is currently disabled
896: eof_controller_load_config() entered
896: eof_controller_read_button_names() entered
896: eof_controller_load_config() entered
896: eof_controller_read_button_names() entered
896: eof_set_display_mode() entered
896: eof_window_create() entered
896: eof_window_create() entered
896: eof_window_create() entered
896: eof_scale_fretboard() entered
896: eof_load_data() entered
896: eof_switch_in_callback() entered
896: eof_switch_in_callback() entered
896: eof_init_colors() entered
896: eof_undo_reset() entered
896: Initializing audio
896: eof_mix_init() entered
896: Entering main program loop
896: eof_emergency_stop_music() entered
896: eof_popup_dialog() entered
896: eof_prepare_menus() entered
896: eof_show_mouse() entered
896: eof_clear_input() entered
896: eof_destroy_ogg() entered
896: Loading project
896: eof_load_song() entered
896: eof_create_song() entered
896: eof_load_song_pf() entered
896: eof_song_add_track() entered
896: eof_song_add_track() entered
896: eof_song_add_track() entered
896: eof_song_add_track() entered
896: eof_song_add_track() entered
896: eof_song_add_track() entered
896: eof_song_add_track() entered
896: eof_song_add_track() entered
896: eof_song_add_track() entered
896: eof_song_add_track() entered
896: eof_song_add_track() entered
896: eof_song_add_track() entered
896: Project loaded
896: eof_load_ogg_quick() entered
896: eof_destroy_ogg() entered
896: Initializing after load
896: eof_init_after_load() entered
896: Changing active track
896: eof_menu_track_selected_track_number() entered
896: eof_detect_difficulties() entered
896: eof_fix_window_title() entered
896: eof_scale_fretboard() entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_note_is_hopo() entered
896: eof_set_color_set() entered
896: eof_select_beat() entered
896: eof_undo_reset() entered
896: eof_calculate_beats() entered
896: eof_detect_difficulties() entered
896: eof_reset_lyric_preview_lines() entered
896: eof_prepare_menus() entered
896: eof_sort_notes() entered
896: eof_track_sort_notes() entered
896: eof_track_sort_notes() entered
896: eof_track_sort_notes() entered
896: eof_track_sort_notes() entered
896: eof_track_sort_notes() entered
896: eof_track_sort_notes() entered
896: eof_track_sort_notes() entered
896: eof_track_sort_notes() entered
896: eof_track_sort_notes() entered
896: eof_track_sort_notes() entered
896: eof_track_sort_notes() entered
896: eof_track_sort_notes() entered
896: eof_fixup_notes() entered
896: eof_track_fixup_notes() entered
896: eof_track_fixup_notes() entered
896: eof_track_fixup_notes() entered
896: eof_track_fixup_notes() entered
896: eof_track_fixup_notes() entered
896: eof_track_fixup_notes() entered
896: eof_track_fixup_notes() entered
896: eof_track_fixup_notes() entered
896: eof_track_fixup_notes() entered
896: eof_track_fixup_notes() entered
896: eof_track_fixup_notes() entered
896: eof_track_fixup_notes() entered
896: eof_fix_window_title() entered
896: eof_cleanup_beat_flags() entered
896: eof_sort_events() entered
896: Initialization after load complete
896: eof_track_fixup_notes() entered
896: eof_show_mouse() entered
896: eof_clear_input() entered
896: eof_show_mouse() entered
896: eof_show_mouse() entered
896: eof_emergency_stop_music() entered
896: eof_popup_dialog() entered
896: eof_prepare_menus() entered
896: eof_show_mouse() entered
896: eof_color_dialog() entered
896: eof_popup_dialog() entered
896: eof_prepare_menus() entered
896: eof_show_mouse() entered
896: eof_clear_input() entered
896: eof_show_mouse() entered
896: eof_show_mouse() entered
896: eof_clear_input() entered
896: eof_show_mouse() entered
896: eof_show_mouse() entered
896: eof_music_play() entered
896: Starting playback
896: eof_mix_find_claps() entered
896: eof_mix_start() entered
896: eof_mix_start_helper() entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_forward() entered
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_mix_seek() entered
896: eof_music_play() entered
896: Stopping playback
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_track_fixup_notes() entered
896: eof_music_play() entered
896: Starting playback
896: eof_mix_find_claps() entered
896: eof_mix_start() entered
896: eof_mix_start_helper() entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_determine_phrase_status(eof_selected_track) entered
896: eof_music_play() entered
896: Stopping playback
896: eof_stop_midi() entered
896: eof_all_midi_notes_off() entered
896: eof_midi_queue_destroy() entered
896: eof_track_fixup_notes() entered
896: eof_emergency_stop_music() entered
896: eof_popup_dialog() entered
896: eof_prepare_menus() entered
896: eof_show_mouse() entered
896: eof_color_dialog() entered
896: eof_popup_dialog() entered
896: eof_prepare_menus() entered
896: eof_show_mouse() entered
896: eof_clear_input() entered
896: eof_show_mouse() entered
896: eof_show_mouse() entered
896: eof_clear_input() entered
896: eof_show_mouse() entered
896: eof_show_mouse() entered
896: eof_clear_input() entered
896: eof_show_mouse() entered
896: eof_exit() entered
896: eof_save_config() entered
896: eof_controller_save_config() entered
896: eof_controller_save_config() entered
896: eof_mix_exit() entered
896: eof_destroy_data() entered
896: eof_destroy_ogg() entered
896: Closing project
896: eof_destroy_song() entered
896: eof_song_delete_track() entered
896: eof_song_delete_track() entered
896: eof_song_delete_track() entered
896: eof_song_delete_track() entered
896: eof_song_delete_track() entered
896: eof_song_delete_track() entered
896: eof_song_delete_track() entered
896: eof_song_delete_track() entered
896: eof_song_delete_track() entered
896: eof_song_delete_track() entered
896: eof_song_delete_track() entered
896: eof_song_delete_track() entered
896: Project closed
896: eof_destroy_waveform() entered
896: eof_window_destroy() entered
896: eof_window_destroy() entered
896: eof_window_destroy() entered
896: Logging stopped during program completion
Another problem I've also encountered when compliling on early Ubuntu is that the cursor will always center in the window no matter where you move it. To break it free, you'd have to bring up a window or pull down a menu. The workaround is to enable software cursor.
Code: Select all
264: Logging started during program initialization
264: EOF v1.8beta28
264: eof_load_config() entered
264: set_default_config() entered
264: eof_controller_read_button_names() entered
264: eof_controller_read_button_names() entered
264: ! TS import/export is currently disabled
264: eof_controller_load_config() entered
264: eof_controller_read_button_names() entered
264: eof_controller_load_config() entered
264: eof_controller_read_button_names() entered
264: eof_set_display_mode() entered
264: eof_window_create() entered
264: eof_window_create() entered
264: eof_window_create() entered
264: eof_scale_fretboard() entered
264: eof_load_data() entered
264: eof_switch_in_callback() entered
264: eof_init_colors() entered
264: eof_undo_reset() entered
264: Initializing audio
264: eof_mix_init() entered
264: Entering main program loop
264: eof_emergency_stop_music() entered
264: eof_popup_dialog() entered
264: eof_prepare_menus() entered
264: eof_show_mouse() entered
264: eof_color_dialog() entered
264: eof_popup_dialog() entered
264: eof_prepare_menus() entered
264: eof_show_mouse() entered
264: eof_clear_input() entered
264: eof_show_mouse() entered
264: eof_destroy_data() entered
264: eof_load_data() entered
264: eof_set_display_mode() entered
264: eof_window_destroy() entered
264: eof_window_destroy() entered
264: eof_window_destroy() entered
264: eof_window_create() entered
264: eof_window_create() entered
264: eof_window_create() entered
264: eof_scale_fretboard() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_in_callback() entered
264: eof_switch_in_callback() entered
264: eof_scale_fretboard() entered
264: eof_show_mouse() entered
264: eof_clear_input() entered
264: eof_show_mouse() entered
264: eof_show_mouse() entered
264: eof_switch_in_callback() entered
264: eof_switch_in_callback() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_in_callback() entered
264: eof_switch_in_callback() entered
264: eof_color_dialog() entered
264: eof_popup_dialog() entered
264: eof_prepare_menus() entered
264: eof_show_mouse() entered
264: eof_clear_input() entered
264: eof_show_mouse() entered
264: eof_show_mouse() entered
264: eof_set_color_set() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_in_callback() entered
264: eof_switch_in_callback() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_in_callback() entered
264: eof_switch_in_callback() entered
264: eof_emergency_stop_music() entered
264: eof_popup_dialog() entered
264: eof_prepare_menus() entered
264: eof_show_mouse() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_in_callback() entered
264: eof_switch_in_callback() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_clear_input() entered
264: eof_show_mouse() entered
264: eof_show_mouse() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_in_callback() entered
264: eof_switch_in_callback() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_in_callback() entered
264: eof_switch_in_callback() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_in_callback() entered
264: eof_switch_in_callback() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_in_callback() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_in_callback() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_in_callback() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_in_callback() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_in_callback() entered
264: eof_emergency_stop_music() entered
264: eof_popup_dialog() entered
264: eof_prepare_menus() entered
264: eof_show_mouse() entered
264: eof_clear_input() entered
264: eof_show_mouse() entered
264: eof_show_mouse() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_in_callback() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_in_callback() entered
264: eof_color_dialog() entered
264: eof_popup_dialog() entered
264: eof_prepare_menus() entered
264: eof_show_mouse() entered
264: eof_clear_input() entered
264: eof_show_mouse() entered
264: eof_show_mouse() entered
264: eof_color_dialog() entered
264: eof_popup_dialog() entered
264: eof_prepare_menus() entered
264: eof_show_mouse() entered
264: eof_clear_input() entered
264: eof_show_mouse() entered
264: eof_show_mouse() entered
264: eof_emergency_stop_music() entered
264: eof_popup_dialog() entered
264: eof_prepare_menus() entered
264: eof_show_mouse() entered
264: eof_color_dialog() entered
264: eof_popup_dialog() entered
264: eof_prepare_menus() entered
264: eof_show_mouse() entered
264: eof_clear_input() entered
264: eof_show_mouse() entered
264: eof_destroy_data() entered
264: eof_load_data() entered
264: eof_set_display_mode() entered
264: eof_window_destroy() entered
264: eof_window_destroy() entered
264: eof_window_destroy() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_in_callback() entered
264: eof_switch_in_callback() entered
264: eof_window_create() entered
264: eof_window_create() entered
264: eof_window_create() entered
264: eof_scale_fretboard() entered
264: eof_scale_fretboard() entered
264: eof_show_mouse() entered
264: eof_clear_input() entered
264: eof_show_mouse() entered
264: eof_show_mouse() entered
264: eof_switch_in_callback() entered
264: eof_switch_in_callback() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_out_callback() entered
264: eof_emergency_stop_music() entered
264: eof_switch_in_callback() entered
264: eof_switch_in_callback() entered
264: eof_clear_input() entered
264: eof_show_mouse() entered
264: eof_exit() entered
264: eof_save_config() entered
264: eof_controller_save_config() entered
264: eof_controller_save_config() entered
264: eof_mix_exit() entered
264: eof_destroy_data() entered
264: eof_destroy_ogg() entered
264: Closing project
264: eof_destroy_song() entered
264: eof_destroy_waveform() entered
264: eof_window_destroy() entered
264: eof_window_destroy() entered
264: eof_window_destroy() entered
264: Logging stopped during program completion
Jpop fanatic
-
- Moderator
- Posts: 5696
- Joined: April 20th, 2008
- Location: Megumi Island
- Reputation: 131
Re: EOF 1.8b28 - Now with Guitar Hero import
I still don't know what you mean by the audio sounding "unpleasant", is it distorted or just choppy/laggy? Have you experienced the sound/mouse issues on any other Linux distributions?
aka drumbilical
- italianstal1ion
- Member
- Posts: 1342
- Joined: July 28th, 2007
- Location: Behind a drum set
- Reputation: 58
- Contact:
Re: EOF 1.8b28 - Now with Guitar Hero import
Don't know if this is an old error or not, but I'm getting an "Invalid Event item type" error when attempting to import a chart. This chart: http://www.mediafire.com/?ge0dah7bpuagmd0 . Let me know if you need the song or anything.
The chart was made from a Guitar Hero 5 chart. I tried Feedback import and I get the error. If I try a GH Import on either the original notes.mid or the chart, it says it cannot be imported. MIDI import works on the original notes.mid, that's the only way I can open it in EOF.
The chart was made from a Guitar Hero 5 chart. I tried Feedback import and I get the error. If I try a GH Import on either the original notes.mid or the chart, it says it cannot be imported. MIDI import works on the original notes.mid, that's the only way I can open it in EOF.
Index of all Drum Topics on the Forum in one convenient place


Drum Project 7 Released!
Drum Project 8 Released!
Drum project 9 Released!!
My personal topic.
Can't get enough?







Drum Project 7 Released!
Drum Project 8 Released!
Drum project 9 Released!!

Can't get enough?
Jpop fanatic
-
- Moderator
- Posts: 5696
- Joined: April 20th, 2008
- Location: Megumi Island
- Reputation: 131
Re: EOF 1.8b28 - Now with Guitar Hero import
As shown in the log, EOF doesn't recognize line 484 in the [Events] section, which has this:
I don't know what this is supposed to denote. There are lots of "H 0 0" entries in this chart.
Code: Select all
23199 = H 0 0
I don't know what this is supposed to denote. There are lots of "H 0 0" entries in this chart.
aka drumbilical
- italianstal1ion
- Member
- Posts: 1342
- Joined: July 28th, 2007
- Location: Behind a drum set
- Reputation: 58
- Contact:
Re: EOF 1.8b28 - Now with Guitar Hero import
raynebc wrote:As shown in the log, EOF doesn't recognize line 484 in the [Events] section, which has this:Code: Select all
23199 = H 0 0
I don't know what this is supposed to denote. There are lots of "H 0 0" entries in this chart.
I'd assume the GH import for the original notes.mid probably wasn't very good. Is there some way to ignore or delete all those events that are causing issues?
Index of all Drum Topics on the Forum in one convenient place


Drum Project 7 Released!
Drum Project 8 Released!
Drum project 9 Released!!
My personal topic.
Can't get enough?







Drum Project 7 Released!
Drum Project 8 Released!
Drum project 9 Released!!

Can't get enough?
Jpop fanatic
-
- Moderator
- Posts: 5696
- Joined: April 20th, 2008
- Location: Megumi Island
- Reputation: 131
Re: EOF 1.8b28 - Now with Guitar Hero import
I can probably tweak it to ignore an unrecognized event.
Return to “Tutorials and Tools”
Who is online
Users browsing this forum: No registered users and 1 guest