https://bugs.winehq.org/show_bug.cgi?id=40442
Bug ID: 40442
Summary: Unexplained new random comctl32:header failure
(cross-compiler issue?)
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
comctl32:header started having regular failures on newtb-wxppro right after the
WineHQ upgrade (2016/03/17).
https://test.winehq.org/data/tests/comctl32:header.html
The failure:
header.c:1148: Test failed: expected 0, got 1
Things that point to a cross-compiling issue:
* Since 2016/03/18 comctl32:header has had an almost systematic failure on
newtb-wxppro (68.7%) and more rarely on newtb-w2003std (12.5%).
* In the 27 runs from 2016/02/09 to 2016/03/17 it had no failure (neither on
these two platforms nor on any other).
* There has been no change to comctl32:header before it started failing.
* The tests that run before comctl32:header don't seem to have undergone
changes that could cause the following tests to fail (see 'git log
62277fb7779f..6bc0ce26a853 dlls/[abc]*/tests').
Unexplained mysteries:
* Cross-compiling the test with i686-w64-mingw32-gcc (GCC) 5.3.1 20160205, the
standard '-g -O2' options and uploading it to the TestBot does not yield the
expected failure (changing that to '-g -O0' does not make a difference either).
* None of the other platforms is affected.
* And even more strange, newtb-xppro is the only Windows XP to be affected by
the new failure.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=46683
Bug ID: 46683
Summary: TopoEdit crashes with unimplemented function
mf.dll.MFCreateVideoRendererActivate
Product: Wine
Version: 4.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Depends on: 46105
Distribution: ---
Topology -> Add EVR
wine: Call from 0x7b43d59b to unimplemented function
mf.dll.MFCreateVideoRendererActivate
wine-4.2-26-g5e86cc0a8f
--
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.
https://bugs.winehq.org/show_bug.cgi?id=41106
Bug ID: 41106
Summary: Lethe - Episode One crashes without native dotnet4.0
Product: Wine
Version: 1.9.16
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 55312
--> https://bugs.winehq.org/attachment.cgi?id=55312
log
Stacktrace:
at <unknown> <0xffffffff>
at <Module>.?A0x6845bc90.??__EGPickColorStruct@@YMXXZ () <0x00027>
at <Module>._initterm_m (*()*,*()*) <0x00029>
at <Module>.<CrtImplementationDetails>.LanguageSupport.InitializePerProcess
(<CrtImplementationDetails>.LanguageSupport*) <0x00063>
at <Module>.<CrtImplementationDetails>.LanguageSupport._Initialize
(<CrtImplementationDetails>.LanguageSupport*) <0x00207>
at <Module>.<CrtImplementationDetails>.LanguageSupport.Initialize
(<CrtImplementationDetails>.LanguageSupport*) <0x0006f>
at <Module>..cctor () <0x0002f>
at (wrapper runtime-invoke) object.runtime_invoke_void
(object,intptr,intptr,intptr) <0xffffffff>
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
wine-1.9.16-38-g84b3218
--
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.
https://bugs.winehq.org/show_bug.cgi?id=41119
Bug ID: 41119
Summary: vbscript fails to parse
'createobject("wscript.shell").run' statement
Product: Wine
Version: 1.9.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: aihujianfei(a)qq.com
Distribution: ---
The vbscript file for test is :
createobject("wscript.shell").run "calc.exe"
I see the vbs bison parse file in
https://github.com/alexhenrie/wine/blob/master/dlls/vbscript/parser.y ,
the parse failed at the pos [.run] in this file.
I think the fail reason is there has one confilct .
for more information , I run command [bison -v -d -pparser_ parser.y], then it
generate file parser.output .
In the file parser.output , part of the file show this confilct which mentioned
above .
"
state 160
77 ArgumentList: Expression .
78 | Expression . ',' ArgumentList
85 Expression: Expression . tIMP EqvExpression
138 PrimaryExpression: '(' Expression . ')'
tIMP shift, and go to state 123
',' shift, and go to state 162
')' shift, and go to state 156
')' [reduce using rule 77 (ArgumentList)]
"
As we can see above , there has one shift/reduce conflict . to parse this file
success , we need a reduce to ArgumentList , instead of shift to
PrimaryExpression .
I will appreciate your fix.
--
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=13499
Summary: The Odyssey: Winds Of Athena: access violation when
trying to run
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://gamecenter.oberon-media.com/game.htm?code=111299413&RefId=&origin=pcat_gm_
u
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
Steps to reproduce:
1. Install The Odyssey: Winds Of Athena
2. Run directly from its install directory
When it is trying to start up, the application will crash with an access
violation.
--
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=10728
Summary: LEGO Island character models are textureless
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=9570)
--> (http://bugs.winehq.org/attachment.cgi?id=9570)
Console log
The character models in Lego Island (the original) are textureless. The
attached log contains the console output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16644
Summary: SimGolf v1.03 does not render terrain
Product: Wine
Version: 1.1.11
Platform: PC-x86-64
URL: http://www.simgolf.ea.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tom78999(a)gmail.com
Simgolf, with the latest patch, does not render any terrain and instead simply
renders a black background. The attached screenshot illustrates this.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36431
Bug ID: 36431
Summary: valgrind shows a possible leak in
shell32/tests/ebrowser.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==28261== 28 bytes in 1 blocks are possibly lost in loss record 279 of 995
==28261== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==28261== by 0x5C44BB8: apartment_getclassobject (compobj.c:526)
==28261== by 0x5C47FC6: get_inproc_class_object (compobj.c:2894)
==28261== by 0x5C4AD2F: CoGetClassObject (compobj.c:3032)
==28261== by 0x5C4B4B7: CoCreateInstance (compobj.c:3197)
==28261== by 0x4D82686: func_ebrowser (ebrowser.c:94)
==28261== by 0x4DC8888: run_test (test.h:584)
==28261== by 0x4DC8C77: main (test.h:654)
==28261==
--
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=13273
Summary: Wine does not remember disk labels set through winecfg
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ccf2egd02(a)sneakemail.com
Wine does not seem to remember disk labels or serial numbers when set via
winecfg.
Steps to reproduce:
1) create a disk entry in ~/.wine/dosdevices
ln -s /someplace_with_CD_image ~/.wine/dosdevices/q\:
2) run winecfg, select disk tab.
3) Select q:
4) Show advanced
5) Set to manual setup, disk label to "SOMETHING", disk ID to "FEEDBE"
6) APPLY
7) verify data by selecting some other drive, then re-selecting q:
8) quit winecfg
9) Restart winecfg and reselect the disk tab. Reselect q:
Expected results
Disk label should be "SOMETHING", id should be "FEEDBE"
Actual results
Disk label unset, disk ID 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.
https://bugs.winehq.org/show_bug.cgi?id=38933
Bug ID: 38933
Summary: In LiveCode 5.0.2, modal dialog prompts are created
behind all windows, hanging Wine.
Product: Wine
Version: 1.7.47
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexchandel(a)gmail.com
In LiveCode 5.0.2, whenever a dialog prompt is created, wine creates the modal
window behind the main window. Since the application is blocked until the modal
window is acknowledged, there is no way to continue, and LiveCode is
effectively hung.
Note this does not apply to system prompts, such as the file chooser; only
popups containing custom text, often created with a LiveCode script such as
`ask "foo bar"`, which when run immediately hangs Wine, since a dialog window
is created behind a much larger primary window (assuming one exists).
This error actually effects all LiveCode windows, but it is only critical for
dialogue windows, since those halt the program.
This *may* be related to 16346, although that was documented on X11, not Aqua.
--
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=16346
Summary: App hangs creating modal dialog from WM_ACTIVATEAPP
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jmiller-wine(a)tanner.com
CC: jmiller-wine(a)tanner.com
Created an attachment (id=17660)
--> (http://bugs.winehq.org/attachment.cgi?id=17660)
Simple windows app with source that brings up a message box every time the
window is activated.
I have an app which opens a modal dialog under some circumstances when the
window is activated. Under Windows this works perfectly, but under wine it
causes the app to hang. I have attached a trivial sample app showing this
behavior.
I poked around a bit, and the app is no longer receiving any messages (mouse
moves, keyboard, paint, etc), but I'm not sure where to go from here.
Also under Windows, since the app checks for the wParam (bActive) on
WM_ACTIVATEAPP, it only brings up one copy of the dialog box even after
multiple window activations. Under wine it will bring up another copy of the
dialog if there is already a modal dialog on that 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.
https://bugs.winehq.org/show_bug.cgi?id=46001
Bug ID: 46001
Summary: MANY com.apple.xbs/Sources/AppleFSCompression errors
from every wine process
Product: Wine
Version: 3.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexchandel(a)gmail.com
Distribution: ---
Every wine process I run prints the following error message at some point:
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.200.3/Common/ChunkCompression.cpp:49:
Error: unsupported compressor 8
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.200.3/Libraries/CompressData/CompressData.c:353:
Error: Unknown compression scheme encountered for file
'/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Exceptions.plist'
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.200.3/Common/ChunkCompression.cpp:49:
Error: unsupported compressor 8
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.200.3/Libraries/CompressData/CompressData.c:353:
Error: Unknown compression scheme encountered for file
'/System/Library/CoreServices/CoreTypes.bundle/Contents/Library/AppExceptions.bundle/Exceptions.plist'
The simplest replication is just running `winecfg` with a new wine prefix. I'm
using macOS 10.14, but this has happened since at least 10.13. I've never seen
it from any non-wine program ever.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=46002
Bug ID: 46002
Summary: "0011:err:display:macdrv_ChangeDisplaySettingsEx No
matching mode found 1680x1050x32 @60!" every time wine
starts
Product: Wine
Version: 3.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexchandel(a)gmail.com
Distribution: ---
Every single time wine starts, it displays the error message
0011:err:display:macdrv_ChangeDisplaySettingsEx No matching mode found
1680x1050x32 @60!
at some point. 1680x1050 is indeed the effective resolution of the display,
though the actual resolution is 2560x1600. What error is happening?
--
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=24945
Summary: font is not drawn in synth1 instrument selection
window
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: armandsl(a)gmail.com
Created an attachment (id=31583)
--> (http://bugs.winehq.org/attachment.cgi?id=31583)
synth1 on wine 1.3.4
Starting with wine version 1.2.0 font is not drawn in synth1 instrument
selection window anymore. Synth1 is free VST software synthesizer
(http://www.geocities.jp/daichi1969/softsynth/).
OS used: Linux (Fedora 14)
Dll is loaded by LMMS (Linux Multi Media System) version 0.4.8
It worked with wine 1.1.38 (with old font subsystem).
--
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.
https://bugs.winehq.org/show_bug.cgi?id=46517
Bug ID: 46517
Summary: Warcraft III: Installation fails (trouble launching
Battle.net Update Agent)
Product: Wine
Version: 4.0-rc7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)iooioio.hadar.uberspace.de
Distribution: Ubuntu
Created attachment 63372
--> https://bugs.winehq.org/attachment.cgi?id=63372
Console output
I am currently unable to install Warcraft III via the installer provided by
Blizzard. It's a web installer (used to work in the past) so the problem might
be related to wine network code.
Attached you will find the console output and a screenshot of the error message
in the application.
--
Some additional info about my system (just in case):
Distro: elementary OS Juno
Kernel: 4.15.0-43-generic
Graphics: Proprietary NVIDIA 410.78
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38521
Bug ID: 38521
Summary: Unhandled exception: page fault on read access to
0x00000000 in 32-bit code (0x7
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: ettl.martin78(a)gmail.com
Distribution: ---
Created attachment 51390
--> https://bugs.winehq.org/attachment.cgi?id=51390
backtrace from wine
Steps to reproduce:
1) Install SourceNavigator from
(http://sourceforge.net/projects/sourcenav/?source=typ_redirect) on Ubuntu
Linux 15.04 (32-Bit) with wine.
2) Execute SourceNaviator
3) Close SourceNaviator
4) The exception message is shown. Please refer to the backtrace.
If you have questions, please feel free to ask.
Many thanks for working so hard on wine.
Best regards
Martin Ettl
--
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.
https://bugs.winehq.org/show_bug.cgi?id=41580
Bug ID: 41580
Summary: Vegas Pro 11
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cosminvonsovici(a)gmail.com
CC: winetest(a)luukku.com
Distribution: ---
Created attachment 55916
--> https://bugs.winehq.org/attachment.cgi?id=55916
Log file at the end
Ubuntu 16.04.1 64 bit (x86 Prefix)
I successfully managed to install and authenticate Sony Vegas Pro 11 without
errors. .NET 3.5 SP1 installed with no issue along with the other dependencies.
Upon opening, ErrorReportClient.exe crashes and gives an error. I disabled this
in the config file and when I open it as it gets to the stage "Creating IO
manager" a popup appears and I am forced to close.
I have installed this app in windows (same exe file) and it works without
issues. I followed the guide at
https://appdb.winehq.org/objectManager.php?sClass=version&iId=33292 without the
dlls and with Windows version set to Windows XP, having followed all steps. I
would be so appreciative if you can help with this issue as I would absolutely
need and love Vegas in Wine. This is my first report so I hope I did it right!
Thank you for your time. I got the install exe from
http://www.afterdawn.com/software/audio_video/video_editing/vegas_pro_32.cfm
If you need any more information please contact me.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=41571
Bug ID: 41571
Summary: Vegas Pro 11
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cosminvonsovici(a)gmail.com
Distribution: ---
Created attachment 55907
--> https://bugs.winehq.org/attachment.cgi?id=55907
Log file outputted after has generated an exception that could not be handled
Ubuntu 16.04.1 64 bit (x86 Prefix)
I successfully managed to install and authenticate Sony Vegas Pro 11 without
errors. .NET 3.5 SP1 installed with no issue along with the other dependencies.
Upon opening, ErrorReportClient.exe crashes and gives an error. I disabled this
in the config file and when I open it as it gets to the stage "Initializing UI"
a popup appears saying "Application has generated an exception that could not
be handled" Process ID=0x7a(122) Thread ID=0x41(65)and I am forced to close.
I have installed this app in windows (same exe file) and it works without
issues. I followed the guide at
https://appdb.winehq.org/objectManager.php?sClass=version&iId=33292 without the
dlls and with Windows version set to Windows 7. I would be so appreciative if
you can help with this issue as I would absolutely need and love Vegas in Wine.
This is my first report so I hope I did it right! Thank you for your time. I
got the install exe from
http://www.afterdawn.com/software/audio_video/video_editing/vegas_pro_32.cfm
If you need any more information please contact me.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43639
Bug ID: 43639
Summary: "Log In" and "Forgot Password" links on main page are
broken
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)der-ingo.de
CC: austinenglish(a)gmail.com
Distribution: ---
On the main page https://bugs.winehq.org/ there are two links:
- Log In
- Forgot Password
I mean the actual links and not the buttons.
The "Log In" link has no effect.
The "Forgot Password" link actually changes the "Log In" button above.
Probably those two links are unnecessary. They are confusing at least.
I suggest to either fix them or probably better, remove them.
Cheers, Ingo =;->
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39709
Bug ID: 39709
Summary: winmm:mci makes a buzzing sound
Product: Wine
Version: 1.8-rc2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Running winmm:mci makes a buzzing sound. The first line (of many) where this
happens is the line below from test_playWAVE():
/* A second play caused Wine<1.1.33 to hang */
err = mciSendStringA("play mysound from 500 to 220:5:0 wait", NULL, 0,
NULL);
This is because the test records sound to tempfile.wav before playing it back.
So if the recording levels are set a bit high tempfile.wav can record
electrical noise, the buzzing sound, and thus makes noise when playing it back.
This is confirmed by changing the recording level in the KDE mixer prior to
running the test:
* Setting it all the way down avoids the buzzing sound.
* Setting it even moderately high causes the buzzing sound.
Conformance tests are supposed to not make noises when not run in interactive
mode so this should be fixed. I see two ways for this:
* Set and restore the recording level in test_recordWAVE().
* Create tempfile.wav by hand instead of relying on the output of
test_recordWAVE().
--
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=21692
Summary: Zombie Bowl-O-Rama won't start:
RtplWaitForCriticalSection
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tonglebeak(a)gmail.com
Created an attachment (id=26215)
--> (http://bugs.winehq.org/attachment.cgi?id=26215)
konsole output
Using wine-1.1.38, I am unable to run Zombie Bowl-O-Rama in Steam (other steam
games run fine). Attached is konsole output. Have tried numerous winversions to
no avail, as well as a clean wineprefix. If any additional information is
needed from me, kindly let me know. 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=23634
Summary: duplex (dual-sided) print doesn't work
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: psygnosis(a)mail.ru
Printing from any wine app (even from notepad) to printer, which supports
dual-sided printing, fails (all pages are printing on separate pages). If I
change printing settings in CUPS to dual-sided print, everything goes
dual-sided. Wine settings doesn't have any effect. This bug already have been
described & fixed in russian commercial wine release WINE@Etersoft
(http://etersoft.ru/wine/updates). There everything works fine.
--
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=17479
Summary: ConvertXToDVD 3.4.7.121 Do not load templates.
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaysonsantos2003(a)yahoo.com.br
Hello people, I'm trying to use ConvertXToDVD in my linux box and all works
fine, however the program cannot load template.
I tried to convert with a default template and the conversion finished
sucessful however without a menu (which are selected by templates).
When I try to open a template from menu I receive: "List index out of
bounds(1)".
Best Regards
Jayson
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38566
Bug ID: 38566
Summary: LB_SETSEL message should set caret as well
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: q.winehq(a)rsn-tech.co.uk
Distribution: ---
When you send the LB_SETSEL message to a multi-selection list box in Windows,
it also sets the focus to the appropriate item and scrolls it into view if
necessary. In Wine, this secondary function appears not to happen and an
additional LB_SETCARETINDEX message is needed to duplicate the full Windows
functionality.
I don't know if this happens in all circumstances, but it fixed a long-standing
problem in a complex application where a list box would not automatically
scroll as it did in Windows.
--
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=14303
Summary: Listview: select all is incredibly slow.
Product: Wine
Version: 1.1.0
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq.10.drkshadow(a)spamgourmet.com
Created an attachment (id=14587)
--> (http://bugs.winehq.org/attachment.cgi?id=14587)
quickly select all items in a listview
When you hit Ctrl-A in a listview control, the control loops through every
single item in the list selecting them and setting focus on the item. With tens
of thousands of items, this takes a _long_time_.
I've created a patch that sets the range of selected items. This select all
happens much more instantaneously. As an added bugfix, the selected item will
not be changed when all items are selected.
--
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=35896
Bug ID: 35896
Summary: Switching to Chinese input method after typing some
English will fail.
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hwei.sy(a)gmail.com
== Steps to reproduce ==
1. Open notepad in wine.
2. Make sure input method is English.
3. Type something (e.g. H, A, SPACE), then the notepad will display it (e.g.
"ha ").
4. Switch to Chinese input method.
5. Type something (e.g. H, A, SPACE), then the notepad dose not receive
anything (e.g. should display "哈").
This bug will only appear when input something in English before Chinese. But
if you input Chinese before any English character (i.e. remove step 2, 3),
every thing is going well.
== How to fix it ==
In the source file "dlls/imm32/imm.c", function "ImmProcessKey",
after "if (imc) data = imc; else return FALSE;",
insert one line "data->immKbd = IMM_GetImmHkl(hKl);".
Then it seems fixed. But I don't know will this cause other problems.
----
I am not sure this bug is same to Bug 34056.
--
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=31434
Bug #: 31434
Summary: Menu is activated by alt key while mouse button is
down
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kaetemi(a)gmail.com
Classification: Unclassified
Created attachment 41320
--> http://bugs.winehq.org/attachment.cgi?id=41320
user32: Menu should not be activated by menu key while mouse buttons are down.
When using and Alt+MouseButton combination, the application menu becomes
selected after releasing Alt.
More specifically, in 3ds Max 9, when using the Alt+MiddleMouse in a viewport
to rotate, after releasing Alt the File menu will be selected, and the viewport
will appear as if frozen to the user, not accepting any input until Alt is
pressed again to release the menu.
Patch with fix attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10358
Summary: wine 0.9.48 takes 5 minutes to start an application
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jean-jaques(a)women-at-work.org
Created an attachment (id=9029)
--> (http://bugs.winehq.org/attachment.cgi?id=9029)
wine debug output where wine freezes for a while
I've wiped my .wine directory and had winecfg rebuild it. Then I installed
iTunes 7.3 and now it takes more than 5 minutes until wine launches _any_
windows application.
When I enter "wine app.exe" nothing happens for a really long time. After
waiting for 5 or sometimes up to 10 minutes (no CPU load) the application
launches. This even applies to winecfg!
When I run wine in debug mode (WINEDEBUG=+relay winecfg) it stops producing
output at a certain point and then continues (again after a few minutes).
I have attached some debug output (the place where wine seems to freeze and
stops producing output). I can't attach the entire file, because it is 40MB :(
wine 0.9.48, compiled from sources, Gentoo 2007.0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18790
Summary: Default search does not include resolved bugs
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P3
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
The default search (the search box at the top of this page) does not include
closed bugs (rightly so), but it also does not include resolved bugs. This
leads to duplicates that could be avoided.
See Bug 18601 - a recent regression that is fixed by the next release, but
anyone searching for an open bug for Google Sketchup will not see it unless
they choose to run an advanced search, which some users clearly don't.
I'm sure this is a simple change to the code.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38269
Bug ID: 38269
Summary: Project64k regression in Wine 1.5.20 and later
Product: Wine
Version: 1.5.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leodexe(a)gmail.com
Distribution: ---
Created attachment 51097
--> https://bugs.winehq.org/attachment.cgi?id=51097
Output from the terminal when the program is being executed
Well, it is quite simple. When you execute Project64k (READ CAREFULLY),
Project64k, NOT the standard Project 64 emulator, but the one that has netplay
capabilities within any version of Wine older than 1.5.20 it won't recognize
controller plugins, no matter what controller plugin you actually use it won't
work so basically you will not be able to play online due to the controller
inputs being disabled. If you run Project64k with Wine 1.5.19 or older it will
just run fine without any problems, though. I have added an attachment which
shows the output from the terminal when you run the program via terminal, if it
happens to be something useful there so the regression can be fixed. Note that
this regression both affects x86 and x64 versions of Wine.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=42437
Bug ID: 42437
Summary: Wine Wiki: Building Wine - Compiler Optimizations &
Call-Stacks
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Wiki link:
https://wiki.winehq.org/Building_Wine#Compiler_Optimizations_.26_Call-Stacks
Says:
../wine-source/configure CFLAGS="-g -O1 -fno-optimize-sibling-calls
-fno-omit-frame-pointer -fno-inline"
IMHO these two are superfluous as:
* "optimize-sibling-calls" is disabled in -O1 and enabled since -O2
* "omit-frame-pointer" is disabled in -O0, -O1 and -O2
at least by comparing output of following two commands:
gcc -g -O1 -Q --help=common
gcc -g -O1 -fno-optimize-sibling-calls -fno-omit-frame-pointer -fno-inline -Q
--help=common
I tried that on Debian Stretch. Gcc (Debian 6.3.0-6) 6.3.0 20170205
--
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.
https://bugs.winehq.org/show_bug.cgi?id=46593
Bug ID: 46593
Summary: LXR: Incorrect display width of author names
containing utf-8 characters
Product: WineHQ.org
Version: unspecified
Hardware: Other
OS: other
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Follow up from bug 25453:
> > Is there something else to fix?
> Well, at least in my browser, there's an indentation or rather an I18N
> issue: Every line whose author's name contains umlauts is misindented:
>
> >4aa5f5bc Jörg *0023 #include "windows.h"
> >6698e9e0 Jan Ze*0024 #include "mmsystem.h"
>
> Perhaps the string length function that LXR uses to calculate the display
> width produces incorrect values for "Jörg", e.g. 5 instead of 4. That would
> explain what I see. But that would warrant another bug entry.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=45314
Bug ID: 45314
Summary: https://bugs.winehq.org landing page and task lists
bar mention wine 2.0
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dav75uk(a)yahoo.co.uk
Distribution: ---
Either show be removed, or detail tasks for wine 4.0 - makes the website look
abandoned
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40395
Bug ID: 40395
Summary: Winehq.org website improvements not added to the forms
site.
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
Distribution: ---
There have been many Winehq.org website improvements lately, such as a nicer
search bar and more modern navigation buttons, that have not been added to the
forms site.
--
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=18344
Summary: Icons disappear with mouse over them at
http://winehq.org/
Product: WineHQ.org
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dar32ster(a)gmail.com
When standing over the icons at http://winehq.org/ with the mouse the icons
take time to download and it seems like they are disappearing. You should
download the icons on loading to make this problem disappear.
--
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=12091
Summary: out of place text on bugzilla component description page
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: trivial
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
I can't seem to find the change for this in bugzilla.git...
On http://bugs.winehq.org/enter_bug.cgi, someone added the text:
<-- You probably want to use that link there!
Wine bugs. Submit bugs related to Wine here.
<-- Use this if in doubt!
but it also appears on this page:
http://bugs.winehq.org/describecomponents.cgi?product=Wine
which doesn't make any sense.
--
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=24566
Summary: bugzilla adds mr.bugs to cc list?
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Bugs start out with Mr. Bugs as the default assignee, which is evidently
intended so the mailing list gets copied on all bug changes. That's fine.
But under some situations, bugzilla seems to also automatically add
mr. bugs to the cc list.
For instance, here:
http://www.winehq.org/pipermail/wine-bugs/2010-September/251648.html
Whereupon Dmitry promptly removed it from the cc:
http://www.winehq.org/pipermail/wine-bugs/2010-September/251690.html
Austin verified that this had been done automatically by repeating his
component change:
http://www.winehq.org/pipermail/wine-bugs/2010-September/251728.html
and then removed the extra cc manually in the next change.
What's going on here? Should that cc be added automatically or not?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38575
Bug ID: 38575
Summary: https://bugs.winehq.org/enter_bug.cgi should list
Distribution package bugtrackers, for example, for
Fedora.
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
Distribution: ---
Recently I have found very ****ing great surprise from Fedora repository called
wine-staging packages.
After explanation from other users, this is 'vanilla' wine + hundreds of
patches.
So, generally, it means each and every user using Fedora, are not eligible to
submit bugs to winehq bugzilla. Same as if you use PlayOnLinux or anything else
similar.
So, to avoid spam of such bugs into winehq.org bugzilla instance, I suggest to
add link or even section 'Distribution specific', that then would list external
bugzilla trackers, for example, this:
https://bugs.wine-staging.com/
Original thread:
https://bugs.winehq.org/show_bug.cgi?id=30608
Note of this bug:
Originally it was reported on 'vanilla' wine. Retesting, obviously, was done on
Staging.
Note of the page itself:
There are some typo erros in this string: 'Submit broken links and other web
related isssues.'
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40394
Bug ID: 40394
Summary: Winehq.org website improvements not added to AppDB.
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
Distribution: ---
There have been many Winehq.org website improvements lately, such as a nicer
search bar and more modern navigation buttons, that have not been added to
AppDB.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=46540
Bug ID: 46540
Summary: SPAM?
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
CC: austinenglish(a)gmail.com
Distribution: ---
See for yourself:
https://bugs.winehq.org/show_bug.cgi?id=36547#c9https://bugs.winehq.org/show_bug.cgi?id=36547#c10
--
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=11787
Summary: Set mime type for log files are text/plain
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: minor
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Right now whenever someone attaches a .log file, Bugzilla auto-detects the mime
type as text/x-log. Many web browsers are set to download files with that mime
type, rather than just opening the file in the web browser. This is rather
annoying.
Can we change the mime types for .log files to text/plain instead? I believe
the code is in Bugzilla/Attachment.pm.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39923
Bug ID: 39923
Summary: Add architecture field
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: ---
https://en.wikipedia.org/wiki/Windows_API#Versions
Makes it easier to identify which architecture an app uses. Would make it
obvious which architecture a test report applies to when an app is available in
multiple architectures. Might provide useful statistical info also.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=42333
Bug ID: 42333
Summary: "Top garbage" list on AppDB
Product: WineHQ Apps Database
Version: unspecified
Hardware: Other
OS: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: roothorick(a)gmail.com
Just a simple top 10 or top 25 list of the most active apps with a garbage
rating. It would be an easy at-a-glance forecast of what apps (and therefore,
indirectly, what bugs) are the greatest concern for Wine users.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43320
Bug ID: 43320
Summary: Support a Recent added page
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
It would be nice to have a page which listed the recently added Applications.
Broken down by Games/Application
With a possible time frame of Week/Month, anything longer might produce a large
list.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=44333
Bug ID: 44333
Summary: Alphabetical order for monitored Applications
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mywine(a)schiermeier-it.de
Distribution: ---
Created attachment 60207
--> https://bugs.winehq.org/attachment.cgi?id=60207
Actual view of AppDBs side bar at the end of this bar
Two points about the side bar in AppDB:
1.) Would like to have either a possibility to choose the order or this list
should be in alphabetical order
2.) The "Maintainer box" should be before the list of monitored applications.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=45160
Bug ID: 45160
Summary: Eliminate JavaScript and CDN usage from AppDB for
better privacy and security of the visitors.
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kolan_n(a)mail.ru
Distribution: ---
There are some security and privacy issues in appdb.
0 It uses files from CDNs. You should store them locally and load them from own
server. If you can't do that, please enforce their integrity with
https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity .
1 It is non-functional without JavaScript even though the same functionality is
achieved without using any JavaScript. For example drop-down panels are
implemented in browsers as a pair of HTML tags. Drop-down menus can be
implemented as css. There are lot of things that don't require any JS lines.
You should really consider throwing JS part of Bootstrap into garbage and using
pure HTML+CSS solution.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=46461
Bug ID: 46461
Summary: Game Version is on the wrong game page
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gero45(a)mr-gero.de
Distribution: ---
I think that Version "3.1415926" on the Page for Civilization IV:Colonization
(https://appdb.winehq.org/objectManager.php?sClass=version&iId=953) doesn't
belong to this Game.
Instead it probably belongs to the original "Sid Meier's Colonization"
(https://www.mobygames.com/game/windows/sid-meiers-colonization) instead.
Reasons:
-there is no such Version for Civilization IV:Colonization
-the last test mentions a patch for Win95 and a Win16 installer version, this
would fit with the Game from 1995.
--
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=37007
Bug ID: 37007
Summary: Wine crashes when my program calls LoadLibrary
function under valgrind
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zt20055453(a)163.com
Created attachment 49171
--> http://bugs.winehq.org/attachment.cgi?id=49171
output info and valgrind logs
I want to run wine under valgrind to get my program's memory leaks info. When
the program is run to LoadLibrary function, the wine crashes。 Myvalgrind
version is 3.9.0, wine version is 1.7.22.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=44425
Bug ID: 44425
Summary: MT4 popup hint window wrong
Product: Wine
Version: 3.0
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shidianwei(a)gmail.com
Created attachment 60367
--> https://bugs.winehq.org/attachment.cgi?id=60367
popup window displays even the cursor not on a bar
A feature in MetaTrader 4: A popup hint window will display when the cursor put
in the range of a bar.
MetaTrader 4 running on WINE popups the hint window EVERYWHERE even when the
cursor not in the range of a bar.
--
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=35801
Bug ID: 35801
Summary: Tweet Attacks hang when entering invalid login details
Product: Wine
Version: 1.7.14
Hardware: x86-64
URL: http://www.tweetattackspro.com/tweetattackspro.zip
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Created attachment 47796
--> http://bugs.winehq.org/attachment.cgi?id=47796
Wine 1.7.14 console output
1. Run Tweet Attacks Pro where you are faced with the log-in/registration
window.
2. Enter no details and hit log in.
3. Hang.
System.NullReferenceException: Object reference not set to an instance of an
object
Workaround is dotnet20.
I don't have an account to check if it does this with valid details, but with
dotnet20 installed it simply tells you to enter the correct information.
$ sha1sum tweetattackspro.zip
22b10a75d233882b1ccfbd36ffea2eb2282858d2 tweetattackspro.zip
$ sha1sum tap/TweetAttacksProII.exe
b7eb4ce3bf9fd7d7d1033b8db45fb927bd3ba78a tap/TweetAttacksProII.exe
--
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.
https://bugs.winehq.org/show_bug.cgi?id=41741
Bug ID: 41741
Summary: The Adventures of Lomax demo crash on startup.
Product: Wine
Version: 1.9.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: marc-alexandre.espiaut(a)etu.u-bordeaux.fr
Distribution: ---
Created attachment 56181
--> https://bugs.winehq.org/attachment.cgi?id=56181
Demo of The Adventures of Lomax
I've tried to launch a demo of The Adventures of Lomax on la clean win32
prefix, windows version is set to Windows 95 and it crashes at launch.
The demo works nicely on genuine windows.
Attached here is the demo and the output log with the WINEDEBUG flags ddraw and
d3d activated.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38795
Bug ID: 38795
Summary: Netgear Powerline 3.1 update check fails on second run
Product: Wine
Version: 1.7.45
Hardware: x86-64
URL: http://www.downloads.netgear.com/files/GDC/XAVN2001/NE
TGEAR_Powerline_Setup_V3.1.0.4_230-10802-06.zip
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 51722
--> https://bugs.winehq.org/attachment.cgi?id=51722
wine-1.7.45-146-gaf55ae1 console output (first run)
When the Netgear Powerline 3.1 utility is first run (automatically following
the installation) it is able to check for updates. However, after closing and
reopening the application it fails with the error message "Could not connect to
the NETGEAR servers".
The second log adds this:
vfnRecordDevices open file error
$ sha1sum NETGEAR_Powerline_Setup_V3.1.0.4_230-10802-06.*
5a7506b35fb1e2b70f300b9cfc8df417e9d5f651
NETGEAR_Powerline_Setup_V3.1.0.4_230-10802-06.exe
f6934705fec39c02a938473d6d55065dd0550e72
NETGEAR_Powerline_Setup_V3.1.0.4_230-10802-06.zip
http://www.downloads.netgear.com/files/GDC/XAVN2001/NETGEAR_Powerline_Setup…
--
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=23934
Summary: Stronghold Kingdoms: loops after update
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=21009
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavelvonlostice(a)seznam.cz
Update process is written in C# and with some .NET components, so the dotnet20
must be installed with winetricks. First time when application downloads data
from server all seems well - everythning is downloaded correctly. But when it
checks again the game is getting into infinite loop. See 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=35901
Bug ID: 35901
Summary: install crashes
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: brossob(a)yahoo.com
Created attachment 47940
--> http://bugs.winehq.org/attachment.cgi?id=47940
backtrace of the crash
installing income tax software (impot rapide) crash at installation
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0279f3d2).
i got the backtrace,
Please Advise
Brossob
--
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.
https://bugs.winehq.org/show_bug.cgi?id=44231
Bug ID: 44231
Summary: External links in Slingplayer's help file open
iexplore multiple times
Product: Wine
Version: 3.0-rc3
Hardware: x86
URL: http://download.slingmedia.com/player/pc/SlingPlayer-S
etup-EU-1.5.1.343.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 60027
--> https://bugs.winehq.org/attachment.cgi?id=60027
Wine 3.0-rc3 console output
Clicking on an external link in Slingplayer's help file opens iexplore six
times.
To recreate:
1. Install Slingplayer 1.5.
2. wine hh ~/.wine/drive_c/Program\ Files/Sling\
Media/SlingPlayer/Language/English\(UK\).chm\:\:\/errormessages.html
3. Click on one of the external links.
The attached log shows the following six times:
0009:fixme:ieframe:NewWindowManager_EvaluateNewWindow
(0x1aaf04)->(L"http://www.slingmedia.com/support/search.php?articlePage=1&articleID=153580"
L"_blank"
L"mk:@MSITStore:C:\\Program%20Files\\Sling%20Media\\SlingPlayer\\Language\\English(UK).chm::/errormessages.html"
(null) 0 4 0)
I tried a native ieframe but that exits immediately. Tried ie6 but then
clicking the link doesn't do anything.
Workaround unknown.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=45310
Bug ID: 45310
Summary: Unimplemented function
KERNEL32.dll.MoveFileTransactedW
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: vicenzi.alexandre(a)gmail.com
Distribution: ---
After closing Ableton Live 9 Lite (without activating it) the application
crashes.
The error is because KERNEL32.dll.MoveFileTransactedW function is not
implemented.
I think this happens because without activating it, Ableton runs in Demo mode,
and after closing it, it will delete the current project.
Ableton can be found here: https://www.ableton.com/en/products/live-lite/
To get it running, it needs VS C++ Redistributable, I installed with
winetricks.
I'm using Ubuntu 18 and the stable wine version that is available.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37861
Bug ID: 37861
Summary: BOINC detects incomplete GPU details
Product: Wine
Version: 1.6.2
Hardware: x86-64
URL: http://boinc.berkeley.edu/dl/boinc_7.4.36_windows_inte
lx86.exe
OS: Linux
Status: NEW
Keywords: download, hardware, source
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 50427
--> https://bugs.winehq.org/attachment.cgi?id=50427
WINE 1.7.33 / BOINC 7.4.36 console output
Under Wine, BOINC does detect the GPU, but the details are incomplete. The
servers do not appear to recognise the string returned to them so no jobs are
sent to the client.
Windows/Linux:
AMD AMD Radeon HD 7400/7500/8300/8400 series (Scrapper) (768MB) driver:
1.4.1848 OpenCL: 1.2
Wine (Linux):
AMD Scrapper (1427MB) OpenCL: 1.2
$ lspci
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models
10h-1fh) Processor Root Complex
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh)
I/O Memory Management Unit
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Trinity [Radeon HD 7480D]
00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Trinity HDMI Audio
Controller
00:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models
10h-1fh) Processor Root Port
</snip>
To get BOINC GPU detection working in Ubuntu:
https://forum.winehq.org/viewtopic.php?f=8&t=24037https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1407452http://askubuntu.com/questions/563870/amd-a4-5300-and-gpu-computing-on-boinc
stderrgpudetect.txt and stdoutgpudetect.txt are effectively empty.
Upgraded to Wine 1.7.33 and the result is the same.
--
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=32147
Bug #: 32147
Summary: Notepad .Net toolbar does not draw
Product: Wine
Version: 1.5.16
Platform: x86-64
URL: http://sourceforge.net/projects/notepaddotnet/files/Notepad%20.NET/Notepad%20.NET%200.2/notepaddotnetsetup02
.exe/download
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 42420
--> http://bugs.winehq.org/attachment.cgi?id=42420
wine-1.5.16-232-g4255772 console output
Notepad .Net toolbar does not draw, although you can make it "refresh" by
clicking around on it (a black box at the top of the window).
Native gdiplus makes no difference.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40140
Bug ID: 40140
Summary: 4K YouTube to MP3 crashes while downloading videos for
some time
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: juniorelson4(a)outlook.com
Distribution: ---
Created attachment 53639
--> https://bugs.winehq.org/attachment.cgi?id=53639
Details of the bug
It crashes while downloading videos. Simply crashes after loading a playlist or
channel for download.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38821
Bug ID: 38821
Summary: MQL5 Reference window doesn't load in MetaEditor5
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: evertonbg(a)gmail.com
Distribution: ---
F1 key press on the MetaEditor5 open a blank MQL5 reference window. Desired
behavior is described in
"http://www.metatrader5.com/en/metaeditor/help/mql5_help".
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40360
Bug ID: 40360
Summary: Jack Keane 2 shadow corruption
Product: Wine
Version: 1.9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: abolte(a)systemsaviour.com
Distribution: ---
Created attachment 54046
--> https://bugs.winehq.org/attachment.cgi?id=54046
Console output from 1.9.6.
Jack Keane 2: The Fire Within (a point and click adventure game) shows what
appears to be corrupted shadows everywhere, including the title screen which is
often completely black because of this.
This can be reproduced using version 1.0.3 (via the GOG 2.0.0.5 installer), as
well as the 1.0.0 demo (unfortunately only available in German). These are the
only versions I have to test.
Menus and other text are completely unaffected, but the game is unplayable as
is because you cannot see what is going on in-game. Adjusting the video
resolution or graphics detail quality in-game has no effect. There is a warning
"The application requested more than one back buffer, this is not properly
supported. Please configure the application to use double buffering (1 back
buffer) if possible." (and adjusting this in the application does not appear
possible) but it is not clear that this warning is related.
Tested on 1.9.6 and 1.9.6-staging in 32-bit wine prefixes on x86-64 hardware on
Debian stretch. Tested various Wine registry settings (adjusting GDI, video
RAM, etc.) without success. Overriding d3dx9 and/or physx using winetricks
doesn't help. This problem has been around for a long time so is not a
regression, but it looks like I never got around to filing a bug report
earlier.
There are warnings like:
[WAR] (18:25:21) pkg\data_bin.zip - Unable to open file orb_health.bin, error
was 'Unknown error.'
which suggest a problem extracting a file from one of the included zip files. I
can confirm those files don't exist, and that it this is normal. For
comparison, I installed the game under Windows 8.1 and ran a recursive diff
against what was installed there (under the Program Files folder) and in my
wineprefix, and they were identical (aside from things related to the
installation path), suggesting that there was in fact no issue with
installation and it's normal for some files to be missing from those zip files.
Note that a file called settings.txt is created in My Documents/Jack Keane und
das Auge des Schicksals - Demo the first time the game is ran. Setting the
display_splash_screens variable to false saves a lot of time while testing, as
the splash screens work fine and don't need testing.
I believe the game would work perfectly if not for this shadow corruption
issue. Jack Keane 1 does not have this problem.
--
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=30911
Bug #: 30911
Summary: Trivial Pursuit Unhinged fails to load
Product: Wine
Version: 1.5.6
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
Classification: Unclassified
Created attachment 40545
--> http://bugs.winehq.org/attachment.cgi?id=40545
wine-1.5.6-105-gb5511bd console output
When trying to run Trivial Pursuit Unhinged an error dialog opens reporting a
DataPak problem. Clicking okay continues bringing various DataPak errors up
until it finally causes and unhandled exception. No known workaround.
Don't know if this is related:
err:aspi:SCSI_OpenDevice Failed to open device /dev/sg0: Permission denied
--
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=34460
Bug #: 34460
Summary: Tabbing between editboxes does not work in Tweet
Attacks Pro
Product: Wine
Version: 1.7.1
Platform: x86-64
URL: http://www.tweetattackspro.com/tweetattackspro.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 45877
--> http://bugs.winehq.org/attachment.cgi?id=45877
wine-1.7.1-96-g050a46f console output
A number of fields need to be filled in to access Tweet Attacks Pro. Hitting
the tab key should jump between the editboxes but this fails to do anything.
Nothing of relevance in the console.
Workaround is dotnet20.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37878
Bug ID: 37878
Summary: boincmgr: No text in cancel dialog in NT 6.0-6.2 modes
Product: Wine
Version: 1.6.2
Hardware: x86-64
URL: http://boinc.berkeley.edu/dl/boinc_7.4.36_windows_inte
lx86.exe
OS: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 50445
--> https://bugs.winehq.org/attachment.cgi?id=50445
Screenshot
Cancelling the "Add project" window in BOINC Manager 7.4.36 pops up a dialog to
confirm. In Windows NT 6.0-6.2 modes this dialog contains no text. Windows XP
(and earlier) and Windows 8.1 modes do.
To recreate:
1. Set winecfg to Windows Vista, 7 or 8 (or related server versions).
2. Install BOINC 7.4.36 normally (default options).
3. Launch boincmgr. (Wait ~60 seconds: Bug 37859)
4. Once connected, the "Add project" windows should appear.
5. Hit cancel.
The confirmation dialog appears without any text. Screenshot attached.
Workaround: choose another mode.
$ sha1sum boinc_7.4.36_windows_intelx86.exe
2919cc9b6163019fc014a7fa4190bee8ead4b544 boinc_7.4.36_windows_intelx86.exe
Tested in Wine 1.6.2 and Wine 1.7.34.
--
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=32151
Bug #: 32151
Summary: Notepad .Net continually runs at ~70% CPU
Product: Wine
Version: 1.5.16
Platform: x86-64
URL: http://sourceforge.net/projects/notepaddotnet/files/Notepad%20.NET/Notepad%20.NET%200.2/notepaddotnetsetup02
.exe/download
OS/Version: Linux
Status: NEW
Keywords: dotnet, download, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Working around Bug 32150 with native gdiplus, Notepad .Net will continually
consume ~70% CPU time on an Athlon II X2.
Source available.
http://sourceforge.net/projects/notepaddotnet/
Console output:
fixme:win:EnumDisplayDevicesW ((null),0,0x33de38,0x00000000), stub!
fixme:dciman:DCICreatePrimary 0x80084 0x163d2ac
--
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.
https://bugs.winehq.org/show_bug.cgi?id=44221
Bug ID: 44221
Summary: Netgear Powerline: *** stack smashing detected ***:
explorer.exe terminated
Product: Wine
Version: 3.0-rc3
Hardware: x86
URL: http://www.downloads.netgear.com/files/GDC/XAV1004/Win
dows%20Powerline%20Utility%20Version%202.0.0.14.zip
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 60013
--> https://bugs.winehq.org/attachment.cgi?id=60013
Wine 3.0-rc3 console output
Install --> Uninstall of Netgear Powerline Utility 2.x causes a "stack
smashing" (stack buffer overflow) warning.
Apparently "stack smashing" is a concern...
*** stack smashing detected ***: explorer.exe terminated
--
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=35506
Bug ID: 35506
Summary: Space Hack: The mouse pointer is hard to control
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: studiosg(a)giustetti.net
Classification: Unclassified
The mouse pointer lags less than a second when moving the mouse, then gets
super fast and difficult to control. The issue manifest itself both while
playing the game and in game menus. Configuring the "MouseWarpOverride" option
provides no evident benefit.
--
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=35479
Bug ID: 35479
Summary: Metatrader 5 hangs when scanning for Tester agents
Product: Wine
Version: 1.7.11
Hardware: x86-64
URL: http://files.metaquotes.net/metaquotes.software.corp/m
t5/mt5setup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 47361
--> http://bugs.winehq.org/attachment.cgi?id=47361
wine-1.7.11-206-g82b3813 console output
Metatrader 5 hangs when scanning for Tester agents. Adding them manually seems
to work, but that could be a pain if you have a large cluster (which I doubt
anyone does).
1. Install with WINEARCH=win32 (Bug 30518)
2. Open MT5
3. Log in (a free demo account can be created at the login page)
4. CTRL+R to bring up the strategy tester
5. Select Agents tab
6. Right-click on local and select Add
7. Select scan network and enter details
8. Hit next
The scan picks up the local agents but towards the end of the scan the whole
app hangs and has to be killed.
$ sha1sum /mnt/wine/mt5setup.exe
e0cdf12adfadb31a96ac9354404b17ba5aae5990 /mnt/wine/mt5setup.exe
(But it auto-updates)
Tested with wine-1.7.11-206-g82b3813 (82b38139eb21a6898e4621eb7405e99189c09b18)
but has been a problem for a long time.
--
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=35380
Bug ID: 35380
Summary: Trivial Pursuit Unhinged: reports an audio error and
exits
Product: Wine
Version: 1.7.10
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 47186
--> http://bugs.winehq.org/attachment.cgi?id=47186
wine-1.7.10-191-g8953c74 console output
Working around Bug 30911 with "winetricks directx9", Trivial Pursuit Unhinged
shows a single audio error dialog and exits:
**MAIN - Audio device didn't initialize
>From the log:
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
L"C:\\windows\\system32\\dmloader.dll"
err:ole:CoGetClassObject no class object {d2ac2892-b39b-11d1-8704-00600893b1bd}
could be created for context 0x3
Changed dmloader back to builtin and this gives the slightly different:
err:dmloader:IDirectMusicLoaderImpl_SetObject : could not attach stream to file
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
L"C:\\windows\\system32\\dmime.dll"
err:ole:CoGetClassObject no class object {d2ac2881-b39b-11d1-8704-00600893b1bd}
could be created for context 0x3
I cannot find a workaround.
Note that this looks similar to Bug 17733 but the nature of that bug is
different.
I cannot find a demo to download.
--
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=26552
Summary: Wine sets the resolution incorrectly on widescreen
monitors
Product: Wine
Version: 1.3.16
Platform: x86-64
URL: http://downloads.popcap.com/www/popcap_downloads/Bejew
eledSetup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Quite a simple problem really.
(Some) games should use a square image when being displayed on a widescreen
monitor, as indeed they are under Windows, but under Wine they are stretched
across the whole screen. Workaround is to use a virtual desktop.
I'm surprised this hasn't been opened already but I cannot find the bug if it
has been, so I apologise if this is a duplicate.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38930
Bug ID: 38930
Summary: Betfair Poker log-in window is blank
Product: Wine
Version: 1.7.47
Hardware: x86-64
URL: https://banner.poker1.betfair.com/cgi-bin/SetupPoker.e
xe
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: shdocvw
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 51863
--> https://bugs.winehq.org/attachment.cgi?id=51863
wine-1.7.47-84-g2294d3b console output
The log-in window for Betfair Poker is blank.
Process:
1. "winetricks -q ie6"
2. Set all but mshtml to builtin (for testing), (Bug 38929)
Workaround is setting shdocvw back to native.
--
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=33866
Bug #: 33866
Summary: Wine programs must be RTL in Arabic session
Product: Wine
Version: 1.6-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moceap(a)hotmail.com
CC: aric(a)codeweavers.com
Classification: Unclassified
Created attachment 44923
--> http://bugs.winehq.org/attachment.cgi?id=44923
Bug screenshot
We in Arab Eyes <arabeyes.org> and Linux Arab Community <linuxac.org> now
translating wine into Arabic . We hope to finish quickly .
The bug is :
When run wine programs on Arabic session , It must be RTL not LTR .
--
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=25049
Summary: Mathcad 12: failed to create Compute Engine
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ilyakon(a)gmail.com
Created an attachment (id=31750)
--> (http://bugs.winehq.org/attachment.cgi?id=31750)
wine output (run mathcad 12)
When I run mcad.exe I get windows with errors description:
"unable to create 12.0 engine factory", "failed to create Compute Engine",
"unknown error 0x80004005".
Then mathcad shows main program window but I can't compute anything - mathcad's
engine don't loaded.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37335
Bug ID: 37335
Summary: DirectPlay error and crash when trying to use
Multiplayer.
Product: Wine
Version: 1.7.27
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-dplay
Assignee: wine-bugs(a)winehq.org
Reporter: tv.payday(a)gmail.com
Created attachment 49648
--> https://bugs.winehq.org/attachment.cgi?id=49648
Warnings and errors when entering multiplayer.
Many games that use directplay for multiplayer get this error when trying to
join or set up an lobby. For example Homeworld 2 and Chris Sawyer's Locomotion.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=45746
Bug ID: 45746
Summary: import pfx fails
Product: Wine
Version: 3.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: virexmail(a)gmail.com
Distribution: ---
crypt32 installed with a winetricks, but pfx files cannot be imported in
certification center, and programs cannot import certificates from pfx files.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=44730
Bug ID: 44730
Summary: wineserver freeze, 50% CPU, with Metarader 5
Product: Wine
Version: 3.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: tpaul2015(a)yandex.com
Distribution: ---
Created attachment 60738
--> https://bugs.winehq.org/attachment.cgi?id=60738
shutdown messages
Built wine 3.3 from source using wow64 method on Centos 7. I used wine to
install Metatrader 5,
https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe,
Then
$cd .wine/drive_c/Program\ Files/MetaTrader\ 5/
$wine64 terminal64.exe
0009:fixme:heap:RtlSetHeapInformation 0x370000 0 0x23ed20 4 stub
Occasionally it runs without a problem. Often Metrader5 will not launch,
wineserver goes to around 50% CPU and cannot be killed. (wineserver -k9). Need
to reboot the system. On shutting down Centos states "failed to unmount /home"
ERROR: 0009:fixme:heap:RtlSetHeapInformation 0x370000 0 0x23ed20 4 stub
OS: Centos 7
Kernel: 3.10.0-693.17.1.el7.x86_64
CPU: AMD Athlon 7750 Dual-Core Processor
--
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=19589
Summary: Symantec LiveUpdate 1.5.2 hangs
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22843)
--> (http://bugs.winehq.org/attachment.cgi?id=22843)
Screenshot of affected stage
Symantec LiveUpdate 1.5.2 hangs after the second stage (retrieving available
update information), consuming 100% CPU and has to be killed, after the first
run.
On second run it hangs during the second stage.
This is the entire console output in both cases:
fixme:tapi:lineInitialize (0xa939e4, 0x330000, 0x354c26, "LiveUpdate",
0xa939e0): stub.
fixme:tapi:lineShutdown ((nil)): stub.
Same in latest git.
Unfortunately I can not find a download of this version, it is on a NAV 2000
CD.
--
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=19662
Summary: Lotus Freelance Graphics 2.1 hangs at the splash
screen
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: win16
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22946)
--> (http://bugs.winehq.org/attachment.cgi?id=22946)
Wine 1.1.27 +relay +seh +tid
Lotus Freelance Graphics 2.1 hangs at the splash screen and has to be killed.
Console output:
fixme:hook:SetWindowsHookEx16 System-global hooks (3) broken in Win16
fixme:ole:OleRegisterServer16 (FLWPresentation,...): stub
fixme:toolhelp:InterruptUnRegister16 (0000), 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.
https://bugs.winehq.org/show_bug.cgi?id=41553
Bug ID: 41553
Summary: IETester 0.4.2 crashes with unimplemented function
msls31.dll.LsdnQueryPenNode
Product: Wine
Version: 1.9.21
Hardware: x86-64
URL: http://www.my-debugbar.com/ietester/install-ietester-v
0.4.2.exe
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Crashes with IE6 and IE8 modes.
wine: Call from 0x7b43b53c to unimplemented function
msls31.dll.LsdnQueryPenNode, aborting
--
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=34061
Bug #: 34061
Summary: Unimplemented function msls31.dll.LsGetRubyLsimethods
Product: Wine
Version: 1.6-rc5
Platform: x86-64
URL: http://www.my-debugbar.com/ietester/install-ietester-v
0.4.2.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
IETester call to an unimplemented function in msls31.dll when in IE5.5 mode.
The same function is also called when using a native mshtml.dll while
installing Adobe CS4.
http://source.winehq.org/source/dlls/msls31/msls31.spec#L24
--
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=33600
Bug #: 33600
Summary: Klik and Play crash on modify / create game option
Product: Wine
Version: 1.5.30
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderstormpolska(a)o2.pl
Classification: Unclassified
Created attachment 44476
--> http://bugs.winehq.org/attachment.cgi?id=44476
KNPLog
Hello
K&P for School crash when you try create or modify games
--
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.
https://bugs.winehq.org/show_bug.cgi?id=46239
Bug ID: 46239
Summary: Champions of regnum regressions
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hbdev(a)protonmail.com
Hello,
This game was working fine but every new Wine version bring always more
problem.
I'm now stuck with version 2 like 2.0.4.
Version 3 of Wine have many problems:
- Huge framedrop every x second. The fps count go to or near 0 and go back to
normal, this in a loop. Vsync is active if it can help debug.
- Changing character like enter the game, go back to character selection, enter
the game, go back to charcter... do this 4 or 5 times and the game crash. It
crash with 'xp' for windows version. It crash less with win7 or above but
higher the windows version is setup, higher is the framedrop.
- With Wine 3, if you play in windowed mode, click something else like finder
or firefox, go back in game... randomly the mouse and keyboard no more work and
i must restart the game.
I don't open a ticket for each (maybe i should) but the problem is maybe that
nobody has take a look on it since a moment. It would be nice to get some fix
for this old but very cool game that a lot of people still play.
Thanks for your work !
--
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=32591
Bug #: 32591
Summary: From Dust: graphical glitches
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 43001
--> http://bugs.winehq.org/attachment.cgi?id=43001
terminal output
I haven't played this game under Windows so can't tell how it should look, but
there are some glitches in rendering that are remarkable at first sight when
playing the game under Wine.
Watching some videos about the game revealed that small, white particles are
flying in the air above the sand in the game.
In Wine they appear as pixelated, black/dark-brown blocks.
When I grab some sand, strange artefact appears above the ball of sand. That
should be some visual effect, I guess.
Both glitches can be observed in the upcoming screenshot.
Installing native d3dx libraries doesn't make it better.
Nvidia 250 / driver 304.64
--
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=34855
Bug #: 34855
Summary: Pressing 'Enter' in 'Command line arguments' moves to
previous page
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Classification: Unclassified
After selecting VM set it gets you to a page where you can specify command line
arguments. Type something in and press 'Enter' - it will move to previous page
of selecting VMs which is already done. Expected behaviour will be to move
forward.
--
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=34044
Bug #: 34044
Summary: Symantec LiveUpdate 3.4 main window text slightly off
Product: Wine
Version: 1.6-rc5
Platform: x86-64
URL: ftp://ftp.symantec.com/public/english_us_canada/liveup
date/3.4/lusetup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 45244
--> http://bugs.winehq.org/attachment.cgi?id=45244
Screenshot
The main window for Symantec LiveUpdate 3.4 has text towards the bottom which
is slightly off (see screenshot). The horizontal lines should not run through
the text.
Tried riched20 and gdiplus but they make no difference.
ftp://ftp.symantec.com/public/english_us_canada/liveupdate/3.4/lusetup.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40023
Bug ID: 40023
Summary: Geometry dash bug
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: majora320(a)gmail.com
Distribution: ---
When I run the game 'geometry dash' from steam (installed by playonlinux) on my
ubuntu 15.10 system, the game loads properly but most of the textures are
black/missing. Lights, text, background etc. are still there but the majority
of objects are black/missing.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43751
Bug ID: 43751
Summary: Wolcen: Lords of Mayhem, misaligned main window
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
Created attachment 59245
--> https://bugs.winehq.org/attachment.cgi?id=59245
Wolcen: Misaligned graphics
Wolcen: Lords of Mayhem main window is misaligned, depending on the in-game
resulution. I have 1920x1080 screen, and with the corresponding resolution
setting, fullscreen game window looks like in the attached screenshot.
The screenshot consist of the whole screen area so black right/bottom parts are
not mistakenly there but instead they describe nature of the problem very well.
The problem makes it more difficult to navigate in-game menus and using GUI
because the cursor seem misaligned as well. If I move cursor on the bottom part
of the game window, UI elements like buttons are highlighted above in
corresponding locations, not where the cursor actually is (so either cursor or
the whole graphics have some weird offset coordinates?).
And, well, playing the game is another matter as well while having this screen
offset...
-------------------------
Wine 2.17 Stating, 64-bit (clean prefix, no DLL overrides, no CSMT, GLSL
enabled)
Nvidia GTX 760M (drivers: 384.59)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=41616
Bug ID: 41616
Summary: Graphical screen flickering for Operation Flashpoint:
Dragon Rising
Product: Wine
Version: 1.9.21
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: acalycine(a)gmail.com
Created attachment 55969
--> https://bugs.winehq.org/attachment.cgi?id=55969
Terminal output
I start Operation Flashpoint: Dragon Rising, and the screen starts to flicker.
Turning on V-sync helps with the flickering, but it gradually gets worse the
longer you open the program.
macOS Sierra 10.12 (16A322)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39882
Bug ID: 39882
Summary: Severe graphics glitch in Sibelius 6
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sebastianhatt(a)gmail.com
Distribution: ---
Created attachment 53250
--> https://bugs.winehq.org/attachment.cgi?id=53250
Screenshot 1
Every time Sibelius starts (version 6 as well as 6.2), some areas on the screen
are "frozen" making it virtually impossible to use the program, especially the
drop down menus (see the attached screenshot 1). The areas are still frozen,
when I switch to other programs or minimize Sibelius, so it affects the whole
system (see screenshot 2). They go away again, when Sibelius is closed.
Some of the areas keep showing the same image, others blend what is currently
behind them together with with what was previously there, leaving a trail eg.
when I move a window around. None of the areas prevent me from clicking
whatever they are obscuring, although obviously it is not possible to see, what
I'm clicking on.
The areas appear in exactly the same spot every time the program is run. Their
location is absolute and is unaffected by moving the main window or anything
else. However, they change position the first time the score is played
back/stopped.
The log shows four calls to LockWindowUpdate, two using the same handle, two
using nil. These calls may or may not be related to the frozen/locked areas on
the screen.
>From the log:
fixme:win:LockWindowUpdate (0x20632), partial stub!
and
fixme:win:LockWindowUpdate ((nil)), partial stub!
--
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.
https://bugs.winehq.org/show_bug.cgi?id=44319
Bug ID: 44319
Summary: Page fault at end of QuickTime 1.1.1 win16 install
Product: Wine
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 60170
--> https://bugs.winehq.org/attachment.cgi?id=60170
Backtrace from setup error
At the end of the QuickTime v1.1.1 16-bit install a page fault occurs (both
wine-staging 2.21 and wine-devel 3.0 rc5). Note that the install involves two
floppy images which requires remapping dosdevice a: to simulate a disk change.
Download link and instructions are in the AppDB entry.
Xubuntu 16.04.3 x86_64, AMD Phenom 9550, GeForce GTX 750Ti with Nvidia 384.90
driver.
wine-staging 2.21.0~zesty from dl.winehq.org
wine-devel 3.0~rc5~xenial from dl.winehq.org
--
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=34043
Bug #: 34043
Summary: Symantec LiveUpdate 3.5 uninstall fails
Product: Wine
Version: 1.6-rc5
Platform: x86-64
URL: ftp://ftp.symantec.com/public/english_us_canada/liveup
date/3.5/lusetup.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 45243
--> http://bugs.winehq.org/attachment.cgi?id=45243
wine-1.6-rc5 +msi +msidb +msiexec
The uninstall for Symantec LiveUpdate 3.5 fails.
ftp://ftp.symantec.com/public/english_us_canada/liveupdate/3.5/lusetup.exe
fixme:storage:create_storagefile Storage share mode not implemented.
err:msi:custom_get_thread_return Invalid Return Code 28010
err:msi:ITERATE_Actions Execution halted, action L"LuPreCheck" returned 1603
Accessed through "wine uninstaller" as I don't know if/where the application
has its own application.
--
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=37006
Bug ID: 37006
Summary: APB Reloaded freezes when in-game gecko browser tries
to load armas marketplace.
Product: Wine
Version: 1.7.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
APB Reloaded uses its own gecko browser to show its marketplace in-game.
The issue is that APB waits indefinitely for the marketplace to show, which
never happens, and has to be killed.
Clicking any marketplace button in-game makes the game freeze, but the
marketplace can be accessed from an external browser so clicking those buttons
is not required but, a new feature makes the marketplace open on each login
unless opted-out (for 24 hours).
The checkbox for opting-out is only displayed on the in-game marketplace page.
Since APB freezes when loading the marketplace there's no way to opt-out and no
way to play.
Opt-out can be done from a Windows machine.
When opted-out APB doesn't try to open the marketplace on login and playing is
possible.
I tried to get a +relay output but it grows so big that I ran out of free space
(8Gb) before even reaching the intro movies.
Important note:
APB Reloaded does not launch with plain Wine.
The patch from bug http://bugs.winehq.org/show_bug.cgi?id=24125 has to be
applied.
Additionnal info:
APB Reloaded 1.17 non-steam version.
No dll overrides.
wine-gecko 2.24.
wine-mono 4.5.2.
Patched Wine 1.7.23 32bit on Debian 7.6 64bit.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37840
Bug ID: 37840
Summary: Graphical glitch in tombraider 2013
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: jamesmstone(a)gmail.com
Distribution: ---
I have noticed a graphical flickering glitch which affects the title screen
text and all in-game graphics in Tombraider 2013. It appears to be a random
very blocky overlay. The blocky glitch flickers and moves. I have taken 2
screenshots to demonstrate it. Interestingly, the screenshot only reproduces
the graphical error if I capture the whole screen rather than the TombRaider
window.
title screen: http://i.imgur.com/1VgvXYl.jpg
in-game: http://i.imgur.com/PubByKf.jpg
I have noticed this since installing a new Asus GeForce 750 TI. I have tried
several available Nvidia drivers for this card (346.22, 343.36, 340.65, 331.113
and 334.21), and all display the same symptoms.
I am running Ubuntu 14.04.
If I enable StrictDrawOrdering in the registry, the graphical glitches
disappear.


--
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.