http://bugs.winehq.org/show_bug.cgi?id=8201
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2007-28-04 23:35 -------
fixme's are not bugs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8201
------- Additional Comments From d.c.ddcc(a)gmail.com 2007-28-04 23:31 -------
According to MSDN, this is designed to prevent access to StickyKeys during
gameplay. Since Ubuntu has no "StickKeys" feature (as far as I'm aware), I'm
wondering whether this issue can be solved by simply ignoring this flag as it is
of no use on Ubuntu.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8201
Summary: Silkroad Online: Unimplemented action SPI_SETSTICKYKEYS
Product: Wine
Version: 0.9.36.
Platform: Other
URL: http://www.silkroadonline.net
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d.c.ddcc(a)gmail.com
When running Silkroad Online and hitting the "Start" button, it loads the
GameGuard protection module. After that, it loads the main splash screen where
it initializes everything. It is here that WINE shows this error
"fixme:systen:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS).
Note: Unsure of component type.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3952
------- Additional Comments From d.c.ddcc(a)gmail.com 2007-28-04 23:23 -------
Isn't there anyway to simply emulate GameGuard? When it asks for a log of
running processes just report the normal running ones + the current game? Then
when it decides to scan memory and whatnot just point it to a nonexistent process?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6500
------- Additional Comments From d.c.ddcc(a)gmail.com 2007-28-04 23:18 -------
Set to 98 and ensuring that you have the latest version of WINE fixes this bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8193
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From truiken(a)gmail.com 2007-28-04 23:05 -------
Scratch all that, I've figured out the bug. Our media changing code only
prompts for the next media when the next file to install is compressed. I'll
write up a patch to fix this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8193
------- Additional Comments From truiken(a)gmail.com 2007-28-04 22:53 -------
And change
printf("file->File: %d\n", debugstr_w(file->File));
to be
printf("file->File: %s\n", debugstr_w(file->File));
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8193
------- Additional Comments From truiken(a)gmail.com 2007-28-04 22:52 -------
Can you edit wine/dlls/msi/files.c ~line 744 to look like this:
LIST_FOR_EACH_ENTRY( file, &package->files, MSIFILE, entry )
{
if (file->state != msifs_missing && !mi->is_continuous && file->state !=
msifs_overwrite)
continue;
printf("file->File: %d\n", debugstr_w(file->File));
printf("file->Sequence: %d\n", file->Sequence);
printf("mi->last_sequence: %d\n", mi->last_sequence);
printf("mi->is_continuous: %d\n", mi->is_continuous);
printf("file->IsCompressed: %d\n", file->IsCompressed);
printf("mi->is_extracted: %d\n", mi->is_extracted);
if (file->Sequence > mi->last_sequence || mi->is_continuous ||
(file->IsCompressed && !mi->is_extracted))
{
Compile, install, and attach the output here.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8200
------- Additional Comments From austinenglish(a)gmail.com 2007-28-04 22:45 -------
Forgot to mention specs:
O/s: Ubuntu 7.04 (Feisty Fawn)
Arch: PC-x86
Utorrent version: 1.61 (Build 490)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8200
austinenglish(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8200
Summary: Utorrent no longer makes System Tray Icon
Product: Wine
Version: 0.9.35.
Platform: PC
URL: http://www.utorrent.com/
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Utorrent no longer makes a system tray icon in Wine 0.9.35 and 0.9.36.
Minimizing to tray seems to allow the process to continue, but the only way to
access it again is to relaunch it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8052
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-28-04 22:27 -------
Confirmed fixed - closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=219
------- Additional Comments From stfan4cjk(a)gmail.com 2007-28-04 22:24 -------
is this going to be implemented any time soon because alot of games could use this?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8193
------- Additional Comments From stfan4cjk(a)gmail.com 2007-28-04 20:53 -------
iw_00.iwd
iw_01.iwd
iw_06.iwd
these are the list of files in setup/data/main on the first cd.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8193
------- Additional Comments From truiken(a)gmail.com 2007-28-04 20:39 -------
Well I need a list of the files in D:\Setup\Data\main.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8193
stfan4cjk(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5999|application/octet-stream |text/plain
mime type| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8193
------- Additional Comments From truiken(a)gmail.com 2007-28-04 20:11 -------
Please attach a recursive directory listing of the first cd.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8085
------- Additional Comments From austinenglish(a)gmail.com 2007-28-04 19:27 -------
Attached is a log of what the same application does in 0.9.34 it creates the
same loop as in .35 & .36, but for me it breaks the loop after 3 times and then
launches the program after:
fixme:quartz:Videowindow_HideCursor (0x1a96b0/0x1a96b8)->(0): stub !!!
Opening DVD files then gives:
fixme:shell:BrsFolder_OnCreate flags 20 not implemented
Hope this will help fix the regression.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1631
------- Additional Comments From hughes28105(a)gawab.com 2007-28-04 19:22 -------
for some reson it keep say something about being blocked
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x1b20f8)->((nil),00000008)
fixme:d3d:IWineD3DStateBlockImpl_Release Releasing primary stateblock
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x1b20f8)->((nil),00000008)
fixme:d3d:IWineD3DStateBlockImpl_Release Releasing primary stateblock
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x1b20f8)->(0x10024,00000051)
and after that happens this comes stub comes up
fixme:d3d:IWineD3DDeviceImpl_ValidateDevice (0x1cd708) : stub
fixme:d3d:IWineD3DDeviceImpl_ValidateDevice (0x1cd708) : stub
fixme:d3d:IWineD3DDeviceImpl_ValidateDevice (0x1cd708) : stub
after all that the DSOUND_MixOne err comes up
err:dsound:DSOUND_MixOne underrun on sound buffer 0x20ff58
err:ntdll:RtlpWaitForCriticalSection section 0x776558 "?" wait timed out in
thread 0009, blocked by 000d, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x776558 "?" wait timed out in
thread 000f, blocked by 000d, retrying (60 sec)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1631
hughes28105(a)gawab.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5996 is|0 |1
obsolete| |
------- Additional Comments From hughes28105(a)gawab.com 2007-28-04 19:19 -------
Created an attachment (id=5997)
--> (http://bugs.winehq.org/attachment.cgi?id=5997&action=view)
This has something interesting
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.