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.
http://bugs.winehq.org/show_bug.cgi?id=29855
Bug #: 29855
Summary: Bomb Squad 2 display wrong
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wxdan(a)juno.com
Classification: Unclassified
Created attachment 38786
--> http://bugs.winehq.org/attachment.cgi?id=38786
Bomb Squad 2 screen
See the attached screen image.
The quadrants you see should be circles. The large red text at the right is
wrong.
--
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=29936
Bug #: 29936
Summary: Java Quick Starter service chews CPU
Product: Wine
Version: 1.4-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Since Java SE 6 update 10, Java installs a "Java Quick Starter" service
which chews up huge amounts of CPU, and outputs the following six
messages over and over:
fixme:sync:CreateMemoryResourceNotification (0) stub
fixme:sync:CreateMemoryResourceNotification (1) stub
fixme:sync:QueryMemoryResourceNotification ((nil), 0x93e95c) stub
fixme:sync:QueryMemoryResourceNotification ((nil), 0x93e958) stub
fixme:win:RegisterDeviceNotificationA (hwnd=0x12b810,
filter=0x93e694,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
Suppressing those error messages does not fix the excess CPU usage.
The workaround is to turn off Java Quick Starter, e.g. by doing
wine control
double clicking on the Java control panel applet, then unchecking
Advanced / Miscellaneous / Java Quick Starter.
See http://java.com/en/download/help/quickstarter.xml
--
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=30022
Bug #: 30022
Summary: msiexec crash installing Google Earth 5.1
Product: Wine
Version: 1.4-rc5
Platform: x86-64
URL: http://dl.google.com/earth/client/ge5/release_5_1_0/go
ogleearth-win-5.1.7894.7252.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Classification: Unclassified
Created attachment 39095
--> http://bugs.winehq.org/attachment.cgi?id=39095
crash 1.4-rc5
Crash of msiexec during installation of google earth 5.1.7894.7252
--
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=30163
Bug #: 30163
Summary: Wine 1.4 is not displaying Arabic language Correctly
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hannysabbagh(a)hotmail.com
Classification: Unclassified
Created attachment 39357
--> http://bugs.winehq.org/attachment.cgi?id=39357
Screenshot-1
hello.
Wine 1.4 Final doesn't display Arabic language Correctly in GUI,it displays the
Arabic letters as an unknown Characters, a screenshot is in attachments..and
"locale" command output too..
any fix for that?
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=30168
Bug #: 30168
Summary: GLSL does not work on ATI-based Macs AND disabling
them causes black screen
Product: Wine
Version: 1.4-rc6
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matthew.rathbone(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
This is a problem on many games, specifically I've experienced it on:
Kingdoms of Amalur: Reckoning
Mass Effect 3
GLSL is on by default, with it enabled the following errors display
continuously:
err:d3d_shader:shader_glsl_select >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION
(0x502) from glUseProgramObjectARB @ glsl_shader.c / 4771
This causes many textures to be semi-transparent/black/stretched crazily
Disabling this setting causes the error to go away, but then you just get a
black screen.
System:
OSX Snow Leopard (10.6.8)
Macbook Pro 15" (2011)
AMD Radeon HD 6750M (although seems the same on all AMD-graphics macs)
I'm hoping there is a simple workaround for someone who knows what they're
doing. Here's a log dump from ME3:
http://cl.ly/0o3c1i0I1e1i3E3n1m1x
--
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=30205
Bug #: 30205
Summary: Unity Editor is unable to move project files
Product: Wine
Version: 1.5.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lockert.fredrick(a)gmail.com
Classification: Unclassified
Created attachment 39433
--> http://bugs.winehq.org/attachment.cgi?id=39433
Console output
When starting Unity with the default example project installed, it loads the
default project during start up. Unity is supposed to move some files during
this stage, but fails doing so.
To recreate this, simply download the Unity Editor and install with the example
project selected. Activate the install and run Unity, it should now load the
default project. After a while, it should output a dialog with "Moving file
failed". The Try Again makes no difference, thus Force Quit is the only option.
--
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=30213
Bug #: 30213
Summary: Screen obscured by black box when game changes
resolution
Product: Wine
Version: 1.5.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jamie(a)lacewing-project.org
Classification: Unclassified
Created attachment 39438
--> http://bugs.winehq.org/attachment.cgi?id=39438
Black screen problem with Baldur's Gate II
When I launch a full screen 800x600 game when my desktop is running at
1920x1080, only a strip at the bottom of the screen is visible (screenshots
attached of Age of Empires II and Baldur's Gate II).
If I change my desktop resolution to 800x600 before launching the game, the
problem doesn't occur.
--
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=30249
Bug #: 30249
Summary: Sanitarium crashes/hangs frequently with OpenGL
renderer
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 39508
--> http://bugs.winehq.org/attachment.cgi?id=39508
plain terminal output
Sanitarium is an adventure game, originally released in 1998.
I have the GOG.com version of the game, which is based on the 2002 DVD
re-release version.
I can't reproduce the problem with the demo version, which was an early release
of the upcoming game, containing the first chapter from the game.
The problem: The game is very unstable with the default OpenGL renderer.
Usually the game suddenly quits (without a crash dialog/backtrace). You can see
the terminal output in the attachment.
Other times the game simply hangs, showing
>err:ntdll:RtlpWaitForCriticalSection section 0x7e5c67a0 "x11drv_main.c: X11DRV_CritSection" wait timed out in thread 0009, blocked by 0027, retrying (60 sec)
in the terminal.
The crashes seem to happen at the same point during gameplay. As if each
chapter in the game has its 'weak spots' where the game tends to crash.
For example, in Chapter 1 (The Tower Cells) the crash occurs when I climb up
the stairs and approaching the statue at the top.
In Chapter 2 it happens when I enter the cemetery and follow down the path.
Workarounds (either of them works for me):
1. ddr=gdi
2. start the game in windowed mode 'wine sntrm.exe -w'
Fedora 16
Nvidia 250 / driver 290.10
X.Org X Server 1.11.4
--
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=30288
Bug #: 30288
Summary: builtin iexplore crashes at loading
https://mybank.icbc.com.cn/icbc/perbank/index.jsp
Product: Wine
Version: 1.5.0
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
Created attachment 39575
--> http://bugs.winehq.org/attachment.cgi?id=39575
Log: builtin iexplore crash at icbc
wine-1.5.0-147-g4c6a198
=>0 0x7d12f953 str_to_number+0x2d(str=0x0(nil), ret=0x32bd38)
[/home/fracting/wine-git/dlls/jscript/jsutils.c:323] in jscript (0x0032bcb0)
1 0x7d12fcd1 to_number+0x87(ctx=0x16814e8, v=0x1a2f168, ei=0x32d768,
ret=0x32bd38) [/home/fracting/wine-git/dlls/jscript/jsutils.c:421] in jscript
(0x0032bd10)
2 0x7d12fef2 to_int32+0x4f(ctx=0x16814e8, v=0x1a2f168, ei=0x32d768,
ret=0x32bd98) [/home/fracting/wine-git/dlls/jscript/jsutils.c:481] in jscript
(0x0032bd50)
3 0x7d11c9dd stack_pop_int+0x34(ctx=0x12cc968, r=0x32bd98)
[/home/fracting/wine-git/dlls/jscript/engine.c:179] in jscript (0x0032bd70)
--
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=30347
Bug #: 30347
Summary: Can't hand symbol in file "Chessmaster® Grandmaster
Edition Manual.pdf"
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: russell.w.shaw(a)gmail.com
Classification: Unclassified
Chessmaster Grandmaster Edition fails to install due to symbol in file name
"Chessmaster® Grandmaster Edition Manual.pdf"
The installation then undoes all files.
I found that if I rename the file in the installation folder, then hexedit the
file name in Chessmaster.msi to match, then the install succeeds (then manually
rename it back)
The error messes up Crossover for Mac and PlayOnMac as they need the installer
to succeed.
--
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=30348
Bug #: 30348
Summary: Crash during Galactic Civilization 1 startup
Product: Wine
Version: 1.5.1
Platform: x86
URL: http://www.galciv1.com/download.asp
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
CC: aric(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 56477075c257426575e870a231b23ff582ff6d4e
Created attachment 39668
--> http://bugs.winehq.org/attachment.cgi?id=39668
Log and crash backtrace in wine-1.5.1-92-ge4ad164
Bisect gives:
56477075c257426575e870a231b23ff582ff6d4e is the first bad commit
commit 56477075c257426575e870a231b23ff582ff6d4e
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Mon Apr 2 07:52:15 2012 -0500
strmbase: Remove QualityControlImpl from the general strmbase.h.
Quality Control things are not part of the standard strmbase library set.
:040000 040000 b2070b072ab2e763895a52782f31c7bf48346ab8
d31c6a57e8fc2b2e95b356be727998ac48f0dd68 M dlls
:040000 040000 66d9dcda84911b46c7504052be195d7cf5448e1c
36135ea1ae2a413a7ec8eabe2f6ff135f55d748f M include
--
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=30424
Bug #: 30424
Summary: Regression: Framemaker 6.0 only prints blank pages
Product: Wine
Version: 1.5.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjchico(a)gmail.com
Classification: Unclassified
Created attachment 39771
--> http://bugs.winehq.org/attachment.cgi?id=39771
wine 1.3.28 log (good)
Framemaker 6.0 has been working fine with wine for a long time. After updating
my ubuntu distro to 12.04 (beta) it only prints blank pages. My tests
summarizes as:
Wine 1.3.28 (Ubuntu 11.10): works fine
Wine 1.4 (Ubuntu 12.04): only prints blank pages
Wine 1.5.1 (Ubuntu 12.04 + wine-ppa): only prints blank pages (same result)
Same result in different machines (i386 and amd64), printing to postscript file
or PDF (native or with cups-pdf driver).
The program have an option to print to a file. I have tested this by using
Generic Postcript Driver included with the program and other printers
installed. In either case, the PS file is generated and seems to have correct
headers and footers, but lacks the content (so the blank page). I attach some
examples.
notepad.exe prints correctly (I also attach a PS output).
Wine 1.4 and 1.5.1 generate exactly the same PS output. PS output from 1.3.28
has identical headers and footers, but also includes the contents (so it
works).
The program has an option to save as PDF that works fine in wine 1.3.28. But in
1.4 and 1.5.1 it gives a "Internal errors - invalid parameters received" in a
window and only generates a .tps file (a PS pre-elaboration I guess).
wine logs (which I attach) give similar warning messages in good and bad cases.
--
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=30474
Bug #: 30474
Summary: Microsoft SQL Server Management Studio Express 2005
(SSMSE): corrupted font in properties window
Product: Wine
Version: 1.5.2
Platform: x86
URL: http://www.microsoft.com/download/en/details.aspx?id=8
961
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 39854
--> http://bugs.winehq.org/attachment.cgi?id=39854
Screenshot of "New database" dialog
In some windows the font used to display properties is displayed incorrectly -
see screenshot. When a property is selected, it is rendered with another
(correct) font.
To reproduce:
Connect to a server
Select New database from context menu on "Databases"
In the appearing dialog box select "Options" page.
winetricks dotnet20 is needed to run the application. A running instance of SQL
Server is needed to reproduce this bug.
--
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=30606
Bug #: 30606
Summary: Theatre of War 3 Korea installer crashes when clicking
on Exit (audio related)
Product: Wine
Version: 1.5.3
Platform: x86
URL: http://www.gamershell.com/download_72474.shtml
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download, Installer, regression
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: aeikum(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 8410dd353c9a9d57f0b6892dc737621cf82d215a
Created attachment 40056
--> http://bugs.winehq.org/attachment.cgi?id=40056
terminal output
Some of the games from the publisher 1C Company use a graphical frontend to
their installers.
Clicking on a button in the opening page of the installer produces a clicking
sound.
Installation of the games goes without problem, however, there is a crash when
I click on the <Exit> button.
This can be reproduced with the demo for Theatre of War 3 Korea (download size
~1.3 GB).
To reproduce the problem you need to click on <Exit> in the opening page of the
installer.
The installer exits cleanly with Wine 1.3.29 but crashes on exit with 1.3.30.
Regression testing resulted in:
8410dd353c9a9d57f0b6892dc737621cf82d215a is the first bad commit
commit 8410dd353c9a9d57f0b6892dc737621cf82d215a
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Wed Oct 5 13:39:34 2011 -0500
audio: Change winmm import to delayed import.
:040000 040000 e0c6370aab7f007497626c2366df8eda4fb899c1
2b3ac1f051ce9884fd393452775b0f539afeb6df M dlls
git checkout 8410dd353c9a9d57f0b6892dc737621cf82d215a >>the installer crashes
on exit
git reset --hard HEAD^ >>the installer exits normally
I leave the status of the bug report 'unconfirmed' in case it is a problem with
my setup. I'm also not sure about the component.
Fedora 16 x86
Alsa 1.0.25
Pulseaudio is not running
Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
gcc version 4.6.3 20120306 (Red Hat 4.6.3-2) (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=30616
Bug #: 30616
Summary: 7.62 High Calibre configuration tool unusable (can't
make changes)
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 40078
--> http://bugs.winehq.org/attachment.cgi?id=40078
screenshot
The configuration tool (E6Config.exe) for the game is unusable as I can't
select or modify any of the available settings. Clicking on the drop-down list,
sliders, checkboxes has no effect. As if mouse clicks were not registering.
Only the 3 command buttons at the bottom of the window (Test, Save, Cancel) and
the close (x) button can be activated .
If I press the <Tab> key only the 3 command buttons are selected.
I see the problem with every Wine version I have (back until 1.1.19) so it
seems to be a long-standing problem.
Terminal output shows only
>fixme:win:EnumDisplayDevicesW ((null),0,0x32e3b4,0x00000000), stub!
when running the configuration tool.
Here I'm attaching a screenshot showing how the application looks like: maybe
someone can find a resemblance to an existing bug report.
There is no demo for the game. Would it be against Bugzilla rule to attach the
executable? It can be started without having the game installed and only ~500
Kbytes in size.
--
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=30658
Bug #: 30658
Summary: Rendering artifacts in Anarchy Online
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: llie(a)nano.exofire.net
Classification: Unclassified
Something changed in wine from 1.5.3 to 1.5.4 that results in really bad
rendering artifacts when playing Anarchy Online.
Basically there are huge stray "facets" across the screen that are filled in
with random texture from the play field. I attempted to take a screenshot of
the problem, but the facets flicker in and out.
The problem can be seen quite readily in the Borealis city play field, where
huge triangles of "sidewalk" texture appear and disappear across the middle of
the streets.
Reverting to 1.5.3 makes the problem go away.
--
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=30705
Bug #: 30705
Summary: usb joystick not working with virtuanes
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cseba00(a)yahoo.com
Classification: Unclassified
usb joysticks don't seem to be detected by virtuanes. They do work with project
64 (with the N rage direct input8 plugin, it gets detected with jabo controler
plugin but it's impossible to configure).
--
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=30743
Bug #: 30743
Summary: hydorah is unbelievable slow
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: punx69(a)gmx.net
Classification: Unclassified
The game runs very slow.
The game is available for free at http://www.locomalito.com/hydorah.php
--
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=30797
Bug #: 30797
Summary: wine(1) man page should mention running built-in
programs like explorer.exe
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)skierpage.com
Classification: Unclassified
It's not obvious how to try out or get started with Wine. The command-line only
says
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
But a stock wine configuration (created by wine 1.4 in Kubuntu amd64 12.04) has
Wine Explorer. You can enter the command
wine explorer.exe
and you're running a Windows executable in wine and you can explore Wine's
default directory layout, etc.
The wine(1) man page should mention this and even suggest it as a form of
troubleshooting, and a way to navigate to programs installed in Wine like
notepad, winmine, etc.
I suggest adding something like the following as the second line under
"PROGRAM/ARGUMENTS":
Wine's default configuration includes several Windows-format executables, so
for example you can just enter
wine explorer.exe
to run the Wine Explorer program from Wine's implementation of the
C:\windows\system32 directory.
--
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=30868
Bug #: 30868
Summary: Wine has troubles installing dotnet20 (using
winetricks) and doesn't run some games like osu! or
Path of Exile (which worked before)
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: morgawr(a)gmail.com
CC: nerv(a)dawncrow.de
Classification: Unclassified
Regression SHA1: 5e5b435e7da091e493a046ccb632e40b98937bee
Created attachment 40441
--> http://bugs.winehq.org/attachment.cgi?id=40441
Output when trying to run either osu or path of exile
I tested new git commits and found out that wine had some problems running
games that worked perfectly before. Mostly, osu! and Path of Exile. Both games
rely on dotnet20, which I tried to reinstall using a clear .wine and winetricks
(winetricks dotnet20). The installation gave some problems (some CRT error
message) and here (attached) is the output when trying to run osu! and path of
exile.
I did some regression testing and found this commit, I think it should be
tested.
--
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.