Official eMule-Board: Testing Version 0.51 - Official eMule-Board

Jump to content


  • (10 Pages)
  • +
  • « First
  • 6
  • 7
  • 8
  • 9
  • 10

Testing Version 0.51 Continued unofficial development

#141 User is offline   luk3Z 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 22-December 06

Posted 04 May 2019 - 06:30 PM

Hi folks. In old eMule 0.50b Beta1 in preferences.ini we have:

line 258:
[MobileMule]
Password=
Enabled=0
Port=80

line 396:
[IPFilterDlg]
IPfilters_Start=96
IPfilters_End=65632
IPfilters_Level=131143
IPfilters_Hits=196672
IPfilters_Description=262383
IPfilters__SortColumn=1078001663
WindowPlacement=642,385,1278,656,1,0

so I want to ask where these settings are stored now ? Thanks in advance for reply.

This post has been edited by luk3Z: 04 May 2019 - 06:31 PM

0

#142 User is offline   fox88 

  • Golden eMule
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 4974
  • Joined: 13-May 07

Posted 05 May 2019 - 08:50 AM

MobileMule is officially closed.
There are no changes for IP filter dialog settings.
0

#143 User is offline   Riso64Bit 

  • Magnificent Member
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 339
  • Joined: 24-March 09

Posted 11 May 2019 - 01:10 PM

hello,

new crash enabling OverlappedSockets=1

_https://www.dropbox.com/s/ohg04iar5t8vu8n/eMule_0-51c-2_20190511-140953.dmp?dl=0

11/05/2019 14:07:41: SXRecv: Client source request; 85.60.142.50 'http://www.aMule.org' (aMule v2.2.6,None/None/None), File=" REMOVED "
11/05/2019 14:07:51: Adding client to upload list: Direct add with empty queue. Client: 85.60.142.50 'http://www.aMule.org' (aMule v2.2.6,None/None/None)
11/05/2019 14:08:20: Download session ended: NNP. You don't need any parts from this client. User: 151.20.6.140 'http://www.aMule.org' (aMule v2.2.6,Downloading/None/None) in SetDownloadState(). New State: 7, Length: 35:05 min, Payload: 9.28 MB, Transferred: 9.23 MB, Req blocks not yet completed: 0.
11/05/2019 14:08:26: Finished part 67 of " REMOVED "
11/05/2019 14:09:01: Ignored kad contact (IP=194.2.0.20:53) - Bad port (Kad2_Res)
11/05/2019 14:09:16: Removing client from upload list: CUpDownClient::Disconnected: CClientReqSocket::Disconnect(): Timeout: State:2 (0 = SS_Other, 1 = SS_Half, 2 = SS_Complete) Client: 151.26.136.217 'http://emule-project.net' (eMule v0.50a,None/Uploading/None) Transferred: 3:46 min SessionUp: 717.52 KB QueueSessionPayload: 720.00 KB In buffer: 180.00 KB Req blocks: 0 File: REMOVED
11/05/2019 14:09:20: Finished part 41 of " REMOVED "
11/05/2019 14:09:41: Ignored kad contact (IP=87.106.137.35:15518) - IP filter (Detected AP2P on SCHLUND 1&1)
11/05/2019 14:09:53: Finished part 35 of " REMOVED "
11/05/2019 14:09:53: Download session ended: NNP. You don't need any parts from this client. User: 188.152.91.253 'http://emule-project.net' (aMule v2.3.1,Downloading/None/None) in SetDownloadState(). New State: 7, Length: 8:04 min, Payload: 900.00 KB, Transferred: 898.41 KB, Req blocks not yet completed: 0.
11/05/2019 14:09:57: Disabled compression for uploadslot because socket is starving for data, client: 85.60.142.50    'http://www.aMule.org' (aMule v2.2.6,None/Uploading/None)
11/05/2019 14:10:29: Successfully saved eMuleAC Hashset, 8076 Hashes + 1 Masterhash written
11/05/2019 14:10:29: Completed file-hashing for " REMOVED "

0

#144 User is offline   Tuxman 

  • lizzie and prog-rock fanatic
  • PipPipPipPipPipPipPip
  • Group: Validating
  • Posts: 2707
  • Joined: 26-July 04

Posted 11 May 2019 - 05:02 PM

I'm lost in mbedTLS. Which options do I need to set in config.h to get a working library? THREADING_ALT (with the .h file found in this thread) alone won't let me compile it: It claims a lot of "WSA" redefinitions in Winsock2/ws2def.

(Honestly, the development documentation of the community build sucks.)
[ eMule beba ] :: v2.72 released, v3.00 in the works ...
- feel the lightweight! - featuring Snarl support, the Client Analyzer and tits!
Coded by a Golden eMule Award winner and most people's favorite modder!
..........................................
Music, not muzak:
Progressive Rock :: my last.fm profile
..........................................
eMule user since 0.28 ...
-[ ... and thanks for all the fish! ]-
0

#145 User is offline   fox88 

  • Golden eMule
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 4974
  • Joined: 13-May 07

Posted 11 May 2019 - 10:42 PM

View PostRiso64Bit, on 11 May 2019 - 04:10 PM, said:

new crash enabling OverlappedSockets=1

Unfortunately, it is old, not new; because I already told you not to enable overlapped sockets.

If in Windows 7 overlapped sockets are causing crashes, please keep it disabled.

This post has been edited by fox88: 26 May 2019 - 08:13 PM

0

#146 User is offline   fox88 

  • Golden eMule
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 4974
  • Joined: 13-May 07

Posted 11 May 2019 - 11:57 PM

View PostTuxman, on 11 May 2019 - 08:02 PM, said:

to get a working library?

Can you build the default library project and examples? Most notably, SSL server.

MBEDTLS_THREADING_ALT and MBEDTLS_THREADING_C should be defined.
Redefinitions should be due to unnecessarily included Windows header files in net_socket.c.
0

#147 User is offline   Tuxman 

  • lizzie and prog-rock fanatic
  • PipPipPipPipPipPipPip
  • Group: Validating
  • Posts: 2707
  • Joined: 26-July 04

Posted 12 May 2019 - 12:09 AM

View Postfox88, on 12 May 2019 - 01:57 AM, said:

Can you build the default library project and examples? Most notably, SSL server.


mbedtls 2.16.1, clean download with no modifications: Compiling both works nicely out of the box.

View Postfox88, on 12 May 2019 - 01:57 AM, said:

MBEDTLS_THREADING_ALT and MBEDTLS_THREADING_C should be defined.


I defined both, I added the threading_alt.h file - and I can't compile the library anymore because of a good bunch of redefinitions.

View Postfox88, on 12 May 2019 - 01:57 AM, said:

Redefinitions should be due to unnecessarily included Windows header files in net_socket.c.


What do I need to remove where?
[ eMule beba ] :: v2.72 released, v3.00 in the works ...
- feel the lightweight! - featuring Snarl support, the Client Analyzer and tits!
Coded by a Golden eMule Award winner and most people's favorite modder!
..........................................
Music, not muzak:
Progressive Rock :: my last.fm profile
..........................................
eMule user since 0.28 ...
-[ ... and thanks for all the fish! ]-
0

#148 User is offline   fox88 

  • Golden eMule
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 4974
  • Joined: 13-May 07

Posted 12 May 2019 - 12:25 AM

Try to comment out winsock2.h and windows.h.
And "_WIN32_WINNT" block (which is a kludge).
0

#149 User is offline   Tuxman 

  • lizzie and prog-rock fanatic
  • PipPipPipPipPipPipPip
  • Group: Validating
  • Posts: 2707
  • Joined: 26-July 04

Posted 12 May 2019 - 06:38 PM

There is no _WIN32_WINNT block that would be active.

Commenting out winsock2.h and windows.h leads to other errors, like the claim that "MBEDTLS_ERR_NET_SOCKET_FAILED" was undefined (although it is in a included header).
Could you share your mbedTLS with us? Honestly, this is frustrating.
[ eMule beba ] :: v2.72 released, v3.00 in the works ...
- feel the lightweight! - featuring Snarl support, the Client Analyzer and tits!
Coded by a Golden eMule Award winner and most people's favorite modder!
..........................................
Music, not muzak:
Progressive Rock :: my last.fm profile
..........................................
eMule user since 0.28 ...
-[ ... and thanks for all the fish! ]-
0

#150 User is offline   fox88 

  • Golden eMule
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 4974
  • Joined: 13-May 07

Posted 13 May 2019 - 09:42 AM

Redefinition means that somewhere winsock.h is included instead of winsock2.h.

View PostTuxman, on 12 May 2019 - 09:38 PM, said:

the claim that "MBEDTLS_ERR_NET_SOCKET_FAILED" was undefined (although it is in a included header).
No such errors.
If you implied red squiggles, then it is IntelliSense's bug, and safely could be ignored.

The library compiled after windows.h was replaced with winsock2.h in threadin_alt.h (code in the old message was updated as well).
Building eMule project would give 3 errors.
To fix for the standard mbedTLS library, cast thePrefs.GetWebKeyPath() to (CStringA) (twice), and dereference key pointer - *key.

Possible changes to the library: 1, 2, 3.
0

#151 User is offline   Tuxman 

  • lizzie and prog-rock fanatic
  • PipPipPipPipPipPipPip
  • Group: Validating
  • Posts: 2707
  • Joined: 26-July 04

Posted 15 May 2019 - 08:01 PM

Thank you, the library builds now. :bouncehi:
This was unnecessarily hard...
[ eMule beba ] :: v2.72 released, v3.00 in the works ...
- feel the lightweight! - featuring Snarl support, the Client Analyzer and tits!
Coded by a Golden eMule Award winner and most people's favorite modder!
..........................................
Music, not muzak:
Progressive Rock :: my last.fm profile
..........................................
eMule user since 0.28 ...
-[ ... and thanks for all the fish! ]-
0

#152 User is offline   fox88 

  • Golden eMule
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 4974
  • Joined: 13-May 07

Posted 26 May 2019 - 06:20 PM

A new maintenance release eMule 0.51d is available for download.
Web Interface crash in search was fixed, and global server search functionality restored.
Also, a handful of minor changes was included in this version.

Thanks for your bug reports (for deleted one too - no idea why a valid report was deleted).
Please keep reporting issues; it helps to make the program better.
3

#153 User is offline   fal999 

  • Premium Member
  • PipPipPipPipPip
  • Group: Members
  • Posts: 266
  • Joined: 11-January 09

Posted 27 May 2019 - 09:50 AM

Thanks for everything
0

#154 User is offline   Campo 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 64
  • Joined: 18-June 19

Posted 18 June 2019 - 03:19 PM

Hi, i try it in english.

Thank you for your effort! Iam waiting for the first mods with your 51 build.

So, i tested the 51d for 5 days in 2 sessions and it was complete stable, no crash. It worked without problems. I tested 1 download from a known source with high speed over 5megabyte, in return my uploads were stable and spread over the waiting list with my full upload speed around 2,3megabyte. As i watched, i saw some known clients which my morph bans instantly. You know some nicknames and Mods (same IPs) after some time, especially if they get banned after every restart or drop from the list. While i was testing, a lot of bad clients got my upload, but it was interesting to watch it :D One point worth mentioning is, that i saw the message that a known client appears to be another with a different IP more often. Morph shows this very rare. I think they are banned for other reasons quite faster.On top, iam not an expert on this whole antileech thing. As an uploader i want them to download from my, but i dont want to support risky clients with malware, money mods or mods which make the network unstable or make other unfair use of more connection attempts ect.

Dont know on which level with features the 50 a and b was, but i found some extra options in your build, like upload speed sense. Such Options werent in previous emule official or i cant remember. One thing iam unsure about this, that the first start with your 51d and my copied "config" from morph triggered a file recheck of nearly 50% of my shared files. As i copied it after the 5 days back into the morph, he also rechecked the same amount of files again. But all information with upload GB and known clients ect were correct. It seemed totally fine at the end. And the "config" was totally fine too, i clicked through the whole options, and only the download limit was fixed at the max download speed. Normally i hace this unchecked, because, i never had such i download speeds over 7megabyte^^ my static VPN server supports around 24megabytes down and full upload with 2,4megabytes. My connection in germany is tv cable 400mbits down and 20mbits up.

The first 51er clients i saw, were detected 3 weeks ago in my morph 2.7. and boy, i instantly searched, if this is a "legit" client or some fake. As a uploader i need some functions, which the normal emule doesent offer, but your work will be the base for hope for updated mods^^

My VPN is AirVPN with port forwarding and high ID. For this i need the feature to bind the network interface in the client. For my testing with your 51d, i had network lock ect active in case of airvpn software failure.

Plus information: My emule morph and your official need some time to start, because i have nealry 30.000 files in the share. If i change 1 option and "apply" its freeze for some time again and then with "ok" again. But it seems, this share is way to big. But after that, its running good.

Every day i see a lot of 51 versions. Some a and b, great amount of c and then some d.

This post has been edited by Campo: 18 June 2019 - 03:21 PM

1

#155 User is offline   holysmoker 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 92
  • Joined: 23-August 03

Posted 22 July 2019 - 03:56 PM

Thanks Fox88,this version is stable (using on win 10 64bit). I have just a doubt cause when I click on ed2k on a forum,it not add it on "active tab" but just on the main tab. I divide my download in different tabs,and in past when I click on a forum,it just added on active tab. Thanks a lot for your work!
0

#156 User is offline   fox88 

  • Golden eMule
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 4974
  • Joined: 13-May 07

Posted 24 July 2019 - 11:01 AM

Thanks for the reports.

View PostCampo, on 18 June 2019 - 06:19 PM, said:

i found some extra options in your build, like upload speed sense.

It was in official for a long time (in 0.47c if not before).

View PostCampo, on 18 June 2019 - 06:19 PM, said:

the first start with your 51d and my copied "config" from morph triggered a file recheck of nearly 50% of my shared files.

Configuration files of 0.50/0.51 versions are fully compatible with the official eMule and can use the same config directory (mods might be different).
The reasons for rehashing were explained in this topic more than once; the last time in the previous page.


View Postholysmoker, on 22 July 2019 - 06:56 PM, said:

in past when I click on a forum,it just added on active tab.

The Docs do not confirm this; and in tests the official version also added to "All" tab.
Though not very logical or convenient, destination category could be changed with buttons at the bottom of Search page.
0

#157 User is offline   andrzej 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 20-September 06

Posted 02 August 2019 - 01:15 PM

Restoring eMule full window from tray icon
http://www.imagebam....8b0ae1290902544
In old version eMule v 050a, the restoration of the program window was done by a 2x click tray icon. In the new version v 0.51d, the restoration is already done when we click only 1x the tray icon.
A single click that returns a program window with an icon tray is very annoying. Other programs, e.g. uTorrent, are restored when double-click tray icon. I wanted the eMule to still be restored from the tray icon by double-clicking. How to change it in the new version?
0

#158 User is offline   fox88 

  • Golden eMule
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 4974
  • Joined: 13-May 07

Posted 02 August 2019 - 05:40 PM

View Postandrzej, on 02 August 2019 - 04:15 PM, said:

Other programs, e.g. uTorrent, are restored when double-click tray icon.

For your information: single click in uTorrent was implemented in 2005.
qbittorrent, Skype, Realtek HD Audio Manager, Windows' Action Center and many others use single click.
This is an old trend, and there were feature requests for eMule.

Originally, eMule uses single click for MiniMule and double click to restore.
Single click restores when MiniMule is disabled.
0

#159 User is offline   ValdikSS1 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 9
  • Joined: 04-September 19

Posted 04 September 2019 - 01:23 PM

For some strange reason my previous account is banned and my message here is deleted. Repeating it from new account.

https://files.catbox.moe/tt718l.patch
Here's the patch which adds new function to eMule: Directory Rescanner. It adds the selected directory with its subdirectories with configurable interval. This is different from Directory Watcher function found in beba mod, that function only watches for new files in already shared directories but does not add new subdirectories if they are created.

Imagine you have a "music" folder where you store the music, and you want to share all the music over eDonkey2000. In the "music" folder there are only sub-folders which follow "Artist - Album" pattern.
In current eMule version, if you add new albums to the folder (from external source, not from eMule), you have to manually re-add your "music" folder with sub-folders every time. Just pressing "refresh" won't do anything because this button rescans only the directories it already know about, and does not search for new sub-directories of the whole shared directories. With the attached function all new folders would be shared automatically.

The patch is very simple, too simple to be included as-is. It introduces two options in preferences.ini: RescanDirs and RescanShareInterval. RescanDirs it a string with directory path (e.g. C:\Music\) and RescanShareInterval is integer, in minutes. If RescanShareInterval=0, RescanDirs has effect only when "refresh" button is pressed.
0

#160 User is offline   eMuleVeteran 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 04-February 16

Posted 30 October 2019 - 09:57 PM

I'm having problems with KAD Searching Sources.

I'm running multiple eMules (30, because I'm on 1000MBPS link), each sharing a ton, each downloading a ton, and each on their own ports of course.
My main motive for this is to share more files through KAD, something that I would really like to see getting faster, for example allowing more connections only with between new eMule 0.52 versions, to maintain compatibility.

At first, all the eMules are Searching Sources in KAD, but after some time they stop searching sources but continue to Store Keywords and Store Files. Each eMule have about 580 KAD connections, it stays the same after the initial finding nodes period.


I also have one eMule which is downloading all the same files than the rest of the eMules combined. I use this to find new files to download, so it shares all of my files, and downloads all of my files, so I don't download files that I already have. For some reason having either too many files to share, or too many files to download, wont work with eMules since v0.50b. This eMule is the only eMule that keeps Searching Sources in KAD.

I have been using eMule since 2003 and uploading 24/7 since 2004. For the last couple of years I have been uploading 500-700GB a day, and want to keep eMule up and running and relevant.
So if you can help me with this, I would be very happy and thankful.
0

  • Member Options

  • (10 Pages)
  • +
  • « First
  • 6
  • 7
  • 8
  • 9
  • 10

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users