amule-project / amule

'All-platform' P2P client based on eMule
994 stars 218 forks source link

interface freeze after click on Clear #11

Closed ghost closed 5 years ago

ghost commented 8 years ago

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)...

  1. ListenSocket.cpp(65): ListenSocket: Ok.
  2. DownloadQueue.cpp(113): Loading temp files from ...
  3. DownloadQueue.cpp(132): Loading PartFile ... of 12
  4. DownloadQueue.cpp(163): All PartFiles Loaded.
  5. SharedFileList.cpp(333): Adding file ... to shares
  6. LibSocketAsio.cpp(1256): Asio thread 1 started
  7. LibSocketAsio.cpp(1256): Asio thread 3 started
  8. LibSocketAsio.cpp(1256): Asio thread 2 started
  9. LibSocketAsio.cpp(1256): Asio thread 4 started
  10. 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) { ^
  11. Search parsing result for "...": 0
  12. Search expression: ...
  13. Expression count: 1
  14. SearchList.cpp(696): Parameters: 1
gonosztopi commented 8 years ago

Can anyone confirm that 9e86c274c588e55d5c38e66611e4b603ea5ee112 fixes this bug?

ghost commented 8 years ago

It works on OS X, sorry for the mess. I was in a hurry