http://bugs.winehq.org/show_bug.cgi?id=18307
Summary: .desktop file associates with too many mime types (zip,
executable)
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: other
Status: NEW
Keywords: integration, patch
Severity: enhancement
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Created an attachment (id=20846)
--> (http://bugs.winehq.org/attachment.cgi?id=20846)
Reduce .desktop file to application/x-msdos-executable and application/x-msi
Our desktop file is too greedy. I think I wrote it a while back off a list of
every possible mime type a .exe file can have from somewhere on the internet;
this resulted in entries like x-zip-compressed and x-executable. This results
in the side effect that Wine now tries to open shell scripts and zip files on
many systems.
On modern systems we can rely on shared-mime-info to correctly identify
executables as application/x-msdos-executable, so we only need that MIME type
for .exe.
So, I suggest we reduce our .desktop file to two mime types:
application/x-msdos-executable and application/x-msi. The attached patch fixes
this.
This still leaves the possibility of not opening .com, .bat, or similar files,
however that's already broken and is a bug in shared-mime-info to be fixed
there. Moreover, there's a slight chance of the reverse possibility - a .exe
file that isn't a Wine executable file. I don't think that's our bug either
though - again a problem in shared-mime-info.
--
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=18299
Summary: Orca crashes in comctl32
Product: Wine
Version: unspecified
Platform: Other
URL: http://www.technipages.com/wp-
content/uploads/2007/11/orca.Msi
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
I'm not sure if this is a regression, but i remembered this app to work fine.
For me it now crashes with attachd 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=18218
Summary: spec file for xinput1_3 is incorrect
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: galtgendo(a)o2.pl
I found a game, that didn't run with builtin xinput1_3,
but run with native xinput1_3 and d3dx9_36.
After much testing and seeing a strange difference
between relay on builtin and snoop on native,
I took a guess and changed the order of functions in spec file.
That worked, but the more correct way is probably
giving proper ordinals:
2 stdcall XInputGetState(long ptr)
3 stdcall XInputSetState(long ptr)
4 stdcall XInputGetCapabilities(long long ptr)
5 stdcall XInputEnable(long)
6 stdcall XInputGetDSoundAudioDeviceGuids(long ptr ptr)
7 stdcall XInputGetBatteryInformation(long ptr ptr)
8 stdcall XInputGetKeystroke(long long ptr)
That works too, game no longer needs native xinput1_3.
It still needs native d3dx9_36, as D3DXCheckTextureRequirements
is not implemented.
--
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=18215
Summary: LB_DELETESTRING handler does not send LB_RESETCONTENT if
only item is removed
Product: Wine
Version: 1.1.19
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: TKunze71216(a)gmx.de
The native list box control of Windows XP SP3 (themes activated, i. e.
comctl32.dll 6.0 is used) sends LB_RESETCONTENT to itself when LB_DELETESTRING
removes item 0 and this item is the only one in the control. Looking at the
code, Wine currently doesn't seem to do it.
--
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=18193
Summary: Notepad outputs different date format than native
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
$ wine notepad
edit, Time/Date
On Windows XP:
11:34 AM 4/24/2009
on Wine:
11:34:01 AM Friday, April 24, 2009
--
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=18180
Summary: License server problem
Product: Wine
Version: 1.1.19
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: natarajsn(a)gmail.com
The client exe tried to connect to a windows server on tcp port 9000. Client
needs to get a licence from the server. The wine client gives error 'Unable to
get license from 192.168.0.2:9000". But there same client exe gets the license
in while executed in Windows OSes.
--
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=18102
Summary: Chattha Sangayana - can't use scrollbars
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=20535)
--> (http://bugs.winehq.org/attachment.cgi?id=20535)
screenshot
A user contacted me on wine-users and asked to help him investigate this
program. It's a collection of Buddhist texts, and very important for study in
that culture.
The first bug is big show stopper. The scrollbars don't work when reading text.
Native riched20/30/commctrl make no difference. I'll attach a screenshot.
Terminal output isn't helpful, only:
austin@midna:/media/cdrom/CSCD$ wine "C:\\CSCD\\CSCD.EXE"
err:bitmap:DIB_GetBitmapInfo (14): unknown/wrong size for header
err:bitmap:GetDIBits Invalid bitmap format
err:bitmap:DIB_GetBitmapInfo (14): unknown/wrong size for header
err:bitmap:GetDIBits Invalid bitmap format
err:bitmap:DIB_GetBitmapInfo (14): unknown/wrong size for header
err:bitmap:GetDIBits Invalid bitmap format
err:bitmap:DIB_GetBitmapInfo (14): unknown/wrong size for header
err:bitmap:GetDIBits Invalid bitmap format
fixme:font:WineEngCreateFontInstance Untranslated charset 64
fixme:font:WineEngCreateFontInstance Untranslated charset 120
fixme:font:WineEngCreateFontInstance Untranslated charset 232
fixme:font:WineEngCreateFontInstance Untranslated charset 243
fixme:font:WineEngCreateFontInstance Untranslated charset 28
fixme:font:WineEngCreateFontInstance Untranslated charset 84
fixme:font:WineEngCreateFontInstance Untranslated charset 48
fixme:font:WineEngCreateFontInstance Untranslated charset 120
fixme:font:WineEngCreateFontInstance Untranslated charset 28
--
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=18077
Summary: DigiSpel: Cannot move puzzle pieces
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jvromans(a)squirrel.nl
CC: wijn(a)online.nl
Start DigiSpel, select "Spelletjes met foto's" and "Puzzelen", it shows a
jigsaw puzzle. Press "Start". The pieces are scattered. However, these cannot
be picked up and moved.
--
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=18045
Summary: Dangerous usage of strncat
Product: Wine
Version: 1.1.19
Platform: Other
URL: http://cppcheck.wiki.sourceforge.net/
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: begert(a)gmail.com
CC: begert(a)gmail.com
Running cppcheck 1.31 against wine 1.1.19 yeilds:
[./dlls/mciavi32/info.c:257]: (all) Dangerous usage of strncat, possible buffer
overrun
Currently the code looks like:
strncat(buffer, " seek_exactly", sizeof(buffer));
Looking at the strncat man page, perhaps better usage would be:
strncat(buffer, " seek_exactly", sizeof(buffer) - strlen(buffer) - 1);
--
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=17980
Summary: REGRESSION: wine 1.1.18 breaks BDE application which
uses PARADOX driver
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stsymbal(a)gmail.com
REGRESSION: wine 1.1.18 breaks BDE application which uses PARADOX driver
The application simply cannot open any db file showing "Invalid file name"
error followed by memory access exception message (EDatabaseError).
Rolling back to 1.1.17 solved the problem.
Not sure how to collect useful tracking information with wine. Please let me
know then steps and will get the info.
Application (trial English version):
http://mirror1.keepsoft.com/download/hbk4.exe
Application (trial Russion version):
http://www.keepsoft.ru/files/homebuh/homebuh.exe
Note, I experienced the problem with Russian version of the application.
Package: wine_1.1.18~winehq0~ubuntu~8.04-0ubuntu1_i386.deb
OS: Ubuntu 8.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.