English Amiga Board

English Amiga Board (https://eab.abime.net/index.php)
-   News (https://eab.abime.net/forumdisplay.php?f=29)
-   -   RNOXfer Realized (https://eab.abime.net/showthread.php?t=101565)

jPV 26 January 2024 15:23

Quote:

Originally Posted by Turran (Post 1665776)
Here we go. lastfiles.zip missing in the file list. Array starts at 0 or 1 error? =)

It certainly looks like it, but no... or at least not my fault. I was betting it would be on parsing, but looks like a looping issue now. I added more debug info and a test loop before the actual loop. And a work-around if it could be detected and fixed on the fly.

Please test the new RNOXfer_debug exe once more, and show me the output even if it'd would succeed to list all files.

In any case this doesn't happen with my setups, tried with OS3.2 under WinUAE too, and wasn't able to reproduce it. And when forcing on your rnoxfer_filelist instead what I get from a server, still no issues.

I'm starting to believe that this is a hardware issue, have seen a bit similar behaviour on Vampires with FPU compiled stuff, although this isn't using FPU, but is it related.... what's your exact setup?

Turran 26 January 2024 16:55

Same thing still. And an error message.

https://ftp2.grandis.nu/images/Craplinks/RNOXfer_5.jpg
https://ftp2.grandis.nu/images/Crapl...xfer_filelist2

I am using Amiberry 5.5.6 on a Raspberry Pi 400 and 5 (same thing on both).

Setup is basically:
86020 JIT
68882 FPU JIT
CPU Speed Fastest
3.2.2 Kickstart
2 Chip, 256 Z3 Fast
RTG: UAE [Zorro III] 4 MB

Here is the config for it.
https://ftp2.grandis.nu/images/Craplinks/OS322.uae

Edit: In WinUAE, it does not happen.. same OS more or less. And no error message with latest debug version. Hm
https://ftp2.grandis.nu/images/Craplinks/RNOXfer_6.jpg
https://ftp2.grandis.nu/images/Crapl...xfer_filelist3

EDIT2: If I disable JIT on the 68020 CPU in Amiberry, the problem goes away and it all starts to work. The error message about Table field1, as shown in RNOXfer_5.jpg above, also goes away.
I remember last time I had the problem and it fixed itself, it was in WinUAE, so perhaps the same problem there in some configurations / versions...

jPV 26 January 2024 20:42

Yeah, there's nothing I can do in my code to fix this. If I could make a work-around, it would probably break in the next place who knows where and when.

It's some kind of compatibility issue, which could be in Amiberry's emulator, in vbcc that is used to compile Hollywood, or in Hollywood. There actually is somehow similar (but not exactly same) issue with WarpOS compiled executables... it's been investigated by Hollywood and vbcc authors, and it's strongly pointing to being an optimizer bug in vbcc, but it's not fully certain yet. I'll forward this new finding to them and let's see if it could have the same root cause.

Thanks for testing, and I'll inform here if something moves forward regarding this.

klx300r 27 January 2024 00:07

@ jPV

I've got one A1200 with exact same setting to my local server as my other systems but for some reason my A1200 is giving me a timeout error? It can connect to other FTP sites no problem.

I just realized that the other systems are connected to the router directly via ethernet and the A1200 isnt..any ideas:confused

jPV 27 January 2024 16:54

Quote:

Originally Posted by klx300r (Post 1665926)
I've got one A1200 with exact same setting to my local server as my other systems but for some reason my A1200 is giving me a timeout error? It can connect to other FTP sites no problem.

I just realized that the other systems are connected to the router directly via ethernet and the A1200 isnt..any ideas:confused

Other systems are using RNOXfer too, or some other client? Does the Pasv (passive) setting make any difference if you switch that? You could also launch RNOXfer with the -debug option and maybe that would reveal what's going on.

klx300r 27 January 2024 19:15

Quote:

Originally Posted by jPV (Post 1666023)
Other systems are using RNOXfer too, or some other client? Does the Pasv (passive) setting make any difference if you switch that? You could also launch RNOXfer with the -debug option and maybe that would reveal what's going on.

yes using RNOXfer, tried with PASV on & off

launched with -debug & getting failed to connect:Timeout was reached
Closing connection
Server doesn’t support UTF-8!

jPV 27 January 2024 20:19

How about increasing the "Connect timeout" setting in General -> Misc? If it's a bit too slow system for the default value?

klx300r 27 January 2024 21:21

Quote:

Originally Posted by jPV (Post 1666052)
How about increasing the "Connect timeout" setting in General -> Misc? If it's a bit too slow system for the default value?

tried that & same thing? so strange that one Amiga with exact same RNOXfer settings logs in within seconds and another Amiga doesn't? Like I said above the only difference is one is connected to router via router and the other is connected via wifi

jPV 28 January 2024 07:07

Quote:

Originally Posted by klx300r (Post 1666061)
tried that & same thing? so strange that one Amiga with exact same RNOXfer settings logs in within seconds and another Amiga doesn't? Like I said above the only difference is one is connected to router via router and the other is connected via wifi

And you can ping the server from your wifi Amiga? Other FTP clients do work with it? I'm thinking that maybe your wifi connection is in the "guest" mode that doesn't allow access to LAN?

klx300r 28 January 2024 17:58

Quote:

Originally Posted by jPV (Post 1666127)
And you can ping the server from your wifi Amiga? Other FTP clients do work with it? I'm thinking that maybe your wifi connection is in the "guest" mode that doesn't allow access to LAN?

Interesting so how do I get out of guest mode?

jPV 28 January 2024 22:39

Check your router settings. There might even be a separate SSID for the guest network... Google around if you're unsure.

klx300r 29 January 2024 00:06

Quote:

Originally Posted by jPV (Post 1666262)
Check your router settings. There might even be a separate SSID for the guest network... Google around if you're unsure.


just checked and my router has no guest accounts so I think it has something to do with my A314-cp IP address conflicting with the Amiga side IP??? Gonna try to look into this on the A314 side to figure out what the hecks going on:confused

jPV 06 February 2024 15:47

Quote:

Originally Posted by Turran (Post 1665867)
EDIT2: If I disable JIT on the 68020 CPU in Amiberry, the problem goes away and it all starts to work. The error message about Table field1, as shown in RNOXfer_5.jpg above, also goes away.
I remember last time I had the problem and it fixed itself, it was in WinUAE, so perhaps the same problem there in some configurations / versions...

Quote:

Originally Posted by jPV (Post 1665896)
There actually is somehow similar (but not exactly same) issue with WarpOS compiled executables... it's been investigated by Hollywood and vbcc authors, and it's strongly pointing to being an optimizer bug in vbcc, but it's not fully certain yet. I'll forward this new finding to them and let's see if it could have the same root cause.

This isn't related to the mentioned WOS/vbcc issue, so my guess is that it's an emulation issue, because JIT affects to it. Maybe there was something that has been fixed in WinUAE, but not (yet) in whatever emulator/version Amiberry is using.

jPV 22 February 2024 09:20

Quote:

Originally Posted by Turran (Post 1665867)
I remember last time I had the problem and it fixed itself, it was in WinUAE, so perhaps the same problem there in some configurations / versions...

Here's a new 68k executable that checks if the MUI listview has the files it's supposed to have, and informs if not: RNOXfer

I guess it's the best I can do for now. I don't know yet if I make a whole new release, and to which version it should be bumped with only this small change on rare situations... or do I wait for a new version for all platforms.

FerociousAmiga 02 June 2024 02:06

Unable to open your tool 'RNOxfer'
 
1 Attachment(s)
Hello all,

For some reason I can't get RNOxfer to work. Getting Unable to open your tool 'RNOxfer' on WB 3.2.2.1, A500 PiStorm. Any suggestions?

Thanks in advance...

EDIT:
Son of a gun! Was Hitch-Hiker 4.11 virus... :banghead It's working now! :lol


All times are GMT +2. The time now is 09:49.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.

Page generated in 0.05086 seconds with 11 queries