aMule Forum

English => Multiplatform => Win32 => Topic started by: GonoszTopi on May 04, 2005, 02:03:52 PM

Title: Windows installer for 2.0.0 released
Post by: GonoszTopi on May 04, 2005, 02:03:52 PM
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.

It contains:

It does not contain:


That's all for now, first aMule release on Windows. Feel free to report bugs, ask questions, etc.
Title: Re: Windows installer for 2.0.0 released
Post by: Anne Onyme on May 04, 2005, 04:34:44 PM
Waou ! this should give us a large base of users...

Very nice !  :) :D
Title: RE: Windows installer for 2.0.0 released
Post by: phoenix on May 04, 2005, 07:43:24 PM
Quote
Originally posted by GonoszTopi
The installer is for Windows XP/NT/2000. If there is need, I might create a version for Windows 9X too.
That would be much appreciated. Of course, when you have the time...

Great work!
Title: X11 win32 version please..?
Post by: rebroad on May 06, 2005, 11:56:00 AM
Please could you provide for download an X11 based Windows download?

This would enable people to run it remotely and connect to the session, using vncserver or move the gui around different desktops without needing to restart it (using xmove) such that it integrates with their other windows (using multiwindow mode of an X server).

The only way to do this (that I know of) with the non-X11 version would be either to use the web interface (which isn't as functional), or to kick off the current console user (if using Windows XP Pro), or to be rich enough to afford Windows Server.

Thanks!
Rebroad
Title: Re: Windows installer for 2.0.0 released
Post by: thedude0001 on May 06, 2005, 02:57:05 PM
OK, I'm a bit ignorant about windows & X11 (in fact I have no real idea about it), but can't you just use the windows tightvnc server and then remotely connect to it?
Title: Re: Windows installer for 2.0.0 released
Post by: Andrey23 on May 07, 2005, 10:11:08 AM
Found some bugs:
1)When I copy ipfilter.dat in /.aMule folder, amule dont start. I tried emule and peerguardian ip-filter formats.
(http://img111.echo.cx/img111/1941/error5uo.png)

2) Server-list update dont work.
Quote
2005-05-07 12:05:28: Loading server.met file: C:\Documents and Settings\xxx\.aMule\server.met.download
2005-05-07 12:05:28: Error: the file server.met is corrupted
I add manually 30 servers and put into their list of constant servers to avoid this problem.

3) Speedmeter on tray icon not displayed.

4) Positions of many columns in GUI and statistic tree are not remembered after restart aMule.

5) When I sort sources on a file in a queue place (Priority column), A4AF sources displayed in top of the list. And should be displayed below.

In the rest all works normally and stably. Memory and CPU useage very low. Upload stable and good download speed.
Thanks for release :)
Title: Re: Windows installer for 2.0.0 released
Post by: niet on May 07, 2005, 11:44:06 AM
works and i haven't got problems copying *.dat/.met  files  from emule directory to aMule.

ps: is it normal that amule.exe is 12MB in size ?
Title: X11 based win32 amule
Post by: rebroad on May 07, 2005, 08:04:31 PM
Quote
Originally posted by thedude0001
OK, I'm a bit ignorant about windows & X11 (in fact I have no real idea about it), but can't you just use the windows tightvnc server and then remotely connect to it?

Well, if you use the "native" tightvnc server, than you would only be connecting to the same desktop that the person sitting at the PC would be using. I want to be able to run amule on the PC without the person sitting at the PC seeing anything.

In this situation, the X11 based tightvnc server is needed, but to display amule onto the X11 based vnc server, amule needs to use X11 also. It should be fairly simple to recompile it to use X11 - just use the GTK2 based wxwidgets instead.
Title: Re: Windows installer for 2.0.0 released
Post by: GonoszTopi on May 08, 2005, 08:33:28 AM
Quote
ps: is it normal that amule.exe is 12MB in size ?
Yes. The executable is statically linked against wxWidgets, that's why it's so large.

Quote
2) Server-list update dont work.
It is a known bug in the win32 version, will be looked after.
Thanks for the bug reports, I'll check them.

phoenix: Some time next week.
Title: Re: Windows installer for 2.0.0 released
Post by: Andrey23 on May 08, 2005, 11:06:50 AM
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
Title: Re: Windows installer for 2.0.0 released
Post by: rebroad on May 08, 2005, 12:43:18 PM
Quote
Originally posted by GonoszTopi
Quote
ps: is it normal that amule.exe is 12MB in size ?
Yes. The executable is statically linked against wxWidgets, that's why it's so large.

Couldn't it be dynamically linked instead?
Title: Re: Windows installer for 2.0.0 released
Post by: GonoszTopi on May 08, 2005, 04:10:05 PM
Quote
Couldn't it be dynamically linked instead?
Yes, maybe. In next release.
Title: Re: Windows installer for 2.0.0 released
Post by: Kry on May 08, 2005, 04:59:20 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


Very, very interested.

BTW Gonozs, why don't you strip the binnary? it's 6Mb here
Title: RE: Windows installer for 2.0.0 released
Post by: PunkSC on May 09, 2005, 05:53:05 AM
Quote
Originally posted by GonoszTopi
It does not contain:
  • amulegui (not working on Windows atm)

That´s a shame. I was waiting 2.0 release ONLY because of the gui interface for windows.
I´ll need to keep my linux server overloaded running graphical interface, vnc, etc :(
Maybe in the next "soon" release ;)
Title: Re: Windows installer for 2.0.0 released
Post by: GonoszTopi on May 09, 2005, 10:00:19 AM
Quote
Maybe in the next "soon" release
We hope to satisfy your needs in next release.
Title: Re: Windows installer for 2.0.0 released
Post by: PunkSC 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! :)
Title: RE: Windows installer for 2.0.0 released
Post by: KamiKazeNH 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".
Title: Re: Windows installer for 2.0.0 released
Post by: KamiKazeNH 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.
Title: Re: Windows installer for 2.0.0 released
Post by: Makutist 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!
Title: I fixed it!
Post by: Makutist 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;
}
Title: Re: Windows installer for 2.0.0 released
Post by: Venom 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  :(
Title: Re: Windows installer for 2.0.0 released
Post by: thedude0001 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...
Title: Re: Windows installer for 2.0.0 released
Post by: PunkSC 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!
Title: Re: Windows installer for 2.0.0 released
Post by: Makutist 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.
Title: Re: Windows installer for 2.0.0 released
Post by: thedude0001 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...
Title: Re: Windows installer for 2.0.0 released
Post by: hornygerman 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
Title: Re: Windows installer for 2.0.0 released
Post by: birk 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. :)
Title: Re: Windows installer for 2.0.0 released
Post by: Kry on July 15, 2005, 02:42:36 AM
Hum... good point.

Hi Master.
Title: Re: Windows installer for 2.0.0 released
Post by: GonoszTopi 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]
Title: Re: Windows installer for 2.0.0 released
Post by: thedude0001 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?!?".
Title: Re: Windows installer for 2.0.0 released
Post by: Jacobo221 on September 05, 2005, 08:26:05 PM
still the ".aMule" folder name is against the MS Windows names principles. It should just be "aMule" (just try to create a ".aMule" folder with Explorer. You'll see you simply can't).
Title: Re: Windows installer for 2.0.0 released
Post by: Kry on September 05, 2005, 08:56:36 PM
Were you on irc, you would have noticed the ongoing discussion. Wait, were you paying attention to SVN, you would have noticed it's already changed.
Title: Re: Windows installer for 2.0.0 released
Post by: lfroen on September 06, 2005, 05:59:17 AM
Quote
why are many of the important files (even temp and incoming files) stored at in a folder under documents & settings

Read "Windows application design guidlines" in MSDN, you will find an answer.
Title: Re: Windows installer for 2.0.0 released
Post by: Jacobo221 on September 06, 2005, 12:21:15 PM
kry:

I haven't seen any commit changing the ".aMule" naming in Windows. The most seemingly fix I've noticed is the renaming of the incoming dir to /aMule Downloads (or /Incoming in Win95 systems).

Please, correct me if I'm wrong and forward me to a commit number ;)
Title: NSIS Installer source available?
Post by: nanocosm on January 06, 2006, 08:55:41 AM
I checked out the 2.0 Installer (NullSoft Installer System) which is quite old and would like to request the .nsi sources to create an Installer

Thanks!
Title: RE: Windows installer for 2.0.0 released
Post by: Yurchick on January 11, 2006, 03:05:01 AM
Quote
The installer is for Windows XP/NT/2000. If there is need, I might create a version for Windows 9X too.

Yes! There is necessity in Win9x too :-))) Sadly dicovered that new version still not supported that OS :-(( It would be nice to see Win9x-version and work with aMule in Win9x too... If you'll have time of course ;-))
Good luck!
Title: RE: Windows installer for 2.0.0 released
Post by: dave010 on January 11, 2006, 03:13:05 PM
Quote
Yes! There is necessity in Win9x too :-))) Sadly dicovered that new version still not supported that OS :-(( It would be nice to see Win9x-version and work with aMule in Win9x too... If you'll have time of course ;-))
Good luck!
me too! I seem to have some problems with the earlier version and anyway I'd like to keep my software up-to-date if possible. Too bad the installer (nor aMule) doesn't work with Win9x, since not all (like me) have a brand new and shiny Windows XP but still don't want to use aMule for a reason or two.
Title: RE: Windows installer for 2.0.0 released
Post by: Yurchick on March 19, 2006, 05:59:03 AM
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.

Hi there!!

Do we planning to make win-installer for v. 2.1.1? If yes may the world hoping for win9x-support? :baby:  :D :]
Title: Re: Windows installer for 2.0.0 released
Post by: GonoszTopi on April 11, 2006, 07:30:31 PM
Maybe. I don't know yet.