http://bugs.winehq.org/show_bug.cgi?id=23525
Summary: Daytona USA Evolutions: some text/graphics are black,
should be colored
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://sega.jp/pc/daytonae/trial.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=29366)
--> (http://bugs.winehq.org/attachment.cgi?id=29366)
wine screenshot
It's an old Direct 6.1 game...luckily, it's got a free download (only 42 mb).
Run the game, press enter repeatedly, and start the game. You'll see your car,
but the speedometer/time/etc. are all black. I'll attach a windows screenshot
for comparison.
Terminal output is pretty short:
fixme:win:WINNLSEnableIME hUnknown1 (nil) bUnknown2 0: stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f1a8,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x164150,0x164098): stub
fixme:d3d:swapchain_init The application requested more than one back buffer,
this is not properly supported.
Please configure the application to use double buffering (1 back buffer) if
possible.
fixme:heap:RtlCompactHeap (0x110000, 0x0) stub
err:ole:CoUninitialize Mismatched CoUninitialize
fixme:d3d:IWineD3DDeviceImpl_Release (0x1584e0) Device released with resources
still bound, acceptable but unexpected
fixme:d3d:IWineD3DDeviceImpl_Release Leftover resource 0x342ced0 with type
WINED3DRTYPE_SURFACE (0x1).
fixme:d3d:IWineD3DDeviceImpl_Release Leftover resource 0x3417c90 with type
WINED3DRTYPE_SURFACE (0x1).
fixme:d3d:IWineD3DDeviceImpl_Release Leftover resource 0x342ea78 with type
WINED3DRTYPE_SURFACE (0x1).
fixme:d3d:IWineD3DDeviceImpl_Release Leftover resource 0x38bb6d8 with type
WINED3DRTYPE_SURFACE (0x1).
--
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=31348
Bug #: 31348
Summary: Can't select the file from popup
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kenorb(a)gmail.com
Classification: Unclassified
I'm using the software called: EX4-TO-MQ4 Decompiler 4.0.427 (Demo)
Free available from: http://purebeam.biz/#download_decompiler
But it doesn't work, because I can't select the file.
Here are some logs:
I'm starting it:
$ wine ex4_to_mq4_demo.exe
fixme:msg:ChangeWindowMessageFilter 233 00000001
fixme:msg:ChangeWindowMessageFilter 4a 00000001
fixme:msg:ChangeWindowMessageFilter 49 00000001
fixme:win:WINNLSEnableIME hwnd 0x10098 enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x10098 enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x10098 enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x10098 enable -1: stub!
(last message repeats couple of times with 0 and -1, possible when the
application is focus or not).
Then I'm clicking 'Decompile...' button to select the file.
I've following logs:
fixme:commdlg:IServiceProvider_fnQueryService Interface
{e07010ec-bc17-44c0-97b0-46c7c95b9edc} requested from unknown service
{e07010ec-bc17-44c0-97b0-46c7c95b9edc}
fixme:shell:ViewModeToListStyle ViewMode 0 not implemented
fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x164e20 (2, 1026, a003, 0,
0x33e93c)
fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x164e20 (2, 1026, a004, 0,
0x33e93c)
fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x164e20 (2, 1025, a003, 1,
0x33e93c)
fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x164e20 (2, 1025, a004, 1,
0x33e93c)
fixme:nstc:NSTC2_fnSetControlStyle2 mask & style (0x00000004) contains
unsupported style(s): 0x00000004
fixme:win:WINNLSEnableIME hwnd 0x10098 enable -1: stub!
The file selection popup appeared, so I can select the file.
Once I've clicked on the file, I've following messages:
fixme:uniscribe:GPOS_apply_lookup We do not handle SubType 6
fixme:uniscribe:GPOS_apply_lookup We do not handle SubType 6
(last message repeats around 40 times more at the same time)
fixme:shell:IShellBrowser_fnOnViewWindowActive stub, 0x164e20 (0x165368)
Selecting the file (some.ex4), I've following messages:
fixme:win:WINNLSEnableIME hwnd 0x10098 enable 0: stub!
fixme:uniscribe:GPOS_apply_lookup We do not handle SubType 6
(the last message - many of them)
fixme:win:WINNLSEnableIME hwnd 0x10098 enable -1: stub!
fixme:shell:IShellItemArray_fnEnumItems Stub: 0x173c40 (0x33f83c)
After that no files were selected.
Also I can't type manually in 'File' textbox.
The other think which doesn't work, is dropping the file, but I assume it's not
supported in Wine.
I've seen some similar errors in following tickets:
http://bugs.winehq.org/show_bug.cgi?id=27936http://bugs.winehq.org/show_bug.cgi?id=23525http://bugs.winehq.org/show_bug.cgi?id=11095
And those somebody else pastebins contains exact message which I've:
http://pastebin.com/rx9xRPKYhttp://pastebin.com/QW8T25Xh
which is: 'fixme:win:WINNLSEnableIME hwnd 0x10098 enable 0: stub!'
Basically my goals is to try this program, but it simply doesn't work as
expected.
P.S. I've compiled latest version from Git from the sources on Mac, so
eventually I could apply some patches or write some (if I'll have some good
directions) to test it.
Thank you.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39009
Bug ID: 39009
Summary: "Importance" link on bug report form opens in wrong
place on fields descriptions page
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
Distribution: ---
The fields description page has two sections for Importance. The first one is
right below the status definitions table; right below it are the definitions
for Priority and Severity (which is what users need to see). The second
Importance section is toward the bottom of the page, and it just describes the
field as "the combination of its Priority and Severity" without the severity
definitions anywhere in sight.
Clicking the Importance link on the bug report form opens the page at the
second Importance section when it should open at the first one (or even better,
at the Severity section, since that's what we really want users to see). The
result is that users don't see the actual definitions for severity even if they
do bother to click the link.
--
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=33292
Bug #: 33292
Summary: Vietcong: Disc can't be authenticated
Product: Wine
Version: 1.5.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
Starting Vietcong with the original disc will result the most times in the
error message "Unable to authenticate original disc within time limit.".
Clicking on "Retry" will continue the authentication process but the vietcong
process will then close after a few seconds. The only message the terminal is
showing is "fixme:ntdll:server_ioctl_file Unsupported ioctl 2d1400 (device=2d
access=0 func=500 method=0)".
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39498
Bug ID: 39498
Summary: LEGO Rock Raiders - Using bundled d3drm.dll causes
freezing
Product: Wine
Version: 1.7.50
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: david.maza.au(a)gmail.com
Distribution: ---
Created attachment 52637
--> https://bugs.winehq.org/attachment.cgi?id=52637
Compressed Trace Log
Hello,
If I use the bundled d3drm.dll version to play Lego Rock Raiders, the game
freezes after the first screen.
The music continues to play in the background but the game is unplayable.
Interestingly, holding down a key on my keyboard stops the freezing. For
example, holding down the Alt+Tab key combination causes the game to continue
rendering items on the screen.
Unfortunately using the native d3drm.dll doesn't work and causes a crash on
startup (bug #39497).
--
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=31072
Bug #: 31072
Summary: Diablo III: Sound is very quiet
Product: Wine
Version: 1.5.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
If some NPC's are talking for example if I'm finding a book with a story I have
troubles to understand them because the voices are very quiet. I have already
set all ingame sound to 100% and have still to need to turn up much my sound
boxes. Only the cinematics have a loud (normal) sound.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39072
Bug ID: 39072
Summary: Olympus Viewer crashes when it tries to process ORF
files
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: samkochkarev(a)gmail.com
Distribution: ---
Created attachment 52056
--> https://bugs.winehq.org/attachment.cgi?id=52056
backtrace
Both issues are related - you can either start Export or just press the
triangle to start raw processing.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40321
Bug ID: 40321
Summary: Install of Huion H610Pro Drawing Tablet fails ...
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dave_m16(a)hotmail.com
Distribution: ---
Created attachment 53973
--> https://bugs.winehq.org/attachment.cgi?id=53973
the show details on serious error
Serious error --- details attached --- thanks
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37227
Bug ID: 37227
Summary: Button clicks are ignored in the application
Product: Wine
Version: 1.7.25
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dick.kniep(a)lindix.nl
We are using Go-Global for UNIX v2.2.19 to connect to our servers.
(Download from
ftp://ftp.graphon.com/pub/GO-Global-UX/v2.2.19/go_setup_2.2.19.1222.exe)
This used to work pretty good with wine in the past. But with wine 1.7.25, as
soon as a graphical program is started, any mouseclick in the screen is
ignored, rendering the application useless.
You can use one of our servers to verify.
Steps to reproduce:
1. install under wine: works OK
2. choose secure socket as transport
3. connect to demo.cvix.nl
4. login using winetest/winetest as credentials
Then you will get a window with a firefox icon.
You can type in the bar and will get a website. Try a website where a
buttonclick is required and you will notice that this will not work. It simply
ignores the click event.
BTW. There is another problem with the keyboard. We are using a US-intl
keyboard, but it insists in using a Dutch keyboard where the keys are mapped to
different locations.
--
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=36708
Bug ID: 36708
Summary: Crash during attempt to load SecureDownloadManager.exe
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fyejm5(a)gmail.com
Created attachment 48753
--> http://bugs.winehq.org/attachment.cgi?id=48753
Unhandled exception: page fault on read access to 0x00710033 in 32-bit code
Successfully installed a .MSI file for a secure downloader specific to licensed
Windows-related software. When attempting to initiate the .exe for the
downloader and load the .SDX file (URL to location of software), Wine crashed
with the attached dump.
--
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.