http://bugs.winehq.org/show_bug.cgi?id=5663
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From the3dfxdude(a)gmail.com 2006-13-07 09:59 -------
Closing
--
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=3882
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-13-07 09:59 -------
closing
--
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=4464
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |qelthanos(a)yahoo.com
------- Additional Comments From the3dfxdude(a)gmail.com 2006-13-07 09:59 -------
*** Bug 5663 has been marked as a duplicate of this bug. ***
--
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=5663
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From the3dfxdude(a)gmail.com 2006-13-07 09:59 -------
Dupe
*** This bug has been marked as a duplicate of 4464 ***
--
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=5469
------- Additional Comments From charles(a)diagnos.co.uk 2006-13-07 09:58 -------
Hmm, I've been playing some more with this now.
I've been calling this under Windows XP (using the PowerBASIC compiler):
result = varbstrcmp(chr$(1), chr$(2), lcid, flags)
and varying the lcid. With a for...next loop, there were three different
results depending on LCID:
0 (VARCMP_LT) only occured when LCID = 0;
1 (VARCMP_EQ) or 0x80070057 (which I'm assuming was because the LCID wasn't
valid).
Using a character string (in PowerBASIC) of something like:
a = chr$(1, 2, 3, 4)
and PEEKing the memory location showed that the characters are stored in
adjacent 8 bit blocks, with the length stored as the number of bytes of data.
They show up in the Wine debug log as L"\0201\0403" but the length that is being
passed between functions seems to be wrong (is this because SysStringLen is
assuming 16 bit WChar sizes and dividing the length by 2?), so I needed to
fiddle with the passed lengths to get this to display.
The MSDN page for comparestring seems to refer to parameters such as cchCount1
refering to either "bytes for ANSI versions or WCHARs for Unicode versions".
Could this all mean that for varbstrcmp, if you set the LCID to 0, the function
assumes it is ANSI data rather than Unicode and does a straightforward memcmp
type compare? Also, seeing as for different values of the LCID, Windows thinks
that chr$(1) == chr$(2), then maybe there is no tiebreak function in the Unicode
compare.
--
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=1300
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://appdb.winehq.org/appv|http://www.download.com/Trib
|iew.php?appId=481 |es-demo/3000-7563_4-
| |915987.html
Status|RESOLVED |CLOSED
Keywords| |download
------- Additional Comments From tony.lambregts(a)gmail.com 2006-13-07 09:57 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5663
Summary: d3dx9_30.dll not found
Product: Wine
Version: 0.9.17.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: qelthanos(a)yahoo.com
Attempting to run Everquest with wine 0.9.17. Missing DLL prevents patcher from
executing eqgame.exe giving an error that d3dx9_30.dll was not found.
err:module:import_dll Library d3dx9_30.dll (which is needed by L"C:\\Program
Files\\Sony\\EverQuest\\eqgame.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Sony\\EverQuest\\eqgame.exe" failed, status c0000135
--
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=3628
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |5541
------- Additional Comments From dank(a)kegel.com 2006-13-07 09:29 -------
Oh, right. I had installed wsh, but had forgotten to make sure it worked.
Looks like this is blocked on bug 5541, then.
--
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=5541
------- Additional Comments From dank(a)kegel.com 2006-13-07 09:28 -------
The patch applies to last night's git, but doesn't obviously help cscript.
$ WINEDEBUG=+ole wine-git/wine .wine/drive_c/windows/system32/cscript.exe
...
trace:ole:CoInitializeEx () - Initializing the COM libraries
trace:ole:RunningObjectTableImpl_Initialize
trace:ole:apartment_construct creating new apartment, model=2
trace:ole:apartment_construct Created apartment on OXID 800000009
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
trace:ole:CoRegisterMessageFilter (0x7fe33358, 0x7fe33360)
fixme:ole:CoRegisterMessageFilter message filter has been registered, but will
not be used
trace:ole:CoRegisterMessageFilter ((nil), 0x7fc8fbd8)
fixme:ole:CoRegisterMessageFilter message filter has been registered, but will
not be used
trace:ole:CoUninitialize ()
...
The "has been registered, but will not be used" messages are
from your new patch. cscript still doesn't print a banner.
--
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=5626
StempUbuntu(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From StempUbuntu(a)gmail.com 2006-13-07 09:26 -------
Fixed by using winecfg and creating a virtual desktop (?) of 1024x768
--
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.