All times are UTC+02:00




Post new topic  This topic is locked, you cannot edit posts or make further replies.  [ 758 posts ]  Go to page Previous 134 35 36 37 3876 Next
Author Message
PostPosted: Sat Mar 17, 2018 11:14 am 
User avatar

Joined: Fri Mar 09, 2018 1:31 pm
Posts: 78
Location: FRANCE
I give my opinion, Stereo Tool in 4K resolution! what's the point? :?


Top
   
 
PostPosted: Sat Mar 17, 2018 12:00 pm 

Joined: Sun Feb 03, 2013 2:39 pm
Posts: 334
Quote:
I give my opinion, Stereo Tool in 4K resolution! what's the point? :?
Having text and buttons bigger than a milimeter on a 4k screen.


Top
   
 
PostPosted: Sat Mar 17, 2018 12:08 pm 

Joined: Sun Feb 03, 2013 2:39 pm
Posts: 334
Quote:
Ah. That's way more than just a rounding error. It kinda sounds like the border is subtracted from the size, or something like that. Although it's odd that that has more effect on the horizontal than the vertical size...
Well, it never happened before beta 42 when the default 4k window size was fixed and the line spacing was changed. The odd thing for me is that it seems to happen randomly. I currently experiment with negative (-1) or small (0.0001) positions to see if it makes a difference.


Top
   
 
PostPosted: Sat Mar 17, 2018 12:19 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Quote:
8.55 BETA046
Stand Alone x64 version
Windows 10

4K Monitor

Can't close it, I have to close ST to get rid of it.

C.
Ok this is in one of my latest changes. Does it happen immediately after starting and have you ever had NAN issues before? The code looks fine, the only thing that I think could have triggered this is a NAN error. I can easily put in protection against that - but if it's not that I might be hiding some other problem and cause bad behavior.

The address looks like it's NOT a NAN error though..... I'll investigate more, must be overlooking something....


Top
   
 
PostPosted: Sat Mar 17, 2018 1:37 pm 

Joined: Fri Mar 16, 2018 2:12 am
Posts: 9
Till now, all systems go... modern skin... nice thou...

Thank you Hans...


Top
   
 
PostPosted: Sat Mar 17, 2018 5:30 pm 

Joined: Thu Dec 09, 2010 6:57 pm
Posts: 36
same problem here windows 10 64 bit beta 046
Quote:
8.55 BETA046
Stand Alone x64 version
Windows 10

4K Monitor

Can't close it, I have to close ST to get rid of it.

C.


Top
   
 
PostPosted: Sun Mar 18, 2018 3:52 am 

Joined: Sun Feb 10, 2013 6:58 am
Posts: 152
Location: Sydney, Australia
Hans,
Quote:
Does it happen immediately after starting and have you ever had NAN issues before?
It happens immediately after starting. I haven't tested a Beta in a while so have not experienced any errors before.

C.


Top
   
 
PostPosted: Sun Mar 18, 2018 7:47 am 

Joined: Sun Feb 03, 2013 2:39 pm
Posts: 334
Btw with the new skin the white median line/dots for MB are almost invisible on the powder blue (or whatever you call that color) level bars.


Top
   
 
PostPosted: Sun Mar 18, 2018 11:17 am 

Joined: Mon Dec 12, 2011 5:02 pm
Posts: 130
Hi,

just a tip: since there are a lot functions to show in gui of ST (and still growing), is it possible in the near future to re-arrange or shrink the position of oscilloscope? I just don't see a reason that
oscilloscope needs to fill almost entire lower part of the screen?

BR.


Top
   
 
PostPosted: Mon Mar 19, 2018 12:47 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
FYI: I received a preset from someone which causes the crash that several people have reported within seconds on my system. Unfortunately only in release mode (and only in 64 bit mode). I've been trying to fix it today, but it's not easy - the code looks fine, and adding logging makes it not crash... I am getting closer though, I've added one line of code that makes it not crash, next step is to find out what exactly in that line is causing it not to crash.


Edit: Very odd. It starts to appear like
Code:
1 + maximum(something, -0.99999)
can be smaller than 0. But only in 64 bit mode, and only in a release build.
Code:
maximum(0, 1 + maximum(something, -0.99999))
works fine.

I'm starting to suspect yet another compiler bug.......


Top
   
 
Display posts from previous:  Sort by  
Post new topic  This topic is locked, you cannot edit posts or make further replies.  [ 758 posts ]  Go to page Previous 134 35 36 37 3876 Next

All times are UTC+02:00


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited