http://bugs.winehq.org/show_bug.cgi?id=28087
Summary: foobar 2000: Crashes when editing tags (with
configured media library)
Product: Wine
Version: 1.3.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonas.nyren(a)gmail.com
When a media library has been added (it does not happen without one) and you
edit tags (Select some tracks and press alt+enter or right click and select
edit tags) it crashes eventually. I'll try to give you a "how-to" to make it
happen, please ask me if anything is unclear:
Select a field (In my case i selected composer) Start entering a composer,
followed by a semicolon and a space (this is how foobar 2000 separates multiple
values) and enter another one. After a while foobar 2000 will now crash and
bring up a requester asking you to send crash information to the developers. In
this report the reason for crashing is always:
Crash location:
Module: libwine.so.1
Offset: 98B5h
Symbol: "wine_compare_string" (+25h)
This did not happen in previous versions of wine. I would have checked exactly
which version introduced it, but I had already cleaned out my package cache and
it's of course not available any longer in the repositories (Arch linux).
Console output does not appear to contain anything of interest.
I tried with both foobar2000 v1.1.2 and v1.1.7 and the crash happens in both.
Happens with both win32 and win64 archs.
--
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=28154
Summary: AutoIt - InputBox
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rcmaehl(a)aol.com
In wine-1.2.2 and wine-1.3.15 on Ubuntu Inputbox() for autoit does not work.
sample script:
InputBox("meh", "meh")
Expected result:
Input window
Actual result:
Nothing and program exits
Terminal output when compiled:
fixme:win:LockWindowUpdate ((nil)), partial stub
--
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=28171
Summary: "Text Service and Input Languages" crash:
Unimplemented function imm32.dll.ImmGetHotKey
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=36091)
--> (http://bugs.winehq.org/attachment.cgi?id=36091)
Log: unimplemented function imm32.dll.ImmGetHotKey
1. copy native input.dll, sptip.dll, and sapi.dll
2. regsvr32 sptip.dll for class {dcbd6fa8-032f-11d3-b5b1-00c04fc324a1},
regsvr32 sapi.dll for class {a910187f-0c7a-45ac-92cc-59edafb77b53}
3. import keyboard_layouts.reg with regedit, which is download from
http://www.geekstogo.com/forum/index.php?app=core&module=attach§ion=att…
( referer url:
http://www.geekstogo.com/forum/topic/222396-cant-change-language-settings-f…
)
4. start the "Text Service and Input Languages" :
$ wine control input.dll
(notes: without step 3, there will be an "incompatible keyboard driver
detected" error, and the input.dll control panel can not display complete, I'm
not sure if it this a wine bug)
5. click "Key settings", then crash:
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 -
assuming all bytes
fixme:msctf:InputProcessorProfiles_GetLanguageList Semi-STUB:(0x13afd0)
wine: Call from 0x7b83a537 to unimplemented function imm32.dll.ImmGetHotKey,
aborting
--
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=28199
Summary: Installation of vcrun6 causes undefined function
_set_printf_count_output
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: llie(a)nano.exofire.net
When I install vcrun6 (using winetricks), then I'm unable to install dotnet20
or vcrun2005 or many other packages. The installers crash or quit.
Many applications in wine then crash with errors something like:
Unimplemented function msvcrt.dll _set_printf_count_output
I ran a regression test and bisect stopped at this commit:
05ddaaf0686a0fcc10c9874a8d3abc9f35459f44 is the first bad commit
commit 05ddaaf0686a0fcc10c9874a8d3abc9f35459f44
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Aug 25 17:20:03 2011 +0200
msvcr80: Add a WinSxS manifest resource.
:040000 040000 7ac83b8722a5fedc4ac881afd2f7fe96f4dc9bc5
555c864d57fed04525a7d8ab5e4081001a55b242 M dlls
--
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=28388
Summary: winmm/midi.ok deadlocks and crashes occasionally?
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I saw this today on my a8-3850 (on the first, but not second, buildbot run):
../../../tools/runtest -q -P wine -M winmm.dll -T ../../.. -p winmm_test.exe.so
midi.c && touch midi.ok
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 32 channels,
pretending there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 6 channels,
pretending there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 32 channels,
pretending there's only 2 channels
fixme:mixer:ALSA_MixerInit No master control found on HD-Audio Generic,
disabling mixer
fixme:mci:MCI_SysInfo Don't know how to get # of MCI devices of a given type
err:ntdll:RtlpWaitForCriticalSection section 0x110060 "heap.c: main process
heap section" wait timed out in thread 003e, blocked by 002e, retrying (60 sec)
wine: Critical section 00110060 wait failed at address 0x7bc34357 (thread
003e), starting debugger...
err:ntdll:RtlpWaitForCriticalSection section 0x110060 "heap.c: main process
heap section" wait timed out in thread 003e, blocked by 002e, retrying (60 sec)
err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr
0x7bc34357
Command exited with non-zero status 148
--
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=28423
Summary: ImmGetDescriptionW() from imm32 crashes with certain
parameters
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pastorrub(a)msn.com
Created an attachment (id=36436)
--> (http://bugs.winehq.org/attachment.cgi?id=36436)
The test program I did.
When a program calls ImmGetDescriptionW(NULL,NULL,direction), it crashes
instead of returning a direction and the size of it in characters, here is a
test program in the attachments and its source code.
This bug can be solved by adding this or something to allcate memory to imm32,
try it on both windows.
Also, it only occurs in a pointer, not on a finite empty array.
--
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=28447
Summary: Can't select lookup field by mouse in application with
DevExpress components
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arkinform(a)gmail.com
I try to run native Windows application in Wine.
Compiler Delphi 2010 and DevExpress components for visual interface
(http://www.devexpress.com).
It works ok. But I have one trouble: I can't select value in lookup components
by mouse. By keyboard I can do it. In any Windows it works without problems.
I have attached small test application with different lookup controlls.
--
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=28452
Summary: warning: argument to 'sizeof' in 'memcpy' call is the
same expression as the source; did you mean to provide
an explicit length? [-Wsizeof-pointer-memaccess]
Product: Wine
Version: 1.3.28
Platform: x86
URL: http://llvm.org/viewvc/llvm-project?view=rev&revision=
133155
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=36482)
--> (http://bugs.winehq.org/attachment.cgi?id=36482)
full clang make log
A new warning in Clang, see
http://llvm.org/viewvc/llvm-project?view=rev&revision=133155.
There are 13 occurrences in Wine. According to AJ on irc, most look legitimate:
make[1]: Entering directory `/home/austin/wine-git/dlls/dmband'
band.c:176:68: warning: argument to 'sizeof' in 'memcpy' call is the same
expression as the source; did you mean to provide an explicit length?
[-Wsizeof-pointer-memaccess]
memcpy (This->pDesc->pbMemData, pDesc->pbMemData, sizeof
(pDesc->pbMemData));
~~~~~~~~~~~~~~~~
~~~~~~~^~~~~~~~~
make[1]: Entering directory `/home/austin/wine-git/dlls/dmcompos'
chordmap.c:166:68: warning: argument to 'sizeof' in 'memcpy' call is the same
expression as the source; did you mean to provide an explicit length?
[-Wsizeof-pointer-memaccess]
memcpy (This->pDesc->pbMemData, pDesc->pbMemData, sizeof
(pDesc->pbMemData));
~~~~~~~~~~~~~~~~
~~~~~~~^~~~~~~~~
audiopath.c:276:68: warning: argument to 'sizeof' in 'memcpy' call is the same
expression as the source; did you mean to provide an explicit length?
[-Wsizeof-pointer-memaccess]
memcpy (This->pDesc->pbMemData, pDesc->pbMemData, sizeof
(pDesc->pbMemData));
~~~~~~~~~~~~~~~~
~~~~~~~^~~~~~~~~
graph.c:241:68: warning: argument to 'sizeof' in 'memcpy' call is the same
expression as the source; did you mean to provide an explicit length?
[-Wsizeof-pointer-memaccess]
memcpy (This->pDesc->pbMemData, pDesc->pbMemData, sizeof
(pDesc->pbMemData));
~~~~~~~~~~~~~~~~
~~~~~~~^~~~~~~~~
segment.c:567:68: warning: argument to 'sizeof' in 'memcpy' call is the same
expression as the source; did you mean to provide an explicit length?
[-Wsizeof-pointer-memaccess]
memcpy (This->pDesc->pbMemData, pDesc->pbMemData, sizeof
(pDesc->pbMemData));
~~~~~~~~~~~~~~~~
~~~~~~~^~~~~~~~~
script.c:245:70: warning: argument to 'sizeof' in 'memcpy' call is the same
expression as the source; did you mean to provide an explicit length?
[-Wsizeof-pointer-memaccess]
memcpy (This->pDesc->pbMemData, pDesc->pbMemData, sizeof
(pDesc->pbMemData));
~~~~~~~~~~~~~~~~ ~~~~~~~^~~~~~~~~
make[1]: Entering directory `/home/austin/wine-git/dlls/dmstyle'
style.c:249:68: warning: argument to 'sizeof' in 'memcpy' call is the same
expression as the source; did you mean to provide an explicit length?
[-Wsizeof-pointer-memaccess]
memcpy (This->pDesc->pbMemData, pDesc->pbMemData, sizeof
(pDesc->pbMemData));
~~~~~~~~~~~~~~~~
~~~~~~~^~~~~~~~~
make[1]: Entering directory `/home/austin/wine-git/dlls/dmusic'
collection.c:213:68: warning: argument to 'sizeof' in 'memcpy' call is the same
expression as the source; did you mean to provide an explicit length?
[-Wsizeof-pointer-memaccess]
memcpy (This->pDesc->pbMemData, pDesc->pbMemData, sizeof
(pDesc->pbMemData));
~~~~~~~~~~~~~~~~
~~~~~~~^~~~~~~~~
make[1]: Entering directory `/home/austin/wine-git/dlls/dswave'
clang -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wempty-body -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter
-Wwrite-strings -Wpointer-arith -g -O2 -o dswave.o dswave.c
dswave.c:365:68: warning: argument to 'sizeof' in 'memcpy' call is the same
expression as the source; did you mean to provide an explicit length?
[-Wsizeof-pointer-memaccess]
memcpy (This->pDesc->pbMemData, pDesc->pbMemData, sizeof
(pDesc->pbMemData));
~~~~~~~~~~~~~~~~
~~~~~~~^~~~~~~~~
make[1]: Entering directory `/home/austin/wine-git/dlls/msvcrt'
locale.c:103:51: warning: argument to 'sizeof' in 'memcpy' call is the same
expression as the source; did you mean to provide an explicit length?
[-Wsizeof-pointer-memaccess]
memcpy(name, _country_synonyms[i+1], sizeof(_country_synonyms[i+1]));
~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~
winhttp.c:662:89: warning: argument to 'sizeof' in 'memcmp' call is the same
expression as the source; did you mean to dereference it?
[-Wsizeof-pointer-memaccess]
ok(memcmp(buffer, reverse ? test_flag_coalesce_reverse :
test_flag_coalesce, sizeof(reverse ? test_flag_coalesce_reverse :
test_flag_coalesce)) == 0, "WinHttpQueryHeaders returned incorrect string.\n");
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
winhttp.c:686:101: warning: argument to 'sizeof' in 'memcmp' call is the same
expression as the source; did you mean to dereference it?
[-Wsizeof-pointer-memaccess]
ok(memcmp(buffer, reverse ? test_flag_coalesce_comma_reverse :
test_flag_coalesce_comma, sizeof(reverse ? test_flag_coalesce_comma_reverse :
test_flag_coalesce_comma)) == 0,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
winhttp.c:712:109: warning: argument to 'sizeof' in 'memcmp' call is the same
expression as the source; did you mean to dereference it?
[-Wsizeof-pointer-memaccess]
ok(memcmp(buffer, reverse ? test_flag_coalesce_semicolon_reverse :
test_flag_coalesce_semicolon, sizeof(reverse ?
test_flag_coalesce_semicolon_reverse : test_flag_coalesce_semicolon)) == 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=28483
Summary: Need For Speed Undeground doesn't remember keyboard
config
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Admc(a)ufurmix.org
Created attachment 36529
--> http://bugs.winehq.org/attachment.cgi?id=36529
Console Log
Every time when I restart game keyboard config resets to default. This bug is
present on every version of wine that I checked (1.3.28, 1.2.3, 1.2 and 1.3.1)
with and without native dinput8.
--
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=28551
Bug #: 28551
Summary: Adobe Reader X fails to uninstall
Product: Wine
Version: 1.3.29
Platform: x86-64
URL: http://ardownload.adobe.com/pub/adobe/reader/win/10.x/
10.0.1/en_US/AdbeRdr1001_en_US.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P3
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 36665
--> http://bugs.winehq.org/attachment.cgi?id=36665
Wine 1.3.29 console output
Adobe Reader X fails to uninstall. The installer simply reports it has failed.
In previous versions of Wine uninstall claimed to complete successfully but
didn't actually do anything.
To get this far had to work around Bug 28540 (native mspatcha.dll) to install.
--
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=28557
Bug #: 28557
Summary: Notepad++ does not receive drag+drop files in KDE,
seems to work in GNOME
Product: Wine
Version: 1.3.28
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dustin(a)virtualroadside.com
Classification: Unclassified
When trying to drag+drop files into notepad++, it doesn't open the file... it
just sits there. Currently using Ubuntu 11.10 with KDE Plasma installed. Some
debugging output..
WINEDEBUG=+channel1,+channel2 wine notepad++.exe
fixme:xdnd:X11DRV_XDND_DROPEFFECTToXdndAction unknown drop effect 0, assuming
XdndActionCopy
fixme:xdnd:X11DRV_XDND_DROPEFFECTToXdndAction unknown drop effect 0, assuming
XdndActionCopy
[the preceding lines happens many many times]
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=28898
Bug #: 28898
Summary: Diablo 3 beta multi-threaded installer freezes
(RtlpWaitForCriticalSection block)
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lyon(a)pvfree.net
Classification: Unclassified
Created attachment 37126
--> http://bugs.winehq.org/attachment.cgi?id=37126
winedbg --command 'bt all'
In short:
Diablo 3 beta online installer freezes during the process of downloading files,
repeatedly emitting this error message every minute:
000b:err:ntdll:RtlpWaitForCriticalSection section 0x9500b4 "?" wait timed out
in thread 000b, blocked by 0020, retrying (60 sec)
Longer description:
Diablo 3 uses a multi-threaded akamai-like daemon (Agent.exe) for downloading
files on background.
The installer itself Diablo-III-Beta-enUS-Setup.exe is just a tool that
prepares the basic installation somewhere into c:\users\Public\Application
Data/Battle.net, executes Agent.exe and starts Diablo III Launcher afterwards.
In default 1.3.31-git wine installation Launcher is never started as the
installer progressbar freezes in about 2/3 and RtlpWaitForCriticalSection error
message is being spat out every minute.
As shown in the backtrace, the frozen thread belongs to Agent.exe that usually
has about 10 threads running and it never wakes up.
Anyway, this problem was not present in Wine 1.2 series so I started to
experiment with bisect and found out, that this issue started to appear between
1.3.3 and 1.3.4, specifically these two commits:
cf72f406ec7cdfebbd5135ede6e45547ca82dae0
9c2203123df76a1db1b11b633d0ccab003045fe2
Reverting those against current git snapshot makes the installer working again,
at least in terms of downloading several files and successfully spawning the
launcher.
NOTE: Agent.exe is used by launcher as well for further game data download and
installation, but although it is very unstable and crashes every now and then,
the revert makes it possible to eventually install the game, without thread
blocks. Agent.exe unstability is probably a different bug present already in
Wine 1.2.
During the trace a clean wineprefix was used and no DLL overrides were enabled.
If any more information is needed, just let me know, I'm willing to help.
Additional info:
Diablo-III-Beta-enUS-Setup.exe can be downloaded freely from the internet, it's
just an installer and it does not require any Battle.net account for
installation (would be necessary for gamepaly only). I recommend looking for
links leading to edgesuite.net, which is the official source for Battle.net
akamai service.
--
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=28902
Bug #: 28902
Summary: Crash with MS-Money 95
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan.schmidt(a)gmx.de
Classification: Unclassified
Created attachment 37132
--> http://bugs.winehq.org/attachment.cgi?id=37132
crash-log
I copied an installation running on SuSE 11.0 to SuSE 11.2 (wine-1.1.28) which
works fine (just now after the crash testet).
The same installation copied to SuSE 11.4 crashes after asking for
open a file.
--
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=29022
Bug #: 29022
Summary: Texture corruption in Mass Effect and Mass Effect 2
Product: Wine
Version: 1.3.32
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dominalien(a)netscape.net
Classification: Unclassified
Somewhere between Wine 1.3.29 and 1.3.32 textures broke in both Mass Effect and
Mass Effect 2. Downgrading Wine (in this case to 1.3.28, as that's what I have
available from the repo) fixes the problem immediately. I know that 1.3.29 also
works correctly.
Please take a look at these comparisons:
http://www.ode2.com/images/me2_001.jpghttp://www.ode2.com/images/me2_002.jpg
This may affect other games; I just checked these two.
--
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=29029
Bug #: 29029
Summary: Arabic text does not be highlighted in Notepad
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fahad.alsaidi(a)gmail.com
Classification: Unclassified
After fixing bug 24655 , I notice that arabic text does not be highlighted in
notepad when I use Ctrl + A shortcut. The shortcut works but the text does not
highlighted with blue color as usual. The same thing apply with Ctrl+ x, Ctrl+z
--
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=29041
Bug #: 29041
Summary: Star wars : The Old Republic launcher crashes due to
custom cursors
Product: Wine
Version: 1.3.32
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oneofone(a)gmail.com
Classification: Unclassified
The launcher works, trying to move the mouse over it crashes with :
X Error of failed request: BadPixmap (invalid Pixmap parameter)
Major opcode of failed request: 93 (X_CreateCursor)
Resource id in failed request: 0x0
Serial number of failed request: 6319
Current serial number in output stream: 6323
There's nothing in the trace related to it, I can post a more detailed trace if
needed.
--
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=29047
Bug #: 29047
Summary: regsvr32 /i scrrun.dll crashes
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
On Windows, people sometimes re-register scrrun.dll to work around problems.
Winetricks does this when installing ie7, but now that wine has a built-in
scrrun.dll, it fails with
wine: Call from 0x7b83a43f to unimplemented function
scrrun.dll.DllRegisterServer, aborting
Wine's scrrun.dll was introduced by 8e74ee58d510eb1c770941a6b0fdca83147aa195
--
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=29086
Bug #: 29086
Summary: winhlp32.exe: no readable content
Product: Wine
Version: 1.3.32
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mywine(a)schiermeier-software.de
Classification: Unclassified
Created attachment 37483
--> http://bugs.winehq.org/attachment.cgi?id=37483
Main view in winhlp32.exe of win32.hlp
Strange characters produced by 'winhlp32.exe' showing my win32.hlp (Windows-API
SDK: Win32.hlp)
See screenshot and the attached logfiles.
The WINEPREFIX was just newly created and is not customized by anything.
--
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=29235
Bug #: 29235
Summary: Worms Armageddon: frontend flickers (regression in
1.3.34 from 1.3.33)
Product: Wine
Version: 1.3.34
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bladud(a)gmail.com
Classification: Unclassified
The frontend to Worms armageddon (which works perfectly) in 1.3.33 flickers
badly in 1.3.34. The game itself is fine, and the menu renders correctly and is
useable, but somewhat headache-inducing.
It looks as if every other frame is being rendered as a black screen; I have
verified that this is the case both with and without double buffering enabled.
In addition, the console in 1.3.34 prints this line:
err:d3d_surface:surface_load_location Surface 0x15ac48 does not have any up to
date location.
which it did not in 1.3.33 (also some unchanged fixme messages which don't seem
to be causing a problem).
A git bisect produced this output:
94c0da184e18252ca2df7f9f462e9a4df9c5f2df is the first bad commit
commit 94c0da184e18252ca2df7f9f462e9a4df9c5f2df
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Thu Dec 1 07:31:41 2011 +0100
wined3d: Create a PBO in surface_load_location() even if SFLAG_INSYSMEM is
already set.
In the longer term, sysmem and pbo should be separate resource locations.
:040000 040000 0ea129726096c1508557eacfc8272cf884f0c61b
4e1bfdfeccfc95e0b700f75d6841dbb7cc1889da M dlls
--
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=29520
Bug #: 29520
Summary: Error 458. Variable uses an Automation type not
supported in Visual Basic
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richard-oss(a)esplins.org
Classification: Unclassified
Attempting to use Legacy Family Tree 7.5 (free version).
It works fine on 1.3.30, but crashes on 1.3.35.
I tried both the x32 and x64 versions of Wine.
Environment: Kubuntu Maverick with wine installed through PPA and also through
Play On Linux 4.0.14 (using manual application installation).
Installation is fine, but application crashes with this error when opening an
existing family database or just after creating an empty family database. It
makes the application unusable.
--
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=29584
Bug #: 29584
Summary: World of Warcraft 64bit client hangs at world load
Product: Wine
Version: 1.3.36
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
WoW-64.exe starts fine on Public Test realm. Settings work OK, but at world
load, it freezes at about 90% progress. (Tested on Gilneas and Dun Morogh
loading)
Only output I haven't seen on x86 is:
fixme:ntdll:NtFlushInstructionCache 0xffffffffffffffff 0x1841000 9291
This cycles ~5 times a second during load (on x86 too):
fixme:wininet:URLCache_FindFirstFreeEntry Grow file
err:wininet:CommitUrlCacheEntryInternal no free entries
fixme:process:GetLogicalProcessorInformation (0x8fdb10,0x8fe320): stub
fixme:process:GetLogicalProcessorInformation (0x8fdb10,0x8fe320): stub
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT
(10000): STUB
fixme:wininet:InternetSetOptionW
INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 10000
Exits cleanly with err:wgl:internal_SetPixelFormat Invalid operation on
root_window
--
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=29605
Bug #: 29605
Summary: Theme Park World: Lobby screen is black on GeForce 4
MX
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Description of problem:
I launch game, watch loading screen, intro (by now all is correct) and game
goes into lobby where the screen is all black. Screen flickers sometimes so i
can see that there is something beside that black colour. Music is also played.
Regression test:
1aeee59bd8b6172c848c8029e1a55ddac1f93c44 is the first bad commit
commit 1aeee59bd8b6172c848c8029e1a55ddac1f93c44
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Thu Sep 15 20:01:50 2011 +0200
ddraw: Use offscreen backbuffers.
In principle this allows us to use more than one backbuffer in ddraw. It's
also a requirement for the next patch.
:040000 040000 d2e61690982dd3a33ba685ec9a371449602cc210
dde17c19243dd91a3830083879701b13c2a4476f M dlls
Additional info:
-no problem on modern NVIDIA graphic card
-no problem on Wine 1.3.28
-graphic drivers downloaded from nvidia website
-Windows version set to 2000
-TPW patched to 2.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=29844
Bug #: 29844
Summary: Mouse input issue on Macosx Snowleopard/Lion in games
Like Mass Effect and others
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paulthetall(a)gmail.com
Classification: Unclassified
There are some mayor mouse issues on Mac. Many of them are fixed, but still
there are some mayor issue with mouse input in some games like: Mass Effect 1 +
2 (does work in wine, but on MacOsx Lion/Snowleopard/Leopard they are still
present. You can move the mouse just a tiny litle bit. I did all the tips an
dtricks and register tweaks mentioned but, all no sugar. Same for Medal of
Honor Airbone and Battlefiel Bad company 2. Mouse imput works a little only
horizontal a bit, but no vertical movement. Havent unfortunatly a debugruncode
what would help you... Hope you guys can help out and make a lot of Mac users
happy :)
System specs which Tried running the games:
Mabook nvidia 9400m --> Snowleopard 10.6.8 OSX
Imac AMD Radeon 6770M --> Lion OSX
--
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=29853
Bug #: 29853
Summary: QQ2011 does not display Chinese correctly with builtin
usp10 if font link setting is incomplete
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
0. make sure "WenQuanYi Micro Hei" is installed but "SimSun" is not installed
1. Download qq2011
http://dl_dir.qq.com/qqfile/qq/QQ2011/QQ2011.exe
2. import a reg file (as attachment) to regedit, override the font link setting
for Tahoma
3. Install qq2011, the installer it self display Chinese correctly if "step 2"
is done.
$ wine QQ2011.exe
4. Start QQ.exe
$ cd .wine/drive_c/Program\ Files/Tencent/QQ/Bin/
$ wine QQ.exe
Expect result:
Display Chinese
Actual result:
Display only some boxes.
There are two different workaround found:
- one is to import another reg file, overriding the font link setting for
microsoft-sans-serif
- another is to use native usp10
--
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.