New beta crashes on start

Things you’d like to miss in the future...
admin
Site Admin
Posts: 60632
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: New beta crashes on start

Post by admin »

TheQwerty wrote:Would it be possible/worthwhile for you to revert to 103 and build with 8.1 so we can eliminate any changes since being part of the problem?
Yes, but let me first try some more ideas...

Pagat
Posts: 306
Joined: 09 Oct 2007 21:23
Location: Austria

Re: New beta crashes on start

Post by Pagat »

Same problem with latest recompiled XYcopy:

Code: Select all

v13.70.0115 - 2014-02-05 20:32
    * XYcopy: Recompiled 2.10.0048.

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

Re: New beta crashes on start

Post by admin »

Sigh.

When you start XY with a renamed XYcopy.exe, then browse to XYcopy.exe, rename it back, and select it in XYplorer, and pass this through the address bar:

Code: Select all

echo property("fileversion");
Does it show the version (2.10.0.48) or crash?

grindax

Re: New beta crashes on start

Post by grindax »

.
Last edited by grindax on 23 Jan 2016 19:46, edited 1 time in total.

Pagat
Posts: 306
Joined: 09 Oct 2007 21:23
Location: Austria

Re: New beta crashes on start

Post by Pagat »

Yep, version is shown. No crash through echo property command.

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

Re: New beta crashes on start

Post by admin »

Good! This is using a different way to retrieve the version than the one I'm using on startup. So if I use this way, I might work around the bug... let's see... :twisted:

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: New beta crashes on start

Post by TheQwerty »

admin wrote:Good! This is using a different way to retrieve the version than the one I'm using on startup. So if I use this way, I might work around the bug... let's see... :twisted:
To doubly confirm this thought... 115 crashes on any attempt to retrieve version info (Version tab, Report > Include Version) for any executable.

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

Re: New beta crashes on start

Post by admin »

TheQwerty wrote:
admin wrote:Good! This is using a different way to retrieve the version than the one I'm using on startup. So if I use this way, I might work around the bug... let's see... :twisted:
To doubly confirm this thought... 115 crashes on any attempt to retrieve version info (Version tab, Report > Include Version) for any executable.
Aha!!! :beer: That's brilliant. So it's just a specific routine. But isn't it miraculous that this old routine (never changed the code since the last millenium I think) stops working when compiled in Win 8.1? Well, for now it's only a theory...

Just uploaded I mild workaround. It might not be enough... I can do more...

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: New beta crashes on start

Post by TheQwerty »

116 starts - those other version places crash.

EDIT: Oddly.. IP > Report > Current Folder > Extended Info to CSV > To Popup... (Both includes unchecked)
No crash but report never finishes.

EDIT 2:
admin wrote:But isn't it miraculous that this old routine (never changed the code since the last millenium I think) stops working when compiled in Win 8.1?
Were you previously building on XP or 7?

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

Re: New beta crashes on start

Post by admin »

XP.

I just got another idea... let me upload one more... :twisted:

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: New beta crashes on start

Post by TheQwerty »

admin wrote:XP.
So they may have broken it in Vista or 7.

In other fun news, Microsoft has deprecated GetVersion/GetVersionEx in 8.1. :roll:

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

Re: New beta crashes on start

Post by admin »

TheQwerty wrote:In other fun news, Microsoft has deprecated GetVersion/GetVersionEx in 8.1. :roll:
They were messy anyway. No problem to say bye-bye.

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: New beta crashes on start

Post by TheQwerty »

117 works!

No crash at start.
No crash when viewing Version tab or generating reports.
Extended info to CSV finishes generating the report.
File > To Clipboard items with version do not crash.

Great job Don!
:appl: :beer:

FluxTorpedoe
Posts: 855
Joined: 05 Oct 2011 13:15

Re: New beta crashes on start

Post by FluxTorpedoe »

No crashes here either with 0117 (though I didn't torture test it).
Can't wait to test this further, the whole ExtraTags+ seems to be a really amazing update! :)

Pagat
Posts: 306
Joined: 09 Oct 2007 21:23
Location: Austria

Re: New beta crashes on start

Post by Pagat »

Eureka. Works as expected.

Post Reply