http://bugs.winehq.org/show_bug.cgi?id=19563
Summary: Guitar Hero World Tour crashes after dinput's
QueryInterface
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://worldtour.guitarhero.com/uk/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andras(a)csevego.net
After fixing bug 19562, the next problem will be, we are not offering
IDirectInputDevice8W in IDirectInputDevice2AImpl_QueryInterface.
This will result in null pointer access.
It can fixed by adding IDirectInputDevice8W to
IDirectInputDevice2AImpl_QueryInterface, but proper tests needed, what does
dinput on windows.
Patch:
diff --git a/dlls/dinput/device.c b/dlls/dinput/device.c
index 941206c..cb66b03 100644
--- a/dlls/dinput/device.c
+++ b/dlls/dinput/device.c
@@ -753,6 +753,14 @@ HRESULT WINAPI IDirectInputDevice2AImpl_QueryInterface(
*ppobj = This;
return DI_OK;
}
+
+ if (IsEqualGUID(&IID_IDirectInputDevice8W,riid)) {
+ IDirectInputDevice8_AddRef(iface);
+ *ppobj = This;
+ return DI_OK;
+ }
+
+
TRACE("Unsupported interface !\n");
return E_FAIL;
}
--
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=11375
Summary: Error during Orcad 16.0 installation
Product: WineHQ Apps Database
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: osquillar(a)terra.es
Created an attachment (id=10487)
--> (http://bugs.winehq.org/attachment.cgi?id=10487)
Wine error during Orcad 16.0 installation
I've tried to install orcad 16.0 under wine 0.9.54 but could not start due to
the error attadched.
--
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=19686
Summary: Acrobat Reader 1.0 for DOS installer fails
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.oldversion.com/download/acrobat10dos.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P4
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Acrobat Reader 1.0 for DOS installer fails, filling the console with the
following two lines repeatedly until killed:
err:int31:DOSVM_Int31Handler int31: unknown/not implemented parameters:
int31: AX 8001, BX 186a, CX 0000, DX 1a22, SI 0fa4, DI 0001, DS 0001, ES 1a22
--
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=14521
Summary: Windows version has graphical glitches.
Product: Wine
Version: 1.1.1
Platform: PC
URL: http://marijn.haverbeke.nl/jigsaw/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gregm(a)gxsnmp.org
When running the Windows version under wine the puzzle pieces have several
graphical glitches and what appears to be every other row rendered.
The same binary and dll's when run under windows proper exhibits no such
issues.
--
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=12120
Summary: iSBEM 3.0 doesn't show EULA on startup
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.ncm.bre.co.uk
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To install:
wget http://kegel.com/wine/winetricks
sh winetricks art2kmin
wget http://www.ncm.bre.co.uk/files/iSBEM_v3.0.b.exe
wine iSBEM_v3.0.b.exe
cd .wine/drive_c/NCM/iSBEM_v3.0.b
wine start iSBEM_v3.0.b.mdb
According to the user guide
http://www.ncm.bre.co.uk/files/iSBEM-User_Guide_12Feb08.pdf
a license agreement dialog should appear on startup,
but it doesn't. Doing 'winetricks dcom98' gets it to
start up, so this must be a COM/OLE problem, but
that's not a usable workaround, as you can't dismiss the EULA dialog then for
some reason.
--
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=15640
Summary: Tile Studio 2.55: Can't export maps without an extension
Product: Wine
Version: 1.1.6
Platform: All
URL: http://tilestudio.sourceforge.net/
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: metalbrain_coder(a)gmx.net
When you want to export a map, selecting Map -> Export Map you get a file
dialog to type the File name and select the file type (default is "Maps (8 bit,
0 based)").
If you type a name with an extension, the map is exported without any problems,
and the next time you want to export another map, you'll get the last name used
in the File name field.
If you type a name without any extension, you'll get an error dialog saying:
"I/O error 103", no map will be exported, and the next time you try to export,
you'll get the last name you tried to use followed by an extra ".*"
--
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=19565
Summary: Guitar Hero World Tour does not produces any sound
(except videos)
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://worldtour.guitarhero.com/uk/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andras(a)csevego.net
After overriding builtin secur32 (bug 19564), we will notice there is no sound
menu,ingame only in videos (binkw32).
Look at attached +dsound trace.
--
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=19564
Summary: Guitar Hero World Tour crashes in secur32
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://worldtour.guitarhero.com/uk/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andras(a)csevego.net
Created an attachment (id=22798)
--> (http://bugs.winehq.org/attachment.cgi?id=22798)
crash
After get trough bug 19563, we get another problem, game will crash in 30 sec,
because of wine's secur32 failure. It works with native secur32.
See attached image.
Backtrace:
=>0 0x7e007cb4 schan_free_handle+0x24(handle_idx=2116197184,
type=SCHAN_HANDLE_CTX) [/home/andras/src/wine/dlls/secur32/schannel.c:169] in
secur32 (0x0209b9d0)
1 0x7e008994 schan_DeleteSecurityContext+0x74(context_handle=<register ESI
not in topmost frame>) [/home/andras/src/wine/dlls/secur32/schannel.c:1099] in
secur32 (0x0209ba00)
2 0x7e01059e DeleteSecurityContext+0x4e(phContext=0x2be3724)
[/home/andras/src/wine/dlls/secur32/wrapper.c:465] in secur32 (0x0209ba30)
3 0x00319d0e in xmassiveadclientdyn (+0x9d0e) (0x0209ba78)
4 0x00324d63 in xmassiveadclientdyn (+0x14d63) (0x0209bac0)
5 0x00325297 in xmassiveadclientdyn (+0x15297) (0x0209baec)
6 0x00321ca5 in xmassiveadclientdyn (+0x11ca5) (0x0209bb2c)
7 0x006df923 in ghwt (+0x2df923) (0x00000001)
8 0x00000000 (0x00000000)
--
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=17327
Summary: Error when launch a game
Product: WineHQ Apps Database
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samant.ua(a)mail.ru
Created an attachment (id=19350)
--> (http://bugs.winehq.org/attachment.cgi?id=19350)
When I launch a game, this error appears.
Game Pilots Brothers - The Revirse Side of the Earth don't want to launch. An
error, that appears attached.
--
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=12006
Summary: ForceBindIP crashes
Product: Wine
Version: 0.9.56.
Platform: Other
URL: http://www.r1ch.net/stuff/forcebindip/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In http://www.winehq.org/pipermail/wine-users/2008-March/029930.html
maci at satgnu.net writes:
" ForceBindIP http://www.r1ch.net/stuff/forcebindip/ does exactly what i need.
unfortunally it doesnt work in wine"
In a later message he said
--- snip ---
$ wine ForceBindIP.exe 10.0.0.10 "C:\\SCBW\StarCraft.exe"
fixme:spoolsv:serv_main (0 (nil))
err:ntdll:RtlpWaitForCriticalSection section 0x7efec884 "loader.c:
loader_section" wait timed out in thread 0012, blocked by 0011, retrying (60
sec)
wine: Critical section 7efec884 wait failed at address 0x7ef96f90 (thread
0012), starting debugger...
Unhandled exception: wait failed on critical section 0x7efec884 loader_section
No process loaded, cannot execute 'echo Modules:'
--- snip ---
and
--- snip ---
$ wine ForceBindIP.exe -i 10.0.0.10 "C:\\SCBW\StarCraft.exe"
fixme:spoolsv:serv_main (0 (nil))
fixme:advapi:SetSecurityInfo stub
Unhandled exception: page fault on write access to 0x81fffcc8 in 32-bit code
(0x7ee68c50).
Backtrace:
=>1 0x7ee68c50 LocalReAlloc16+0x10() in kernel32 (0x7d44da28)
2 0x7efc6852 call_thread_func+0x42() in ntdll (0x7d44dac8)
3 0x7efc6aef in ntdll (+0x56aef) (0x7d44e3c8)
4 0xb7e9e162 start_thread+0xd2() in libpthread.so.0 (0x7d44e4b8)
--- snip ---
--
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.