http://bugs.winehq.org/show_bug.cgi?id=17859
Summary: inetmib1 tests fails on OpenSolaris
Product: Wine
Version: 1.1.17
Platform: PC
URL: http://test.winehq.org/data/b75caee2abbde87903f2a62edb8f
215e037b9d33/wine_ae-opensolaris/inetmib1:main.html
OS/Version: Solaris
Status: NEW
Keywords: download, testcase
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: juan_lang(a)yahoo.com
wine: configuration in '/export/home/austin/.wine' has been updated.
wine: Unhandled page fault on read access to 0x00000000 at address 7fa93667
(thread 0009), starting debugger...
wine client error:9: read: Bad address
make: *** [main.ok] Error 1
Tried running +relay,+seh,+tid,+inetmib1, but never appears to finish...running
with just +inetmib1 gets a 2 GB file in a just a couple minutes o.0. And it
seems winedbg doesn't support running a .so?
CC'ing Juan, as he wrote the vast majority of the code.
--
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=15506
Summary: Balls looks static in the game
Product: Wine
Version: 1.1.5
Platform: PC
URL: http://popcap.com/games/zuma
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
The balls should roll while you're playing. Here is a video that shows haw
shoul it looks.
http://www.youtube.com/watch?v=Y7UdivODns0
But the balls looks static and without any animation.
--
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=15895
Summary: 1621: Failed to Verify Signature of File isscript.msi
Error during Installation
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://files.brothersoft.com/chat_e-mail/misc_e-
mail/ExpEliteSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: murdocke(a)gmail.com
Created an attachment (id=17057)
--> (http://bugs.winehq.org/attachment.cgi?id=17057)
errors logs: WINEDEBUG=warn+all
Installer begins properly and downloads the Exp\ Elite.msi file.
The installer continues to download an isscript.msi file and opens a window
displaying "1621: failed to verify signature of file isscript.msi".
The installer then quits.
(just to reiterate, this is on a clean WINEPREFIX using wine version 1.1.7)
--
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=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.