http://bugs.winehq.org/show_bug.cgi?id=19960
Summary: NtQuerySystemInformation(
SystemProcessorPerformanceInformation returns stale
and incorrect values
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
CC: ray(a)pobox.co.uk
NtQuerySystemInformation( SystemProcessorPerformanceInformation, ...) has the
following issues:
1) DpcTime, IntTime, IntCount not zeroed, they need to be rather then returning
random values.
2) KernelTime should include IdleTime. This is the case on Windows as the per
CPU Idle threads run in Kernel mode.
3) the numbers returned should be 100ns ticks, not clock ticks as this is what
Windows returns.
I have worked round all 3 of these issues in my SIV (http://rh-software.com/)
program (4.01 and later). If they get fixed then please tell what will be
returned by the fixed version.
Both the __APPLE__ and the default sections need fixing starting from around
line 982 in dlls\ntdll\nt.c. The first 2 fixes are trivial and I can't imagine
the last one being too dificult. The current code seems also very strange in
that loads values into heap space when it would be much simpler and faster to
write them directly back to the user buffer.
--
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=22116
Summary: Itunes error
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johnny_borg(a)yahoo.com.au
Hi, I am about as useless at Linux as possible.
Basically, tried to install i TUnes today, everything worked and seemed to be
going normally.
The program suddenly quit and said that there were errors in the loading.
I cannot run/burn CDs and the whole thing shuts down.
Any ideas of what I can run to fix the error??
Try to really dumb the answer down too, I wont be offended.
Thanks
--
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=14343
Summary: Bigfishgames "Play My Games" Crashes With "Unhandled
page fault"
Product: Wine
Version: 1.0.0
Platform: PC
URL: http://www.bigfishgames.com/download-games/3355/airport-
mania-first-flight/index.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vik(a)catalyst.net.nz
Created an attachment (id=14640)
--> (http://bugs.winehq.org/attachment.cgi?id=14640)
Debug dump of bigfishgames crash.
After installing the game installer from above, attempts to run the "Play My
Games" application link on the desktop or from the command line result in a
crash. The command line command is:
vik@kereru:~/.wine/dosdevices/c:/Program Files/bfgclient$ env
WINEPREFIX="/home/vik/.wine" wine "C:\Program Files\bfgclient\bfgclient.exe"
Immediate results are:
wine: Unhandled page fault on read access to 0x003a0043 at address 0x40d5d3
(thread 0009), starting debugger...
Full version attached.
vik@kereru:~$ wine --version
wine-1.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.
http://bugs.winehq.org/show_bug.cgi?id=23509
Summary: SetThreadAffinityMask() regression in Wine 1.2-rc6
Product: Wine
Version: 1.2-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bstriker(a)ya.ru
SetThreadAffinityMask() regression spotted in Wine 1.2-rc6. The bug 19982 was
fixed one day, but it returned back in RC6.
Test utility can be downloaded here: http://rh-software.com/downloads/siv.zip
Normally the command:
$ wine siv -save=[processors]=stdout -nodriver 2> /dev/null | egrep "(CPU-|IC
G)"
returns output:
MPS MCP HTT APIC G N Affinity Speed
Processors |P| CPU-0 0 0 0 0000 0 0 0x00000001 3.17GHz
|C| CPU-1 0 1 0 0001 0 1 0x00000002 3.17GHz
but sometimes it returns:
MPS MCP HTT APIC G N Affinity Speed
Processors |P| CPU-0 0 0 0 0000 0 0 0x00000001 3.17GHz
|P| CPU-1 0 0 0 0000 0 1 0x00000002 3.17GHz
which is incorrect.
--
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=20998
Summary: Anarchy Online starting up slowly and KDE panel shown
fullscreen
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wagnermaik(a)web.de
Created an attachment (id=25178)
--> (http://bugs.winehq.org/attachment.cgi?id=25178)
Anarchy Online Logs
I am trying to run "Anarchy Online" from Funcom using Wine 1.1.33 on Mandriva
2010.0 Linux. Patching works fine and when I am starting up the game the KDE
panel is still shown when going fullscreen.
The screen remains black for a long time, after that the startup logo is shown
and music can be heard (I have Pulseaudio off). As it takes a while to load up
I always become disconnected. Switching back to the original screen resolution
works fine though. I have attached my logs and hope they can be of help.
--
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=13387
Summary: Crysis patcher fails
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
Trying to apply the 1.2.0 Patch for Crysis fails. It starts, but trying to
apply the patch results in:
"The wizard was interrupted before Crysis could be completely installed"
Console output at the relevant moment:
fixme:msi:ControlEvent_HandleControlEvent unhandled control event L"Reinstall"
arg(L"ALL")
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"DisableRollback"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"SetODBCFolders"
err:msi:ITERATE_Actions Execution halted, action L"ChangeConfigPropCA" returned
1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
--
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=23830
Summary: KKBOX 4.2.0.158 crashes
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chihchun(a)kalug.linux.org.tw
Created an attachment (id=29910)
--> (http://bugs.winehq.org/attachment.cgi?id=29910)
plain backtrace
KKBOX 4.2.0.158 crashes right after exe file launch displaying only loading
splash
screen. The program requires IE7, WMP10.
Version: 4.2.0158
Release Date: 2010/05/25
Size: 5.35MB
Wine output+backtraces are attached for reference. Application information will
be available at
http://appdb.winehq.org/objectManager.php?sClass=application&iId=11871
Any hint for fixing the issue would be appreciated.
--
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=15304
Summary: Running any Half-Life based game in "Windowed Mode"
corrupts mouse movement
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: someprogr(a)yahoo.com
I have tried many steam games with this and many versions of Wine ranging from
0.9.48-1.1.4. For testing purposes try this with Counter-Strike Source.
To replicate:
1. Start Steam.
2. Edit parameters for Counter-Strike: -windowed
2.5 Also add any additional resolution parameters needed
3. Start Counter-Strike
4. Join server. When you spawn, or are spectating in freemode, the mouse will
automically and slowly start moving toward the top left.
To worsen this, if you move the Counter-Strike window to another location and
then go back to the game, the mouse will move at an even faster rate. This will
definately replicate it if it couldn't be replicated in the previous step.
This is reproducable every time. The in-game crosshair will always start moving
toward the top left.
NOTE: When you press escape (which takes you to the menus/etc) the mouse is
still. This problem only occurs in game when you are playing.
--
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=12178
Summary: wine 0.9.58 quicktime regression
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: weltall2(a)gmail.com
Created an attachment (id=11575)
--> (http://bugs.winehq.org/attachment.cgi?id=11575)
console output
I've just updated today to 0.9.58 from wine 0.9.57 using the official ubuntu
repositories reported in the main page and i've found a regression regarding
quicktime (7.4).
At a first look the application seems to load fine but when i do file=>open
file... and choose a quicktime movie (it was exported from keynote in mp4 and
has points where the animation locks automatically waiting for the user to
interact: that's why i can't use linux applications to see these... they don't
support this) the quicktime window goes to the top left and after some seconds
it closes itself.
Running wine from command line reported an unhandled exception which wasn't
there till last version. and the application seems to quit before the crash
backtrace.
As a side note the only way to make quicktime even launch (and work almost
correcly till 0.9.57 except some gui glitches which are of little importance)
is loading a native gdiplus.dll.
attached is the console 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.