I am using aMule git from HEAD, compiled with wxOSX Cocoa v3.0.2 and Boost 1.58 (Debugging).
Every time I press the "Clear" button after a search the whole interface freezes.
From what I can see no related error shows up in the console.
I am pasting that (just for reference)...
- ListenSocket.cpp(65): ListenSocket: Ok.
- DownloadQueue.cpp(113): Loading temp files from ...
- DownloadQueue.cpp(132): Loading PartFile ... of 12
- DownloadQueue.cpp(163): All PartFiles Loaded.
- SharedFileList.cpp(333): Adding file ... to shares
- LibSocketAsio.cpp(1256): Asio thread 1 started
- LibSocketAsio.cpp(1256): Asio thread 3 started
- LibSocketAsio.cpp(1256): Asio thread 2 started
- LibSocketAsio.cpp(1256): Asio thread 4 started
- filter:2:47: error: excess elements in vector initializer
return img.a * mix(c0, c1, dot(img.rgb, vec3(0,000000e+00, 0,000000e+00, 0,000000e+00)));
^ ~~~~~~~~~~
filter:1:6: error: non-void function should return a value
vec4 _falseColor(vec4 img, vec4 c0, vec4 c1) {
^
filter:2:47: error: excess elements in vector initializer
return img.a * mix(c0, c1, dot(img.rgb, vec3(0,000000e+00, 0,000000e+00, 0,000000e+00)));
^ ~~~~~~~~~~
filter:1:6: error: non-void function should return a value
vec4 _falseColor(vec4 img, vec4 c0, vec4 c1) {
^
- Search parsing result for "...": 0
- Search expression: ...
- Expression count: 1
- SearchList.cpp(696): Parameters: 1
I am using aMule git from HEAD, compiled with wxOSX Cocoa v3.0.2 and Boost 1.58 (Debugging).
Every time I press the "Clear" button after a search the whole interface freezes.
From what I can see no related error shows up in the console.
I am pasting that (just for reference)...
return img.a * mix(c0, c1, dot(img.rgb, vec3(0,000000e+00, 0,000000e+00, 0,000000e+00)));
^ ~~~~~~~~~~
filter:1:6: error: non-void function should return a value
vec4 _falseColor(vec4 img, vec4 c0, vec4 c1) {
^
filter:2:47: error: excess elements in vector initializer
return img.a * mix(c0, c1, dot(img.rgb, vec3(0,000000e+00, 0,000000e+00, 0,000000e+00)));
^ ~~~~~~~~~~
filter:1:6: error: non-void function should return a value
vec4 _falseColor(vec4 img, vec4 c0, vec4 c1) {
^