aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 [2] 3

Author Topic: Windows installer for 2.0.0 released  (Read 41594 times)

PunkSC

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 73
Re: Windows installer for 2.0.0 released
« Reply #15 on: May 09, 2005, 05:20:55 PM »

Quote
Originally posted by GonoszTopi
Quote
Maybe in the next "soon" release
We hope to satisfy your needs in next release.
Its good to know that "winamulegui" is on the list of "things we wanna do soon"
I´ll keep waiting... tks a lot GonoszTopi! :)
Logged

KamiKazeNH

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 67
  • Another crazy Brazilian guy -:)
    • Musik4All
RE: Windows installer for 2.0.0 released
« Reply #16 on: May 10, 2005, 04:35:03 PM »

Quote
Originally posted by GonoszTopi
Windows installer for aMule-2.0.0 released.

You can get it from http://download.berlios.de/amule/aMule-2.0.0-installer.exe

The installer is for Windows XP/NT/2000. If there is need, I might create a version for Windows 9X too.

Thanks A LOT for your good job :D

aMuleWin runs more beter than eMulePlus and eMule "vanilla".
Logged
:wq!

Fábio "KamiKazeNH" Junior
Rio Grande do Sul - Brasil!

KamiKazeNH

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 67
  • Another crazy Brazilian guy -:)
    • Musik4All
Re: Windows installer for 2.0.0 released
« Reply #17 on: May 10, 2005, 04:36:55 PM »

Quote
Originally posted by Andrey23
I seem to me has understood why does not work ip-filter.
Fragment of standard ip-filter:
Quote
000.000.000.000 - 003.255.255.255 , 000 , Bogon, Fake File servers AP2P
004.000.025.146 - 004.000.025.148 , 000 , s0-0.ciscoseattle.bbnplanet.net
004.000.026.014 - 004.000.029.024 , 000 , p1-0.cisco.bbnplanet.net

aMule does not crash at startup only if remove all unnecessary zero which I has allocated with red color.

Quote
0.0.0.0 - 3.255.255.255 , 0 , Bogon, Fake File servers AP2P
4.0.25.146 - 4.0.25.148 , 0 , s0-0.ciscoseattle.bbnplanet.net
4.0.26.14 - 4.0.29.24 , 0 , p1-0.cisco.bbnplanet.net

With a large file (4,3mb lenght) occur the same problem.
Logged
:wq!

Fábio "KamiKazeNH" Junior
Rio Grande do Sul - Brasil!

Makutist

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: Windows installer for 2.0.0 released
« Reply #18 on: May 11, 2005, 07:48:04 PM »

But i noticed, that if you replace a null-sized ipfilter.dat with a real one (from http://emulepawcio.sourceforge.net/) when aMule is running the [Reload List] button works correctly. I also tried to truncate ipfilter.dat and it helped. aMule starts without errors when filter file contains 23 (it's a random "small" number) IP-addresses. I think that it's a "stupid" bug and hope that it would be fixed in nearest CVS. Good Luck!
« Last Edit: May 11, 2005, 07:58:58 PM by Makutist »
Logged

Makutist

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
I fixed it!
« Reply #19 on: May 12, 2005, 06:35:09 PM »

I think that I fixed it. I changed two things in source code:

First, in IPFilter.cpp:
Code: [Select]
CIPFilter::CIPFilter()
{
/*
LoadFromFile( theApp.ConfigDir + wxT("ipfilter.dat"), false );

if (thePrefs::IPFilterAutoLoad()) {
Update();
}
*/
}
And second, in amule.cpp:
Code: [Select]
bool CamuleApp::OnInit()
{

...

/* IPfilter fix */
ipfilter->Reload();
if (thePrefs::IPFilterAutoLoad()) {
ipfilter->Update();
}
/* IPfilter fix */

return true;
}
« Last Edit: May 12, 2005, 06:36:12 PM by Makutist »
Logged

Venom

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
Re: Windows installer for 2.0.0 released
« Reply #20 on: May 16, 2005, 03:17:52 PM »

Very nice that amule is now available for Win!  :baby:


Some Bugs/Problems/Questions came up:

- after i put some files into amule for uploading, amule was still hashing and change the language  i tried to close amule, but get "no response" and i have to close it via task manager (test it 2times with same problem)
--> after hashing was completed closing without problems

- Preferences --> Directories --> Shared Directories
Unable to use "right click on folder icon for recursive share"

- Reduce Fragmentation
Options are not available

- Extract Meta Data Tags
also not available


- column sorting
for which criteria it is sorted automatically!?

- Upload Queue Size can be set up to only 500
Why?

- slots
i have 42 KB Upload limit and choose 30 KB for each slot (equal to "slotfocus"), aMule still open 3 Slots with the same amount for these 3 slots!?



*Edit*
everything hashed and tried to close it again after some succesfull trials, it hung up with high cpu usage and i have to close it again via task manager  :(
« Last Edit: May 16, 2005, 03:30:44 PM by Venom »
Logged

thedude0001

  • evil bugfinder ;)
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 827
Re: Windows installer for 2.0.0 released
« Reply #21 on: May 16, 2005, 09:34:46 PM »

Quote
Originally posted by Venom
- slots
i have 42 KB Upload limit and choose 30 KB for each slot (equal to "slotfocus"), aMule still open 3 Slots with the same amount for these 3 slots!?

Because 3 upload slots is the minimum with amule, no matter what you set the slot allocation to...
Logged
Das Schlimme auf dieser Welt ist
daß die Dummen so selbstsicher sind
und die Gescheiten so voller Zweifel.

PunkSC

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 73
Re: Windows installer for 2.0.0 released
« Reply #22 on: May 17, 2005, 10:38:09 PM »

Just to keep me updated:
There is any CVS version with working amulegui for windows?
If dont, can u post here when its available on a CVS release?
Tks a lot!
Logged

Makutist

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: Windows installer for 2.0.0 released
« Reply #23 on: May 18, 2005, 01:58:34 PM »

Thanks for 2.0.1 release, but what about IPfilter? I think, that my solution is a bit incorrect an I'm waiting for a fix from developers.
Logged

thedude0001

  • evil bugfinder ;)
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 827
Re: Windows installer for 2.0.0 released
« Reply #24 on: May 18, 2005, 02:18:14 PM »

PunkSC:
Amulegui is still not working with windows...

Makeutist:
The 2.0.1 was mainly about a fix for amule freezing when it receives some faulty package sent by a server and contains not many other new things...
Logged
Das Schlimme auf dieser Welt ist
daß die Dummen so selbstsicher sind
und die Gescheiten so voller Zweifel.

hornygerman

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: Windows installer for 2.0.0 released
« Reply #25 on: June 06, 2005, 12:14:40 AM »

Hi there,
i was glad to seesome already compiled amule versions for Windows. However i faced some problems. I transfered the needed config files from emule to amule directory. The first prob was the ip filter one wich i solved by deleting it like discibed above in the thread.
Two problems remained :
1. After restarting amule i wasn't able to connect to any server, it just couldn't connect ....  ;( I reinstalled it several times without any luck.
Since i installed a previous version i can connrct again. I have to mention that on my first ry with the compiled version 2.0.2 a connect was succesfully done. After closing and reopening amule it failed.

2. Closing amule isn't really closing it. It is still active in the taskmanager.
I have to close it using the taskmanager. Maybe this is leading to my prob 1 ?

Thanks for the work of the amule team and the helpful w32 compiler  :D
horny
Logged

birk

  • Mighty President of the NWO
  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: Windows installer for 2.0.0 released
« Reply #26 on: July 15, 2005, 02:08:58 AM »

Just installed the latest aMule version for win32. Been looking forward to it and even more when it will have kad support. I am a long time eMule user that would just like to help out and try out the aMule win32 client. Will use it more extensively over the next days. First question is why are many of the important files (even temp and incoming files) stored at in a folder under documents & settings instead of a folder under the aMule install folder? I don't know if there are any program dependencies but eMule is known for being a program you can move around and splitting files up in different folders is a bad idea I think. :)
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Windows installer for 2.0.0 released
« Reply #27 on: July 15, 2005, 02:42:36 AM »

Hum... good point.

Hi Master.
Logged

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685
Re: Windows installer for 2.0.0 released
« Reply #28 on: September 03, 2005, 06:26:12 PM »

Quote
First question is why are many of the important files (even temp and incoming files) stored at in a folder under documents & settings instead of a folder under the aMule install folder?
Because:[list=1]
  • There may be other users on the same computer and you may not want to share your downloads/config with them.
  • This reflects the way it is on linux: personal configuration is in personal folders.[/list=1]
Logged
concordia cum veritate

thedude0001

  • evil bugfinder ;)
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 827
Re: Windows installer for 2.0.0 released
« Reply #29 on: September 03, 2005, 07:52:25 PM »

Another point is that it might make it harder to move amule around, but at the same time it makes upgrading to newer versions easier. No more thought about "which config files do I have to copy?!?".
Logged
Das Schlimme auf dieser Welt ist
daß die Dummen so selbstsicher sind
und die Gescheiten so voller Zweifel.

Pages: 1 [2] 3