http://bugs.winehq.org/show_bug.cgi?id=26196
Summary: Need a way to force processor affinity / or force
single core
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gQuigs(a)gMail.com
It does not appear possible to run a wine command with schedtool processor
affinity and have it carry on to what wine actually runs.
I tried it with steam and couldn't get it to do so in the initial command. (you
can do so after running, but then this get's very bad with full screen
games/etc)
I suggest it is added as an option in winecfg, possibly to just force single
core.
Related to BUG 26195
--
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=26599
Summary: ip-tv player not switch to fullscreen
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hyper_sonic(a)hotbox.ru
IP-TV Player is a very popular broadcast player used in ISP provider network in
Russia. It is based on vlc lib.
Player works very well, special when OpenGL output used. But switch to
Fullscreen (F key) not works.
URL to download: http://borpas.info/download/IpTvPlayer-setup.exe
--
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=26509
Summary: dbghelp gives a ton of duplicate symbols under clang
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: eric.pouech(a)orange.fr
Crashes under wine built with clang have a ton of duplicate symbols, e.g.:
fixme:dbghelp:elf_new_wine_thunks Duplicate in L"ntdll<elf>":
signal_alloc_thread.sigstack_zero_bits<7bce9a60-00000004>
sigstack_zero_bits<7bce9a60-0>
fixme:dbghelp:elf_new_wine_thunks Duplicate in L"ntdll<elf>":
init_tz_info.current_year<7bcd7dd8-00000004> current_year<7bcd7dd8-0>
fixme:dbghelp:elf_new_wine_thunks Duplicate in L"ntdll<elf>":
LdrQueryImageFileExecutionOptions.optionsW<7bcc1240-000000a4>
optionsW<7bcc1240-0>
fixme:dbghelp:elf_new_wine_thunks Duplicate in L"ntdll<elf>":
is_invalid_dos_char.invalid_chars<7bcbe050-00000022> invalid_chars<7bcbe050-0>
fixme:dbghelp:elf_new_wine_thunks Duplicate in L"ntdll<elf>":
RtlIsDosDeviceName_U.auxW<7bcc3758-00000006> auxW<7bcc3758-0>
fixme:dbghelp:elf_new_wine_thunks Duplicate in L"ntdll<elf>":
init_options.WineW<7bcbe080-0000001c> WineW<7bcbe080-0>
fixme:dbghelp:elf_new_wine_thunks Duplicate in L"ntdll<elf>":
get_nt_registry_version.service_pack_keyW<7bcca450-00000062>
service_pack_keyW<7bcca450-0>
fixme:dbghelp:elf_new_wine_thunks Duplicate in L"ntdll<elf>":
RtlCompactHeap.reported<7bcd91b4-00000004> reported<7bcd91b4-0>
fixme:dbghelp:elf_new_wine_thunks Duplicate in L"ntdll<elf>":
version_formatW<7bcbc060-00000018> fmt_ip<7bcbc060-0>
fixme:dbghelp:elf_new_wine_thunks Duplicate in L"ntdll<elf>":
parse_file_elem.sha1W<7bcbc57e-0000000a> sha1W<7bcbc57e-0>
but not with gcc.
--
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=26482
Summary: Typo in c2man.pl leads to FTBFS
Product: Wine
Version: 1.3.16
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debian(a)carbon-project.org
CC: julliard(a)winehq.org
Created an attachment (id=33715)
--> (http://bugs.winehq.org/attachment.cgi?id=33715)
Trival patch to fix the typo
The recent changes to c2man.pl [0] introduced an typo leading to an build
error:
> make[3]: Entering directory `/tmp/buildd/wine-unstable-1.3.16/build32/dlls/acledit'
> ../../../tools/c2man.pl -o ../../documentation/man3w -R../.. -C../../../dlls/acledit -S3w -I../../../dlls/acledit -I. -I../../../include -I../../include -w acledit.spec main.c
> Global symbol "$FLAGS_DOCUMENTED" requires explicit package name at ../../../tools/c2man.pl line 1993.
> Execution of ../../../tools/c2man.pl aborted due to compilation errors.
> make[3]: *** [manpages] Error 255
> make[3]: Leaving directory `/tmp/buildd/wine-unstable-1.3.16/build32/dlls/acledit'
> make[2]: *** [manpages] Error 2
> make[2]: Leaving directory `/tmp/buildd/wine-unstable-1.3.16/build32'
> make[1]: *** [install-man] Error 2
> make[1]: Leaving directory `/tmp/buildd/wine-unstable-1.3.16/build32/documentation'
Attached you'll find a trivial patch to fix the issue.
Cheers,
Kai
P.S.: CCed Alexandre as he was the commiter
[0]
http://source.winehq.org/git/wine.git/commitdiff/1d79674150d53f124febbb2d35…
--
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=26026
Summary: Installation of ICBC online bank Active Control needs
scarddlg.dll
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
1. Install mfc42
$ winetricks -q mfc42
2. Install icbc_netbank_client_controls.exe
$ wine icbc_netbank_client_controls.exe
fixme:ole:DllRegisterServer stub
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Common
Files\\InstallShield\\Professional\\RunTime\\IsProBE.tlb" failed with error 2
fixme:storage:create_storagefile Storage share mode not implemented.
err:ole:marshal_object object doesn't expose interface
{be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
err:ole:marshal_object object doesn't expose interface
{be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
err:module:import_dll Library SCARDDLG.dll (which is needed by
L"C:\\windows\\system32\\GPKPCSC.dll") not found
err:module:import_dll Library GPKPCSC.dll (which is needed by
L"C:\\windows\\system32\\NPCard.dll") not found
err:module:import_dll Library NPCard.dll (which is needed by
L"C:\\windows\\system32\\GemOCX.ocx") not found
err:module:import_dll Library SCARDDLG.dll (which is needed by
L"C:\\windows\\system32\\GPKPCSC.dll") not found
err:module:import_dll Library GPKPCSC.dll (which is needed by
L"C:\\windows\\system32\\GemOCX.ocx") not found
err:module:import_dll Library SCARDDLG.dll (which is needed by
L"C:\\windows\\system32\\GPKPCSC.dll") not found
err:module:import_dll Library GPKPCSC.dll (which is needed by
L"C:\\windows\\system32\\NPCard.dll") not found
err:module:import_dll Library NPCard.dll (which is needed by
L"C:\\windows\\system32\\GemOCX.ocx") not found
err:module:import_dll Library SCARDDLG.dll (which is needed by
L"C:\\windows\\system32\\GPKPCSC.dll") not found
err:module:import_dll Library GPKPCSC.dll (which is needed by
L"C:\\windows\\system32\\GemOCX.ocx") not found
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-2d00-00002a000000}
err:rpc:I_RpcReceive we got fault packet with status 0x80010108
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-2d00-00002a000000}
err:rpc:I_RpcReceive we got fault packet with status 0x80010108
If I copy scarddlg.dll to system32 folder, then there is no import_dll errors.
Is scarddlg.dll outside of Wine's scope?
--
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.