ulister wlx load failure on the second lo

Bugs and issues.
Message
Author
User avatar
alf5000
Posts: 552
Joined: 12.04.2012, 17:59
Location: Austria

Re: ulister wlx load failure on the second lo

#16 Post by alf5000 » 23.02.2014, 12:16

joby_toss wrote:No, it can't. Ini and txt files are displayed by FC's internal viewer. Don't know how to change this.
thanks for clarifying.

now try this:
1) open quickviewer
2) select a file that needs uLister to be displayed
3) do not close quickviewer
4) select a txt-file
5) my FCXE now does not display the txt-file
(win10pro x64) - (latest FCXE x64 portable)

joby_toss
Posts: 1345
Joined: 22.07.2009, 21:19
Location: Romania
Contact:

Re: ulister wlx load failure on the second lo

#17 Post by joby_toss » 23.02.2014, 13:01

Yes, you're right, it doesn't.

User avatar
alf5000
Posts: 552
Joined: 12.04.2012, 17:59
Location: Austria

Re: ulister wlx load failure on the second lo

#18 Post by alf5000 » 23.02.2014, 15:23

thanks for confirmation - seems to be a bug

and I have the very strong feeling that it is related to that misbehavior you described here: viewtopic.php?f=19&t=5753#p17970 - once uLister has "taken over" it doesn't "release" control again.
neither does it allow FCXE viewer nor any other plugin.
(win10pro x64) - (latest FCXE x64 portable)

Karol
Posts: 963
Joined: 19.08.2007, 12:05

Re: ulister wlx load failure on the second lo

#19 Post by Karol » 25.02.2014, 09:27

now try this:
1) open quickviewer
2) select a file that needs uLister to be displayed
3) do not close quickviewer
4) select a txt-file
5) my FCXE now does not display the txt-file
Open the ulister.ini file (in ulister folder) and change the file as
[ulister]
;noloadtypes=1999
;nopreviewtypes=1999
keepinmemory=1

I can open txt files with such ulister.ini.

User avatar
alf5000
Posts: 552
Joined: 12.04.2012, 17:59
Location: Austria

Re: ulister wlx load failure on the second lo

#20 Post by alf5000 » 25.02.2014, 10:22

@Karol
:) wow, works perfectly! (by the way: do you also know a trick to view .cdr files via uLister?)
(win10pro x64) - (latest FCXE x64 portable)

joby_toss
Posts: 1345
Joined: 22.07.2009, 21:19
Location: Romania
Contact:

Re: ulister wlx load failure on the second lo

#21 Post by joby_toss » 25.02.2014, 14:07

Thanks, Karol!

But I don't understand why it works, 'cause 1999 is the string for "Unknown format". There are several strings for .txt files, that, supposedly, were not blocked.

Karol
Posts: 963
Joined: 19.08.2007, 12:05

Re: ulister wlx load failure on the second lo

#22 Post by Karol » 26.02.2014, 16:30

But I don't understand why it works, 'cause 1999 is the string for "Unknown format". There are several strings for .txt files, that, supposedly, were not blocked.
I do not know why it works. I have checked ulister.ini and "nopreviewtypes" was suspect for that problem.

joby_toss
Posts: 1345
Joined: 22.07.2009, 21:19
Location: Romania
Contact:

Re: ulister wlx load failure on the second lo

#23 Post by joby_toss » 14.03.2014, 19:48

After I played around with my uLister plugin, I started experiencing the "Exception in plugin ulister.wlx64 in function ListLoad" error and it drove me nuts!
Until I found the culprit. In my case, it was the freakin' "keepinmemory=1" string from the "ulister.ini" file. I changed the value to "0" at some point and that was causing it. Reverting the value to the default "1" (and restarting FC) did the trick for me.
readme wrote:"keepinmemory" allow keep Outside In Viewer library in memory, it reduce document load time but increase memory consumption (Default enable).
Check yours today, and you may win the big one! :)

Edit: if you want to disable uLister plugin for some file formats, check the "formats.txt" file for the corresponding strings and edit the "ulister.ini" file (and restart FC). For example, you want to disable uLister for .zip and .rar files; their corresponding strings are 1802 and 1821. So, "ulister.ini" file should look something like this:

Code: Select all

[ulister]
noloadtypes=1802,1821,1999
nopreviewtypes=1802,1821,1999
keepinmemory=1
I wanted to disable uLister for all the media files (as it wouldn't work for any of them, while FC's internal viewer did), so my "ulister.ini" file looks like this now:

Code: Select all

[ulister]
noloadtypes=1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1999
nopreviewtypes=1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1999
keepinmemory=1

EdoNork
Posts: 3
Joined: 23.12.2014, 15:03

Re: ulister wlx load failure on the second lo

#24 Post by EdoNork » 30.01.2015, 10:07

I'm new to FC and have just ear about uLister.
I have RTFM and install it and libraries as described.
uLister begs it can't find libraries.
Any help?

(Both FC and uLister 32bits).

User avatar
ralfso
Posts: 812
Joined: 31.10.2007, 18:21
Location: Gifhorn, Germany

Re: ulister wlx load failure on the second lo

#25 Post by ralfso » 30.01.2015, 12:30

Are "ulister.wlx, ulister.ini, plugins.inf" and the about 200 files (*.flt, *.dll) from Oracle all in the same directory?
Regards
Ralf

Win10 (64-bit), Intel i7-2600 (3,4 GHz), 8 GB Ram, 500 GB SSD, 2x2000 GB HD, NVIDIA GeForce 545

joby_toss
Posts: 1345
Joined: 22.07.2009, 21:19
Location: Romania
Contact:

Re: ulister wlx load failure on the second lo

#26 Post by joby_toss » 30.01.2015, 14:30

uLister ReadMe wrote:6. Installation
Download Viewer Technology: vw-8-3-7-win-x86-32.zip(or latest version if available) or vw-8-3-7-win-x86-64.zip(for x64 plugin version) from
http://www.oracle.com/technetwork/middl ... 97435.html , you need accept license and register.
And copy "redist" folder to plugin folder.
Image

Image

EdoNork
Posts: 3
Joined: 23.12.2014, 15:03

Re: ulister wlx load failure on the second lo

#27 Post by EdoNork » 30.01.2015, 23:26

ralfso wrote:Are "ulister.wlx, ulister.ini, plugins.inf" and the about 200 files (*.flt, *.dll) from Oracle all in the same directory?
No.
The files from Oracle are in the "redist" folder.

Same structure as joby_toss .

joby_toss
Posts: 1345
Joined: 22.07.2009, 21:19
Location: Romania
Contact:

Re: ulister wlx load failure on the second lo

#28 Post by joby_toss » 31.01.2015, 08:10

Maybe your Viewer Technology archive was corrupted during download.
And make sure you're using the same platform (32 or 64 bit) for FC XE, uLister plugin and Oracle libraries.

horst.epp
Posts: 460
Joined: 15.11.2008, 20:18

Re: ulister wlx load failure on the second lo

#29 Post by horst.epp » 31.01.2015, 10:45

EdoNork wrote:
ralfso wrote:Are "ulister.wlx, ulister.ini, plugins.inf" and the about 200 files (*.flt, *.dll) from Oracle all in the same directory?
No.
The files from Oracle are in the "redist" folder.

Same structure as joby_toss .
The files from the redist folder have to be copied into the ULister plugins dir !
It worked always like this and I use it in Total Commander and FC since years.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3296)
Everything Version 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.67
FreeCommander XE 2024 Build 905 64-bit donor

joby_toss
Posts: 1345
Joined: 22.07.2009, 21:19
Location: Romania
Contact:

Re: ulister wlx load failure on the second lo

#30 Post by joby_toss » 31.01.2015, 11:04

horst.epp wrote:The files from the redist folder have to be copied into the ULister plugins dir !
It works for me, so this is not really a must (and I quoted above directly from uLister readme text). It is nice and tidy this way and easier to update. :)

Post Reply

Who is online

Users browsing this forum: No registered users and 37 guests