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=25926
Summary: part of subwindow sheared by line
Product: Wine
Version: 1.2.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pelliott(a)BlackPatchPanel.com
Created an attachment (id=33044)
--> (http://bugs.winehq.org/attachment.cgi?id=33044)
screenshot showing the error while running under wine
In the latest version of WhatWatch version 3.6 build 96 in a subwindow in the
upper right there is a sheared inacurate pixel line. I have tried running the
same program under real windows 95, and the error line is not there. I plan to
attach attachments show screen shots of the program both exhibited the error
under wine, (the version comming from ubuntu 10.10 uptodate).
--
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=25201
Summary: wine: Call from 0x7b838b62 to unimplemented function
mscoree.dll.GetFileVersion
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simaskonfa(a)gmail.com
Created an attachment (id=31998)
--> (http://bugs.winehq.org/attachment.cgi?id=31998)
log
I get this while trying to run a .NET app
(mono-2.6.7-gtksharp-2.12.10-win32-2.exe is installed, wine 1.3.6 from ppa
ubuntu 10.04)
--
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=20802
Summary: [MSI] Uninstall doesn't work for 2gis shell
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://download.2gis.ru/arhives/2GISShell-3.0.5.4.msi
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Install this application, try to uninstall it - nothing will happen.
--
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=23803
Summary: rawdump (semi)works with dotnet20, but not mono26
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.softpedia.com/get/CD-DVD-Tools/CD-DVD-Rip-O
ther-Tools/RawDump.shtml
OS/Version: Linux
Status: NEW
Keywords: dotnet, download, source
Severity: enhancement
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
(Filed at Vincent's request)
Based on bug 23799.
to reproduce:
$ rm -rf .wine
$ winetricks -q gdiplus mono26
$ wine rawdump.exe
you'll get:
** (rawdump.exe:8): WARNING **: mono_class_from_mono_type: implement me 0xb6
**
ERROR:class.c:5499:mono_class_from_mono_type: code should not be reached
and with dotnet20:
$ rm -rf .wine
$ winetricks -q gdiplus dotnet20
$ wine rawdump.exe
you'll get a gui. The program doesn't work properly, but that's bug 23799.
--
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.