http://bugs.winehq.org/show_bug.cgi?id=14784
Summary: SetWindowHookEx fails to inject DLL conatining the
HookProc if...
Product: Wine
Version: 1.1.2
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hongbo(a)njstar.com
SetWindowHookEx fails to inject DLL conatining the HookProc into another
process if the DLL is linked with another DLL in the same directory which is
not on PATH.
Suppose DLLA_GetMsgProcis is in A.DLL, and A.dll is linked to B.dll, with those
code:
hwnd = FindWindow("Notepad",NULL);
idThread = GetWindowThreadProcessId(hwnd, NULL);
SetWindowsHookEx(WH_GETMESSAGE, DLLA_GetMsgProc, hinst, idThread );
SetWindowsHookEx will fail because it can not load B.dll which is imported by
A.dll.
If hwnd is created by current process, there is no problem. But in above code,
Notepad is not the current process.
I have created a simplest test application (attached) with source and compiled
exe/dll to show the above bug on wine.
--
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=14206
Summary: Achieve planner freezes when clicking the 'finished' tab
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.effexis.com/achieve/planner.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mailing_list(a)orange.nl
Created an attachment (id=14488)
--> (http://bugs.winehq.org/attachment.cgi?id=14488)
Terminal output of " wine Achieve.exe"
A minor but strange problem; Achieve Planner will crash each time you click the
'Finished' tab of the 'Getting Started' wizard. Terminal output shows a 'stack
error overflow':
err:seh:setup_exception_record stack overflow 1252 bytes in thread 0027 eip
791b9e0d esp 00230e4c stack 0x230000-0x231000-0x330000
--
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=14198
Summary: Achieve planner crashes after entering data
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.effexis.com/achieve/planner.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mailing_list(a)orange.nl
Created an attachment (id=14475)
--> (http://bugs.winehq.org/attachment.cgi?id=14475)
Terminal output of " wineAchieve.exe?
I managed to start Achieve Planerby setting the gdiplus and mscoree dll's to
native. However, unfortunately every time I want to enter data Achieve Planner
crashes with this error message:
Application:Achieve Version:1.7.2.0
OS Version :Microsoft Windows NT 5.1.2600.0
CultureInfo:English (United States)
Exception Data (contains stack trace and problem details):
ExceptionId: 8-RmwvcLfgLuIzmtvVcxvkgrlm
DT:
Stack: zg Hbhgvn.Drmwldh.Ulinh.IrxsGvcgYlc.VwrgHgivznKilx(RmgKgi wdXllprv,
RmgKgi yfu, Rmg32 xy, Rmg32& gizmhuviivw)
zg Hbhgvn.Drmwldh.Ulinh.FmhzuvMzgrevNvgslwh.XzooDrmwldKilx(RmgKgi dmwKilx,
RmgKgi sDmw, Rmg32 nht, RmgKgi dKzizn, RmgKgi oKzizn)
zg Hbhgvn.Drmwldh.Ulinh.MzgrevDrmwld.WvuDmwKilx(Nvhhztv& n)
zg Hbhgvn.Drmwldh.Ulinh.Xlmgilo.WvuDmwKilx(Nvhhztv& n)
zg Hbhgvn.Drmwldh.Ulinh.Xlmgilo.DmwKilx(Nvhhztv& n)
zg Hbhgvn.Drmwldh.Ulinh.GvcgYlcYzhv.DmwKilx(Nvhhztv& n)
zg Hbhgvn.Drmwldh.Ulinh.IrxsGvcgYlc.DmwKilx(Nvhhztv& n)
zg Hbhgvn.Drmwldh.Ulinh.XlmgiloMzgrevDrmwld.LmNvhhztv(Nvhhztv& n)
zg Hbhgvn.Drmwldh.Ulinh.XlmgiloMzgrevDrmwld.DmwKilx(Nvhhztv& n)
zg Hbhgvn.Drmwldh.Ulinh.MzgrevDrmwld.Xzooyzxp(RmgKgi sDmw, Rmg32 nht, RmgKgi
dkzizn, RmgKgi okzizn)
Source:Hbhgvn.Drmwldh.Ulinh
DT:Rmwvc dzh lfghrwv gsv ylfmwh lu gsv ziizb.
==================================================================
--
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=13945
Summary: subversion fails to Initial network when using http
protocol
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: patch
Severity: enhancement
Priority: P2
Component: secur32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Created an attachment (id=14095)
--> (http://bugs.winehq.org/attachment.cgi?id=14095)
Enable Negotiate code
When attempting to connect to a svn repository via http or https fails to
initialize correctly. svn assumes that negotiate and NTLM will be valid on a
system, instead of using NTLM as a fallback.
--
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=13125
Summary: Fahrenheit (Indigo Prophecy) broken in newer versions of
Wine.
Product: Wine
Version: 1.0-rc1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m_105(a)gmx.de
Created an attachment (id=12919)
--> (http://bugs.winehq.org/attachment.cgi?id=12919)
console output
Fahrenheit is broken in newer versions of Wine. I think it started somewhere
about .55 (.59 is broken, .44 works great).
It crashes reproducibly after the "Loading..." screen, whenever you start the
game, a chapter or the tutorial.
--
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=10397
Summary: CSS crashe when trying to accept option change
Product: Wine
Version: 0.9.49.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: steffen-trekki(a)web.de
Created an attachment (id=9085)
--> (http://bugs.winehq.org/attachment.cgi?id=9085)
log when CS:S crashs after change graphic options and accept them
Hello,
do the following to reproduce this bug for you:
start CS:S
goto options>graphic>advanced
now change one of the detail options [e.g. "modeledtails"]
then click "Ok" and then "accept" [or how it is namned in the englisch
version], tha game will now "hang" and then it will crash [or it will
immediatley crash...that difference sometime it hang and then crash and
sometimes it crashes immediateley]
You will find a log in the attachment
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16130
Summary: Runes of Magic client doesn't communicate with the
server
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ulf(a)dedio.de
Created an attachment (id=17366)
--> (http://bugs.winehq.org/attachment.cgi?id=17366)
Wireshark protocol of login on Windows
Hi,
I tried to start "Runes of Magic" with wine, but failed.
After the installation it starts fine, the License-Dialog and Login-Screen
appear correctly.
After entering the login data, the client tries to communicate with the login
server (authentication and fetching the server list).
This doesn't work with Wine. I attach 2 wireshark protocols. The windows
protocol shows data in the tcp packets from both sides after the SYN.
The Linux/Wine protocol shows data only from the server, the client (running on
Wine) doesn't send data, just an ACK packet.
This leads me to the suspicion, that either the RPC library on Wine is not
working as expected or there is some encryption, which is only done with empty
stubs on Wine.
I tried to substitute rpcrt4.dll and secur32.dll on wine, but it doesn't solve
the problem.
As the Windows rpcrt4.dll leads also to an error (something with service
manager, but after maybe 30sec it continued), I removed it again from the list
of native libs.
If there is some more information, which I can provide, or some test I can do,
please tell me.
--
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=16986
Summary: Universal World of Warcraft Client (InstallWoW.exe)
nolonger works.
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pabelanger(a)gmail.com
If you try to install
https://www.worldofwarcraft.com/account/download/clients/pc/InstallWoW.exe
using 1.1.13, the application errors out complaining 'failed to read
information from the Internet'.
Work around was to roll back to 1.1.8 and had no problems.
--
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=12546
Summary: Crysis: Unhandled Exception: Page fault on write access
Product: Wine
Version: 0.9.58.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Myrlin1(a)gmail.com
Created an attachment (id=12113)
--> (http://bugs.winehq.org/attachment.cgi?id=12113)
Crysis Error Trace
uname -srvpio:
Linux 2.6.24.4-64.fc8 #1 SMP Sat Mar 29 09:15:49 EDT 2008 x86_64 x86_64
GNU/Linux
Command:
wine ~/.wine/drive_c/Program\ Files/Electronic\
Arts/Crytek/Crysis/Bin32/Crysis.exe
Critical Error:
wine: Unhandled page fault on write access
Unhandled exception: page fault on write access
Running as Standard User. Installed without a hitch.
Attempted using version 0.9.59, same problem.
Unsure where to go from there.
--
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.