http://bugs.winehq.org/show_bug.cgi?id=11266
Summary: 3DMark 2005 does not uninstall
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
3DMark 2005 reports error when trying to uninstall.
--
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=20158
Summary: Fritz 11 gdiplus bug.
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mega.watt2(a)gmail.com
Wine has a severe bug that makes it not draw the board by default. Using a
native gdiplus dll library does fix this problem, but the buttons are still
messed up.
Please check
http://appdb.winehq.org/objectManager.php?sClass=version&iId=13027&iTesting…
for further details.
--
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=17282
Summary: qtest: QUAKE.EXE crashes.
Product: Wine
Version: 1.0.1
Platform: PC
URL: http://www.quaketerminus.com/tools/qtest1.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam.buchbinder(a)gmail.com
Created an attachment (id=19284)
--> (http://bugs.winehq.org/attachment.cgi?id=19284)
Log of the crash.
Download qtest1.zip from the attached link. Unzip it and run "wine QUAKE.EXE".
The program crashes. The README states that it should run under Windows 95.
I'm running wine 1.0.1-0ubuntu2 on Ubuntu Intrepid. Please let me know if I can
provide any other information that might help.
--
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=18853
Summary: Notepad++ can't save files without an extension
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://sourceforge.net/project/showfiles.php?group_id=
95717&package_id=102072
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Really easy to see. Open Notepad++, and immediately try to save a file as
'foo'. Under windows, you'll get a blank file named foo. Under wine, you get an
error dialog 'Please check whether if this file is open in another program'.
I'll add an automated test for this soonish.
No terminal output.
--
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=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.