pemartin Posted June 16 Report Posted June 16 Hello Pete, is there a problem known about win11 with version 24h2 and version 21h2. I have run some computer with different win11 versions. Now i have on my main computer run win11 version 24h2 and on some clients 21h2 and on some 24h2. On the computer with 21h2 the connection via WideFS works fine! But on the computer who are running win11 version 24h2 the widefs did not found the fsuipc-computer. Did you know anything about the problem? Best regards peter
John Dowson Posted June 17 Report Posted June 17 16 hours ago, pemartin said: is there a problem known about win11 with version 24h2 and version 21h2. Not that I know of, and there should not really be any issues with different windows 11 versions - the network protocols used by WideFS should not change on windows updates as this would break many things... 16 hours ago, pemartin said: But on the computer who are running win11 version 24h2 the widefs did not found the fsuipc-computer. Check your network configuration - especially the Workgroup name. Please see the section Configure your Network in the WideFS User guide. Have you tried setting the ServerName or ServerIPAddr parameters, as well as the Protocol? I am still running 23H2 here on my Windows 11 laptop (as well as Windows 10 and Windows 7 on other PCs), so cannot verify with 24H2 at the moment,
pemartin Posted June 17 Author Report Posted June 17 Hello John, hier is my ini entrys! ; PLEASE SEE WideFS documentation for parameter details ; ===================================================== [Config] ServerName:192.168.22.50 Port=8002 Window=0,0,490,45 Visible=Yes ButtonScanInterval=20 ClassInstance=0 NetworkTiming=5,1 MailslotTiming=1000,1000 PollInterval=2000 Port2=9002 ReconnectMinutes=0 ResponseTime=18 ApplicationDelay=0 TCPcoalesce=No WaitForNewData=500 MaxSendQ=100 OnMaxSendQ=Log NewSendScanTime=50 Priority=3,1,2 ; ----------------------------------------------- [User] Log=Errors+ AllowShudown=Yes And thats the Log ********* WideClient Log [version 7.156] Class=FS98MAIN ********* Date (dmy): 17/06/24, Time 23:52:24.152: Client name is FLUSI-EFB-CPT 391 LUA: "C:\FS\Widefs\Initial.LUA": not found 406 Attempting to connect now 406 Trying to locate server: Need details from Server Broadcast 406 Failed to connect: waiting to try again 1422 Attempting to connect now 22641 Trying to locate server: Need details from Server Broadcast With this entry at the computer with Win11 version 24h2 it doesn´t work, with the version 21H2 it works. I hope you can help me! best regards peter
John Dowson Posted June 18 Report Posted June 18 9 hours ago, pemartin said: With this entry at the computer with Win11 version 24h2 it doesn´t work, with the version 21H2 it works. Presumably the PCs running 24H2 and 21H2 are different PCs, and so will have a different configuration. Did you do what I asked, i.e. check your network configuration, firewalls, workgroup name, etc? Did you read the provided documentation and go through the trouble-shooting steps outlined there? If not, can you please do that first and confirm that you have read and checked the steps outlined in the documentation. 9 hours ago, pemartin said: ServerName:192.168.22.50 This is not correct - the colon should be an equals sign, and that is an IP address and not a server name, and so should be (if that is the correct IP address): ServerIPAddr=192.168.22.50 However, usually better to use the ServerName ini parameter instead unless you are using fixed IP addresses. As I said, I am not running 24H2 yet and will check once it has reached here, but I doubt that this is an issue with this release.
pemartin Posted June 18 Author Report Posted June 18 Hello John! I found the problem! The Protocol entry was missing! After writing "Protocol=TPC" it works! Sorry! Manual reading makes the life better. Best regards peter
John Dowson Posted June 18 Report Posted June 18 Just now, pemartin said: Sorry! Manual reading makes the life better. I do provide manuals for a reason! Did you also correct the ServerName / ServerIPAddr parameter as well, as mentioned? I am downloading windows 24H2 now anyway... John
pemartin Posted June 18 Author Report Posted June 18 Hello John! Thats my entry ServerName=192.168.22.50 Protocol=TCP Port=8002 Many thanks for your help and your patience. Best regards peter
John Dowson Posted June 18 Report Posted June 18 3 minutes ago, pemartin said: Thats my entry ServerName=192.168.22.50 Protocol=TCP Port=8002 But that is wrong! As I said previously, 192.168.22.50 is the ServerIPAddr, not the ServerName. Try changing that to the actual name (better), or switch to using ServerIPAddr if using the IP address and not the actual name. John
pemartin Posted June 18 Author Report Posted June 18 Hello John! I´ve test both version. ServerIPAddr and ServerName. It works with both! Additional with Servername and IP. Is the better solution IP or Name? Many thanks peter
John Dowson Posted June 18 Report Posted June 18 It is better to use ServerName, but with the actual server name and NOT the IP address. You can use ServerIPAddr if you like (with the actual IP address of course, and not the server name!), but you should only use this if you are using fixed ip-addresses for your server, otherwise the IP address can change on router or PC reboot.
pemartin Posted June 18 Author Report Posted June 18 Hello John! Thanks for your help! I will change for ServerName. It works fine! Best regards! peter
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now