http://bugs.winehq.org/show_bug.cgi?id=2738
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #24 from Austin English <austinenglish(a)gmail.com> 2008-09-21 23:43:30 ---
Closing abandoned.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2549
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-09-21 23:43:29 ---
Closing abandoned.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8997
--- Comment #33 from Tim Williams <tjandacw(a)yahoo.com> 2008-09-21 22:16:09 ---
I still haven't figured out how to fix this bug, and I don't know enough about
wine to step through the code, but I did notice that in XP, I see a popup
window saying "Closing FTP connection" after the data tables are loaded. In
wine, TroopMaster hangs after the data tables loading popup, but no popup about
closing the FTP connection comes up.
I have a valid license for TroopMaster 2008 and DotNet, and it's installed
under Wine 1.0 on Ubuntu 8.04, Windows XP SP 3, and even with VirtualBox under
Ubuntu.
If a Wine developer can give me a test I can run to help get this bug fixed,
I'm more than willing to help. I just don't know anything about the inner
workings of wine to be useful in a debugging sense, and don't really have time
to learn it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15363
Summary: ICMP ping failed with non-root privileges
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sysrq(a)web.de
Created an attachment (id=16206)
--> (http://bugs.winehq.org/attachment.cgi?id=16206)
trace with failed ICMP ping attempts
I am running a program which executes an ICMP ping to check lag to other
clients. The program uses ping very often. Everytime the program tries to
execute a ICMP ping, the following error eccours:
WARNING: Trying to use ICMP (network ping) will fail unless running as root
I dont want to run wine with root privileges. It just makes no sense to give
wine full root privileges just to run a ICMP ping.
I run the program with
WINEDEBUG=+winsock wine Program.exe > trace.txt 2>&1
to create a trace.txt which contains some debuging information. I attached it
to this bug report.
I am not sure, but I guess that wine tries to execute a sendto() to the kernel
to open a PF_INET socket. But to open a PF_INET socket root privileges are
neccesary, I guess.
There must be another way to allow wine to execute an ICMP ping. One solution
would be that wine uses /bin/ping. But I dont know if this is the best
solution.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5946
--- Comment #11 from martino <martino2k6(a)gmail.com> 2008-09-21 20:48:19 ---
Sorry for double-posting, but I found a near-perfect fix for the meantime...
Change the spacing of the style being used to some other, than the default 0,
value (for example 0.001 -- to make the change least visible) and the problem
should be fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15362
Summary: Wavosaur doesn't run
Product: Wine
Version: 1.1.4
Platform: PC
URL: http://www.wavosaur.com/download/files/Wavosaur.1.0.3.0(
en).zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nobange(a)poczta.onet.pl
Created an attachment (id=16205)
--> (http://bugs.winehq.org/attachment.cgi?id=16205)
console output
The audio editing app, Wavosaur doesn't run with Wine. It requires mfc42.dll. I
downloaded it from dll-files.com. After copying this file into
~/.wine/drive_c/windows/system32 it still doesn't run, console output is
different - attached. Wavosaur doesn't need to be installed, it's just one .exe
file.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6489
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6489
drakh <drakh(a)spamcop.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |julliard(a)winehq.org
--- Comment #13 from drakh <drakh(a)spamcop.net> 2008-09-21 17:37:51 ---
Did a regression test, and got this as the offending patch:
commit b0192cfed382c470e67aaac744de56011fe27bfb
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Sep 16 11:32:38 2008 +0200
ntdll: Hardcode the filesystem cluster size to avoid trouble on NFS.
CCing author.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6489
drakh <drakh(a)spamcop.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #15029|0 |1
is obsolete| |
--- Comment #12 from drakh <drakh(a)spamcop.net> 2008-09-21 17:34:51 ---
Created an attachment (id=16208)
--> (http://bugs.winehq.org/attachment.cgi?id=16208)
1.1.5 backtrace
Major regression in 1.1.5, the game now crashes (sometimes hangs) at startup
again, after changing resolution but before any graphics/sounds.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7835
Josef Reidinger <queen.killer(a)seznam.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |queen.killer(a)seznam.cz
--- Comment #8 from Josef Reidinger <queen.killer(a)seznam.cz> 2008-09-21 15:36:12 ---
still in 1.1.4
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.