http://bugs.winehq.org/show_bug.cgi?id=22151
Summary: Gecko don´t Install at the last git version
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linuxdonald(a)linuxdonald.de
Created an attachment (id=27018)
--> (http://bugs.winehq.org/attachment.cgi?id=27018)
backtrace
Gecko don´t Install at the last git version
Sometimes wineboot crash.
--
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=24752
Summary: guitar tuner failed to run(NCH Swift Sound's Pitch
Perfect.exe)
Product: WineHQ Bugzilla
Version: 2.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kritivasrocks(a)gmail.com
Created an attachment (id=31278)
--> (http://bugs.winehq.org/attachment.cgi?id=31278)
debugger output when pitchperfect.exe crashed
the program runs fare for all versions of windows,just fails when attempted
with wine.
also i'm not clear with wine debugger much,so it can be false.
"pass" output:
start_process () at
/build/buildd/wine1.2-1.1.42/dlls/kernel32/../../include/winternl.h:1957
0x7b85852e start_process+0x4e
[/build/buildd/wine1.2-1.1.42/dlls/kernel32/../../include/winternl.h:1957] in
kernel32: int $3
Unable to open file ''
"cont" output:
start_process () at /build/buildd/wine1.2-1.1.42/dlls/kernel32/process.c:988
0x7b85852f start_process+0x4f
[/build/buildd/wine1.2-1.1.42/dlls/kernel32/process.c:988] in kernel32: movl
%esi,0x0(%esp)
"info process":
pid threads parent executable (all id:s are in hex)
0000000e 3 0000000a 'services.exe'
00000011 4 0000000e 'winedevice.exe'
>00000019 2 00000008 'pitchperfect.exe'
"next":
fixme:winedbg:be_i386_remove_Xpoint Cannot get back 84 instead of 0xCC at
00434af5
fixme:winedbg:be_i386_remove_Xpoint Cannot get back e8 instead of 0xCC at
00434aa5
Stopped on breakpoint 1 at 0x00434aa5 EntryPoint in pitchperfect
--
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=28509
Bug #: 28509
Summary: Performance drop in Ultima Online: Mondain's Legacy
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: astarteviviani(a)gmail.com
Classification: Unclassified
Good day to all of the devs.
The problem is as written in the subject: upgrading Wine from 1.3.28 to 1.3.29
causes Ultima Online to suffer an annoying performance drop. FPS rate drops,
and I can "see" the client window being redrawn on screen.
Resetting git to 1.3.28 and rebuilding conveniently "solved" the problem.
I'm playing on an ASUS Eeepc 900, which features a 900 MHZ celeron CPU, 1GB of
RAM and a not very powerful graphics card, so I don't know to which extent the
bug is reproducible on more powerful computers. It's also very slow at building
Wine, so I'm soon gonna build another copy of wine on a much powerful computer,
to do some experiments.
I was just accepted as a new maintainer of the application, so let me know of
any help I can give you to help troubleshooting this bug.
--
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=28913
Bug #: 28913
Summary: Wininet.dll violates DLL unloading requirements by
calling Winsock functions from DLL_PROCESS_DETACH
Product: Wine
Version: 1.3.31
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aicommander(a)gmail.com
Classification: Unclassified
Currently, Wininet has the following callchain in DllMain() handling
DLL_PROCESS_DETACH: collect_connections() -> free_netconn() -> closesocket().
This is invalid because it calls into ws2_32.dll after it may have already
received DLL_PROCESS_DETACH and freed instance variables (locks, lists, and
things) it needs to handle API calls. This is in direct violation of MSDN's
documentation regarding DllMain():
"Calling functions that require DLLs other than Kernel32.dll may result in
problems that are difficult to diagnose. For example, calling User, Shell, and
COM functions can cause access violation errors, because some functions load
other system components. Conversely, calling functions such as these during
termination can cause access violation errors because the corresponding
component may already have been unloaded or uninitialized."
from:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms682583(v=vs.85).a…
I'm not sure the right way to go about fixing this one. I see why it's
necessary to cleanup those connections but I don't where the right place is to
do it. Any suggestions/fixes would be greatly appreciated.
--
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=5944
--- Comment #33 from Toralf Förster <toralf.foerster(a)gmx.de> 2011-10-29 03:33:31 CDT ---
(In reply to comment #32)
> (In reply to comment #31)
> Previous comments indicate the error was reproducible with 8.x. Has it at any
> point been reproducible with 8.5.x?
no - 8.5 has native linux packages,for them no wine is necessary
--
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=19530
Summary: installation succeeds, running fails -- "the program
USJP has encountered a serious problem and needs to
close" (PWN Polish Dictionary)
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bluedzins(a)wp.pl
I try to run PWN Polish Dictionary (v.3.0) using wine. Using virtualbox
everything fine, but using wine only installation works OK. When executing
installed program I get windows program error:
the program X has encountered a serious problem and needs to close
with wine explanation below (the same dialog).
USJP -- is the name of the exe file (PWN Polish Dictionary)
The log is here:
http://bugs.winehq.org/attachment.cgi?id=22707
--
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=5178
Andrew Eikum <aeikum(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aeikum(a)codeweavers.com
--
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=18209
Summary: Bad path of "My documents"
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
Hello,
There's one very annoying (yet trivial) bug in WINE:
When using clean WINEPREFIX, every standard directory is mapped to good
directory in Linux (eg. "My Videos" is mapped to "~/Video"). Only "My
Documents" directory is mapped to "~" instead of "~/Documents".
--
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=5178
Jerome Leclanche <adys.wh(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adys.wh(a)gmail.com
--- Comment #22 from Jerome Leclanche <adys.wh(a)gmail.com> 2011-10-28 08:44:52 CDT ---
Theres been a lot of work on sound. Any change in wine-1.3.31?
--
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.