+++ BREAKING NEWS: XYplorer goes twinBASIC +++

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
rpnfan
Posts: 68
Joined: 07 Jan 2016 21:42

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by rpnfan »

admin wrote: 30 Jul 2025 18:46 The 64-bit version is fully compatible with all data and configuration files for reading and writing. All you have to do is overwrite the two executables that are part of the 64-bit package: XYplorer.exe and XYcopy.exe. Your current 32-bit configuration will be preserved 100%.

But it can be even easier. Simply paste this script into the 32-bit XYplorer address bar and press ENTER:

Code: Select all

update 1 + 32 + 256;  //update to the latest 64-bit beta version
But note that currently the 64-bit is still in beta. Some features, like accelerators, are not yet working at all, and there are some known bugs (nothing severe, mostly cosmetic glitches) that are waiting to be fixed.
On one machine it did update fine. That was for a portable non-admin version. On my main PC, where I have a normal installed version (as Admin) I got the following error message. Just for your information.

Code: Select all

Error:  	6 (0x00000006)
Desc:   	Overflow
Dll:    	0
Proc:   	dumpAction@200, ubData=256, i=0

Source: 	
XY ver: 	XYplorer 27.90.0017 (64-bit) - Lifetime License Enterprise
OS:     	Windows 11 Pro, 64-bit, Version 24H2, Build 26100.4652 (10.0)
Locale: 	1033 (en-US)
ANSI:   	1252, ACP: 1252  (ANSI - Latin I)
Font:   	Segoe UI 9, Segoe UI 9, DBCS: No
DPI:    	168 (175%), 3840x2160

Date:   	2025-08-01 13:08:46

admin
Site Admin
Posts: 64228
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by admin »

Something is wrong with your action log (<xydata>\action.dat).

1) Can you repeat that error?

2) If yes, can you send <xydata>\action.dat to support?
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.

WirlyWirly
Posts: 246
Joined: 21 Oct 2020 23:33
Location: Win 10 @ 100% (3440x1440)

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by WirlyWirly »

I noticed today that .svg previews are working again in the floating window :party:

At the same time, I noticed that neither the <Escape> key, F11 preview-window keyboard shortcut, or any arrows keys are working to close/change the window. So far I've noticed this behavior with both .svg and .zip filetypes. I'm thinking it's a focus issue, because after alt-tabbing away from XY and back, the keys will register.

In other preview types such as images/pdf/fonts, those keys work as expected without having to alt-tab.

v27.90.0021

admin
Site Admin
Posts: 64228
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by admin »

Yes, it's a focus thing. Strange that it only happens in TB. But it was easy to work around. Next beta. :tup:
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.

bossi
Posts: 83
Joined: 30 Jul 2022 11:09

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by bossi »

uh oh , totally missed the news ! :D
qrd pls ? will existing scripts still work ?
Win11-Pro , 3840x2160@100% , XY=x64 newest

admin
Site Admin
Posts: 64228
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by admin »

Yep, existing scripts will still work. Everything will still work.
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.

Zardoz2293
Posts: 592
Joined: 09 Nov 2011 20:20
Location: USA

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by Zardoz2293 »

BRAVO! :party: :P
Computer/Systems Background = Expert | Windows 10 Pro (64-Bit) | Dell Precision 7720

thinknasium
Posts: 2
Joined: 19 Oct 2022 18:47

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by thinknasium »

Any guess as to how close are we to the TB production release? Days? Weeks?

admin
Site Admin
Posts: 64228
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by admin »

Days, I hope.
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.

jupe
Posts: 3290
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by jupe »

Since you mentioned a release is imminent I thought I'd mention a few misc things I have noticed that aren't really worth separate bug reports.

1) When using x64 SC extracttext doesn't function without specifying the bitness, it still defaults to x86. Incidentally if possible I think it would be useful if you could add a param to <xybitness> to return only numerals, eg "<xybitness 1> == 64".

Code: Select all

 text extracttext();		// fails
 text extracttext(, 64);	// works
2) Another thing is that in fresh XY on config page:
Configuration | Preview | Thumbnails

The Padding dropdown at the bottom is unable to select "0" initially, it is possible via arrow keys though, and once selected it becomes ok, at first there is no 0, just a blank entry at the end of the dropdown list, the same for Caption Lines=1, there may be other places this happens in conf I haven't checked everywhere.

3) I know there has been pane focus issues mentioned previously, that may have to be resolved by TB Wayne, but I will mention another anyway, even though you may not be able to repro/resolve immediately, I find sometimes focus gets stuck in the tree, so if using <focitem> it gives the same return as <curpath>/<curtab>, it had me stumped for a while what was happening, and even using SC focus explicitly doesn't get the <focitem> to become correct, I think it could actually be a little dangerous, in my case it was causing extremely long hangs/forced manual termination, because actions were being performed on the whole tree/drive hierarchy instead of just a file in the list. I am not sure yet what triggers this behavior.

I may not be able to reply promptly if you need more info for any of the above, but I will when I can if necessary.

admin
Site Admin
Posts: 64228
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by admin »

1) Confirmed and fixed. :tup:

2) Confirmed and fixed. :tup:

3) Yeah, I'll watch it. :cup:
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.

highend
Posts: 14425
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by highend »

I really like the new <xybitness n>, it allows me to use a title bar template with x<xybitness n> instead of the long version :tup:
One of my scripts helped you out? Please donate via Paypal

sparks
Posts: 22
Joined: 06 Jan 2022 01:33
Location: Win 10 @100%

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by sparks »

Thanks highend, a slick trick indeed. :tup:

admin
Site Admin
Posts: 64228
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by admin »

I compiled a list of the remaining known issues with the 64-bit beta version here:
https://www.xyplorer.com/faq.php#beta64

Let me know if anything is missing.
FAQ | XY News RSS | XY X - Forum users with the Windows version and screen scaling percentage in the Location field of their profiles get priority support.

klownboy
Posts: 4369
Joined: 28 Feb 2012 19:27
Location: Windows 11, 24H2 Build 26100.4770 at 100% 2560x1440

Re: +++ BREAKING NEWS: XYplorer goes twinBASIC +++

Post by klownboy »

MDBU on annimated gifs is still not working. My startup is closer to 4 times slower on x64 (6 year old Intel i7-9700K 3.6 GHz, 32 GB ram).

Post Reply