http://bugs.winehq.org/show_bug.cgi?id=5109
Summary: When having updates (one or multiple) window response
time lags severely
Product: Wine
Version: 0.9.12.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P4
Component: wine-ipc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ryanbach(a)adelphia.net
Where there is a Steam update (sorry I don't have logs) and I have set multiple
items to "Always keep this game up to date" (right click the item, Properties ->
Updates) then it lags the window in equivalence to number that are set to do so.
In the best case it is just a small annoyance and little time is lost, usually
it just lags the window response time and at the worst the user could think that
it is frozen because the window doesn't refresh at all and shows a mouse "trail"
and severely impairs the update time in a negative manner.
--
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=5102
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.linkomp.pl/downlo
| |ad/pity2005ngsetup.exe
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download, regression
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-22-04 01:28 -------
Confirming. Looks like another regression between wine 0.9.4 (no bug) and 0.9.5
(bug) Micha, could you do a reression test?
--
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=2398
------- Additional Comments From vitaliy(a)kievinfo.com 2006-21-04 22:00 -------
The cause is really simple actually: Wine creates X windows for top level
windows _only_. All the rest of the windows are Wine only windows and do not
exist for X.
But libGL can draw on X windows only...
--
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=5050
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From vitaliy(a)kievinfo.com 2006-21-04 21:52 -------
Looks like Wine doesn't have Unicode version of that function at all.
Btw it is implemented in ASCII only.
M$ has loads of their extensions that are not documented in any way. Wine
working towards supporting native windbg but it's a long ways away.
You will have much better luck using gdb.
--
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=5066
------- Additional Comments From vitaliy(a)kievinfo.com 2006-21-04 21:42 -------
Correct, SuSE 9.3 has broken FontForge - not Wine's problem.
--
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=5099
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|fixme:ntdll:NtFsControlFile |Problem installing Command
| |and Conquer Tiberian Sun
------- Additional Comments From vitaliy(a)kievinfo.com 2006-21-04 21:35 -------
Btw if you hack it that way, does it work? Or does it get any farther?
I meant that it will always fail on native when used on drive c:
MSDN is really clear about this:
It will suceed only if there are "no open handles on the device refernced by
handle".
As far as implementing that on Wine - you can't. At best you can change return
value (something that you did with your patch). But that would be invalid for
most cases.
Handles are indexes into handle table inside OM (object manager). It resides in
wineserver. The example from comment #6 will not work - it tries to mapp file as
file section - which won't work ok device ex: "\??\D:".
You could use NtQueryObject with ObjectBasicInformation & ObjectNameInformation.
That should work on devices but I don't know if that will work on files...
And of course that's not implemented on Wine.
So I don't see how it can be _fixed_. You can hack it's return value - but
that's not a solution...
--
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=2398
------- Additional Comments From philip(a)digitalinfinity.biz 2006-21-04 20:03 -------
Yeah... It looks like the window.c in the x11drv subdirectory needs to be
changed to handle an new type of window. But it looks like you'll have to change
a few other libraries to recognize the new window type.
Judging by one of the back traces that I did in rendermonkey. A window doesn't
get created somewhere because invalid values are passed to it. This is the same
bug as what your struggling with with that program too. Wonder if that has
anything to do with it? Does the video lan project have the same issue?
Your definetly going to have to temporarily break some code to get it to work.
Thats for sure. Looks like project that is going to take all summer.
--
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=4733
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |enhancement
Keywords| |tasklist
Priority|P2 |P3
Summary|This 64k demo crashes at |Get
|startup |optimized/compressed/packed
| |executables working
Target Milestone|--- |1.0.0
Version|CVS |unspecified
------- Additional Comments From Speeddymon(a)gmail.com 2006-21-04 19:53 -------
wine currently only supports (officially anyways) running uncompressed
exeuctables. Which means that this bug is not a critical, but more of an
enhancement, one that should be fixed though by 1.0. If someone wants to run
one scene.org's demos they should uncompress it. IMHO it's not really a big
issue since it is only affecting a release group's demo, not anything major like
photoshop. If uncompressing it is not possible for whatever reason (the most
likely being that the exe packer doesnt run under wine), then unless the program
is one that is interactive or automatic but serves a purpose, it's pretty much
tough luck for that program, unfortunately, although I do think it should be
fixed by 1.0, which is why I put target milestone.
--
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=5099
------- Additional Comments From Speeddymon(a)gmail.com 2006-21-04 19:44 -------
I can confirm that it does work on native with only c: drive and a cd drive...
So if you mean that it wont work on native with a c: drive but no other drive,
including a cd drive or floppy, then yes, but that is expected as the game is
copy protected, meaning you need the cd, so its (possibly unintentionally) an
additional copy protection measure...
--
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=5102
------- Additional Comments From wolvverine(a)tlen.pl 2006-21-04 19:20 -------
http://www.linkomp.pl/download/pity2005ngsetup.exe - it is polish language program
in menu:
pliki / wlasciwosci programu / {tab} Foldery
or
pliki / eksportuj / pdf (you must write data too tax form)
and if close program window:
wine: Unhandled page fault on read access to 0x7eb7d960 at address
0x0000:0x004045de (thread 0009), starting debugger...
WineDbg starting on pid 0x8
First chance exception: page fault on read access to 0x7eb7d960 in 32-bit code
(0x004045de).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:004045de ESP:7fb9f9c4 EBP:7fb9fed8 EFLAGS:00010206( - 00 - RIP1)
EAX:7eb7d960 EBX:0040505e ECX:00000000 EDX:7fb9f901
ESI:7fb9feb8 EDI:7fb9feb8
Stack dump:
0x7fb9f9c4: 00404e15 00405068 00000000 00000000
0x7fb9f9d4: 7eb7d960 7fb9fe18 7fb9fa04 7fb9fa1c
0x7fb9f9e4: 7fb9fe18 7fb9feb8 7ffd5320 7ffbd109
0x7fb9f9f4: 7fb9fe18 7fb9feb8 7fb9fb4c 7fb9fa6c
0x7fb9fa04: 7fb9fea4 7ffa0e40 7fb9feb8 7f2859fc
0x7fb9fa14: 7f2bf820 00000000 7fb9fa3c 7ffbd0dd
Backtrace:
=>1 0x004045de in pity2005ng (+0x45de) (0x004045de)
2 0x0040530a in pity2005ng (+0x530a) (0x0040530a)
3 0x7fc98d18 in kernel32 (+0x48d18) (0x7fc98d18)
4 0xb7f9618b wine_switch_to_stack+0x17 in libwine.so.1 (0xb7f9618b)
0x004045de: movl 0x0(%eax),%ecx
--
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.