http://bugs.winehq.org/show_bug.cgi?id=24557
Summary: winmm/msacm: Improper shutdown sequence
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msacm32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=30999)
--> (http://bugs.winehq.org/attachment.cgi?id=30999)
winmm,msacm,tid trace of shutdown, including backtrace
How to reproduce with source code:
Use my MCI shell (bug #20232, comment #10), play a .wav involving the
MSACM (i.e. not a linear PCM file, but e.g. an ADPCM encoded one) then
end the shell application while it's playing.
play 11kadpcm.wav # auto-open
ctrl-Z/ctrl-D # end the program while music plays
Native does not crash and stops the music.
The attached log shows how upon exit, Wine first detaches msacm -- while winmm
is still playing -- then the MCI from within winmm. Closing the MCI device
causes Wine to crash in acmStreamUnprepareHeader when indirectly invoking the
MSACM codec that handles the file.
trace:msacm:DllMain 0x7e210000 0x0 0x1
trace:msacm:acmDriverClose (0x740598, 00000000)
trace:winmm:DllMain 0x7e820000 0x0 0x1
trace:mci:MCI_Close (ffffffff, 00000002, (nil))
The console EOF bug #24306 currently shadows this bug when using the MCI shell,
so use wine-1.3.1 or older (or write a one-liner mciSendStringA("play
11kadpcm.wav",...);). BTW, in even older versions of Wine (1.0 IIRC), this
scenario would trigger a critical section lock timeout instead of a crash.
Perhaps ACM_GetStream should test the handle like MSACM_GetObj does?
Crashes with (and does not depend on) either OSS or ALSA.
--
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=26877
Summary: Cannot save games in SC3kU
Product: Wine
Version: 1.3.18
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Attempting to save a game in Sim City 3000 Unlimited fails. The app doesn't
give any further details and there is nothing printed in the console.
Tried saving directly to c:\ and tried a short filename (New.sc3) but neither
helped.
+file trace shows
trace:file:GetFileAttributesW L"c:\\New City.sc3"
trace:file:RtlDosPathNameToNtPathName_U (L"c:\\New
City.sc3",0x32efb0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"c:\\New City.sc3" 520 0x32ed10 (nil))
trace:file:wine_nt_to_unix_file_name L"\\New City.sc3" not found in
/home/test/.wine/dosdevices/c:
trace:file:GetFileAttributesW L"c:\\New City.sc3"
trace:file:RtlDosPathNameToNtPathName_U (L"c:\\New
City.sc3",0x32ef58,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"c:\\New City.sc3" 520 0x32ecb8 (nil))
trace:file:wine_nt_to_unix_file_name L"\\New City.sc3" not found in
/home/test/.wine/dosdevices/c:
trace:file:CreateFileW L"c:\\New City.sc3" GENERIC_READ FILE_SHARE_READ
FILE_SHARE_WRITE creation 4 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"c:\\New
City.sc3",0x32ef10,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"c:\\New City.sc3" 520 0x32ec54 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\New City.sc3" ->
"/home/test/.wine/dosdevices/c:/New City.sc3"
trace:file:CreateFileW returning 0x3dc
trace:file:DeleteFileW L"c:\\New City.sc3"
trace:file:RtlDosPathNameToNtPathName_U (L"c:\\New
City.sc3",0x32ef54,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"c:\\New City.sc3" 520 0x32ecd8 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\New City.sc3" ->
"/home/test/.wine/dosdevices/c:/New City.sc3"
But this doesn't say a great deal to me. Any +relay log will fill my drive
before getting this far.
--
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=22308
Summary: Downloadable content is unauthorized and disabled when
logged in to Dragon Age: Origins server
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)tibit.com
I have Dragon Age: Origins running under wine, along with two pieces of
downloadable content: Blood Dragon Armor and The Stone Prisoner. The game is
properly registered with the Bioware server[1]. Both DLC packages are properly
registered as well[2]. I have installed dotnet (using winetricks) and the
daupdatersvc service is running when the game starts.
As long as I don't log in to the Dragon Age servers, both DLC packages work
just fine. When I log in to the servers, Blood Dragon Armor continues to work,
but The Stone Prisoner stops working and gets marked as "(Unauthorized)" in the
Installed Content window. I will attach screen shots.
I have re-downloaded and re-installed the content, but it didn't help. I have
followed various recommendations in the Redeemed DLC Unofficial Troubleshooting
FAQ[3], but that didn't help either.
I installed from CD. The problem is present with versions 1.02a and 1.03 of
the game. I have not tried earlier versions.
[1] verified at http://social.bioware.com/user_bw_games_register.php
[2] verified at http://social.bioware.com/user_entitlements.php
[3] http://social.bioware.com/forum/1/topic/58/index/81613/
--
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=27741
Summary: Imbricated for loops parameters not expanded correctly
Product: Wine
Version: 1.3.24
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Created an attachment (id=35491)
--> (http://bugs.winehq.org/attachment.cgi?id=35491)
+cmd log
Say your test_builtins.cmd looks like
@echo off
for %%i in (A) do (
for %%j in (A) do (
call :myFun %%i %%j ))
goto :end
:myFun
echo %1 %2
goto :eof
:end
and the test_builtins.cmd.exp contains "A A" as only line.
Then a test run gives:
batch.c:205: Test failed: unexpected char 0x69 position 0 in line 1 (got 'i A',
wanted 'A A')
--
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=27056
Summary: WebcamMax: Crash at installation
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://download.coolwaremax.com/webcammaxcur/WebcamMax
-7.2.8.2.MultiLanguage.Setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=34487)
--> (http://bugs.winehq.org/attachment.cgi?id=34487)
Terminal output on wine-1.3.19-49-g92e05ed
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) wine WebcamMax-7.2.8.2.MultiLanguage.Setup.exe
4) next->next->next...
Behaviour:
Crash.
Expected behaviour:
No crash.
Workaround:
winetricks wininet
--
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=28422
Summary: scanf family of functions provides only 7 digits of
precision for converting doubles and long doubles
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: irwin(a)beluga.phys.uvic.ca
Created an attachment (id=36434)
--> (http://bugs.winehq.org/attachment.cgi?id=36434)
Patch to greatly reduce numerical noise in scanf conversion of doubles and long
doubles
If I compile the test_scanf.c code attached below using "gcc test_scanf.c"
under MinGW/MSYS on wine-1.3.26, I get the following results from running the
a.exe executable that is created by that build under Wine.
bash.exe-3.1$ echo "1.1e-30" |./a.exe
1.1e-30 is input string
1.1000004917384256455392e-030 = 3f9b64f8772f16505258 is long double value
1.1000004917384256198806e-030 = 39b64f8772f16505 is double value
1.1000004917384e-030: 13: 1.1000009834770454030908e-030 =
39b64f881a45deaf
1.10000049173843e-030: 14: 1.1000009834770755310078e-030 =
39b64f881a45df5b
1.100000491738426e-030: 15: 1.1000009834770715022747e-030 =
39b64f881a45df44
1.1000004917384256e-030: 16: 1.1000009834770711519501e-030 =
39b64f881a45df42
1.10000049173842562e-030: 17: 1.1000009834770711519501e-030 =
39b64f881a45df42
I annotate the above lines of output to demonstrate what the test application
does.
1. Read a string from stdin (in this case 1.1e-30) and output the result.
2. Transform that string to a long-double value (80-bit floating point) using
sscanf with a format string of "%Le" and output that result in decimal and
hexadecimal. The decimal result (in this case 1.1000004917384256455392e-030)
immediately demonstrates the bad numerical significance loss in sscanf since
the answer has a relative error of ~5e-7 rather than the expected relative
error of order ~1.e-20. The 64-bit mantissa in the hexadecimal representation
of the long double is shifted to the left _on output_ by one bit to simulate
the hidden bit that occurs for double values to make hex comparisons with the
corresponding double in line 3 easier.
3. Transform the string to a double value (64-bit floating point) using sscanf
with a format string of "%le" and output the result in both decimal and
(unshifted) hexadecimal form. The decimal form (of
1.1000004917384256198806e-030) demonstrates a relative error of 5.e-7 rather
than the expected relative error of order of 1.e-16.
4-8. Use sprintf to write the double-precision form of the number to a
character string in rounded form using a precision of "i" where i ranges from
13 to 17. Transform that string to a double value (64-bit floating point) using
sscanf with a format string of "%le" and output the rounded string, the value
of i, and the double result in both decimal and (unshifted) hexadecimal form.
This test indicates how much precision is required for the conversion from
double to a rounded string in order to read back a double that is the same as
the original double. In this case at a precision of 16 and beyond sscanf
provides consistent results, but they are not the same as the original double
because of the large numerical noise in the results from sscanf.
I then applied a patch (attached) to wine-1.3.26/dlls/msvcrt/scanf.h that fixes
this numerical precision issue for conversions of doubles and long doubles by
the scanf family of functions. (Note, wine-1.3.26/dlls/msvcrt/scanf.h and
wine-1.3.28/dlls/msvcrt/scanf.h are identical so this patch should apply for
wine-1.3.28 as well.) What the patch does is make sure all calculations during
the conversion are done in long double precision with results scaled in such a
way that all calculations except a possible multiplication or division at the
last are done with integers stored in long double form. These changes assure
exact results for input numbers between 0 and 2^65 - 1 that can be represented
exactly in long double form, and results with minimal numerical noise in other
cases. Here are the same test results for this patched test case:
bash.exe-3.1$ echo "1.1e-30" |./a.exe
1.1e-30 is input string
1.0999999999999999999835e-030 = 3f9b64f86cb9cefaf7a0 is long double value
1.0999999999999999165078e-030 = 39b64f86cb9cefaf is double value
1.1000000000000e-030: 13: 1.0999999999999999165078e-030 =
39b64f86cb9cefaf
1.10000000000000e-030: 14: 1.0999999999999999165078e-030 =
39b64f86cb9cefaf
1.100000000000000e-030: 15: 1.0999999999999999165078e-030 =
39b64f86cb9cefaf
1.0999999999999999e-030: 16: 1.0999999999999999165078e-030 =
39b64f86cb9cefaf
1.09999999999999992e-030: 17: 1.0999999999999999165078e-030 =
39b64f86cb9cefaf
The results are vastly improved by the attached patch for the scanf family of
functions. Now the relative numerical error for "%Le" conversion to long
double is reduced from 5.e-7 to 2.e-20 and the relative numerical error for
"%le" conversion to double is reduced from 5.e-7 to ~1.e-16. Furthermore, the
round trip test of converting a double to rounded string form and then back to
double shows exact agreement. (For other tests with repeating decimal input
such as 1.111111111111111111111111111e-30, exact agreement was obtained for a
rounded precision of 16.)
Just as a matter of interest, here are the results for the same test
application (compiled with gcc for Linux) on Linux:
software@raven> echo "1.1e-30" |./a.out
1.1e-30 is input string
1.0999999999999999999835e-30 = 3f9b64f86cb9cefaf7a0 is long double value
1.0999999999999999165078e-30 = 39b64f86cb9cefaf is double value
1.1000000000000e-30: 13: 1.0999999999999999165078e-30 =
39b64f86cb9cefaf
1.10000000000000e-30: 14: 1.0999999999999999165078e-30 =
39b64f86cb9cefaf
1.100000000000000e-30: 15: 1.0999999999999999165078e-30 =
39b64f86cb9cefaf
1.0999999999999999e-30: 16: 1.0999999999999999165078e-30 =
39b64f86cb9cefaf
1.09999999999999992e-30: 17: 1.0999999999999999165078e-30 =
39b64f86cb9cefaf
which is identical with the patched wine result except for the 2-digit
exponents.
When I created JPL binary ephemerides (consisting of roughly 1.5GB of doubles)
from JPL ascii ephemerides with my ephcom-2.0.2 software on Linux and on
Wine-1.3.26 built with the attached patch, I got exact agreement between the
double data for the Linux- and Wine-produced binary ephemerides in most cases.
However, 0.04 per cent of the time the double values on the two platforms
differed at the 1.e-16 relative difference level which is consistent with scanf
errors in the two cases differing on average by one in the last bit of the long
double representation. By chance such small differences would propagate to the
double representation (with 11 bits less in the mantissa when counting the
hidden bit) roughly 0.04 per cent of the time. So I feel this patched scanf
family of functions does very well against the Linux equivalent.
I have classified this apparently long-standing bug after a lot of thought as
"critical". The reason for that classification is the scanf family is a
fundamental building block for any platform and the numerical precision of the
scanf family for double values is critical to a lot of applications (such as
ephcom-2.0.2 where I first discovered the issue). One could argue that a
workaround is available (Dan Kegel noted this on the wine-devel list) of using
Microsoft's version of msvcrt.dll rather than the Wine version. So this is not
critical because of the availability of that alternative msvcrt.dll. However,
there is a chicken/egg problem here. Presumably some of those apps that use
the Microsoft version of msvcrt.dll do so because the scanf numerical precision
bug in Wine's version is giving them trouble. Anyhow, applying this patch
going forward is fundamental to Wine as an independent platform so that is why
I chose to use a "critical" classification as a first approximation subject, of
course, to any reclassification Wine developers want to make for 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=29452
Bug #: 29452
Summary: msi installer don't shows open dialog
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: prueboblog(a)gmail.com
Classification: Unclassified
In some versions of the installer, when you wants to change the default
installation path, it don't shows the open dialog. However, it is here, becouse
if you hit "esc" or "return" key control backs to the main dialog as if you
have clicked the "cancel" or "accept" buttons.
--
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=27813
Summary: Windows 7 msacm32 needs CompareStringOrdinal
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
When using native msacm32 from w7, wine crashes because of missing
CompareStringOrdinal.
A stub helps as attached. Sent the patch but wasn't picked up; I don't remember
what's wrong with it.
--
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=22696
Summary: RCT2 crashes when changing screen resolution
Product: Wine
Version: 1.1.44
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan(a)jbsoft.nl
Created an attachment (id=27963)
--> (http://bugs.winehq.org/attachment.cgi?id=27963)
RCT2 Crashes with Access Violation error
In Roller Coaster Tycoon 2 when trying to change the screen resolution.
A dialog box is shown (see screenshot) and the application crashes.
This error happens every time when the menu option is clicked.
This function seemed to work in previous versions.
OpenSuse 11.2
ATI Radeon driver 6.12.4 (Mesa 7.8.1) on a ATI X1270
Resolution RCT2 at startup = 1024x768
--
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=23837
Summary: The Spirit Engine 2 crashes on startup
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.thespiritengine.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sick_soul(a)yahoo.it
Created an attachment (id=29919)
--> (http://bugs.winehq.org/attachment.cgi?id=29919)
Runtime error channel
The Spirit Engine 2 v.1.06 crashes after (apparently) installing correctly.
Installation has been performed using
msiexec /i
stderr is available in the attached install.log
The program has been launched using
wine "The Spirit Engine 2.exe" from the installed program directory.
stderr is available in the attached run.log
Program is downloadable from the website http://www.thespiritengine.com
--
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=15973
Summary: Bad encoding on help Metatrader 4
Product: Wine
Version: 1.1.8
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zburguy(a)gmail.com
Created an attachment (id=17164)
--> (http://bugs.winehq.org/attachment.cgi?id=17164)
screenshot
Bad Russian encoding help MENU in Metatrader 4 http://www.metaquotes.ru/
--
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=24453
Summary: Snes9x 1.52 runs very slowly with DirectDraw.
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: LordHDL(a)yahoo.com
Created an attachment (id=30850)
--> (http://bugs.winehq.org/attachment.cgi?id=30850)
Terminal Output
Two tests were performed. The first one is with ddr=gdi. Like this, the
audio/video are both sluggish when the video mode is set to DirectDraw. The
second one is after using winetricks to set ddr=opengl, in which case it runs
even more slowly. Also, the video does not appear properly until after
toggling the "hide menu bar" option at least once after loading a game.
--
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=22350
Summary: Wine does not support .net apps out-of-the-box
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Simple .net apps should work in Wine without having to
install anything extra; see
http://wiki.winehq.org/Mono for current status.
This affects, for instance, the Sims 3 launcher.
--
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=22034
Summary: EXIT_ON_ERROR should use ERR instead of WARN in
winealsa.drv
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: superquad.vortex2(a)gmail.com
In winealsa.drv , WARN() should not be used in EXIT_ON_ERROR() since those
functions in waveout.c and wavein.c are all fatal errors
(e.g. snd_pcm_hw_params_set_period_time() may return error on when using "hw"
device for some alsa driver by modifying registry "ALSA Driver" "UseDirectHW"
to "Y" for those hardware mixing sound cards)
wine is unable to report those error message for those alsa drivers
#define EXIT_ON_ERROR(f,e,txt) do \
{ \
int err; \
if ( (err = (f) ) < 0) \
{ \
WARN(txt ": %s\n", snd_strerror(err)); \
+ ERR(txt ": %s\n", snd_strerror(err)); \
retcode=e; \
goto errexit; \
} \
} while(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=24579
Summary: Steam windows move twice as far as they are moved
Product: Wine
Version: 1.3.3
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sheeettin(a)gmail.com
(From bug 20865)
Moving any Steam window by its own decorations (never the window manager's)
often results in the window moving twice as far as it should.
Dragging windows to a new position works fine, but on release of the left mouse
button, the window jumps the same distance you moved it beyond where you moved
it to.
This effect occurs most often with short, jerky moves. Waiting before releasing
the LMB may result in proper behavior.
This bug occurs with or without a virtual desktop. However, WITH a virtual
desktop, it DOES occur when resizing. (Without a virtual desktop, resizing
works properly.)
--
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=25604
Summary: Faerie Solitaire [Steam]: mouse clicks don't register
in the menu
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=32602)
--> (http://bugs.winehq.org/attachment.cgi?id=32602)
terminal output
This bug seems to affect only the Steam version of the game (the demo works
fine): mouse clicks don't register in the main menu thus making the game
unplayable.
I can move the mouse pointer freely on the screen, hovering the cursor over any
of the menu items it displays a tooltip but clicking on the buttons has no
effect.
I tried with Wine's fullscreen mode and virtual desktop mode: the same problem
occurs.
The only difference in the terminal log while starting the game that the
following lines are not present in the (working) demo:
err:d3d:IWineD3DDeviceImpl_Reset Cannot change the back buffer format yet
err:d3d:IWineD3DDeviceImpl_Reset Cannot change the device window yet
Fedora 14
Gnome-2.32.0
Nvidia Geforce 250 GTS / driver 260.19.29
--
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=29538
Bug #: 29538
Summary: No support for thumbnails in KDE's task switcher
Product: Wine
Version: 1.3.36
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atalanttore(a)googlemail.com
Classification: Unclassified
Created attachment 38272
--> http://bugs.winehq.org/attachment.cgi?id=38272
Thumbnail of 2 opened Wine windows
Hi
Wine seems to have no support for thumbnails in KDE's task switcher or vice
versa.
For every other application within the taskbar the task switcher shows
thumbnails.
Regards,
Ettore
--
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=16471
Summary: New version of Mplus (5.2) does not work under wine
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gg.alex.weiss(a)gmail.com
Created an attachment (id=17848)
--> (http://bugs.winehq.org/attachment.cgi?id=17848)
Message I get when trying to run Mplus 5.2 under wine
I am a user of Mplus, a statistical software package. For some time and from
versions 4.2 to 5.1, I successfully ran Mplus under wine in Linux.
Unfortunately, the newest version (5.2) no longer runs under wine.
I contacted the authors of Mplus and they indicated that the problem appears to
have arisen due to their use of the latest version of the Intel Fortran
compiler (10.1.025).
At present, I am using version 5.1 of Mplus, though it would be nice to be able
to use the more recent version.
If any more information is needed, I can ask the people who produce Mplus; they
are quite good about supporting their product and this would likely benefit
them as well.
--
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=27572
Summary: Duke Nukem Forever: mouse jumps around in game
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: julliard(a)winehq.org
Now that bug 27156 is declared fixed, DNF gets its own bug :).
wine-1.3.22-332-g016b7c5, mouse still jumps around in game.
X version is 1.9.5.
--
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=18590
Summary: Silent Heroes: Out of adapter memory
Product: Wine
Version: 1.1.22
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kitmaxter(a)gmail.com
Created an attachment (id=21260)
--> (http://bugs.winehq.org/attachment.cgi?id=21260)
Console output WINEDEBUG=+d3d
Game starts and while loading initial data errors out with message "Program
will be terminated".
In console it writes:
err:d3d:resource_init Out of adapter memory
--
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=24790
Summary: Trainz 2004: crash with "Hardware Exception" dialog on
start
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Oddly, on one of my machines, this game works... for user A.
Other users see the crash on startup.
A +seh,+module log for the unfortunate users implicated dsound, and
a +seh,+dsound log showed
trace:dsound:DSOUND_MixToPrimary Mixed at least 0 from all buffers
trace:dsound:norm16 0x1f59aa8 - 0x1f44218 0
trace:dsound:DSOUND_timer completed processing at 8239, duration = 0
trace:seh:__regs_RtlUnwind code=c0000027 flags=2
Happily, winetricks dsound seems to work around the crash.
--
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=16366
Summary: Wine crashes with graphics exception
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 412(a)gmx.net
Created an attachment (id=17685)
--> (http://bugs.winehq.org/attachment.cgi?id=17685)
Shell dump
Once I tricked A Vampyre Story into thinking it was properly installed (broken
installer did the registry things and I copied the files from a windows
installation) I get an error message. I start the game in Windows XP mode and
with a replaced d3d_x38 (or whatever the name is) DLL.
The really weird thing are these two lines which is the last of the output I
get before it crashes completely:
Assertion failed: _pipe == (GraphicsPipe *)NULL at line 194 of
c:\orenpanda\panda\src\display\graphicsOutput.cxx
Assertion failed: _window == (GraphicsOutput *)NULL at line 99 of
c:\orenpanda\panda\src\display\displayRegion.cxx
There is no such thing as "panda" installed by the game and I didn't do it
either. I have no clue what that is.
--
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=25489
Summary: GLC_Player: Fails to start
Product: Wine
Version: 1.3.9
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
Created an attachment (id=32453)
--> (http://bugs.winehq.org/attachment.cgi?id=32453)
Terminal output on Wine 1.3.9
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko vcrun2008
3) install GLC_Player_2.2.0-setup.exe
4) download http://www.down-dll.com/dll/q/qtsvg4.dll.zip and unpack qtsvg4.dll
to the main directory of the application
5) wine glc_player.exe
Behaviour:
Application hangs up.
Expected behaviour:
Application shouldn't hang up.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24707
Summary: RobotZ DX freezes just after you start a level
Product: Wine
Version: 1.3.4
Platform: x86
URL: http://www.freegamearchive.com/game.php?id=10359
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Created an attachment (id=31217)
--> (http://bugs.winehq.org/attachment.cgi?id=31217)
~/wine-git/wine RobotzDX.exe &> log.txt
After you start the level in just a few seconds it becomes unplayable and
requires to be killed.
--
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=19457
Summary: Starfleet Command graphics distorted (lacking
transparency)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)chrobis.com
Created an attachment (id=22607)
--> (http://bugs.winehq.org/attachment.cgi?id=22607)
Screenshot of graphics glitch
When playing the game Starfleet Command (either the full game or the demo), the
graphics of items needing transparency (torpedoes, in-game menu, explosions
etc) have permanent black squares around them, as though lacking transparency.
In particular, if the player's ship flies "inside" of one of these squares
(such as towards an explosion), the ship turns completely blue against the
black square background.
I've attached a screenshot to demonstrate the issue as well as console logs
from the app.
--
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=24896
Summary: Lord of the Rings Online crashes at startup
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: devh(a)stuffit.at
When trying to start LOTRO or for the matter also DDO wine hangs and last line
on the log is ReportFault. The dndclient.log of DDO than contains the error
INT_DIVIDE_BY_ZERO. All logs are from Ubuntu 10.10 32bit edition using pylotro
with LOTRO.
Linux 2.6.35-22-generic-pae #35-Ubuntu SMP Sat Oct 16 22:16:51 UTC 2010 i686
GNU/Linux
--
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=19215
Summary: Dragon NaturallySpeaking 10 Standard crashes
performing Language Model Optimization
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://nuance.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
This bug was uncovered on July 6 2009, by the correction of bug #15631. The bug
concerns a sub-menu in DNS 10's Accuracy Center.
To replicate:
Open program
CTL-T to open Tools drop-down menu
Select Accuracy Center
Select Run the Acoustic and Language Model Optimizers
Uncheck Perform Acoustic Optimization (this runs, and I think it runs well)
Check Perform Language Model Optimization (this function causes the crash)
Wine-dbg>attach 0x8
0xb80da42e: jmp 0xb80da423
Wine-dbg>set $BreakOnFirstChance=0
Wine-dbg>cont
fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported form for const value
szNlsKeyName (a)
start_process () at /home/susan/wine/dlls/kernel32/process.c:941
0x7b877bba start_process+0xda [/home/susan/wine/dlls/kernel32/process.c:941] in
kernel32: movl %esi,0x0(%esp)
941 ExitThread( entry( peb ) );
Wine-dbg>
--
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=27218
Summary: virtualbox needs ntoskrnl.exe.IoAcquireRemoveLockEx
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
0. download virtualbox for windows, 32bit.
http://www.virtualbox.org/wiki/Downloads
1. register native netcfgx.dll, works around Bug 27060
2. install virtualbox
3. start virtualbox.
$ wine VirtualBox.exe
wine: Call from 0x7b839ab2 to unimplemented function
ntoskrnl.exe.IoAcquireRemoveLockEx, aborting
wine: Unimplemented function ntoskrnl.exe.IoAcquireRemoveLockEx called at
address 0x7b839ab2 (thread 0027), starting debugger...
wine: Call from 0x7b839ab2 to unimplemented function
ntoskrnl.exe.IoAcquireRemoveLockEx, aborting
though virtualbox will not crash ,but running virtualbox for windows on wine
may be a good testcase for the function ntoskrnl.exe.IoAcquireRemoveLockEx.
--
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=20213
Summary: AutoCAD 2009: Cross-hair leaves trace on drawing sheet
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=23839)
--> (http://bugs.winehq.org/attachment.cgi?id=23839)
Traces on drawing sheet
I'm using Wine-1.1.30 on Fedora 11 32 bit. My graphic card is NVIDIA 9xxx with
drivers version 190.32.
When I move cross-hair or "create" selection windows (green or blue), it leaves
it's copy there but it should disappear. It also doesn't disappear when I move
drawing sheet.
--
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=26943
Summary: copy command has different behaviour
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iip.umar.rifai(a)gmail.com
how to test:
- concatenate all txt files into files name alltxt.dat:
copy *.txt alltxt.dat
on Wine, it will ask for confirmation whether we want to overwrite or no, so
alltxt.dat will be the same as the last .txt copied.
on Windows, if alltxt.dat is not directory, it will create files named
alltxt.dat and if file alltxt.dat already exist, it will ask confirmation only
for the first time, and then it will concatenate all .txt files into
alltxt.dat. if alltxt.dat is a directory, it will copy .txt files under
alltxt.dat (separated 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=15336
Summary: DirectInputCreate(): hInst is ignored; NULL value
doesn't result in an error.
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gerbilsoft(a)verizon.net
While porting an application from Linux to Win32, I noticed a bug in Wine's
implementation of DirectInputCreate(). Specifically, Wine allows a NULL value
for hInst, whereas on Windows, specifying a NULL hInst results in error
0x80070057 ("The parameter is incorrect.")
Code:
HRESULT rval;
LPDIRECTINPUT lpDI;
HINSTANCE ghInstance = NULL;
rval = DirectInputCreate(hInst, 0x0500, &lpDI, NULL);
Expected Result: rval should contain 0x80070057 and lpDI should remain
uninitialized.
Actual Result: rval contains 0 and lpDI is initialized.
--
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=27569
Summary: Shellexecute and local file
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://netikka.net/dev/shellexec.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Application could not open local html file in default browser.
Reason protocol (file:///) not supported. Works in Windows (also for type other
than html)
Example: http://netikka.net/dev/shellexec.exe
Click and select some html file -> should open in default browser.
uses shellapi;
procedure TForm1.Button1Click(Sender: TObject);
var s: pchar;
begin
if opendialog1.execute then
begin
s:=pchar('file:///'+opendialog1.FileName);
ShellExecute(Handle, 'open', s, nil, nil, SW_SHOWNORMAL);
end;
--
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=20773
Summary: Borderlands can't get install correctly
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kuyatzu(a)hotmail.de
Created an attachment (id=24867)
--> (http://bugs.winehq.org/attachment.cgi?id=24867)
install_log
I've a DVD version of Borderlands and want to install this on Linux.
I run the Setup and install but get some errors with .dll Files and
amdcpusetup.exe.
I've tried to reinstall the .dlls manual in the dir:../Borderlands/Binaries/
but still get errors like in the attachment
--
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=26430
Summary: Post Mortem quits before reaching the main menu
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://www.fileplanet.com/116849/110000/fileinfo/Post-
Mortem-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33648)
--> (http://bugs.winehq.org/attachment.cgi?id=33648)
plain terminal output
The game plays the intro videos fine on startup but as soon as the main menu
appears it simply quits.
'Read failed on temporary file' message in the console.
Workaround: native msvcrt.dll
The same with 0.9.33, 1.0.1, 1.2.2 and so on.
--
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=29423
Bug #: 29423
Summary: CCleaner hides cleaner rules by default
Product: Wine
Version: 1.3.35
Platform: x86-64
URL: http://www.piriform.com/ccleaner/builds
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
The treeview on CCleaner's cleaner (default) screen doesn't display the cleaner
rules for each application (i.e. which information from that application should
be removed) by default. It only shows the list of supported applications, and
double-clicking an application's name will make its cleaner rules visible.
Another double-click will hide them again.
On Windows XP, it shows these rules by default, and nothing happens when
double-clicking an application name.
Same issue in 1.3.18, 1.2, 1.0.1, and 0.9.33. The terminal output is the same
as attachment 38082. Workaround: winetricks comctl32
--
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=28382
Summary: Dragon NaturallySpeaking 10.0 does not run
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: susancragin(a)earthlink.net
Created an attachment (id=36395)
--> (http://bugs.winehq.org/attachment.cgi?id=36395)
terminal output
This might be a regression.
NatSpeak installed well with today's git
wine-1.3.28-193-g90e3bc5
but does not run.
The relevant error seems to be
fixme:wbemprox:wbem_locator_ConnectServer 0x135da0, L"ROOT\\WMI", (null),
but I have attached the entire terminal output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27983
Summary: Starcraft 2 Editor: Newly created items in the trigger
treeview don't get marked for renaming.
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florian(a)fkoeberle.de
When you create in the Starcraft 2 Editor a new variable, folder, action,
function etc. in the trigger tree the newly created item doesn't get marked for
renaming.
Workaround:
- Press F2 once you created an item: This will mark the item for renaming.
The bug doesn't occur with native comctl32.
--
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=25440
Summary: Guitar Pro 6 fails to start
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
In current git (1.3.8), Guitar Pro 6.0.7 fails to start. With vcrun2005
installed to avoid http://bugs.winehq.org/show_bug.cgi?id=25439, I get the
following output.
xavier@xavier /wine/gp6/drive_c/Program Files/Guitar Pro 6 $ wine GuitarPro.exe
fixme:system:SetProcessDPIAware stub!
app dir path: "C:/Program Files/Guitar Pro 6"
current: QDir( "C:/Program Files/Guitar Pro 6" , nameFilters = { * },
QDir::SortFlags( Name | IgnoreCase ) , QDir::Filters(
Dirs|Files|Drives|AllEntries ) )
current: QDir( "C:/Program Files/Guitar Pro 6" , nameFilters = { * },
QDir::SortFlags( Name | IgnoreCase ) , QDir::Filters(
Dirs|Files|Drives|AllEntries ) )
The app works fine in native Windows 7.
--
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=15539
Summary: quartz: referencemapper.ok sometimes fails in pc-bsd
(race condition?)
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: FreeBSD
Status: NEW
Keywords: source, testcase
Severity: enhancement
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Looks like it might need some slop:
[pcbsd@pcbsd ~/wine-git/dlls/quartz/tests]$ rm referenceclock.ok ; make
referenceclock.ok
../../../tools/runtest -q -P wine -M quartz.dll -T ../../.. -p
quartz_test.exe.so referenceclock.c && touch referenceclock.ok
referenceclock.c:89: Test failed: SystemClock - Expected difference around
10000000, got 11750000
*** Error code 1
Fails around 1/4 time.
--
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=12069
Summary: native msvcp60.dll enhaces wines
Product: Wine
Version: 0.9.57.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacobidiego(a)gmail.com
Hi.
This is not exactly a bug, but i think that you should have it in mind. I dont
know how can it be related to wines internal behavior or not.
I only play one game. Tactical Ops 3.5
This game uses Unreal99 Engine.
It works in Wine as a Gold and sadly with at most 30 fps with all builtin.
With only one override it can grow to 70 fps in the same test conditions.
This native is msvcp60.dll
The game runs better with this dll present on the system. I dont know why or
what does this dlls or why the game can run without it but, it does makes a
difference.
I think that this override can improve all Unreal99 based games.
Close this bug if you think that it is invalid. I post to contribute and
documentate to other looking for the same issue.
Cheers.
Diego
--
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=23071
Summary: UltraEdit 16.10 : Fails to update itself
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.ultraedit.com/files/ue_english.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=28642)
--> (http://bugs.winehq.org/attachment.cgi?id=28642)
Terminal output on Wine-1.2-rc2 after clicking Continue
Steps to reproduce:
1) remove ~/.wine
2) do default installation of ue_english.msi downloaded from given url
(IMPORTANT)
3) wine Uedit32.exe
4) close all popup windows (buy now, tip of the day etc.)
5) "Help->Check for Updates" new window will appear
6) "Download Update Now!" wait till it downloads updates
7) press "Continue" if prompted to shut down UltraEdit in order to begin
updating process
Behaviour:
Fatal Error window with following message
"Installation ended prematurely because of an error."
Expected behaviour:
UltraEdit should update itself to newer version
Additional info:
I tried to update from version 16.10.0.1025 to 16.10.0.1027
--
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=22786
Summary: ALLPlayer fails to start
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.allplayer.org/en/download/53-allplayer-4/do
wnload
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=28117)
--> (http://bugs.winehq.org/attachment.cgi?id=28117)
Error at start
ALLPlayer 4.3.6.9 fails to start. It displays error like in attachment + error
from Wine.
--
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=19935
Summary: Colobot game don`t work
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmbohdan(a)gmail.com
when i try to run the game, it`s freeze and wine start debugger. but debugger
cant give any information for long time, so i must kill them.
--
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=27430
Summary: 1.3.20 breaks X52 Joystick under X3/Terran Conflict
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gilboad(a)gmail.com
Created an attachment (id=35078)
--> (http://bugs.winehq.org/attachment.cgi?id=35078)
+dinput log.
Hello,
I've been using wine to play X3:TC under Fedora 14/x86_64 without any major
issues (beyond a number of known issues).
I've upgraded my workstation to Fedora 15 and initially all worked just fine.
However, since yesterday, I can no longer use my joystick under X3:TC.
1. Somehow the axis/POV mapping is all wrong, the viewport is locked to the
bottom right position and I cannot use the POV or keyboard to re-center it.
2. All the other joystick axis (yaw/pitch) seem to be broken as well.
3. The throttle axis seems to be working just fine. (It's a joystick / throttle
combo).
4. The keyboard seems to be generating multiple keyboard events per keypress.
5. The joystick has a "profile" selection knob - which triggers an always
"pressed" joystick button 11, (profile 1), button 12 (profile 2), button 13
(profile 3). Switching profiles changes the direction in which the POV is
locked.
6. If I disconnect the joystick, the POV re-centers, and the keyboard returns
to normal operation.
7. I checked the native version of X3 Reunion (Official LGP release) and
everything seems to be working just fine. (So no kernel / hardware problem).
8. +dinput log attached.
P.S. When playing the Linux version of X3:R I developed a library [1] that uses
pre-loading and _open/_read/_close symbol replacement to modify certain aspects
of my X52 joystick (E.g. mask/disable certain axis/buttons, capture
axis/buttons and turn them into X11 keypress/release events, etc).
Among other things, I used this library to mask out the problematic profile
buttons and turn the POV axis (which behave much more like buttons) into X11
key events.
Can I somehow use the same pre-loading / symbol replacement under wine? It will
help my locate the source of the problem?
- Gilboa
[1] http://libjoyevent.sourceforge.net/
--
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=28058
Summary: Psychonauts installer by R.G. Mechanics can not run
Bink Audio Mixer during installation
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: runetmember(a)gmail.com
Psychonauts installer by R.G. Mechanics can not run Bink Audio Mixer during
installation.
Information about this version: http://bugs.winehq.org/show_bug.cgi?id=28053#c4
Search this part in the attached log:
C:\Program Files\R.G. Mechanics\Psychonauts>binkmix.exe
WorkResource\cutscenes\prerendered\ASAH.bik
WorkResource\cutscenes\prerendered\ASAH.wav
WorkResource\cutscenes\prerendered\ASAH.bik /o /t0 /#
fixme:qcap:fnCaptureGraphBuilder2_Release Release IGraphFilter or w/e
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00020020-0000-0000-c000-000000000046}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80040155
err:ole:CoMarshalInterface Failed to marshal the interface
{00020020-0000-0000-c000-000000000046}, 80040155
fixme:ole:NdrClearOutParameters (0x72d32c,0x7e8acb80,0x72d6c4): stub
fixme:ole:CoCreateInstance no instance created for interface
{00020020-0000-0000-c000-000000000046} of class
{00020003-0000-0000-c000-000000000046}, hres is 0x80040155
Probably installer use Bink Audio Mixer to repackage some audio files.
--
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=15510
Summary: Rockwell check for OS fails
Product: Wine
Version: 1.1.5
Platform: PC
URL: http://www.rockwellautomation.com/rockwellsoftware/desig
n/rslogix5000/demo.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: JosephHenryBlack(a)yahoo.co.nz
Created an attachment (id=16455)
--> (http://bugs.winehq.org/attachment.cgi?id=16455)
Setup Log
RS Logix demo software for programming PLC's works for 90days. On clean wine,
without net1.1 installed and also using winetricks with net1.1 on a clean wine,
the install terminates quickly. The install log shows
RSLogix 5000 Setup: Begin loading step: Verifying operating system is
supported
RSLogix 5000 Setup: OS check failed: There is no available software that
will run on this OS
RSLogix 5000 Setup: End loading step: Verifying operating system is
supported
to reproduce:
run setup.exe
The window will open for the RSLogix 5000 series
Click Install RS Logix 5000 Demo Edition V16 and select English.
--
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=21046
Summary: cmd does not handle all operators in 'if' command
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
bug 15359 mentions that firefox's build scripts use commands like
IF %ERRORLEVEL% EQU 0
wine's cmd only supports == and != operators;
windows' cmd also supports equ, neq, lss, leq, gtr, geq.
--
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=17849
Summary: Tree doesn't fold/unfold on mouse click
Product: Wine
Version: 1.1.17
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20122)
--> (http://bugs.winehq.org/attachment.cgi?id=20122)
Tree
I'm using Wine 1.1.17 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is in CATIAV5R19 with tree (attached image) in main window and this
is very annoying:
1) LMB in drawing area to lose focus on tree
2) LMB on "plus sign" in tree
behaviour:
nothing does happen
expected behaviour:
tree should unfold
3) move mouse pointer and tree unfolds as it should earlier
1) LMB in drawing area to lose focus on tree
2) LMB on "plus sign" in tree
behaviour:
nothing does happen
expected behaviour:
tree should unfold
3) LMB on "plus sign" again and tree unfolds but if i move mouse pointer the
tree folds again which is unwelcome
LMB-left mouse button
--
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.