All times are UTC+02:00




Post new topic  Reply to topic  [ 96 posts ]  Go to page Previous 14 5 6 7 810 Next
Author Message
PostPosted: Fri Jul 12, 2013 12:26 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Quote:
Quote:
Seems I need to link glibc statically, because different Linux versions have apparently different glibc versions. Or link against an older version - but statically linking will be my first attempt.
Yes, I'd agree a static link would be better. Will increase the binary size but you could always pack it with upx if you felt that was a problem (or the end user could)

Regards,
Tim
Unfortunately it turns out that that's not allowed! (The license doesn't allow it). There's another solution: Use older symbols.


Top
   
PostPosted: Fri Jul 12, 2013 1:45 am 

Joined: Tue Dec 30, 2008 11:50 pm
Posts: 96
Location: Groningen
There is an issue using *.sts files from windows to linux. Dots are translated in comma's

p.s. the linux-file is a recreation of the win-file, the win-file ran in first instance with no output in linux

EDIT: win file could be opened with a text-editor (notepad or leafpad) and let search and replace do the job


Attachments:
WunjoV12.sts [43.09 KiB]
Downloaded 343 times
WunjoV12_linux.sts [41.25 KiB]
Downloaded 344 times
Top
   
PostPosted: Fri Jul 12, 2013 2:39 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Locale issue. Should be fixed in the next version (running a build now, will test it and upload it if it's ok).

The GLIBC errors are a bit more problematic, it looks like the only solution is to build in an older Linux version. So I guess I'll have to - again - perform another Linux install... And then never update it. :shock:

I might do that this weekend.


Top
   
PostPosted: Fri Jul 12, 2013 4:25 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Windows stand alone: http://www.stereotool.com/download/ster ... 24-033.exe
LINUX stand alone: http://www.stereotool.com/download/ster ... ETA724-033

DONE:
- Linux: Final check with valgrind on test system
- Linux: Jack buffers 'leak' on startup. -> Immediate restart added after startup.
- Linux: Keep sound card settings if Jack not available or output not available.
- Linux: Buffer filling now always same after restart. Not sure yet why, on Windows it's fine. There is some code that I disabled in Linux because it caused issues - I'm starting to think I do still need it. --> Now fixed and working perfectly (and better than ever before) on both Windows and Linux!
- Windows: Bojcha reports that restarting after buffer empty doesn't work properly. Might be fixed.
- Low latency audio quality improved (turned off phase rotation, which had a very bad effect on the quality).

- Linux: Apparently outputs are mixed (see description from Radiofreak).
- Linux: Sound card buffer display incorrect
- Low latency is not de-emphasized when Normal output is disabled
- Linux crash with specific settings - also affected Windows
- Windows: 24 bit sound card - Already 24/32 bit when using ASIO, and 24/32 bits is not supported in WINMM mode! :shock:
- Windows: Channel swapping in Windows reported by Bojcha -> Threading error, fixed.
- ^C/^V/other keys don't work in SAM...
- All: Low latency sound sometimes bad (VERY bad) - also in older versions. - was a resampling error (44.1 in, 176.4 out)
- Crackling and static in low latency output
- Loading and saving .sts file (and hence also starting and closing of Stereo Tool) is a lot faster.
- Entering registration key changed, and there's an overview now of which features are registered. See Configuration -> License
- AM stations: Added asymmetric clipping
- Slightly improved the mouse hold (slow slider movements) vs. non-hold detection.
- Rewrote all OS specific code for GUI and sound cards.
- Errors are now displayed in sound card bars when they are red.
- Bug fix: With Multicore disabled, Normal output doesn't work in the stand alone version.
- Low latency monitoring in ASIO wasn't really low latency - fixed

TODO:
- Linux: Remove GLIBC_2.15 dependency (Debian is still on 2.13).
- Windows: DSP/VST FM output broken (too low sample rate)
- Add presets and make BS412 compliant
- Restart behavior still not ok: Input buffer too full doesn't cause a restart -> black bar in input now causes a restart. Unless it decreases rapidly.
- Change version number
- Release
- Linux: Wunjo: Jack patching outside Stereo Tool (?) issue - is this still a problem?
- Overshoots reported with loud bass even with Post Amp at -3 dB, fixed by enabling oversampling. - don't see it here, awaiting feedback
- Bojcha: If possible to add on list fix for MB compressors meters (and might possible audio) interact wrongly with Burst compressors AND limiters.


Top
   
PostPosted: Fri Jul 12, 2013 9:23 pm 
User avatar

Joined: Tue Mar 17, 2009 2:56 pm
Posts: 4231
Quote:
- Windows: Bojcha reports that restarting after buffer empty doesn't work properly. Might be fixed.
No, still Input buffer fills and never release.
I like more how was it in 7.23. It restarts both input and output. On top of that, if sync is On.. buffer delay will always be same no metter what. However. Input buffer can still be filled "over" up a bit (depend on output buffer).


Top
   
PostPosted: Fri Jul 12, 2013 11:27 pm 

Joined: Sun Dec 12, 2010 2:26 pm
Posts: 885
Quote:
So I guess I'll have to - again - perform another Linux install... And then never update it. :shock:

Image


Top
   
PostPosted: Sat Jul 13, 2013 12:20 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
Windows stand alone: http://www.stereotool.com/download/ster ... 24-034.exe
Winamp DSP: http://www.stereotool.com/download/dsp_ ... 24-034.exe
Windows VST: http://www.stereotool.com/download/vst_ ... 24-034.dll
Windows command line: http://www.stereotool.com/download/ster ... 24-034.exe
LINUX stand alone: http://www.stereotool.com/download/ster ... ETA724-034
LINUX command line: http://www.stereotool.com/download/ster ... ETA724-034

DONE:
- Windows: DSP/VST FM output broken (too low sample rate)
- Add presets
- Restart behavior still not ok: Input buffer too full doesn't cause a restart -> black bar in input now causes a restart. Unless it decreases rapidly.

- Linux: Final check with valgrind on test system
- Linux: Jack buffers 'leak' on startup. -> Immediate restart added after startup.
- Linux: Keep sound card settings if Jack not available or output not available.
- Linux: Buffer filling now always same after restart. Not sure yet why, on Windows it's fine. There is some code that I disabled in Linux because it caused issues - I'm starting to think I do still need it. --> Now fixed and working perfectly (and better than ever before) on both Windows and Linux!
- Windows: Bojcha reports that restarting after buffer empty doesn't work properly. Might be fixed.
- Low latency audio quality improved (turned off phase rotation, which had a very bad effect on the quality).
- Linux: Apparently outputs are mixed (see description from Radiofreak).
- Linux: Sound card buffer display incorrect
- Low latency is not de-emphasized when Normal output is disabled
- Linux crash with specific settings - also affected Windows
- Windows: 24 bit sound card - Already 24/32 bit when using ASIO, and 24/32 bits is not supported in WINMM mode! :shock:
- Windows: Channel swapping in Windows reported by Bojcha -> Threading error, fixed.
- ^C/^V/other keys don't work in SAM...
- All: Low latency sound sometimes bad (VERY bad) - also in older versions. - was a resampling error (44.1 in, 176.4 out)
- Crackling and static in low latency output
- Loading and saving .sts file (and hence also starting and closing of Stereo Tool) is a lot faster.
- Entering registration key changed, and there's an overview now of which features are registered. See Configuration -> License
- AM stations: Added asymmetric clipping
- Slightly improved the mouse hold (slow slider movements) vs. non-hold detection.
- Rewrote all OS specific code for GUI and sound cards.
- Errors are now displayed in sound card bars when they are red.
- Bug fix: With Multicore disabled, Normal output doesn't work in the stand alone version.
- Low latency monitoring in ASIO wasn't really low latency - fixed

TODO:
- Check BS412 compliance of new FM presets
- Change version number
- Linux: Remove GLIBC_2.15 dependency (Debian is still on 2.13). - tjc, can you check? (035)
- Windows: Plugin Latency correction does not work. To be tested (035)
- Linux: cranil7 crash - does that still occur with version 724-035?
- Wunjo: Input gain sometimes set to -99 dB on preset load.
- Release

- Wunjo: VLC new track Jack connection lost -> auto-reconnect needed.
- Bojcha: If possible to add on list fix for MB compressors meters (and might possible audio) interact wrongly with Burst compressors AND limiters.


Top
   
PostPosted: Sat Jul 13, 2013 8:45 pm 

Joined: Sat Jul 13, 2013 8:42 pm
Posts: 3
With Linux standalone version (on fedora 19. 64 bit.) I get followig errors.

*** Error in `/root/stereo_tool_BETA724-034': munmap_chunk(): invalid pointer: 0xffb14681 ***
======= Backtrace: =========
/lib/libc.so.6(+0x749c4)[0xf750e9c4]
/lib/libc.so.6(+0x17c7f)[0xf74b1c7f]
/lib/libstdc++.so.6(_ZdlPv+0x20)[0xf771a900]
/lib/libstdc++.so.6(_ZdaPv+0x1c)[0xf771a95c]
/root/stereo_tool_BETA724-034[0x804a6a9]
/lib/libc.so.6(__libc_start_main+0xf3)[0xf74b3963]
/root/stereo_tool_BETA724-034[0x804e24d]
======= Memory map: ========
08048000-0846a000 r-xp 00000000 fd:03 1314137 /root/stereo_tool_BETA724-034
0846a000-0846b000 r-xp 00421000 fd:03 1314137 /root/stereo_tool_BETA724-034
0846b000-0846d000 rwxp 00422000 fd:03 1314137 /root/stereo_tool_BETA724-034
0846d000-0a0fc000 rwxp 00000000 00:00 0
0a9d1000-0b72d000 rwxp 00000000 00:00 0 [heap]
d9f32000-d9f33000 ---p 00000000 00:00 0
d9f33000-da733000 rwxp 00000000 00:00 0
da733000-da734000 ---p 00000000 00:00 0
da734000-daf34000 rwxp 00000000 00:00 0
daf34000-daf35000 ---p 00000000 00:00 0
daf35000-db735000 rwxp 00000000 00:00 0
db735000-db736000 ---p 00000000 00:00 0
db736000-dbf36000 rwxp 00000000 00:00 0
f73a7000-f749a000 rwxp 00000000 00:00 0
f749a000-f7651000 r-xp 00000000 fd:00 137449 /usr/lib/libc-2.17.so
f7651000-f7653000 r-xp 001b6000 fd:00 137449 /usr/lib/libc-2.17.so
f7653000-f7654000 rwxp 001b8000 fd:00 137449 /usr/lib/libc-2.17.so
f7654000-f7658000 rwxp 00000000 00:00 0
f7658000-f766e000 r-xp 00000000 fd:00 137475 /usr/lib/libpthread-2.17.so
f766e000-f766f000 r-xp 00015000 fd:00 137475 /usr/lib/libpthread-2.17.so
f766f000-f7670000 rwxp 00016000 fd:00 137475 /usr/lib/libpthread-2.17.so
f7670000-f7672000 rwxp 00000000 00:00 0
f7672000-f768d000 r-xp 00000000 fd:00 139737 /usr/lib/libgcc_s-4.8.1-20130603.so.1
f768d000-f768e000 r-xp 0001a000 fd:00 139737 /usr/lib/libgcc_s-4.8.1-20130603.so.1
f768e000-f768f000 rwxp 0001b000 fd:00 139737 /usr/lib/libgcc_s-4.8.1-20130603.so.1
f768f000-f76d0000 r-xp 00000000 fd:00 137457 /usr/lib/libm-2.17.so
f76d0000-f76d1000 r-xp 00040000 fd:00 137457 /usr/lib/libm-2.17.so
f76d1000-f76d2000 rwxp 00041000 fd:00 137457 /usr/lib/libm-2.17.so
f76d2000-f77b0000 r-xp 00000000 fd:00 139858 /usr/lib/libstdc++.so.6.0.18
f77b0000-f77b1000 ---p 000de000 fd:00 139858 /usr/lib/libstdc++.so.6.0.18
f77b1000-f77b5000 r-xp 000de000 fd:00 139858 /usr/lib/libstdc++.so.6.0.18
f77b5000-f77b6000 rwxp 000e2000 fd:00 139858 /usr/lib/libstdc++.so.6.0.18
f77b6000-f77bd000 rwxp 00000000 00:00 0
f77cf000-f77d1000 rwxp 00000000 00:00 0
f77d1000-f77d2000 r-xp 00000000 00:00 0 [vdso]
f77d2000-f77f1000 r-xp 00000000 fd:00 137442 /usr/lib/ld-2.17.so
f77f1000-f77f2000 r-xp 0001e000 fd:00 137442 /usr/lib/ld-2.17.so
f77f2000-f77f3000 rwxp 0001f000 fd:00 137442 /usr/lib/ld-2.17.so
ffa86000-ffb15000 rwxp 00000000 00:00 0 [stack]


Top
   
PostPosted: Sat Jul 13, 2013 9:21 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11425
@cranil7: Can you tell me when this happens? Is it during startup, during closing or while running - or maybe some action triggered it?

O, and does it reproduce?


Top
   
PostPosted: Sat Jul 13, 2013 10:43 pm 
User avatar

Joined: Wed Nov 19, 2008 7:44 pm
Posts: 1169
Location: Bulgaria
I don`t know what happened but i had a hangup .Was away from the computer and when i came back it was hanged , both winamp and ST . Talk about Stand alone. May be it`s a fluke ? To be continued testing to see if it will do that again .


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 96 posts ]  Go to page Previous 14 5 6 7 810 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