Ctrl-R Action

This is the place to help test and discuss Version 6 Beta releases.

Ctrl-R Action

Postby TBlack » Mon Feb 23, 2015 9:38 pm

Might want to check Ctrl-R in 6.60 B5....its loading much more than text, srr and par2 files. It loading the entire binary file as well, i.e. a .MKV file, and overwhelming Notepad.

Thanks
Tom
User avatar
TBlack
Seasoned User
Seasoned User
 
Posts: 340
Joined: Sat Mar 23, 2002 12:30 pm
Location: Indiana

Registered Newsbin User since: 04/05/03

Re: Ctrl-R Action

Postby Quade » Mon Feb 23, 2015 10:23 pm

I will thanks.

I doubt it's the whole thing. I'll bet it's the first decoded chunk of the first rar.
User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 44867
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US

Registered Newsbin User since: 10/24/97

Re: Ctrl-R Action

Postby TBlack » Mon Feb 23, 2015 10:43 pm

That makes sense and explains what I'm seeing.

Thanks
Tom
User avatar
TBlack
Seasoned User
Seasoned User
 
Posts: 340
Joined: Sat Mar 23, 2002 12:30 pm
Location: Indiana

Registered Newsbin User since: 04/05/03

Re: Ctrl-R Action

Postby TBlack » Thu Feb 26, 2015 9:51 pm

- Fixed issue where Ctrl-R would sometimes load the binary parts of some of the decodes into wordpad. Sometimes Notepad hangs badly.

Beta 6 is still having this issue for me. 6.55 works fine for me.

Thanks
Tom
User avatar
TBlack
Seasoned User
Seasoned User
 
Posts: 340
Joined: Sat Mar 23, 2002 12:30 pm
Location: Indiana

Registered Newsbin User since: 04/05/03

Re: Ctrl-R Action

Postby Quade » Thu Feb 26, 2015 11:08 pm

I wonder if it's post dependent? I had it happen once then not again. Looking at the code, there's nothing obvious wrong.

Oh well. I'll have to look some more.
User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 44867
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US

Registered Newsbin User since: 10/24/97

Re: Ctrl-R Action

Postby TBlack » Thu Feb 26, 2015 11:17 pm

Can't you just use the 6.55 code?
Tom
User avatar
TBlack
Seasoned User
Seasoned User
 
Posts: 340
Joined: Sat Mar 23, 2002 12:30 pm
Location: Indiana

Registered Newsbin User since: 04/05/03

Re: Ctrl-R Action

Postby Quade » Fri Feb 27, 2015 11:18 am

For the most part it is using the 6.55 code. It's not obvious why binary is getting into the mix.
User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 44867
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US

Registered Newsbin User since: 10/24/97

Re: Ctrl-R Action

Postby TBlack » Mon Mar 02, 2015 6:41 pm

Beta 7 still doing the same thing, downloading the first chunk.
Tom
User avatar
TBlack
Seasoned User
Seasoned User
 
Posts: 340
Joined: Sat Mar 23, 2002 12:30 pm
Location: Indiana

Registered Newsbin User since: 04/05/03

Re: Ctrl-R Action

Postby Quade » Mon Mar 02, 2015 7:09 pm

I was looking for this post. I actually fixed it for real this time. It wasn't what I thought it was. What was happening was when the files are being combined together, Newsbin was setting the length to be the length of the yenc encoded data so, it wasn't writing binary but, the binary was still at the end because it was setting the wrong file length. If you look in the "Read Posts" folder, you'll see that these files are too big even though it didn't actually download that much.

That's why even though the code for Ctrl-R was the same, code outside the Ctrl-R was causing this.

It's fixed now.
User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 44867
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US

Registered Newsbin User since: 10/24/97

Re: Ctrl-R Action

Postby TBlack » Mon Mar 02, 2015 7:53 pm

Yes, files in the Read Post Folder are huge.

Let me know when you post a fixed Beta.

Thanks
Tom
User avatar
TBlack
Seasoned User
Seasoned User
 
Posts: 340
Joined: Sat Mar 23, 2002 12:30 pm
Location: Indiana

Registered Newsbin User since: 04/05/03

Re: Ctrl-R Action

Postby TBlack » Wed Mar 25, 2015 2:35 pm

Beta 8

Ctrl-R Action seems to be much better. How is NB dealing with .SRR files? I see the beginning of the .SRR file, but still have to download the .SRR file to see the beginning of the file that has the .NFO data.

Thanks
Tom
User avatar
TBlack
Seasoned User
Seasoned User
 
Posts: 340
Joined: Sat Mar 23, 2002 12:30 pm
Location: Indiana

Registered Newsbin User since: 04/05/03

Re: Ctrl-R Action

Postby TBlack » Tue Apr 21, 2015 1:08 pm

Beta 10

Ctrl-R still shows the file as downloaded after using Ctrl-R.

Still does not show .SRR contents.

Thanks
Tom
User avatar
TBlack
Seasoned User
Seasoned User
 
Posts: 340
Joined: Sat Mar 23, 2002 12:30 pm
Location: Indiana

Registered Newsbin User since: 04/05/03

Re: Ctrl-R Action

Postby TBlack » Sun May 17, 2015 1:42 pm

Had a post today that was a .NFO file. Ctrl-R would not view the contents, only the Header info. When I downloaded it, it would open and I could see the whole message. TextPad says the file type is PC with a Codeset of Unicode (big endian). Could the Ctrl-R issue of not showing the file be a Codeset compatibility issue?

Thanks
Tom
User avatar
TBlack
Seasoned User
Seasoned User
 
Posts: 340
Joined: Sat Mar 23, 2002 12:30 pm
Location: Indiana

Registered Newsbin User since: 04/05/03

Re: Ctrl-R Action

Postby Quade » Sun May 17, 2015 9:00 pm

It has to guess if a file is text or not. UTF-16 is binary. UTF-8 is mostly text. If I had to guess I'd guess it's UTF-16
User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 44867
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US

Registered Newsbin User since: 10/24/97

Re: Ctrl-R Action

Postby TBlack » Sun May 17, 2015 9:06 pm

Well, I still have the file if you want to review. The idea is to prevent viewing under normal circumstances trying to somewhat secretive from certain eyes. This seems to work forcing a download to view.

Thanks
Tom
User avatar
TBlack
Seasoned User
Seasoned User
 
Posts: 340
Joined: Sat Mar 23, 2002 12:30 pm
Location: Indiana

Registered Newsbin User since: 04/05/03

Re: Ctrl-R Action

Postby TBlack » Tue Sep 15, 2015 11:00 am

6.61RC1

Seems Ctrl-R displays most .SRR files, but still misses some. Are the formats moving around or changing on NB?

Thanks
Tom
User avatar
TBlack
Seasoned User
Seasoned User
 
Posts: 340
Joined: Sat Mar 23, 2002 12:30 pm
Location: Indiana

Registered Newsbin User since: 04/05/03

Re: Ctrl-R Action

Postby Quade » Tue Sep 15, 2015 11:48 am

Not all SRR's will necessarily contain an NFO file. I'd look to see if the SRR contains the NFO or not.
User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 44867
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US

Registered Newsbin User since: 10/24/97

Re: Ctrl-R Action

Postby TBlack » Tue Sep 15, 2015 12:05 pm

Ok, maybe my expectations are off.

Did a Ctrl-R on the main post and did not see any thing of value and certainly no NFO info. Clicked on the + sign, saw the .SRR file, single left click to select it and then did a Ctrl-R and saw the NFO among other stuff.

This procedure and result is what made me report this behavior. Are my expectations off? :)

Thanks
Tom
User avatar
TBlack
Seasoned User
Seasoned User
 
Posts: 340
Joined: Sat Mar 23, 2002 12:30 pm
Location: Indiana

Registered Newsbin User since: 04/05/03


Return to Newsbin Version 6 Beta Support

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 2 guests