Go Back   FlashFXP Forums > > > >

Bug Reports Report bugs here. (non-beta releases only)

 
 
Thread Tools Display Modes
Old 12-17-2002, 08:30 PM   #1
DYN_DaTa
Senior Member
FlashFXP Scripter
 
Join Date: Jan 2002
Location: Madrid, Spain
Posts: 346
Post Weird error: view/edit with .gif file

That problem happened when i was trying to view, and later, edit a .gif file from a friend's server (through server window). That's the messages from Status Window:


When using "View" file (CTRL + V):

An internal error has occurred.
Access violation at address 77F5178D in module 'ntdll.dll'. Write of address 70A800B6
An internal error has occurred.
Access violation at address 77F5178D in module 'ntdll.dll'. Write of address 70A73692



When using "Edit" file (CTRL + E):

An internal error has occurred.
Error reading Editor.HideSelection: Win32 Error. Code: 1400.
Invalid window handle



But, that's the funny part... if i download THIS file to my computer and try again to view (and later edit) this file again through server window, the file is viewed/edited into my default pictures program without error messages. My conclusion is that this problem only happens when this specific file isn't transferred to my computer.


That's the content of my errorlog file:


18/12/2002 2:08:08
Version: 2.0 (build 906)
Compiled on: Nov 30, 2002
Object class: TPopupList
Error reading Editor.HideSelection: Win32 Error. Code: 1400.
Invalid window handle

18/12/2002 2:08:17
Version: 2.0 (build 906)
Compiled on: Nov 30, 2002
Object class: TPopupList
Access violation at address 77F5178D in module 'ntdll.dll'. Write of address 7742840A

18/12/2002 2:17:32
Version: 2.0 (build 906)
Compiled on: Nov 30, 2002
Object class: TPopupList
Error reading Editor.HideSelection: Win32 Error. Code: 1400.
Invalid window handle

18/12/2002 2:17:41
Version: 2.0 (build 906)
Compiled on: Nov 30, 2002
Object class: TPopupList
Access violation at address 77F5178D in module 'ntdll.dll'. Write of address 70A800B6

18/12/2002 2:17:43
Version: 2.0 (build 906)
Compiled on: Nov 30, 2002
Object class: TWinConsole
Object Name: Console1
Access violation at address 77F5178D in module 'ntdll.dll'. Write of address 70A73692

18/12/2002 2:18:25
Version: 2.0 (build 906)
Compiled on: Nov 30, 2002
Object class: TPopupList
Error reading Editor.HideSelection: Win32 Error. Code: 1400.
Invalid window handle



----------------

My O.S is Windows XP + SP1
DYN_DaTa is offline  
Old 12-17-2002, 09:43 PM   #2
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

That's really strange. Edit & View are identical for local & remote. When it's a remote file the file is downloaded and viewed/edited.

Make sure you don't have shift depressed when Viewing/Editing as this forces it to load into the internal editor.

Based on your errors it seems like it tried to open the file in the internal editor, if does this for the ftp, it should of did this for the local view as well.

I tested with my setup and I was unable to reproduce any problems. Perhaps a special debug version would give us some ideas of where things go wrong.
bigstar is offline  
Old 12-17-2002, 11:17 PM   #3
DYN_DaTa
Senior Member
FlashFXP Scripter
 
Join Date: Jan 2002
Location: Madrid, Spain
Posts: 346
Default

Auch... i can reproduce the problem. Let's get a file from a pub, for example ftp.cakewalk.com/pub/Press/Screen_Shots/VSampler/VSampler-Screenshot.jpg

That's the 4 combinations:


#1) Edit: (with file only on remote server)

TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (161,58,92,190,7,106).
RETR VSampler-Screenshot.jpg
125 Data connection already open; Transfer starting.
226 Transfer complete.
Transferred: VSampler-Screenshot.jpg 133.238 bytes in 5,26 (24,75 KBps)
An internal error has occurred.
Error reading Editor.HideSelection: Win32 Error. Code: 1400.
Invalid window handle



#2) View: (with file only on remote server)

PASV
227 Entering Passive Mode (161,58,92,190,7,112).
RETR VSampler-Screenshot.jpg
125 Data connection already open; Transfer starting.
226 Transfer complete.
Transferred: VSampler-Screenshot.jpg 133.238 bytes in 5,28 (24,66 KBps)
An internal error has occurred.
Access violation at address 77F5178D in module 'ntdll.dll'. Write of address 7742840A



#3) View: (without problems - file on local & remote server)


#4) Edit: (file on local & remote server)

TYPE I
200 Type set to I.
PASV
227 Entering Passive Mode (161,58,92,190,7,137).
RETR VSampler-Screenshot.jpg
125 Data connection already open; Transfer starting.
226 Transfer complete.
Transferred: VSampler-Screenshot.jpg 133.238 bytes in 5,31 (24,51 KBps)
An internal error has occurred.
Access violation at address 77F5178D in module 'ntdll.dll'. Write of address 7742840A
An internal error has occurred.
Access violation at address 77F5178D in module 'ntdll.dll'. Write of address 77575235




By the way, combination #4 is new for me... in my first post it worked perfect ... .
DYN_DaTa is offline  
Old 12-19-2002, 03:53 AM   #4
DYN_DaTa
Senior Member
FlashFXP Scripter
 
Join Date: Jan 2002
Location: Madrid, Spain
Posts: 346
Default

Problem solved. Thanks bigstar
DYN_DaTa is offline  
Old 12-19-2002, 04:04 AM   #5
MidKnight
Senior Member
FlashFXP Beta Tester
ioFTPD Registered User
 
Join Date: Oct 2001
Posts: 857
Default

well looks like you got it fixed, dont know what the problem was?, but i use view and/or edit everyday and i've never had this problem myself
MidKnight is offline  
Old 12-19-2002, 04:22 AM   #6
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

He was using windows file associations, I suggested for him to try adding the file associations into FlashFXP. Thus bypassing windows file assocations and relying on FlashFXP file associations.

I'm not entirely sure why it worked. but i'm glad it did.
bigstar is offline  
Old 12-19-2002, 04:28 AM   #7
MidKnight
Senior Member
FlashFXP Beta Tester
ioFTPD Registered User
 
Join Date: Oct 2001
Posts: 857
Default

mmm ok, well i've never used it that way anyway, i also tell flash to use my prefered app for a perticular extension
MidKnight is offline  
 

Tags
address, error, file, object, window

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 01:23 PM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)