http://bugs.winehq.org/show_bug.cgi?id=5774
------- Additional Comments From mirko2324(a)yahoo.de 2007-10-05 12:59 -------
I have entered the command "lsof -nc emule.exe | wc -l" while running eMule
every 10-20 minutes. The output was between 370 and 440. There was no change
when the kad connection has been broken.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8345
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8342
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://emuleplus.info/
Severity|major |normal
Keywords| |download, source
Summary|wineserver crashed |wineserver crashed when
| |running emule plus
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3246
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8338
------- Additional Comments From mail2benny(a)gmail.com 2007-10-05 12:46 -------
of the 317 TTF's copied in the wine font directory, wine seems to like
tahoma.ttf the most.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7930
------- Additional Comments From christian_weilbach(a)web.de 2007-10-05 11:25 -------
This is fixed for me since wine 0.9.36. I've had that problem with wine
versions <0.9.36, too. My machine is Kubuntu Feisty 32 bit, wine 0.9.36, with
a NVidia 6600 GT, 1 GB Ram and and AMD Athlon 64bit 3500+.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3840
------- Additional Comments From focht(a)gmx.net 2007-10-05 10:58 -------
Hello,
well the auto-allocation is just linear with each .def entry increasing.
Windows export definitions are alphanumerically sorted.
Wine does the same.
Due to some exports missing, the next defined function in wine gets the ordinal
of the missing one and so on...
Example (user32.dll):
windows:
--- snip ---
ordinal hint RVA name
...
4 3 0005D2A6 AlignRects = _AlignRects@16
5 4 000461B4 AllowForegroundActivation = _AllowForegroundActivation@0
6 5 0001C477 AllowSetForegroundWindow = _AllowSetForegroundWindow@4
7 6 0001A024 AnimateWindow = _AnimateWindow@12
8 7 000599FF AnyPopup = _AnyPopup@0
...
--- snip ---
wine:
--- snip ---
...
AlignRects@16 @4
AllowSetForegroundWindow@4 @5
AnimateWindow@12 @6
AnyPopup@0 @7
...
--- snip ---
AllowForegroundActivation() isnt defined in wine so AllowSetForegroundWindow()
gets ordinal 5 where windows one is 6 (due to AllowForegroundActivation taken 5).
Even if we fill missing gaps (stubs/prototypes) to force a specific order, one
would have to re-check the list with every new Windows OS version for possible
insertion of new API functions (ordinal order changed).
Just mark this bug report/type either INVALID or WONTFIX.
Importing system dlls by ordinals only is bad ... NO-NO.
Maybe a bit off-topic: If needed i can supply missing prototypes for almost any
export. But the requests have to be specific :-)
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2193
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Diablo 2 1.10 game server |Diablo 2 bnetd game server
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.