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=24870
Summary: thief gold multiprocessor bug not affected by taskset
or schedtool.
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i30817(a)gmail.com
The DarkEngine games have a multicore bug where running the games without
affinity set to only one processor locks up the game (especially when attacking
a npc).
In windows, a affinity tool, or the task manager is used to set the process to
one processor, but in ubuntu with wine, tools like taskset, that are supposed
to do the same, don't work with wine programs.
It's hard to reproduce, but attack a npc with the bow on the first mission of
thief gold with sound set to emulated on winecfg.
and run thief with either:
taskset -c 0 wine THIEF.EXE
or
schedtool -a 0 -e wine THIEF.EXE
thief locks up.
Going to a console and checking the affinity with
taskset -c -p (pid of thief)
gives:
pid (pid of thief) current affinity list : 0,1
Obviously something is very wrong.
I have to kill wine to get my display back.
I attach a running output of thief gold after locking up.
--
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=25520
Summary: Unreal Gold (gog.com version) crashes
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maikwagner(a)yahoo.com
Created an attachment (id=32493)
--> (http://bugs.winehq.org/attachment.cgi?id=32493)
Logfile from crash
Installing "Unreal Gold" (gog.com Version) worked fine but starting up doesn't.
I am using "Direct 3D Rendering" using a virtual desktop.
--
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=24359
Summary: dbghelp doesn't support DW_LNE_set_discriminator (gcc
4.6)
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: eric.pouech(a)orange.fr
Depends on: 23137
This is part two of bug 23137.
With new gcc (4.6), a crash in wine shows:
fixme:dbghelp:elf_new_wine_thunks Duplicate in L"kernel32<elf>":
__wine_dbch_time<7ef001c0-00000010> __dbch<7ef001c0-0>
fixme:dbghelp:elf_new_wine_thunks Duplicate in L"kernel32<elf>":
__wine_dbch_ver<7ef001e0-00000010> __dbch<7ef001e0-0>
in terminal several times.
--
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=25825
Summary: kernel32:debugger tests fail under clang
Product: Wine
Version: 1.3.11
Platform: x86
URL: http://test.winehq.org/data/98834637eb25caf986c9feae3e
aa0b855cc19a26/wine_ae-ub1004-clang/kernel32:debugger.
html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=32915)
--> (http://bugs.winehq.org/attachment.cgi?id=32915)
WINETEST_REPORT_SUCCESS=1 WINEDEBUG=debugstr make debugger.ok
debugger.c:441: HKLM\Software\Microsoft\Windows
NT\CurrentVersion\AeDebug\debugger is set to 'winedbg --auto %ld %ld'
debugger.c:408: waiting for child exit...
debugger.c:175: child: crashing...
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x7eb88d0a).
winedbg: Internal crash at 0x7ec75e4d
debugger.c:412: Test failed: exit code = c0000354
+debugstr attached
--
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.