Opened 4 years ago

Closed 4 years ago

#12170 closed Bug report (duplicate)

FZ 3.48.0 Client File Associations Broken - Similar to other tickets

Reported by: Bob Fletcher Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc:
Component version: Operating system type: Windows
Operating system version:

Description

On Windows 10.
When I try to View/Edit a file on the server, it offers to Use system association (which is notepad++ on my machine).
However, it then gives error -- File could not be opened. No program associated with this file type.
Things work fine with FZ 3.47.2.1

Change History (3)

comment:1 by Dave Bolt, 4 years ago

I found the same issue.
Work-around:
Go to Edit|Settings|File Editing|File Type Associations

I have associations for php and txt. The corrupted data looks like this:

php "C:\Users\Dave\AppData\Local\Programs\Microsoft VS Code\Code.exe" %ftxt C:\Windows\system32\NOTEPAD.EXE %f

The leading blank line does not seem to be an issue.

There should be associations for php and for txt, so change %ftxt by hitting enter with the cursor between %f and txt, so the lines become:

php "C:\Users\Dave\AppData\Local\Programs\Microsoft VS Code\Code.exe" %f
txt C:\Windows\system32\NOTEPAD.EXE %f

This seems to work just fine to fix the problem, but every time a new association is added the data is reformatted, taking the new line from between and %f and the next file extension. Here is what resulted when I added the html extension.

html "C:\Program Files\Firefox Developer Edition\firefox.exe" -osint -url %fphp "C:\Users\Dave\AppData\Local\Programs\Microsoft VS Code\Code.exe" %ftxt C:\Windows\system32\NOTEPAD.EXE %f

I am using Windows 10 Pro Version 1909, OS Build 18363.815.

FileZilla Client


Version: 3.48.0

Build information:

Compiled for: x86_64-w64-mingw32
Compiled on: x86_64-pc-linux-gnu
Build date: 2020-04-27
Compiled with: x86_64-w64-mingw32-gcc (GCC) 8.3-win32 20190406
Compiler flags: -g -O2 -Wall

Linked against:

wxWidgets: 3.0.5
SQLite: 3.31.1
GnuTLS: 3.6.12

Operating system:

Name: Windows 10 (build 18363), 64-bit edition
Version: 10.0
Platform: 64-bit system
CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi2 bmi2 adx lm
Settings dir: C:\Users\Dave\AppData\Roaming\FileZilla\

comment:2 by Bob Fletcher, 4 years ago

Dave,
Thanks for your excellent work-around.
It worked perfectly.
Bob

comment:3 by Tim Kosse, 4 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.