http://bugs.winehq.org/show_bug.cgi?id=24649
Summary: crash with certification path
Product: Wine
Version: 1.3.4
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
using inetcpl to browse certificates.
weird thing is i have a "Juan Lang" certificate...
try to see the certification path leads to crash
should i attach that certificate?
--
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=24722
Summary: LibreOffice 3.3.0 Beta misses msvcr90 func/var
Product: Wine
Version: 1.3.4
Platform: x86-64
URL: http://www.documentfoundation.org/download/
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
When typing Text into LibreOffice Writer (Build 9526) it crashes with:
Unhandled exception: unimplemented function msvcr90.dll.__tzname called in
32-bit code (0x7ed9c497).
I guess __tzname (with two underlines) is not a function, but is like _tzname
(with one underline).
I already tried replacing the stub in the specfile of msvcr90 with:
@ extern __tzname msvcrt._tzname
But then it silently dies when typing...
--
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=24952
Summary: dlls/user32/button.c handles incorrectly unknown
button types
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mity(a)morous.org
Created an attachment (id=31597)
--> (http://bugs.winehq.org/attachment.cgi?id=31597)
code demonstrating the difference
When an unknown/unsupported button type is specified (e.g. BS_SPLITBUTTON or
BS_DEFSPLITBUTTON), creation of button control fails in Wine.
In contrary on Windows it suceeds (even though the created control then behaves
incorrectly) whenever BS_[DEF]SPLITBUTON is not supported. Tested on Windows
2000, Windows XP, Windows 7 (with program without manifest, so comctl32 6.0 was
NOT used).
The behavior difference in effect prevents mCtrl split button emulation from
working (see http://sourceforge.net/projects/mctrl/). The MCTRL.DLL provides a
split button as a subclass of standard BUTTON window class.
When needed (i.e. COMCTL32 < 6.0), the split buttons are handled by the code in
MCTRL.DLL implementation. This works perfectly on Windows, but not within Wine
for the reason described above.
The behavior difference can be tested with the attached code: On Windows the
two buttons are created successfully (even they misbehave), on Wine the two
CreateWindow calls fail.
Obviously the reason is the test:
if (btn_type >= MAX_BTN_TYPE)
return -1; /* abort */
in dlls/couser32/button.c:260.
There are probably also other related problems (e.g. in BM_SETSTYLE) etc.
--
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=23054
Summary: WinHEX: Cannot open website link in help
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.x-ways.de/winhex.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Steps to reproduce:
1) wine winhex
2) press F1 for help
3) Click on "About WineHex/X-Ways Forensics"
4) Click on http://www.x-ways.net
Behaviour:
Nothing happens
Expected behaviour:
www.x-ways.net should be opened
Every time I click on this link there is following line in terminal
fixme:winhelp:MACRO_ExecFile ("http://www.x-ways.net", "", 0, "(null)")
besides that there is nothing else.
--
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=22020
Summary: Page Fault in wine_utf8_wcstombs when running ToonTalk
Product: Wine
Version: 1.1.40
Platform: x86
URL: http://www.toontalk.com/English/free.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peterbelm(a)gmail.com
Created an attachment (id=26770)
--> (http://bugs.winehq.org/attachment.cgi?id=26770)
Debug trace
When running a game called ToonTalk (full free download @ URL above) it crashes
with a page fault on read, I've attached full debug trace.
I'm happy to run more debugging if someone lets me know what options, etc.
--
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=22066
Summary: morrowind no longer installs
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: Installer, regression
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=26884)
--> (http://bugs.winehq.org/attachment.cgi?id=26884)
terminal output
Regression due to:
austin@midna:~/wine-git$ git bisect bad
5893f3227c88d8db2c6622be23af81f90d1b1e47 is first bad commit
commit 5893f3227c88d8db2c6622be23af81f90d1b1e47
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Tue Mar 16 13:32:57 2010 -0500
oleaut32: Always use DISPID_PROPERTYPUT to fill in the last argument.
:040000 040000 b105b89a27f5e41b93837d0a303f3e4f10bd35be
91b800e50458dc035930258fc40512107646306e M dlls
causes an error in morrowind's installer. When it gets to the point of choosing
the install dir, it defaults to C:\windows after this patch (instead of
C:\program files\bethesda\morrowind). It then pops up an error window (see
screenshot) saying:
Error Number: 0x8002000E
Description:
Setup will now terminate.
--
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=22287
Summary: Personal Chess Trainer v3.02, Run-time error '13':
Type mismatch , regression
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jskartman(a)gmail.com
CC: nerv(a)dawncrow.de
Hi,
This is a regression, Personal Chess Trainer demo version 3.02 (actual demo
version is called Chessimo v3.35 and needs .NET 3.5, so doesn't work), was
working fine on wine 1.1.39 , but fails on 1.1.40. When I move a piece, the
application shows a box with: Run-time error '13': Type mismatch
Doing a regression test shows:
71f24431b987d70053063a9f206913e7fff53edc is the first bad commit
commit 71f24431b987d70053063a9f206913e7fff53edc
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Wed Mar 3 19:57:27 2010 +0100
oleaut32: Fix localized date parsing.
:040000 040000 5cebc4bc57ab8449aa70bf9a0ca45cc31e52affb
f740a9f92b8811f217b0e2365a804477acf427ba M dlls
Reverting the patch fails. I put oleaut32 component because the commit
references to it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22548
Summary: Mass Effect 2: Banding in lighting effects
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: miegalius(a)gmail.com
Created an attachment (id=27656)
--> (http://bugs.winehq.org/attachment.cgi?id=27656)
Shows banding effect
Lighting effects in Mass Effect 2 result in ugly banding. Example image
attached. Please inform about needed logs. Only possibly related (though
unlikely) fixme poping up on console is fixme:d3d_shader:print_glsl_info_log
warning: no vertex attribute is explicitly assigned to vertex attribute zero
--
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=22972
Summary: 64 bit Firefox build from Mozilla does not install
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/
latest-mozilla-central/firefox-3.7a5pre.en-US.win64-x8
6_64.installer.exe
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
64 bit Firefox build from Mozilla does not install.
It is missing a function:
unimplemented function SHELL32.dll.SHGetPropertyStoreFromParsingName
--
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=21181
Summary: Wine does not compile on Cygwin
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cerebro.alexiel(a)gmail.com
Currently, wine does not compile on windows with cygwin.
If someone is interested, please read first
http://wiki.winehq.org/WineOnWindows.
I think we should create a bug for each failing "make" and adding them to
"depends on" list.
We should try to get wine working on Windows XP 32 bits first.
And please use the latest version of Cygwin (flex,bison,gcc4,make) and wine
(git) during your tests.
--
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=21192
Summary: Make fails with Assembler messages
Product: Wine
Version: 1.1.35
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johndoe32102002(a)gmail.com
Computer: N810
Architecture: ARM
Operating System: Debian
Note: compile ran fine, finding all dependencies
Error:
{standard input}: Assembler messages:
{standard input}:36: Error: selected processor does not support 'blx r3'
make[2]: *** [port.o] Error 1
make[2]: Leaving directory '/download/wine-1.1.35/libs/wine'
make[1]: *** [wine] Error 2
make[1]: Leaving directory '/download/wine-1.1.35/libs'
make: *** [libs] Error2
Since the error was short, I pasted it in the description.
--
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=20389
Summary: Portable Thunderbird 2.0.0.23: Close button must be
clicked twice
Product: Wine
Version: 1.1.31
Platform: PC-x86-64
URL: http://portableapps.com/apps/internet/thunderbird_port
able
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ken_g6151(a)yahoo.com
Since Wine version 1.1.30, clicking the close button on the Portable
Thunderbird window once does not close the window. As of version 1.1.31,
clicking the button again immediately after the first click does close the
window.
Steps to reproduce:
1. Open Portable Thunderbird, and wait for it to finish loading any messages.
2. Click the window's close button (the X in the corner). The window does not
close.
3. Click the window's close button again. Now the window does close.
Another scenario possibly relevant to solving this bug:
1. Open Portable Thunderbird, and wait for it to finish loading any messages.
2. Click the window's close button (the X in the corner). The window does not
close.
3. Click the File menu. The File menu is highlighted, but does not drop down.
4. Click the File menu again. The File menu now drops down.
5. Click the window's close button again. The window does not close.
6. Click the window's close button again. Now the window does close.
Application settings are defaults, Windows XP.
--
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=20417
Summary: Uninstall software list
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabmoa(a)yahoo.it
If the name of an installed software has lenght=0 it should not appear in the
list.
--
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=20443
Summary: EslWire: crash at start (dwmapi.dll unimplementet
function)
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adrian(a)hoehne.tk
Created an attachment (id=24286)
--> (http://bugs.winehq.org/attachment.cgi?id=24286)
first dump +second dump
At start a crash occur because
dwmapi.dll unimplemented function
with dwmapi.dll from other source
unimplemented function in User32.dll
--
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=19064
Summary: Microsoft Security Essentials Setup crashes missing
QueryAllTracesW
Product: Wine
Version: 1.1.24
Platform: PC-x86-64
URL: http://www.microsoft.com/security_essentials/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
The Setup of Microsoft Security Essentials(Virus-Scanner) is trying to call
Unimplemented function ADVAPI32.dll.QueryAllTracesW
Then it crashes.
--
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=19105
Summary: From VB / VBScript / maybe others, the TimeSerial
function dont answer like is awaited
Product: Wine
Version: 1.1.24
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: slezica(a)yahoo.com
I determine this problem after a hard hunt.
This issue affects software from several sources, probably silently.
In Visual Basic 6 and VBScript, you have a function "TimeSerial" for convert
three integers (hour, minute and second) to a "date/time" format ("HH:MM:SS",
for example 03:45:12).
On Windows, you can use the arguments without ranges, for example 300 minutes
- "TimeSerial(0,300,0)" -, and it automatically converts and displays the
result correctly (in this case "05:00:00", 5 hours).
In Wine, if you pass the same previous example it returns "Error 5 - Invalid
procedure call or argument.". The function work if you pass for example minutes
in the 0-59 range. But the conversion functionality is missing (and give a
error).
I can't determine what DLL is used, but shure is shared with others Microsoft
Visual Studio tools.
The debug don't show any relevant information, because is not a Wine error
really (ony the answer is different).
Thanks, and if I can help more only say.
Excuse my english.
Sebastián Lezica
--
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=19430
Summary: winedump: null pointer dereference in spec mode
Product: Wine
Version: 1.1.26
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tillmann.werner(a)gmx.de
Created an attachment (id=22556)
--> (http://bugs.winehq.org/attachment.cgi?id=22556)
diff against git that solved the problem
I think a null pointer dereference may occur when running winedump in spec
mode. I encountered a segmentation fault when invoking ./winedump spec -c
/tmp/poly/poly.dll -I /tmp/poly/. The reason seems to be line 1598 in
tools/winedump/pe.c where dll_current_symbol may be NULL. This affects version
1.1.26 as well as a fresh git checkout. The attached URL contains a quick hack
that worked for me but certainly requires review from somebody more familiar
with 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.
http://bugs.winehq.org/show_bug.cgi?id=19778
Summary: cmd set "FOO=bar" does the wrong thing; breaks firefox
build script
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The firefox build scripts do
SET "PATH=%PATH%;%MOZ_TOOLS%\bin"
On Wine, this sets the bizarre environment variable "PATH.
--
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=19851
Summary: interlocked* functions unimplemented for ARM
Product: Wine
Version: 1.1.28
Platform: Other
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Long story short, someone on #winehq asked how wine was on ARM (in case
Microsoft started supporting Windows on ARM). Out of curiosity, I got Debian on
ARM for QEMU, got wine source, installed deps, and went along.
First show stopper:
interlocked.c:389:3 error: #error You must implement the interlocked* functions
for your CPU
--
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=18073
Summary: VB6 Format decimal error
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabmoa(a)yahoo.it
CC: damjan.jov(a)gmail.com
Created an attachment (id=20475)
--> (http://bugs.winehq.org/attachment.cgi?id=20475)
test program
I had posted bug 15387 (fixed) for a problem in VB6 Format but I find there is
another problem in the Wine VarFormat function.
MASK=#.###
INPUT RESULTS
LINUX WIN
0.099 0.099 0.099 -> ok
0.0999 0.099 0.1 -> wrong
0.09999 1.000 0.1 -> wrong!!
0.099999 1.000 0.1 -> wrong!!
MASK=#.####
INPUT RESULTS
LINUX WIN
0.099 0.099 0.099 -> ok
0.0999 0.0999 0.0999 -> ok
0.09999 0.09999 0.1 -> wrong
0.099999 1.000 0.1 -> wrong!!
0.099999 1.000 0.1 -> wrong!!
In attachment there is a VB6 test program used to get these results.
All the cases must have the same behaviour
Thank you
--
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=18075
Summary: IE8 missing urlmon function
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Created an attachment (id=20482)
--> (http://bugs.winehq.org/attachment.cgi?id=20482)
Backtrace
To reproduce: start IE8, press ALT+D to view menu and navigate to
"Developer-Tools". While the Window is coming up i get a backtrace of missing
function.
--
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=18239
Summary: regedit should remember the last key open
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)centrum.cz
On Windows regedit remembers the last key open in the GUI
This is very useful when you have to revisit a value previously entered through
the GUI
Note that entering multistrings is not very useful editing through .reg files
because regedit dumps multistrings in hexadecimal.
--
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=18479
Summary: problem with writing to stdout under MSYS
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
install MSYS and MinGW, start MSYS using c:\MSYS\1.0\msys.bat
cd /c/mingw/bin
ld --help
Nothing is printed, looking at a trace:
and an exception occurs in ld.exe, it looks like something has gone wrong with
stdout:
Lots of:
0040:warn:msvcrt:msvcrt_fdtoh :fd (1) - no handle!
All the calls to puts printing the --help output etc return 0:
0040:Call msvcrt.puts(0048aafa "Link little-endian objects") ret=004070ab
0040:Ret msvcrt.puts() retval=00000000 ret=004070ab
And eventually the exception occurs:
0040:Call KERNEL32.MultiByteToWideChar(00000000,00000000,0048a305 "
",ffffffff,00000000,00000000) ret=7ed98632
0040:Ret KERNEL32.MultiByteToWideChar() retval=00000003 ret=7ed98632
0040:Call ntdll.RtlAllocateHeap(00110000,00000000,00000006) ret=7ed98658
0040:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7bc4501d
ip=7bc4501d tid=0040
...
--
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=18671
Summary: Getting Error while Calling XMLHTTP using VB6
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gowrishankar(a)wondersoft.in
CC: gowrishankar(a)wondersoft.in
'-------------------------------------------------------------------------
Hi i am getting system error : - 2146697206
and using mxxml.dll and msxml2.dll as reference for this vb coding
kindly help me to solve this issue
'-------------------------------------------------------------------------
Option Explicit
Dim HttpReq As XMLHTTP
Private Sub Command1_Click()
On Error GoTo err
Dim strURL
strURL = "http://XXXXXXXXXXXXXXXXXXXXX.aspx"
'==============================================
'===> Creating XMLIsland to send to Server <===
'==============================================
Dim xmlString
xmlString = "<xml><Authenticate "
xmlString = xmlString & "UserName='admin' "
xmlString = xmlString & "Password ='new' "
xmlString = xmlString & "/></xml>"
'=====================================
'===> Sending XMLIsland to Server <===
'=====================================
Set HttpReq = New XMLHTTP
HttpReq.open "POST", strURL, False
HttpReq.send xmlString
'==========================================================
'===> Receiving and Analyzing the response from Server <===
'==========================================================
Dim Response As String
Response = HttpReq.responseText
MsgBox Response
Exit Sub
err:
MsgBox err.Number & " " & err.Description
End Sub
--
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=18690
Summary: CTRL + Shift + Tab in Firefox 3 does nothing (dogfood)
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.mozilla.com/en-US/firefox/
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Follow up to bug 14248. In native firefox (winetricks -q firefox3), Ctrl + T
will bring up a new tab, and Ctrl + tab will shift focus to the right, but Ctrl
+ shift + tab won't shift focus to the left. It is simply discarded (AFAICT).
--
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=18825
Summary: winemaker: Extract more information from vcproj
Product: Wine
Version: 1.1.23
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivan1986(a)list.ru
CC: nerv(a)dawncrow.de
Hello
i try build miranda IM from SVN
in bug 230(http://bugs.winehq.org/show_bug.cgi?id=230)
what i do:
svn co https://svn.sourceforge.net/svnroot/miranda/trunk
cd trunk/miranda/bin8
winemaker miranda32.sln
than i run make and got error:
...
main.o: In function `WinMain':
main.cpp:(.text+0x66): undefined reference to `InitCommonControls'
...
InitCommonControls() is function from comctl32.dll
dbtool_8.vcproj:
...
<Tool
Name="VCLinkerTool"
IgnoreImportLibrary="true"
AdditionalDependencies="comctl32.lib"
SuppressStartupBanner="true"
...
when i add comctl32 to MakeFile (dbtool_exe_DLLS) manual this path goung ok
But another undefined reference is still write.
Also i get strange linker error:
openerror.cpp:(.text+0x43b): undefined reference to `mmi'
openerror.cpp:(.text+0x47a): undefined reference to `utfi'
mmi and utfi is global variables, but i not find where they declared in include
files, in VS.NET 8.0 (2005) project build normal
--
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=17986
Summary: BrsFolder_OnCommand make new folder not implemented
Product: Wine
Version: 1.1.18
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teach2000(a)basement.nl
Created an attachment (id=20354)
--> (http://bugs.winehq.org/attachment.cgi?id=20354)
Test project created with Delphi 2007.
The SHBrowseForFolder dialog doesn't allow creating directories.
Log:
BrsFolder_OnCommand make new folder not implemented
Open attached executable.
Click 'Button1'.
Browse to directory in which to create new directory.
Click 'Make New Folder'.
Exp.: Folder 'New Folder' is created.
Act.: Nothing happens, except fixme:shell:BrsFolder_OnCommand make new folder
not implemented.
--
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=17603
Summary: winecfg crashes on encountering unknown (incorrect) dll
overrides
Product: Wine
Version: 1.1.16
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: divided.mind(a)gmail.com
Created an attachment (id=19771)
--> (http://bugs.winehq.org/attachment.cgi?id=19771)
0003-Winecfg-doesn-t-segfault-on-unknown-dll-override-mod.patch
When in the registry there is something else than known "native" and "builtin"
keywords entered in dll overrides, winecfg crashes on opening dll override tab.
Attached patch solves the problem.
--
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=17498
Summary: winemaker fails on 64-bit systems
Product: Wine
Version: 1.1.15
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andrew.Talbot(a)talbotville.com
CC: julliard(a)winehq.org
After running winemaker in the normal way, e.g.
> winemaker --lower-uppercase .
performing a make results in the following error messages.
/usr/bin/ld: Relocatable linking with relocations from format elf32-i386
(test.o) to format elf64-x86-64 (test.8QHnKr.o) is not supported
winebuild: /usr/bin/ld -r failed with status 256
Git commit a5947ffcd1ffbf15587ebdcf206efdfd308a2a47
"winegcc: Don't pass the as/ld/nm commands to winebuild"
causes this regression.
--
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=16914
Summary: wrc chokes on a file which is accepted by windows rc
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ilya.sandler(a)gmail.com
wrc chokes on this file
#include <windows.h>
Chem Menu
{
POPUP "&Elements",
{
MENUITEM "&Oxygen", 200
MENUITEM "&Carbon", 201
}
}
cheetah:~/comp> wrc wrcbug.rc
wrcbug.rc:5:2: Error: syntax error
this is on ubuntu with 1.0.0-1ubuntu4~hardy1,
the problem is apparently caused by an extra comma after "&Elements" ( which is
however accepted by window's rc)
--
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=16466
Summary: Palm OS Resource Editor crashes
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
URL: http://www.accessdevnet.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Created an attachment (id=17838)
--> (http://bugs.winehq.org/attachment.cgi?id=17838)
Backtrace when clicked "new file->XML resource description"
Palm OS Resource Editor crashes on new file or opening file.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16356
Summary: 16 bit file dialog file filter not working
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
CC: dmitry(a)codeweavers.com
Regression
77c0fad57207dd38864eaa8a54ae0571f37e5b20 is first bad commit
commit 77c0fad57207dd38864eaa8a54ae0571f37e5b20
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Tue Jan 8 16:43:14 2008 +0800
comdlg32: If lpstrFile points to a valid string use it as a default value
for edit control.
After this commit A simple Delphi 1 program with a file open or save dialog no
longer updates the files listbox when the drop down file type selector is
changed.
It will be a few weeks before I have time to look for solution.
--
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=14248
Summary: CTRL + Tab in Firefox is intepreted as CTRL + B
(dogfood)
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.mozilla.com/en-US/firefox/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Finally got through my 1609 page wikisurf, so now I've made Windows Firefox my
default browser. Disappointingly, CTRL + Tab brings up the bookmark toolbar
(same as CTRL + B). Interestingly, CTRL + Shift + Tab does nothing, instead of
bringing up the bookmark library. Either way, very annoying, especially for tab
whores such as myself.
--
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=14866
Summary: expand: Wine's expand program fails on /r option
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: royshea(a)gmail.com
Created an attachment (id=15414)
--> (http://bugs.winehq.org/attachment.cgi?id=15414)
File compressed using "compress.exe -r test.txt"
The MS-DOS "expand" utility accepts the /r option to automatically rename files
compressed using "compress" with the /r option. The version of "expand"
included in wine fails to accept the /r option.
Attached is an example file originally named "test.txt" and compressed using /r
into the file "test.tx_". Executing "expand.exe /r test.tx_" should
successfully expand the file into "test.txt".
--
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=13895
Summary: printer setup dialog has a useless Apply button
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: other
Status: NEW
Severity: trivial
Priority: P2
Component: wineps.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
To access this dialog:
1. run notepad
2. select file -> printer setup
3. click on properties
the dialog has an apply button, but it's not being used at all. We should just
get rid of it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12912
Summary: Torque Game Builder: Blanks the screen.
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://www.garagegames.com/pg/demo.php?id=63
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff(a)jones.be
When you try and run the Torque Game Builder application the entire screen goes
black. The mouse cursor however is still visible and does change if you move it
around the screen (based on the elements that I assume the mouse is hovering
over).
If you run the application in a virtual desktop the same thing happens. The
virtual desktop is visible for a few seconds before the entire screen goes
blank.
Restarting X is the only way I know to recover the system.
I am not sure but I think the IDE makes use of directX.
--
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=12048
Summary: coreftp hangs after connecting to a ftp site
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://www.coreftp.com/
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Tried out Coreftp 2.1 LE. I can connect to a ftp site (i.e mirrors.kernel.org)
just fine, but within a few seconds, I get:
err:ntdll:RtlpWaitForCriticalSection section 0x8f2a10 "?" wait timed out in
thread 0015, blocked by 0016, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x8f2a10 "?" wait timed out in
thread 0009, blocked by 0016, retrying (60 sec)
and the program hangs.
--
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=10140
Summary: Most grayscale JPEGs cause abnormal rendering artifacts
in CDisplay
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: justivo(a)gmail.com
Created an attachment (id=8719)
--> (http://bugs.winehq.org/attachment.cgi?id=8719)
example file for testing
I've noticed this bug two years ago when I first tried Wine. I never reported
it. I always expected that it was something obvious that would get fixed soon,
and now here we are with version 0.9.47 and the bug still rampant. So it is
not something obvious.
In Windows I frequently used the comic book reader called CDisplay[1]. When I
moved on, I brought the software with me and tried it in Wine. In most cases
-- because many of my scanned comic books are old and black and white -- I was
unable to read the book. A weird graphical glitch, which would not output any
useful debug message, would prevent me from reading the book. I managed to
track, after some experimenting, that the problem was caused by most (but not
all) grayscale JPEG files. A RGB colored one would not suffer from this
problem.
I believe it may be a GDI+ glitch.
Since 2005 at least I've seen this problem, and it went on in every update of
Wine, clean install or not. Besides the rendering glitch, the program works
otherwise fine.
While the problem seemingly only affects CDisplay, it's possible that it may
affect some videogames, or even Photoshop itself, and as such it may be worth
checking it out.
Attached is an example file that triggers the problem. CDisplay is a freeware
application. The link for download is below.
[1] http://www.geocities.com/davidayton/CDisplay.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8012
André H. <nerv(a)dawncrow.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |2c08a3fbc7b7e4a3d16f1b00254
| |47c2663a77833
--
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=7977
André H. <nerv(a)dawncrow.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |ef08e807651bcb7687e1a68660f
| |c83e3931dc30e
--
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=7574
André H. <nerv(a)dawncrow.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |855912cda5f62b791a14969a22d
| |4a335d13dbacb
--
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=5616
André H. <nerv(a)dawncrow.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |28a4a7bd42064b7507cd6990563
| |11e1a05c0edad
--
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=61
André H. <nerv(a)dawncrow.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |dc21b4f613440706739463f74ca
| |2906063cef5c5
--
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=175
André H. <nerv(a)dawncrow.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |32ca9b27c376af255dacd67c274
| |4b3b5285b8cf1
--
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=7682
André H. <nerv(a)dawncrow.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |f807f2d457222778da2244ae53c
| |efaeecda04383
CC| |nerv(a)dawncrow.de
Component|-unknown |kernel32
--
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=21447
Summary: Monopolie 0.9.7 does not run
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richardcavell(a)mail.com
Monopolie 0.9.7.exe, an open-source Monopoly game from sourceforge that is
written in Visual Basic, does not run. If I run the .exe from the command
line, it simply terminates without an error message. The source code is
included with the download, so if the error is somewhere in there, it ought to
be able to be located.
--
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=37347
Bug ID: 37347
Summary: Help!! on Battle.net agent
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jtpctech(a)gmail.com
Since the Battle.net Agent update I get it to open but the graphics are like a
twisted cube
--
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=36472
Bug ID: 36472
Summary: Application ArdourXchange will not run in Wine
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: johne53(a)tiscali.co.uk
I'm the developer of a Windows utility called ArdourXchange. It's used with an
application called Mixbus which is a popular DAW, available for Linux, OS-X and
Windows. On OS-X we package ArdourXchange with something called WineBottler.
The Windows and OS-X versions work just fine. AxC was built with Visual C++ 6.0
and it uses MFC. Either of those facts may or may not be significant.
ArdourXchange used to run perfectly in Linux / Wine (this was a long time ago -
back around ver 0.9.8 ). But since Wine went to ver 1.x, ArdourXchange has
never worked with it. However, many users report success of they swap out 2
specific DLLs (MSVCP60.dll and MSVCRT.dll). If users replace the Wine versions
and use the official Microsoft versions, AxC springs back to life again.
Unfortunately, this solution doesn't work for everyone. At my end, I don't use
Linux at all so I can't help much, except to pass on information. HOWEVER... I
could provide free copies of ArdourXchange (and Mixbus, if needed).
According to a very recent report (only this morning) it was tested a few days
ago against Wine v1.6.2, which I believe is a very recent version.
This morning I added an entry to the AppDB at WineHQ (although it pretty much
says the same as this description). I can be contacted here, if anyone needs a
copy of the software for testing:-
john [at] creativepost [dot] co [dot] uk
--
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=7517
M Welinder <terra(a)gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |terra(a)gnome.org
--- Comment #15 from M Welinder <terra(a)gnome.org> ---
hhc appears to run just wine as long as it was installed with
a wine prefix set up with WINEARCH=win32
Maybe hhc is just picky about filenames. According to
http://www.helixoft.com/files/vsdocman/help/index.html?trouble2hhc5010.htm
it is unhappy with paths containing, say, ".NET".
--
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=37764
Bug ID: 37764
Summary: Novalogic's F-22 Raptor crashes when trying to install
the game
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lucas.galli(a)gmail.com
Created attachment 50293
--> https://bugs.winehq.org/attachment.cgi?id=50293
Error log file
After expanding the ISO image to a folder and running SETUP.EXE, I've tried to
install the game by clicking the "Install F-22 Raptor" button. Then the program
crashed with a message saying that "The program winevdm.exe encountered a
serious problem and needs to be closed". I then clicked "Show details" and
saved the information given on the "backtrace.txt" file.
System description:
iMac 21.5", mid 2011
2,5 GHz Intel Core i5
20 GB 1333 MHz DDR3 RAM
AMD Radeon HD 6750M 512 MB
Serial #: C02G3KA2DHJF
OS X 10.9.5 (13F34)
--
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=3566
rjanetort(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rjanetort(a)gmail.com
--
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=8854
Béla Gyebrószki <gyebro69(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |i30817(a)gmail.com
--- Comment #100 from Béla Gyebrószki <gyebro69(a)gmail.com> ---
*** Bug 37616 has been marked as a duplicate of this bug. ***
--
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=35507
Bug ID: 35507
Summary: Version descriptions full of junk text
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 47401
--> http://bugs.winehq.org/attachment.cgi?id=47401
Current version description
>From Bug 35240 and now this:
http://appdb.winehq.org/objectManager.php?sClass=application&iId=2
Winzip Version 18.x's version description is basically garbage.
But when viewed from within the version it appears fine:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=29827
I've tried removing, adding, editing, anything... but nothing changes.
I have AdBlock disabled so it cannot be that.
Is anyone else able to remove the garbage? If so that may offer a clue.
Google Chrome Version 32.0.1700.102
--
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=35695
Bug ID: 35695
Summary: Unhandled exception in awesomium with ccpbrowser in
EVE - Online
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Commander.Alchemy(a)gmail.com
Created attachment 47663
--> http://bugs.winehq.org/attachment.cgi?id=47663
Wine Exception
Seems the wineprefix gets corrupted for some reason and ccpbrowser that is
based on chrome crashes.
A workaround is that you create a new prefix. However this will work until some
odd reason it happens again and you have to create a new prefix again.
--
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=37647
Bug ID: 37647
Summary: program error for winSPMBT
Product: Wine
Version: 1.6.1
Hardware: x86
OS: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andydunne71(a)eircom.net
Created attachment 50101
--> https://bugs.winehq.org/attachment.cgi?id=50101
This the report from wine
The launcher runs ok but the game itself wont run
--
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=37649
Bug ID: 37649
Summary: Onenote fails to install
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: tm12333(a)hotmail.com
Distribution: ---
Created attachment 50104
--> https://bugs.winehq.org/attachment.cgi?id=50104
The backtrace when one attempts to install Onenote on Wine 1.7.31
The installer fails completely, and generates a backtrace, which is attached.
--
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=24065
Summary: Startcraft 2 - in game, only lights/particles from
units are visible. rest in gray. (UI ok)
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lionel.barret(a)gmail.com
Created an attachment (id=30254)
--> (http://bugs.winehq.org/attachment.cgi?id=30254)
starcraft-2 : bug : in game, only lights/particles from units are visible.
During the game, only lights/particles from units are visible (see screenshot).
The rest of the terrain is in gray. The UI is good as everything else.
Everything before the map is ok.
MY setup :
Ubuntu 10.04
Wine 1.3.0 (from git yesterday, 20/08/2010)
Nvidia gtx 275 with the 256.44 drivers
2 monitors @ 1280x1024.
(this is different than Bug 22971, but may be related).
--
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=34605
Bug #: 34605
Summary: Blocked from installing Medieval II Total War from
Deficiency in Wine or possibly a problem in the
program
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeb220(a)gmail.com
Classification: Unclassified
An error came up saying that there was a deficiency of wine half way through
installing the first disk of Medieval II Total War. It says: "The program
_isac8.exe has encountered a serious problem and needs to close. We are sorry
for the inconvenience." It also says that this could be caused by a problem in
the program or a deficiency in wine.
I am running on a Mac OSX version 10.6.4
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24578
Summary: WinUAE fails to start on ATI Catalyst (fglrx) driver
Product: Wine
Version: 1.3.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gururise(a)gmail.com
Created an attachment (id=31042)
--> (http://bugs.winehq.org/attachment.cgi?id=31042)
Console output on startup failure.
Using WinUAE 2.3.0 on Ubuntu 10.04 with Wine 1.3.3 and an ATI HD 3200 (built in
gfx) with the ATI Catalyst (fglrx driver v10.9 Hotfix) results in a failure to
start.
Machine:
--------
Tri Core AMD
Ubuntu 10.04 64-bit
ATI 3200 HD built in gfx
ATI Catalyst (fglrx) driver v10.9 hotfix
Wine v1.3.3
Results in a failure to start. See attached console output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21037
Summary: Microsoft Flight Simulator 2004 crashes when starting
a flight
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=25233)
--> (http://bugs.winehq.org/attachment.cgi?id=25233)
Microsoft Flight Simulator 2004 backtrace
With wine-1.1.34-469-g33a1934, after doing winetricks directplay ie6 to work
around bug 12973, starting Microsoft Flight Simulator 2004 and then launching a
new flight results in an immediate crash in wined3d:
Backtrace:
=>0 0x7dea1430 context_release+0x30(context=(nil))
[/home/andrew/wine-git/dlls/wined3d/context.c:843] in wined3d (0x0032f4b0)
1 0x7deb9bcf create_primary_opengl_context+0x9f(iface=<register EDI not in
topmost frame>, swapchain_iface=<register ESI not in topmost frame>)
[/home/andrew/wine-git/dlls/wined3d/device.c:6305] in wined3d (0x0032f4e0)
2 0x7debf316 IWineD3DDeviceImpl_Reset+0x446(iface=0x184970,
pPresentationParameters=0x32f584)
[/home/andrew/wine-git/dlls/wined3d/device.c:6546] in wined3d (0x0032f560)
...
glxinfo reports for OpenGL strings:
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 7800 GT/PCI/SSE2/3DNOW!
OpenGL version string: 2.1.2 NVIDIA 190.42
OpenGL shading language version string: 1.20 NVIDIA via Cg compiler
The complete backtrace is 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.
https://bugs.winehq.org/show_bug.cgi?id=8854
Michael Müller <michael(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |michael(a)fds-team.de
--
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=8854
--- Comment #99 from Xodetaetl <dev(a)xod.me> ---
Woah, progress ! Thanks Sebastian, Michael and others at Wine Staging !
--
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=34267
Bug #: 34267
Summary: Mathcad 15 doesn't paste any components from other
programs in mathcad document.
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: taranyuklev(a)mail.ru
Classification: Unclassified
I installed Mathcad 15 by installing following libreries by
winetricks(dotnet35,mdac27,mdac28,msxml3,msxml4,wsh56,wsh57).When i paste
something from other document it looks like empty squere.And it doen't open
documents with any inserts also.This is last program that i can't to
install.Mathcad 14 it is not variant for me.Maybe i do something wrong.I
didin't find answer.Best regards Levan))
--
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=7372
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.winehq.org/sho
| |w_bug.cgi?id=37418
--
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=6254
jre.winesim(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jre.winesim(a)gmail.com
--
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=8854
Sebastian Lackner <sebastian(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sebastian(a)fds-team.de
--- Comment #98 from Sebastian Lackner <sebastian(a)fds-team.de> ---
A fix for this issue was added to Wine Staging:
https://github.com/wine-compholio/wine-staging/blob/master/patches/dinput-E…
For a more detailed analysis including a couple of test programs see the
corresponding Wine Staging bug report:
https://github.com/wine-compholio/wine-staging/issues/224
To sum up what the problem is here:
--- snip ---
Michael Müller did a full analysis of this problem, which reveals that the
issue
is caused by the way user32 and winex11 works. Wine establishes separate X
server
connections for each thread, so each thread needs to call
USER_Driver->pMsgWaitForMultipleObjectsEx from time to time to ensure that
events
are properly forwarded to the wineserver. On Windows all this isn't necessary
because the kernel itself is responsible for generating window events, and
there
is no need to pass them from the application to the kernel.
A proper fix would mean to rewrite winex11 to always handle X11 events
asynchronously, and without explicit need for a message loop. Since such a
rewrite
is rather unlikely and will not happen during the near future, adding a
workaround
till a better solution is found. This workaround will have no disadvantage,
except
that this isn't a complete fix. Please note that not only hooks are affected by
this issue, also *RawInput* functions show the same issue - which is the reason
why
native dinput will still not work (already tested).
--- snip ---
Please note that since its not a complete fix, it will most likely be
impossible to get something like that upstream.
--
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=20641
Summary: Problems loading dispatch and dual types in SLTG
TypeLibs
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sunilmohan(a)fsf.org.in
Created an attachment (id=24631)
--> (http://bugs.winehq.org/attachment.cgi?id=24631)
MS Oleviewer showing the typelib on Wine and Windows
When I tried to run a Visual Basic 6.0 application that uses Crystal Reports
8.5 ActiveX control, multiple problems popped up. The end result was that
invoking a method turns into an error that the method requested for could not
be found.
The attached screenshots best describe the problem. First screenshot shows
oleviewer displaying information about the typelib for the mentioned ocx
control on Wine and on Windows. The dispatch interface "CrystalReportEvents" is
not shown as being derived from IDispatch. And the dual types "IRowCursor" and
"CrystalCtl" as shown simply as interfaces.
The second screenshot shows a simple test application on Wine and on Windows.
We can see that TypeInfo members returned by Wine differ at many places
compared to the TypeInfo returned by Windows. Of interest is the type kind for
descriptions #0 and #7. Also the no. of interfaces implemented by description
#8.
I have patches that fix these two problems. With the patches all TypeInfo
members appear similar to the Windows output (except lcid). I am posting the
patches on wine-patches list.
Patch 1: Type descriptions of type kind DISPATCH can actually inherit from one
interface instead of specifying methods and properties according to MSDN. The
SLTG parser does not seem to handle this. I added code to read information
about inherited interfaces in DISPATCH types when available.
Patch 2: The documentation says that dual interfaces which implement both
INTERFACE and DISPATCH have to be returned first as DISPATCH types and then
INTERFACE type will be returned when calls to GetRefTypeOfImplType and
GetRefTypeInfo are made with -1 index. Clients are supposed to check for DUAL
flag and read the second type info accordingly. However, in SLTG typelib above,
the two dual types have type kind INTERFACE set on them. We must be returning
DISPATCH type first and then later the INTERFACE. So, I added code to return a
DUAL interface as DISPATCH type first in the SLTG parser. This fixes other
problems such as removing the AUTOMATION flag in the returned description and
proper function count.
Patch 3: I removed a check for DISPATCHABLE flag when GetRefTypeOfImplType is
called with -1 index for the following reasons. DUAL which is already being
checked for implies DISPATCHABLE. The SLTG type library being dealt with has
dual types without this flag set. The flag is a computed one and not present in
the IDL.
Patch 4: Updated a comment about a newly seen value in SLTG typelib that was
thought of to be constant.
After the fixes, our test case using the above activex seems to run fine. I ran
the tests but they don't seem to contain any SLTG library parsing tests.
--
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=8802
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|download |
--- Comment #20 from Austin English <austinenglish(a)gmail.com> ---
(In reply to Alex Balut from comment #17)
> You can get uTorrent 1.7(.1) from here:
> http://www.oldapps.com/utorrent.php?old_utorrent=8#Download
>
> The bug is still present in wine-1.1.44:
>
> (export WINEPREFIX=~/.winetmp && rm -rf $WINEPREFIX && winetricks win98 &&
> wine utorrent_1.7.exe ) # The empty space is black.
>
> (export WINEPREFIX=~/.winetmp && rm -rf $WINEPREFIX && winetricks winxp &&
> wine utorrent_1.7.exe ) # The empty space is white, as it should be.
I still see this.
austin@aw25 ~ $ sha1sum utorrent_1.7.1.exe
7511683bb679685e7198b79ee59a9072537e0413 utorrent_1.7.1.exe
austin@aw25 ~ $ du -h utorrent_1.7.1.exe
220K utorrent_1.7.1.exe
austin@aw25 ~ $ wine --version
wine-1.7.32-182-g89ecba6
--
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=7085
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|download |
Status|NEW |RESOLVED
Resolution|--- |ABANDONED
--- Comment #13 from Austin English <austinenglish(a)gmail.com> ---
URL is 404, and no reply, marking 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=3864
Maik Wagner <maiktapwagner(a)aol.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |maiktapwagner(a)aol.com
--- Comment #23 from Maik Wagner <maiktapwagner(a)aol.com> ---
Hello everyone,
I downloaded the 1.9 version as indicated by LimitedAtonement and installed it
in a clean XP-prefix on openSUSE Factory with wine 1.7.32.
The result was that it said (in German): Installation was successful. Procedure
was not ("nicht" means not, should you stumble across this word)
This is what I had for console output:
mwagner@linux-dnat:~/RedMon> wine setup.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:localspl:monitor_load L"redmon32.dll",InitializePrintMonitor2 not
implemented
--
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=3077
Maik Wagner <maiktapwagner(a)aol.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |maiktapwagner(a)aol.com
--- Comment #27 from Maik Wagner <maiktapwagner(a)aol.com> ---
I did an installation of "WeatherScope" 1.3.1 (got it from the download URL).
winecfg settings are set to "Windows XP". I then did the following:
- File -> New Graph
- Right-Click on "Tair" -> Properties
- When I move the mouse the mouse pointer does indeed become a hand but
right-clicking doesn't stick.
Wine is 1.7.32 on openSUSE LXDE "Factory"/"Tumbleweed". Installation went fine.
--
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=37722
Bug ID: 37722
Summary: i have some type of root kit or malware i have found
in the setup of my shell, it uses pulse audio and also
bluetooth to send info SOMEWHERE, please take a look
at what i have sent and provide some feedback, we will
stop the f%ckers
Product: Wine
Version: unspecified
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: jc.xxxiv(a)gmail.com
Created attachment 50217
--> https://bugs.winehq.org/attachment.cgi?id=50217
here is one file from /usr/sbin where the bastards have dug in
i am unable to gain root access to my system as this bug/malware/whtevr has
embedded itself in my system like an annoying tic, please take a look at the
enclosed file and tell me what you think, thank you
--
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=37555
Bug ID: 37555
Summary: Request for enhancement: add alsa-lib-devel message
when ./configure can't find Pulse Audio
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
Distribution: ---
Hi Guys,
Would you consider the following enhancement:
When running "./configure" on Wine-1.7.30, and "./configure" can not find the
Audio Driver (as in it can't find the Pulse Audio driver), you get the
following frustrating/bogus/nonsensical error message:
"configure: WARNING: No sound system was found.
Windows applications will be silent."
This is an especially confusing message to see, whilst you listen to music on
VLC.
When this error appears, would mind looking to see if alsa-lib-devel.i686 is
installed? And if not, asking for it or making come comment about it?
If you don't mind, I would like you to consider rewriting the error message
too:
"configure: WARNING: No sound system was found.
If you are using Pulse Audio, please install the
alsa-lib-devel package."
Thank you for your consideration.
-T
--
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=23824
Summary: Starcraft II: Installer doesn't always launch
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
At first, I thought it may be disk protection, since I was trying to install
from an ISO of my original disk, but the original disk has the same problem. I
also ruled out a mounting problem, I've mounted with -o ro,unhide,uid=$UID.
The strange part is, the install will sometimes work. I haven't figured out
what makes it work/fail. It seems to work better if there's nothing else
running in the prefix. A `wineserver -k` right before running `wine
Installer.exe' also seems to help.
Additionally, sometimes wine can't even seem to find the exe (!):
austin@laptop:/mnt/wisotool$ ls
autorun.inf disc.ico Installer.exe Installer Tome 1.MPQE Installer UI 1.MPQ
Installer UI 2.MPQE StarCraft II Installer.app
austin@laptop:/mnt/wisotool$ wine Installer.exe
wine: cannot find L"C:\\windows\\system32\\Installer.exe"
The terminal output when it fails to run isn't very insightful:
austin@laptop:/mnt/wisotool$ wine Installer.exe
fixme:process:GetLogicalProcessorInformation ((nil),0x33f5e4): stub
fixme:ntdll:NtPowerInformation semi-stub: SystemPowerCapabilities
fixme:process:GetLogicalProcessorInformation ((nil),0x33fa14): stub
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT
(60000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 60000
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT
(60000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 60000
fixme:process:GetLogicalProcessorInformation ((nil),0xb7c5ac): stub
fixme:process:GetLogicalProcessorInformation ((nil),0xb7c5b4): stub
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:process:GetLogicalProcessorInformation ((nil),0xe7e99c): stub
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:process:GetLogicalProcessorInformation ((nil),0xe7e99c): stub
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0
method=0)
I've tried native wininet, since I'm grasping at straws, but that didn't help.
The ntdll fixme seems to be the relevant line those process fixme's show up
when the installer does actually run.
--
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=7526
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |servicii(a)gmail.com
--- Comment #28 from Bruno Jesus <00cpxxx(a)gmail.com> ---
*** Bug 23022 has been marked as a duplicate of this bug. ***
--
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=26065
Summary: Starcraft 2 demo "Quit Campaign?" dialog missing text
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In the Starcraft 2 demo, click "Start Campaign", pick any difficulty,
click OK, wait for cutscene to start, press Escape to skip the cutscene.
The Mission Selection screen will appear. (This all takes about ten seconds.)
Click the CLOSE button in the lower right. This will bring up
the "Quit Campaign?" dialog, which on Windows has the words "Quit Campaign?"
and buttons Yes and No. On Wine, the words "Quit Campaign?" are missing.
They don't seem to be in a system font, they're in about the same
font as the words "Destroy the Dominion Outpost" or "Marine" in
the mission selection screen.
+font doesn't seem to show anything interesting, nor does +file.
Presumably their fonts are not stored in naked files nor rendered by the
system.
The fonts for Starcraft 2 seem to be kind of documented in
http://www.sc2mapster.com/api-docs/game-files/layout/font-styles-sc2style/
It looks like they use a mix of .ttf and .otf, for what it's worth.
--
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=8060
Saulius K. <saulius2(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |saulius2(a)gmail.com
--
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=37679
Bug ID: 37679
Summary: Puritan Hard Drive: Error when opening
Product: Wine
Version: 1.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: j.alvarez4Jesus(a)gmail.com
Distribution: ---
Created attachment 50153
--> https://bugs.winehq.org/attachment.cgi?id=50153
The error log file.
I tried opening the Puritan Hard Drive Demo to see if it would work on my
GNU/Linux Ubuntu 12.04.2. Wine did the extraction just fine, but apparently it
has trouble when opening a program.
Please use simple and clear explanations, as I am not an expert.
--
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=32175
Bug #: 32175
Summary: PPTV: titlebar duplicated
Product: Wine
Version: 1.5.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 42449
--> http://bugs.winehq.org/attachment.cgi?id=42449
pptv.txt is the log
There are two titlebar of the program, just look like as the picture
'wine.png'.
you can reproduce it follow:
0. download it;
1. 'wine pptvsetup_3.2.1.0076.exe'
I have tried 'winetricks gdiplus' and it did't work for it.
attachments:
wine.png is what it look like in wine
windows.png is what it look like in windows
pptv_ui.txt is the log
--
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=32438
Bug #: 32438
Summary: winhttp:winhttp conformance test
WinHttpGetProxyForUrl() failure
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winhttp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
My laptop gets the following test failure (see the fg-acer64-* winetest
results):
winhttp.c:2700: Test failed: got 12166
I looked into this and what's special about it is that its fqdn is
'hawai.free.fr'. I'm not 100% sure how this happens but I think it makes sense
given that my ISP is free.fr so this is just the combination of the hostname
'hawai' and the default domain 'free.fr' (my other machines are on various
private domains).
This causes WinHttpDetectAutoProxyConfigUrl() to check if wpad.free.fr is
resolvable, which it is. So it succeeds and returns:
http://212.27.63.171/wpad.dat
The problem is that wpad.free.fr is hosted on a virtual web host(1). That is a
single web server with a single IP address hosts multiple web sites and uses
the Host field in the HTTP header to determine which site is being accessed. So
accessing this page by IP address fails while accessing it as
http://wpad.free.fr/wpad.dat succeeds.
This error then causes WinHttpGetProxyForUrl() to fail because the string it is
given to parse is an HTML HTTP 500 error page. I have confirmed that if
WinHttpGetProxyForUrl() return http://wpad.free.fr/wpad.dat the test succeeds.
So why does WinHttpGetProxyForUrl() use the IP address to build the URL?
On Windows I could not get WinHttpDetectAutoProxyConfigUrl() to return anything
but ERROR_WINHTTP_AUTODETECTION_FAILED. I suspect it gets a different domain
name somehow.
(1) https://en.wikipedia.org/wiki/Virtual_hosting#Name-based
--
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=36569
Bug ID: 36569
Summary: TM.exe crashes at a certain time and native usp10
fixes it
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usp10
Assignee: wine-bugs(a)winehq.org
Reporter: lilydjwg(a)gmail.com
Created attachment 48659
--> http://bugs.winehq.org/attachment.cgi?id=48659
full log with WINEDEBUG=+tid,+seh,+uniscribe
When I use TM.exe to open a chat window for group 45045241 (Vim 草堂), the
program stops and then crashes, either by invoking TM's bug report program,
with exit code 52, and messages like this:
fixme:dbghelp:elf_search_auxv can't find symbol in module
or by just disappearing, with exit code 5, and a message like this:
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc51688
This is not observed by me for other chatting groups yet.
wineticks -q usp10 can fix this.
--
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=36642
Bug ID: 36642
Summary: IWinHttpRequest::Send returns immediately even when in
synchronous mode
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: ptubbytaylor(a)gmail.com
Created attachment 48680
--> http://bugs.winehq.org/attachment.cgi?id=48680
Script for AutoHotkey v1.1+ to reproduce issue
Synchronous mode, as set and described in IWinHttpRequest::Open is enabled, but
it still returns immediately instead of after a response is received.
This issue affects wine versions as early as 1.4, and extends to version 1.7.18
In windows, my attached code and executable display a dialog showing the source
of the google home page. In Ubuntu under wine, it returns immediately, causing
my script to throw an error for trying to access IWinHttpRequest::ResponseText
before Send has completed.
Terminal output from wine is as follows (two lines):
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:winhttp:request_set_option 0 (null) (null)
As a workaround, one can call IWinHttpRequest::WaitForResponse immediately
after Send, which will wait in the same manner Send is supposed to.
--
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=36650
Bug ID: 36650
Summary: Winhttprequest authentication doesn't work anymore
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: ocean04(a)suomi24.fi
Sample from bug 27864 doesn't 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=26657
Summary: cannot paste text into wine iexplore.exe when
browswing
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://www.google.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
$ wine http://www.google.com
copy some text to your clipboard. Click in the url bar, right click, paste.
Works fine. Click in the search box on google. Right click, paste:
fixme:mshtml:exec_mshtml_paste Unimplemented in browse mode
no text :(.
--
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=37159
Bug ID: 37159
Summary: valgrind shows a few uninitialized variables in
riched20/tests/editor.c (test_EM_FINDWORDBREAK_A)
Product: Wine
Version: 1.7.24
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: minor
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Followup to bug 26101. A few issues remain in editor.c:
==18311== Conditional jump or move depends on uninitialised value(s)
==18311== at 0x532CBFB: strlenW (unicode.h:200)
==18311== by 0x532E6F8: WINPROC_CallProcWtoA (winproc.c:721)
==18311== by 0x532EE94: WINPROC_call_window (winproc.c:902)
==18311== by 0x52F37EC: call_window_proc (message.c:2223)
==18311== by 0x52F614E: send_message (message.c:3263)
==18311== by 0x52F671B: SendMessageW (message.c:3457)
==18311== by 0x4C8C2C1: test_EM_FINDWORDBREAK_A (editor.c:7385)
==18311== by 0x4C8D1FE: func_editor (editor.c:7659)
==18311== by 0x4C932D0: run_test (test.h:584)
==18311== by 0x4C9369C: main (test.h:654)
==18311== Uninitialised value was created by a stack allocation
==18311== at 0x4C8C239: test_EM_FINDWORDBREAK_A (editor.c:7363)
==18311== Use of uninitialised value of size 4
==18311== at 0x401F269: wcstombs_sbcs (wctomb.c:187)
==18311== by 0x401FB2C: wine_cp_wcstombs (wctomb.c:456)
==18311== by 0x7BC6FD50: RtlUnicodeToMultiByteN (rtlstr.c:876)
==18311== by 0x532E753: WINPROC_CallProcWtoA (winproc.c:726)
==18311== by 0x532EE94: WINPROC_call_window (winproc.c:902)
==18311== by 0x52F37EC: call_window_proc (message.c:2223)
==18311== by 0x52F614E: send_message (message.c:3263)
==18311== by 0x52F671B: SendMessageW (message.c:3457)
==18311== by 0x4C8C2C1: test_EM_FINDWORDBREAK_A (editor.c:7385)
==18311== by 0x4C8D1FE: func_editor (editor.c:7659)
==18311== by 0x4C932D0: run_test (test.h:584)
==18311== by 0x4C9369C: main (test.h:654)
==18311== Uninitialised value was created by a stack allocation
==18311== at 0x4C8C239: test_EM_FINDWORDBREAK_A (editor.c:7363)
==18311== Use of uninitialised value of size 4
==18311== at 0x401F287: wcstombs_sbcs (wctomb.c:187)
==18311== by 0x401FB2C: wine_cp_wcstombs (wctomb.c:456)
==18311== by 0x7BC6FD50: RtlUnicodeToMultiByteN (rtlstr.c:876)
==18311== by 0x532E753: WINPROC_CallProcWtoA (winproc.c:726)
==18311== by 0x532EE94: WINPROC_call_window (winproc.c:902)
==18311== by 0x52F37EC: call_window_proc (message.c:2223)
==18311== by 0x52F614E: send_message (message.c:3263)
==18311== by 0x52F671B: SendMessageW (message.c:3457)
==18311== by 0x4C8C2C1: test_EM_FINDWORDBREAK_A (editor.c:7385)
==18311== by 0x4C8D1FE: func_editor (editor.c:7659)
==18311== by 0x4C932D0: run_test (test.h:584)
==18311== by 0x4C9369C: main (test.h:654)
==18311== Uninitialised value was created by a stack allocation
==18311== at 0x4C8C239: test_EM_FINDWORDBREAK_A (editor.c:7363)
==18311==
--
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=37690
Bug ID: 37690
Summary: Propellerhead Reason 8 needs
kernel32.GetUserPreferredUILanguages
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
austin@aw25 ~ $ du -h Reason_800.zip
3.7G Reason_800.zip
austin@aw25 ~ $ sha1sum Reason_800.zip
3230fe80c19eed3ddb9b24eca782d23b9a0d168a Reason_800.zip
wine: Call from 0x7bc541e0 to unimplemented function
KERNEL32.dll.GetUserPreferredUILanguages, 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.
https://bugs.winehq.org/show_bug.cgi?id=37653
Bug ID: 37653
Summary: valgrind shows a definite leak in
comctl32/tests/imagelist.c
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==17290== 140 bytes in 1 blocks are definitely lost in loss record 539 of 808
==17290== at 0x7BC4DC87: initialize_block (heap.c:233)
==17290== by 0x7BC4DC87: RtlAllocateHeap (???:0)
==17290== by 0x4DA3B5A: ImageListImpl_CreateInstance (imagelist.c:3799)
==17290== by 0x4DA45D6: ImageList_Create (imagelist.c:782)
==17290== by 0x4BB8C80: createImageList (imagelist.c:125)
==17290== by 0x4BBD00B: test_begindrag (imagelist.c:258)
==17290== by 0x4BBD00B: func_imagelist (???:0)
==17290== by 0x4BA5837: main (test.h:584)
==17290==
--
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=37424
Bug ID: 37424
Summary: Path of Exile: Graphical Glitches with GLSL Disabled
Product: Wine
Version: 1.7.29
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: teddy5978(a)gmail.com
Distribution: ---
Created attachment 49774
--> https://bugs.winehq.org/attachment.cgi?id=49774
One example of the problem
Since 1.7.1, every version of Wine including the latest as of this writing
1.7.29 (32 or 64 bit) has graphical glitches throughout the Path of Exile
in-game user interface with the settings required to make the load and play
without frame drops. (Wine will load Path of Exile on my test systems with
Offscreen Renderer set to 'Backbuffer,' and GLSL set to 'Disabled', which is
required to fix the frame drop issue reported in bug 34011.)
Examples of Glitches from largest to smallest -
- GUI menus and status screens on the left-hand side, such as the waypoint
menu, the social screen, options screen, etc., when opened, can cause blackout
of most of the gameplay area (see attached screenshot), occasionally only
manifesting when mouse cursor is moved into a certain area when the menu is
open -- not 100% consistent but will do this 'most of the time,' particularly
when entering a new area
- Textured border designs on GUI menus and status screens randomly do not
display, instead showing a flickering transparent area
- Corners of border design missing from logon screen
Glitches consistently reproduced on different systems. Example:
Ubuntu Linux 14.04 LTS 64-bit
Intel Core i7-4790
8 GB DDR3 RAM
Fast SSD hard drive
Video Card: Nvidia GeForce GTX 750 Ti with 2GB memory
Nvidia proprietary driver 337.25 (all versions including latest beta tested, no
difference)
Screen Resolution: 1920x1080 (1080p), Path of Exile runs in full screen mode
typically, glitches show in windowed mode / virtual desktop too
--
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=34207
Bug #: 34207
Summary: dotnet20sp1 installer fails most of the time
Product: Wine
Version: 1.7.0
Platform: x86-64
URL: http://download.microsoft.com/download/0/8/c/08c19fa4-
4c4f-4ffb-9d6c-150906578c9e/NetFx20SP1_x86.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: minor
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
CC: hans(a)meelstraat.net
Classification: Unclassified
Regression SHA1: b64fabf39e923ebfaa9a77ed9dea05acf7e38dcb
Created attachment 45510
--> http://bugs.winehq.org/attachment.cgi?id=45510
Wine 1.7.0 console output - Fail 1st run then success 2nd
dotnet20sp1 installer fails most of the time (around 2/3) in Wine 1.7.0
1. winetricks dotnet20
2. wine /mnt/winetricks/dotnet20sp1/NetFx20SP1_x86.exe /q
err:msi:ITERATE_Actions Execution halted, action
L"DD_CA_ScheduleNgenServiceVersionCheck_X86.3643236F_FC70_11D3_A536_0090278A1BB8"
returned 1603
Run the installer 2 to 4 times and it will complete successfully. dotnet
verifier confirms.
Setting win2k mode (winetricks dotnet20sp1) makes no difference.
This is a recent regression.
b64fabf39e923ebfaa9a77ed9dea05acf7e38dcb is the first bad commit
commit b64fabf39e923ebfaa9a77ed9dea05acf7e38dcb
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Mon Jun 3 12:09:54 2013 +0200
msi: Don't defer custom actions in the UI sequence if they match the
currently running script.
:040000 040000 4bd3894bebc82cbfdb53329581e607228c837869
f35105a4bc68d1c7118c6b5309780d89942f0828 M dlls
http://source.winehq.org/git/wine.git/commitdiff/b64fabf39e923ebfaa9a77ed9d…
Reverting this commit in Wine 1.7.0 fixes the problem. (There are other
problems with the installer but it completes).
Note: Affects winetricks dotnet20sp1 verb.
--
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=35069
Bug #: 35069
Summary: Patrol Falcon runs without sound
Product: Wine
Version: 1.7.8
Platform: x86
URL: http://www.onlinegamesector.com/onlinefull/6129/patrol
-falcon.htm
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: aeikum(a)codeweavers.com
Classification: Unclassified
Regression SHA1: fdfff7cf6013a030f2b240b13b02831e502d49e7
Created attachment 46775
--> http://bugs.winehq.org/attachment.cgi?id=46775
audio debug log
This regression causes loss of audio in 2 games of mine: Patrol Falcon and
Eschalon: Book I (Steam version). These games are running without any sound
since
fdfff7cf6013a030f2b240b13b02831e502d49e7 is the first bad commit
commit fdfff7cf6013a030f2b240b13b02831e502d49e7
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Wed Aug 21 10:14:59 2013 -0500
winmm: Increase mmdevapi buffer sizes.
The tiny buffer size caused audio capture glitches on OSX, where the OS
often returns audio in half-second chunks.
Reverting the patch on 1.7.8 fixes the problem.
Fedora 19
Alsa 1.0.27 (Pulseaudio is not running)
Audio device: NVIDIA Corporation MCP61 High Definition Audio (rev a2)
--
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=37704
Bug ID: 37704
Summary: K-Lite installer complains about regsvr32 version
being wrong
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Error message pops up pretty early on installer start up saying that regsvr32
version is wrong.
--
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=36257
Bug ID: 36257
Summary: Gears of War fails on startup, reporting 'binkw32.dll:
You cannot run the game with modified executable code.
Please reinstall the game.' (WINTRUST_FILE_INFO file
handle member not reset on cleanup when opened
internally)
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wintrust
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says.
No, this is not the infamous mess up that hit everyone who bought this game in
Jan 2009: https://support.microsoft.com/kb/967644
(the original PE executables carry an Authenticode Signature with an expiry
date Jan 29, 2009)
Unfortunately, even with the re-signed/updated executables the message is still
shown.
Relevant part of trace log:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Gears of War/Binaries
$ WINEDEBUG=+tid,+seh,+relay,+wintrust wine ./Startup.exe >>log.txt 2>&1
...
0027:Call wintrust.WinVerifyTrust(00000000,024af720,024af6f0) ret=00f78780
0027:trace:wintrust:WinVerifyTrust ((nil),
{00aac56b-cd44-11d0-8cc2-00c04fc295ee}, 0x24af6f0)
0027:trace:wintrust:dump_wintrust_data 0x24af6f0
0027:trace:wintrust:dump_wintrust_data cbStruct: 48
0027:trace:wintrust:dump_wintrust_data pPolicyCallbackData: (nil)
0027:trace:wintrust:dump_wintrust_data pSIPClientData: (nil)
0027:trace:wintrust:dump_wintrust_data dwUIChoice: 2
0027:trace:wintrust:dump_wintrust_data fdwRevocationChecks: 00000000
0027:trace:wintrust:dump_wintrust_data dwUnionChoice: 1
0027:trace:wintrust:dump_file_info 0x24af6d4
0027:trace:wintrust:dump_file_info cbStruct: 16
0027:trace:wintrust:dump_file_info pcwszFilePath: L"C:\\Program Files\\Gears of
War\\Binaries\\WarGame-G4WLive.exe"
0027:trace:wintrust:dump_file_info hFile: (nil)
0027:trace:wintrust:dump_file_info pgKnownSubject: (null)
0027:trace:wintrust:dump_wintrust_data dwStateAction: 0
0027:trace:wintrust:dump_wintrust_data hWVTStateData: (nil)
0027:trace:wintrust:dump_wintrust_data pwszURLReference: (null)
0027:trace:wintrust:dump_wintrust_data dwProvFlags: 00000100
0027:trace:wintrust:dump_wintrust_data dwUIContext: 0
...
0027:Call
wintrust.CryptSIPGetSignedDataMsg(0016c5b8,0016c3e8,00000000,024af420,00000000)
ret=7de26f02
0027:trace:wintrust:CryptSIPGetSignedDataMsg (0x16c5b8 0x16c3e8 0 0x24af420
(nil))
0027:trace:wintrust:WINTRUST_GetSignedMsgFromPEFile (0x16c5b8 0x16c3e8 0
0x24af420 (nil))
...
0027:trace:wintrust:WINTRUST_GetTimeFromSigner returning time from message
1/29/2009
0027:trace:wintrust:WINTRUST_AddSgnr (0x16c3b0, 0, 0, 0x24af414)
...
0027:trace:wintrust:WINTRUST_AddCert (0x16c3b0, 0, 0, 0, 0x4eda754)
...
0027:Call
crypt32.CertVerifyCertificateChainPolicy(00000002,04ed8ac0,024af440,024af464)
ret=7debb243
0027:Ret crypt32.CertVerifyCertificateChainPolicy() retval=00000001
ret=7debb243
0027:trace:wintrust:SoftpubAuthenticode returning 0 (00000000)
0027:Ret wintrust.SoftpubAuthenticode() retval=00000000 ret=7debc27a
0027:trace:wintrust:WINTRUST_DefaultVerify returning 00000000
0027:trace:wintrust:WINTRUST_DefaultClose ((nil),
{00aac56b-cd44-11d0-8cc2-00c04fc295ee}, 0x24af6f0)
0027:Call wintrust.SoftpubCleanup(0016c3b0) ret=7debc7a4
...
0027:trace:wintrust:WINTRUST_DefaultClose returning 00000000
0027:trace:wintrust:WINTRUST_DefaultVerifyAndClose returning 00000000
0027:trace:wintrust:WinVerifyTrust returning 00000000
0027:Ret wintrust.WinVerifyTrust() retval=00000000 ret=00f78780
--- snip ---
The first file 'C:\\Program Files\\Gears of War\\Binaries\\WarGame-G4WLive.exe'
is successfully validated.
The second file 'binkw32.dll' fails ...
--- snip ---
0027:Call wintrust.WinVerifyTrust(00000000,024af720,024af6f0) ret=00f78780
0027:trace:wintrust:WinVerifyTrust ((nil),
{00aac56b-cd44-11d0-8cc2-00c04fc295ee}, 0x24af6f0)
0027:trace:wintrust:dump_wintrust_data 0x24af6f0
0027:trace:wintrust:dump_wintrust_data cbStruct: 48
0027:trace:wintrust:dump_wintrust_data pPolicyCallbackData: (nil)
0027:trace:wintrust:dump_wintrust_data pSIPClientData: (nil)
0027:trace:wintrust:dump_wintrust_data dwUIChoice: 2
0027:trace:wintrust:dump_wintrust_data fdwRevocationChecks: 00000000
0027:trace:wintrust:dump_wintrust_data dwUnionChoice: 1
0027:trace:wintrust:dump_file_info 0x24af6d4
0027:trace:wintrust:dump_file_info cbStruct: 16
0027:trace:wintrust:dump_file_info pcwszFilePath: L"binkw32.dll"
0027:trace:wintrust:dump_file_info hFile: 0x12c
0027:trace:wintrust:dump_file_info pgKnownSubject: (null)
0027:trace:wintrust:dump_wintrust_data dwStateAction: 0
0027:trace:wintrust:dump_wintrust_data hWVTStateData: (nil)
0027:trace:wintrust:dump_wintrust_data pwszURLReference: (null)
0027:trace:wintrust:dump_wintrust_data dwProvFlags: 00000100
0027:trace:wintrust:dump_wintrust_data dwUIContext: 0
0027:trace:wintrust:WINTRUST_DefaultVerifyAndClose ((nil),
{00aac56b-cd44-11d0-8cc2-00c04fc295ee}, 0x24af6f0)
0027:trace:wintrust:WINTRUST_DefaultVerify ((nil),
{00aac56b-cd44-11d0-8cc2-00c04fc295ee}, 0x24af6f0)
...
0027:Call wintrust.SoftpubInitialize(0016cc90) ret=7debc27a
0027:trace:wintrust:SoftpubInitialize (0x16cc90)
0027:trace:wintrust:SoftpubInitialize returning 00000000
0027:Ret wintrust.SoftpubInitialize() retval=00000000 ret=7debc27a
0027:Call wintrust.SoftpubLoadMessage(0016cc90) ret=7debc27a
0027:trace:wintrust:SoftpubLoadMessage (0x16cc90)
0027:Call KERNEL32.GetFileTime(0000012c,0016ccf0,00000000,00000000)
ret=7deb8a5c
0027:Ret KERNEL32.GetFileTime() retval=00000000 ret=7deb8a5c
0027:trace:wintrust:SOFTPUB_OpenFile returning 0
0027:Call crypt32.CryptSIPRetrieveSubjectGuid(03a618c0
L"binkw32.dll",0000012c,0016e2dc) ret=7deb8b27
0027:Call
KERNEL32.SetFilePointerEx(0000012c,00000000,00000000,024af328,00000001)
ret=7de25ce2
0027:Ret KERNEL32.SetFilePointerEx() retval=00000000 ret=7de25ce2
0027:Call KERNEL32.SetFilePointer(0000012c,00000000,00000000,00000000)
ret=7de25d08
0027:Ret KERNEL32.SetFilePointer() retval=ffffffff ret=7de25d08
0027:Call KERNEL32.ReadFile(0000012c,024af324,00000004,024af338,00000000)
ret=7de25d37
0027:Ret KERNEL32.ReadFile() retval=00000000 ret=7de25d37
0027:Call
KERNEL32.SetFilePointerEx(0000012c,7bcd1000,7bc3b401,00000000,00000000)
ret=7de265e5
0027:Ret KERNEL32.SetFilePointerEx() retval=00000000 ret=7de265e5
0027:Ret crypt32.CryptSIPRetrieveSubjectGuid() retval=00000000 ret=7deb8b27
0027:Call KERNEL32.GetFileSizeEx(0000012c,024af420) ret=7deb8b58
0027:Ret KERNEL32.GetFileSizeEx() retval=00000000 ret=7deb8b58
0027:trace:wintrust:SOFTPUB_GetFileSubject returning 6
0027:trace:wintrust:SoftpubLoadMessage returning 1 (00000006)
0027:Ret wintrust.SoftpubLoadMessage() retval=00000001 ret=7debc27a
0027:trace:wintrust:WINTRUST_DefaultVerify returning 00000006
0027:trace:wintrust:WINTRUST_DefaultClose ((nil),
{00aac56b-cd44-11d0-8cc2-00c04fc295ee}, 0x24af6f0)
0027:Call wintrust.SoftpubCleanup(0016cc90) ret=7debc7a4
...
0027:trace:wintrust:WINTRUST_DefaultClose returning 00000000
0027:trace:wintrust:WINTRUST_DefaultVerifyAndClose returning 00000006
0027:trace:wintrust:WinVerifyTrust returning 00000006
0027:Ret wintrust.WinVerifyTrust() retval=00000006 ret=00f78780
...
0027:Call user32.MessageBoxW(00000000,024a773c L"binkw32.dll: You cannot run
the game with modified executable code. Please reinstall the game.",01915d30
L"Message",00001000) ret=00f78081
--- snip ---
The data structure passed to WinVerifyTrust() is fully reused on subsequent
calls.
Only the filename is changed, all other members remain untouched - including
the file handle value.
Wine's wintrust set the 'hFile' member during processing of the first file but
forgot to reset the value upon return (in non-error case).
Since Wine checks the handle for NULL or INVALID_HANDLE_VALUE it assumes the
client passed a valid handle (which is not true because the client never dealt
with handles).
All file related API calls subsequently fail on the second PE image (returning
'FALSE'), indicated by lasterror 0x6 (invalid handle).
Source:
http://source.winehq.org/git/wine.git/blob/ba78b54820b5a5cdb4cdcfb5556b3578…
--- snip ---
76 /* Assumes data->pWintrustData->u.pFile exists. Makes sure a file handle is
77 * open for the file.
78 */
79 static DWORD SOFTPUB_OpenFile(CRYPT_PROVIDER_DATA *data)
80 {
81 DWORD err = ERROR_SUCCESS;
82
83 /* PSDK implies that all values should be initialized to NULL, so
callers
84 * typically have hFile as NULL rather than INVALID_HANDLE_VALUE. Check
85 * for both.
86 */
87 if (!data->pWintrustData->u.pFile->hFile ||
88 data->pWintrustData->u.pFile->hFile == INVALID_HANDLE_VALUE)
89 {
90 data->pWintrustData->u.pFile->hFile =
91 CreateFileW(data->pWintrustData->u.pFile->pcwszFilePath,
GENERIC_READ,
92 FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL,
NULL);
93 if (data->pWintrustData->u.pFile->hFile != INVALID_HANDLE_VALUE)
94 data->fOpenedFile = TRUE;
95 else
96 err = GetLastError();
97 }
98 if (!err)
99 GetFileTime(data->pWintrustData->u.pFile->hFile,
&data->sftSystemTime,
100 NULL, NULL);
101 TRACE("returning %d\n", err);
102 return err;
103 }
--- snip ---
Problem:
http://source.winehq.org/git/wine.git/blob/ba78b54820b5a5cdb4cdcfb5556b3578…
--- snip ---
1180 HRESULT WINAPI SoftpubCleanup(CRYPT_PROVIDER_DATA *data)
1181 {
...
1206
1207 CryptMsgClose(data->hMsg);
1208
1209 if (data->fOpenedFile &&
1210 data->pWintrustData->dwUnionChoice == WTD_CHOICE_FILE &&
1211 data->pWintrustData->u.pFile)
1212 CloseHandle(data->pWintrustData->u.pFile->hFile);
1213
1214 return S_OK;
1215 }
--- snip ---
If you close the handle you need to reset the handle value too.
I already tested a fix which lets the signature validation of all PE files
succeed.
This allows the game to run further - only to run into next problem.
Regards
--
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=37635
Bug ID: 37635
Summary: Explicit environment variables passed to spawn/exec
are corrupted
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: rmy(a)pobox.com
Distribution: ---
Created attachment 50088
--> https://bugs.winehq.org/attachment.cgi?id=50088
msvcrt: Fix passing of explicit environment to spawn/exec calls
Consider the following:
char *arg[2] = { "./printenv.exe", NULL };
char *env[2] = { "HELLO=world", NULL };
spawnve(P_WAIT, arg[0], arg, env);
Where printenv.exe just prints the environment:
char **e;
for (e=environ; *e; ++e) printf("%s\n", *e);
On Windows this results in:
HELLO=world
SystemRoot=C:\Windows
Wine gives:
H
E
L
L
O
=
w
o
r
l
d
ProgramFiles=C:\Program Files
CommonProgramFiles=C:\Program Files\Common Files
This happens because the spawn/exec routines convert the supplied environment
variables into a wide-character environment block. This is passed to
CreateProcessW but without adding CREATE_UNICODE_ENVIRONMENT to the creation
flags. In create_process_impl in kernel32 the lack of
CREATE_UNICODE_ENVIRONMENT causes the environment block to be run through a
second conversion to wide characters.
--
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=34888
Bug #: 34888
Summary: OriginPro 8 freezes in a new installation of Wine (via
MacPorts) after Lion->Mavericks upgrade
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ph.schaefe(a)gmail.com
Classification: Unclassified
Wine was running OriginPro 8 quite okay even until after I upgraded from OSX
Lion to Mavericks.
I use MacPorts and Wine. Under Mavericks, MacPorts refused to upgrade outdated
ports, so I had to delete and reinstall MacPorts and all its ports, including
Wine. I'm not sure if that was a good or a bad idea.
After the re-install of Wine, OriginPro 8 stopped working. At first, it crashed
(it freezes) after clicking five or six times on the "File" menu. Then it
crashed/froze instantly when I clicked on the "File" menu. Clicking on other
menu items, e.g. "Edit" or "Help" or "Window" did not elicit a crash.
Upon freezing/crashing, it says only:
>fixme:storage:create_storagefile Storage share mode not implemented.
>Assertion failed at address 0x000b:0x9938f952 (thread 0009), starting debugger...
But the debugger neither ever finishes nor does it tell me anything.
I tried also OriginPro 8.51, but it showed exactly the same freezing behavior
when clicking on "File".
It was still ok to work with, as it started fine, and the button bar allows
most of the "File" menu's commands. But now, the freezing occurs already during
starting it. :evil:
I read from this ticket
http://appdb.winehq.org/objectManager.php?sClass=version&iId=5834 and from
other sources that this might have something to do with msiexec, especially
when something freezes. I tried to install msiexec version 4 and 6,
additionally, with winetricks, but both fail to install.
I do not understand what is going on there. Do I need Wine-devel instead of
Wine? Which components of Wine did I forgot to install?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19019
Summary: Perry Rhodan Operation Eastside missing menu labels
and other menu parts
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ch.assfalg(a)gmx.de
Created an attachment (id=21925)
--> (http://bugs.winehq.org/attachment.cgi?id=21925)
Screenshot of Menu without labels
I am trying to run an old Win95 / DirectX 5 Game on Ubuntu 9.04: Perry Rhodan,
Operation Eastside. The system is 32 bit and uses a Nvidia 7600 with Nvidia
Drivers Version 180. I tried the current Wine Version from Ubuntu (1.0.1 I
think) and the current Ubuntu Package from winehq (1.1.23). Both seem to have
the same Problem:
fixme:d3d:IWineD3DClipperImpl_SetClipList (0x14ac30,(nil),0),stub!
I think that this function is used to draw the Menu Items (labels and stuff) in
the Game. The result is that all Text is missing in the menus, and various
other areas are only partly there while the mouse hovers over them, you click
someplace special (edge of screen?) or by chance.
I have added a small log of the Game start into menu, and a screenshot.
Visual Effects have been disabled, I tried configuring the X-Server for 8 bit
and without font antialiasing, all without effect.
Is there anything else I can do, any more info I can Provide?
--
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=7106
--- Comment #22 from Bruno Jesus <00cpxxx(a)gmail.com> ---
Please attach an updated log.
--
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=7106
Ara Antranik <ara.antranik(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ara.antranik(a)gmail.com
--- Comment #21 from Ara Antranik <ara.antranik(a)gmail.com> ---
bug still exists. confirmed as of 1.7.31 . 7 years and counting :)
--
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=7146
Jaro <jaromir(a)mailinator.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jaromir(a)mailinator.com
--- Comment #14 from Jaro <jaromir(a)mailinator.com> ---
Running wine Project1.exe starts just a gui which has sliders, moving them
doesnt do anything.
wine 1.7.32
--
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=37699
Bug ID: 37699
Summary: Diablo 3: Mouse button gets sometimes not released
Product: Wine
Version: 1.7.31
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Distribution: ---
Sometimes after releasing the right mouse button Wine thinks it is still
pressed and automatically executes the related action. This bug appears a few
times a day especially in hectic situations where I have to switch fast
multiple times between the left and right mouse button. I have asked some other
Windows users and they have never encountered this problem so this is probably
not a bug from the game.
--
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=4588
Luiz Angelo Daros De Luca <luizluca(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://files.mpoli.fi//soft
| |ware/WIN32/GRAPHICS/TOPDR30
| |.ZIP
--- Comment #24 from Luiz Angelo Daros De Luca <luizluca(a)gmail.com> ---
I tested with 1.7.28. Program installs and runs but the drawing problem is
still present.
I found another copy of topdraw online but it is getting more and more
difficult to find it online.
--
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=8428
Chris <powersurge69(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |powersurge69(a)hotmail.com
--- Comment #6 from Chris <powersurge69(a)hotmail.com> ---
I recently loaded Linux Mint 17 on my mother's computer and one of the programs
that she likes to use is CreataCard 3. I loaded this program on her machine
using PlayOnLinux and the latest version of Wine 1.7.32 and the program almost
runs perfectly. The only issue that it's having is that the cards are printing
in grayscale on her color HP PSC1410 printer. The same thing happened when I
installed Hallmark Card Studio on her machine. Her printer prints full color
images just fine using other Linux programs. I tested it with another printer
and got the same result. I even tried testing it with an older version of
Linux Mint 13 and it still printed in grayscale so this leads me to believe
that it's a Wine issue.
--
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=37686
Bug ID: 37686
Summary: Grass glitch in S.T.A.L.K.E.R - Shadow of Chernobyl
Product: Wine
Version: 1.7.31
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zzarko(a)gmail.com
Distribution: ---
Bug is similar to bug 25613, but the grass changes colors all the time,
especially if I move the mouse (only basic colors, like red, cyan, blue, green,
etc.). It makes looking at the game very annoying. Trying various settings, I
managed to make flickering with black color only, but it doesn't work like that
anymore.
This happens only with Static lightning, as the game won't even start with
dynamic lightning (I'll file that as separate bug).
I'm running updated Ubuntu 14.04 64bit, using wine from wine team ppa (1.7.31),
and game is installed in fresh win32 prefix. Game was bought on GOG, version is
1.0006, installer is setup_stalker_shoc_2.1.0.7. The graphic card is Radeon
7950, with Catalyst 14.20.
I'll gladly try to answer questions/try stuff to make this 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.
https://bugs.winehq.org/show_bug.cgi?id=37692
Bug ID: 37692
Summary: Issues with key release events with Openbox and WoW
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adys.wh(a)gmail.com
Distribution: ---
Been bugging me for a while now but couldn't figure out what caused it.
Steps to reproduce:
- Have openbox with default keybind configuration, where Ctrl+Alt+Left/Right
changes workspace
- Set up only one workspace on Openbox
- Go ingame in WoW (likely affects other apps as well)
- Hit Ctrl+Alt+Left
Workspace dialog will pop up and do nothing. The "Ctrl" key will now be
constantly pressed until it is pressed again. Easily tested by typing a few
words in chat and hitting backspace (will erase entire words).
--
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=5137
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Assignee|wine-bugs(a)winehq.org |00cpxxx(a)gmail.com
Ever confirmed|0 |1
--- Comment #17 from Bruno Jesus <00cpxxx(a)gmail.com> ---
(In reply to Angus Lees from comment #16)
> I'm not in a position to retry my original code without a lot of work. For
> what it's worth however, your patch looks good to me from a simple visual
> inspection.
Ok, thanks. I'll port my tests to wine and try to commit the patch.
--
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=5137
--- Comment #16 from Angus Lees <gus(a)inodes.org> ---
I'm not in a position to retry my original code without a lot of work. For
what it's worth however, your patch looks good to me from a simple visual
inspection.
--
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=5137
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #15 from Bruno Jesus <00cpxxx(a)gmail.com> ---
Created attachment 50167
--> https://bugs.winehq.org/attachment.cgi?id=50167
patch
This patch solves the issue for me, but I tested in a sample application that
didn't came from Warzone 2100. Do you think that you are still able to test
this?
--
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=4588
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|download |
URL|http://www.pcworld.com/down |
|loads/file_description/0,fi |
|d,5368,00.asp |
--- Comment #23 from Austin English <austinenglish(a)gmail.com> ---
Please retest in 1.7.32 and if still present, update the URL.
--
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=37668
Bug ID: 37668
Summary: Alctive-HDL_Sudent_Edition_9.3 : crashes when you are
trying to run
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zvs5039(a)psu.edu
Created attachment 50141
--> https://bugs.winehq.org/attachment.cgi?id=50141
Backtrace of the program opening for the first time
Alctive-HDL_Sudent_Edition_9.3 is a VHDL program only available to windows and
love to use it on a mac. It install with one warning. you can install from
https://www.aldec.com/students/student.php?id=4. It free to use for students.
--
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=4811
Jaro <jaromir(a)mailinator.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jaromir(a)mailinator.com
--- Comment #13 from Jaro <jaromir(a)mailinator.com> ---
cannot QI from IXMLDOMDocument to IStream
wine 1.7.31
--
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=4588
Jaro <jaromir(a)mailinator.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jaromir(a)mailinator.com
--- Comment #22 from Jaro <jaromir(a)mailinator.com> ---
Download link is dead, also not much activity here...
--
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=37683
Bug ID: 37683
Summary: Portal 2 (SKIDROW) start up, crash
Product: Wine
Version: 1.7.31
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Linuxhelper2881(a)yahoo.com
Distribution: ---
Created attachment 50159
--> https://bugs.winehq.org/attachment.cgi?id=50159
Crash report
Found a bit of a buggy situation in Portal 2, works fine with Install but when
it gets to the spash screen after showing the Developers tags.
--
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=33003
Bug #: 33003
Summary: running TaxAct 2012 leads to bunches of popup windows
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dpobanz(a)gmail.com
Classification: Unclassified
Created attachment 43608
--> http://bugs.winehq.org/attachment.cgi?id=43608
Terminal output
When starting the TaxAct 2012 program (winetricks ie7 was used before
installing the program), there are many popup boxes. These boxes do not have a
title and there is nothing written in them. In the terminal, these lines are
repeated many times. See attachment.
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10}
could be created for context 0x1
err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not
registered
fixme:wininet:GetUrlCacheEntryInfoExW ignoring unsupported flags: 100
--
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=23421
Summary: unimplemented function
SHLWAPI.dll.AssocGetPerceivedType (affects Windows
Live Photo Gallery)
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://g.live.com/1rewlive3/en/wlsetup-all.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=29210)
--> (http://bugs.winehq.org/attachment.cgi?id=29210)
Live Photo Gallery Crash
Windows Live Photo Gallery crashes with unimplemented function.
Can install a couple of Windows Live programs after winetricks msxml3 ie6
Live Photo gallery then requires winetricks wmp9
After this it crashes with unimplemented function.
Log 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=19254
Summary: Fractal Mapper: some symbols disappear over bitmap
backgrounds
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.nbos.com/products/mapper/mapper.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goeran(a)uddeborg.se
Certain combinations of symbols and backgrounds fail. It appears to happen to
the ones called "battlemap" in Fractal Mapper. It can be reproduced with the
free trial version (http://www.nbos.com/nox/index.php?action=1001&id=144) and
the instructions below assume the defaults in that installation. But the
problem is not limited to the trial version, it does also happen to the latest
8.10f version of Fractal Mapper.
1. Install Fractal Mapper according to my instructions in the AppDB
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=10813)
2. Start Fractal Mapper.
3. Select "Rectangle" in the "Standard tools" in the top left.
4. Select "Battlemap" as "Fill Style" in the top right. The default desert
fill is fine.
5. Draw a large rectangle on the map. It gets the desert fill.
6. Select the chessboard from the "Mapping Symbols" in the lower left.
7. Click-move-release a rectangle over the desert area.
The last step should show the chessboard, but it doesn't.
To illustrate that this has to do with the background, one can
8. Select the "Pointer" in the Standard tools".
9. Click in the large sandy rectangle. (But not where you put the chessboard
in it.)
10. Select "Solid Fill" in the "Fill Style".
11. Click "Apply"
The chessboard now appears.
To illustrate that this also depends on what kind of symbol is choosen, one can
instead
8. Select "Standard Fantasy Symbols" in the "Mapping Symbols" area.
9. Click on the sea monster.
10. Draw an area in the sandy rectangle.
The sea monster (desert monster?) DOES appear.
--
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=33108
Bug #: 33108
Summary: Lego Harry Potter (Years 1-4) crashes instantly when
trying to load.
Product: Wine
Version: 1.5.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sayno2quat(a)gmail.com
Classification: Unclassified
Created attachment 43778
--> http://bugs.winehq.org/attachment.cgi?id=43778
Log File of crash
System Info:
OS: Linux Mint 13 64-bit
Wine: Wine 1.5.25
Graphics card: Nvidia 9800 GTX+
Other: Using PlayOnLinux to manage prefixes and Wine versions
I am able to install Lego Harry Potter (Years 1-4) from the DVD with no
problems. When I try to run the game, the screen resolution changes and the
game launches in full-screen mode, but it crashes after displaying the
copyright warning.
Attached is the log of the crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8332
André H. <nerv(a)dawncrow.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nerv(a)dawncrow.de
--
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=26831
Summary: MLB 2k11 "hangs" during gameplay
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpeirce(a)sourcecode.com
Created an attachment (id=34187)
--> (http://bugs.winehq.org/attachment.cgi?id=34187)
terminal output from wine
While playing a game, almost exclusively while controlling the pitching team,
the game "hangs" for anywhere between a few seconds and a minute. The problem
seems to get worse the longer the game has been running.
The device clear render targets message seems to coincide with the game
resuming from a hang but I'm not 100% sure on that. I also get a few errors in
dmesg that seem to refer to my NVIDIA driver.
The drawStridedFast message is spammed to my terminal constantly during
gameplay, but doesn't seem to have an effect on performance.
I am using current git master up to date as of 04/18/11 18:27 MST.
NVIDIA UNIX x86_64 Kernel Module 260.19.44
Linux springs 2.6.38.2-ck3-jackson #2 SMP PREEMPT Wed Apr 13 21:46:11 MDT 2011
x86_64 x86_64 x86_64 GNU/Linux
When compiling wine it noted I don't have support for OpenCL, Gstreamer, and
libgphoto2. But I don't think those would be the cause.
--
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=22850
Summary: Jade Dynasty - Render bug
Product: Wine
Version: 1.2-rc1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: forum(a)muramatsu.com.br
Created an attachment (id=28218)
--> (http://bugs.winehq.org/attachment.cgi?id=28218)
Image with the Render bug
When I try to enter in game Jade Dynasty (provided by Perfect World at
http://www.jd.perfectworld.com) the render is not viewed normal.
Take screeshot here: http://img408.imageshack.us/img408/8454/errowine.png (or
view the attachment)
How to solve this problem?
Tks for your help.
Ricardo Muramatsu
--
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=27886
Summary: GoToMyPC Viewer: menu bar is not drawn
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: q3aiml(a)gmail.com
In the application the window chrome appear manually drawn, with the menu
merged into the top bar. In wine, however the menu section is not drawn and the
area that would appear to be reserved for it isn't. It appears to be due to
GetMenuItemRect not returning the dimensions for undrawn menus. This results in
not being able to access some important program functionality such as changing
the zoom level.
--
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=26946
Summary: Pro Evolution Soccer 2010 "Program Error"
Product: Wine
Version: 1.3.18
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: indra163(a)yahoo.co.id
the installation process was successfull...
and i have install dot net and directx too....
but when i started it, it not working and show :
"Program Error
The program pes2010.exe has encountered a serious problem and needs to close.
We are sorry for the inconvenience.
This can be caused by a problem in the program or a deficiency in Wine. "
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26325
Summary: Pentax Photo Browser crash at launch
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kasvinszki.tamas(a)gmail.com
The Photo Browser slpash screen appears, and after the crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29091
Bug #: 29091
Summary: PROMT Expert Giant didn't start
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dreesi(a)yandex.ru
Classification: Unclassified
Created attachment 37494
--> http://bugs.winehq.org/attachment.cgi?id=37494
Log and screen
When I start windows-program PROMT Expert Giant I see start-up picture, but
then error appears. I send the log from terminal and screenshot.
--
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=37643
Bug ID: 37643
Summary: The Endless Forest 3 does not start, crashes
Product: Wine
Version: 1.7.31
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: emailofchris(a)gmail.com
Distribution: ---
Created attachment 50098
--> https://bugs.winehq.org/attachment.cgi?id=50098
Terminal output.
When I start the game, the screen goes blank for a moment and the display
resolution changes to the default. A deer appears on the screen, but doesn't
move, and nothing happens. Then the game crashes and the resolution doesn't
change back.
Terminal output attached.
--
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=37641
Bug ID: 37641
Summary: Bulletstorm dont run with xliveless
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
Created attachment 50095
--> https://bugs.winehq.org/attachment.cgi?id=50095
backtrace bulletstorm (steam version) with xliveless
Bulletstorm (steam version) with xliveless crash after begin screen
--
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=37642
Bug ID: 37642
Summary: Keeps telling me its not working
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: d12story(a)Gmail.com
Distribution: ---
Created attachment 50097
--> https://bugs.winehq.org/attachment.cgi?id=50097
NBA 2K15
NBA 2K15, keeps saying its not able to play through my "windows steam" app from
winewisk I made I need help urgent.
--
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=22680
Summary: Photoshop CS5 installer fails
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.adobe.com/products/photoshop/main.html
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
Created an attachment (id=27936)
--> (http://bugs.winehq.org/attachment.cgi?id=27936)
Wine 1.1.42 console output
Working around Bug 22679 with a native msxml3, the Photoshop CS5 installer
exits with error code (-1).
The following line is repeated just before the failure:
err:shell:SHGetFolderPathAndSubDirW Failed to create directory L"".
--
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=4066
roger(a)mailinator.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |roger(a)mailinator.com
--- Comment #55 from roger(a)mailinator.com ---
This bug is basically duplicate
https://bugs.winehq.org/show_bug.cgi?id=6847
--
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=22267
Summary: SWKOTOR: Fails to detect available resolutions if
virtual desktop is off
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=27197)
--> (http://bugs.winehq.org/attachment.cgi?id=27197)
SWKOTOR configuration window
The problem is that Star Wars Knights Of The Old Republic configurator fails to
detect any resolution in resolution drop down list. When I enable virtual
desktop in winecfg then configurator shows two resolutions (800x600 1024x768)
in drop down list. My maximum monitor resolution is 1280x800.
Virtual desktop:
a) off
-resolutions appear in drop down list
-i can start the game and get to the main menu
b) on
-resolutions doesn't appear in drop down list
-the game starts in 800x600 shows black screen then switches to 1280x800 shows
black screen (with probably size 800x600) on the left top edge of the screen
and in the background my desktop. I cannot reach to the main menu because the
screen is always black.
In terminal in both cases there are only these two lines:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f2d0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f2d0,0x00000000), stub!
Additional info:
Fedora 12 32 bit
self-compiled Wine 1.1.42
NVIDIA 9xxx with drivers from vendor site 195.36.15
--
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=7102
Bug 7102 depends on bug 30471, which changed state.
Bug 30471 Summary: powersim constructor 2.5 cannot save file (requires ole2.dll16.WRITECLASSSTG)
https://bugs.winehq.org/show_bug.cgi?id=30471
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--
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=18148
Summary: Demise: dialog box won't react to click
Product: Wine
Version: 1.1.19
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puciek(a)gmail.com
Created an attachment (id=20612)
--> (http://bugs.winehq.org/attachment.cgi?id=20612)
Console output
When i run demise there is dialog box in the begining on which you must click
"ok", but this button won't react when you click it, so you can't even get to
game menu.
--
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=37262
Bug ID: 37262
Summary: "We got a big error here" in d2loader and wine 1.7.26
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vitalif(a)yourcmc.ru
Hi!
I've encountered the problem similar to bug 3978 with wine 1.7.26. It says "we
got a big error here" and then "R6017 - unexpected multithread lock error".
And I want to say that it mostly worked in wine 1.7.23! Didn't yet test .24 and
.25, but in .23 it crashed only in maybe 1/20 times...
Maybe the problem can be fixed at last?
--
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=28335
Summary: Wine crashes when an active X control is called
Product: Wine
Version: 1.3.28
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: proent1992(a)comcast.net
I upgraded from wine 1.3.27 to wine 1.3.28. Wine crashes when IE7 calls on an
active X control in a web page. I tried a fresh install of wine and IE7 using
wine tricks. I then tried built in wine IE and I get the same problem. I also
tried a program that I know uses Active X and it also crashed wine.
Sorry I am only a user and not a programer.
Using OpenSuse 11.4 x86-64 with wine 32bit
--
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=17152
Summary: Blizzard Updater complains about javascript being turned
off
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
URL: http://www.worldofwar
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Created an attachment (id=19021)
--> (http://bugs.winehq.org/attachment.cgi?id=19021)
Screenshot of behaviour.
When patching World of Warcraft, the Blizzard Updater (at least the old one)
complains about Javascript being turned off, instead of showing the patch.html
file embedded in the patcher. See screenshot.
No interesting terminal output, however testing the patcher is a long process
so if a full debug log is needed, just say what to run.
--
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=34366
Bug #: 34366
Summary: Photoshop CS2 fails at the "initializing tools"
windows
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff.artik(a)gmail.com
Classification: Unclassified
Created attachment 45747
--> http://bugs.winehq.org/attachment.cgi?id=45747
Terminal result
When I launch Photoshop CS2, it fails without starting, and stay on
"initializing tools" : http://i.imgur.com/1TZKKuf.jpg
this is a regression, didn't had this problem before.
--
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=13467
Summary: Linking a bug to an application instead of a version
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edwin.smulders(a)gmail.com
I know of at least 2 programs were bugs apply to all versions (Overlord,
Samsung PC Studio) and I'd like the ability to add them to all versions at
once.
No biggie, just something i thought of.
--
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=36338
Bug ID: 36338
Summary: valgrind shows a potential leak in
comcat/tests/comcat.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==20450== 28 bytes in 1 blocks are possibly lost in loss record 161 of 554
==20450== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==20450== by 0x4CAABB8: apartment_getclassobject (compobj.c:526)
==20450== by 0x4CADFC6: get_inproc_class_object (compobj.c:2894)
==20450== by 0x4CB0D2F: CoGetClassObject (compobj.c:3032)
==20450== by 0x4CB14B7: CoCreateInstance (compobj.c:3197)
==20450== by 0x4B48DF5: func_comcat (comcat.c:92)
==20450== by 0x4B4A02C: run_test (test.h:584)
==20450== by 0x4B4A41A: main (test.h:654)
==20450==
--
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=18223
Summary: Grim Fandango: unable to install
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t0p0linik(a)yahoo.it
Created an attachment (id=20730)
--> (http://bugs.winehq.org/attachment.cgi?id=20730)
Small error window during installation
I just can't install the game at all!
I wanted to know how far 1.1.20 is toward to make the game easily enjoyable and
it can't be installed. Why? Furthermore, the error window I get is empty.
I attach a screenshot.
The "STOP" little window appears a couple of times during installation, then
everything reaches the end and the install directory contains only two files:
DeIsL1.isu (uninstaller data file?) and Grim.EXE
So, the game is unusable.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21060
Summary: MCI open+play .avi hangs
Product: Wine
Version: 1.1.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Perhaps this simple scenario explains one or another hang in some application.
Please use my mci command shell at bug #20232, comment #10 to enter the
following commands:
open z:\...path\to\wine-src\dlls\shell32\searching.avi alias v
play v
Wine hangs.
Alternatively:
open z:\...path\to\wine-src\dlls\shell32\searching.avi alias v
play v wait
does not hang. Use
close v
Ctrl-D to exit the shell.
open z:\...path\to\wine-src\dlls\shell32\searching.avi alias v
window v show
play v
does not hang either.
Supposedly you can use any .avi file of your choice. If you prefer, you can
write a 20 liner C program to send the commands instead of using my shell.
Perhaps there's some race condition? The play command must open a window if
none is present (native does so). "play v wait" shows that Wine can do it too,
yet the "play v" without previously opened window hangs.
BTW, the window that Wine opens for the video is larger than the one native
opens. It looks like there's room reserved to the right for a scrollbar. This
could explain some layout discrepancies in some applications. But that's
another issue.
--
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=27641
Summary: an editor should use the indic font when indic typing
is being done
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fast.rizwaan(a)gmail.com
Created an attachment (id=35341)
--> (http://bugs.winehq.org/attachment.cgi?id=35341)
the hindi characters are shown as boxes
When typing hindi in wine apps, only boxes are shown, it would be nice if wine
could 'use' automatically the language related font (available fonts) and font
substitution from ~/.fonts.conf, at least mangal or arial unicode ms or their
substituion font should be used. It is better than empty boxes. :)
likewise, some indic language fonts only have part of latin characters like
numbers and symbols but not ABCDEFGHIJKLMNOPQRSTUVWXYZ characters, wine should
try to use default font for latin if there are not glyphs avaialble for a
language.
Thanks.
Please see the video and attachment hindi_font_boxes.rtf
http://www.youtube.com/watch?v=uMtwEHp6gvw
--
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=8036
--- Comment #45 from Sebastian Lackner <sebastian(a)fds-team.de> ---
(In reply to Claudio from comment #44)
> I tried already multiple times to raise awareness on this issue, and last
> time a test failed on Windows, as you can see in the comments above, thus
> the patch was ignored.
>
> I do not have access to any Windows machine, so keeping this patch up to
> date for the purpose of keeping the game working is all I can do.
You do not need to have access to a Windows machine to work on Wine. Thats what
the Wine testbots are for: https://testbot.winehq.org/
Register a free account, then you can test your patches (or arbitrary
crosscompiled tests) in an Windows environment.
Please note that the tests should also pass in Wine without any errors. Your
latest patch fixes some issues, but doesn't remove the corresponding todo_wine.
Besides that you do not follow the coding style of the sourrounding code, and
you also use tabs instead of spaces, which is not allowed in the Wine source.
If you're still interested in fixing this upstream, you should make yourself
familiar with the wine test suite / testbot / ..., and then write tests for all
the changes you introduce. Changing all functions in a single patch is also a
bad idea, better split it up in multiple patches, each with a corresponding
test to show that this indeed matches Windows behaviour. Feel free to ask me
(via email or in #wine-staging on IRC) if you need any help for that.
I have added a cleaned up version to Wine Staging:
https://github.com/wine-compholio/wine-staging/blob/master/patches/kernel32…
--
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=8036
--- Comment #44 from Claudio <sick_soul(a)yahoo.it> ---
(In reply to roger from comment #43)
> What's wrong with the patch that you couldnt send it over patches list and
> got merged into upstream?
>
> https://source.winehq.org/patches/
I tried already multiple times to raise awareness on this issue, and last time
a test failed on Windows, as you can see in the comments above, thus the patch
was ignored.
I do not have access to any Windows machine, so keeping this patch up to date
for the purpose of keeping the game working is all I can do.
The fundamental issue is that the windows profile API does not explicitly
mention what happens when section string or key string are the empty string in
the GetPrivateProfileString and WritePrivateProfileString.
In fact, it's nothing special at all (the section "" is a valid section, and
the key "" is a valid key),
but instead wine insists considering section "" and key "" as invalid names for
sections/keys, therefore causing all sorts of data corruption and weird runtime
behavior when running under 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=8036
roger(a)mailinator.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |roger(a)mailinator.com
--- Comment #43 from roger(a)mailinator.com ---
What's wrong with the patch that you couldnt send it over patches list and got
merged into upstream?
https://source.winehq.org/patches/
--
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=8036
Claudio <sick_soul(a)yahoo.it> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #50103|0 |1
is obsolete| |
--- Comment #42 from Claudio <sick_soul(a)yahoo.it> ---
Created attachment 50106
--> https://bugs.winehq.org/attachment.cgi?id=50106
patch updated for wine-1.7.27
fixed patch for wine-1.7.27. Tested enough that it should not have surprises.
Have fun, people out there who still play this game like 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=8036
--- Comment #41 from Claudio <sick_soul(a)yahoo.it> ---
(In reply to Claudio from comment #40)
> Created attachment 50103 [details]
> minimal patch for wine-1.7.27
>
> minimal patch for wine 1.7.27.
>
> There has been some improvement upstream. The only thing missing is to
> consider the section "" as just another section.
I was too quick to fire.. it's broken, I'll try to fix it momentarily.
--
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=8036
Sebastian Lackner <sebastian(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sebastian(a)fds-team.de
--
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=8036
--- Comment #40 from Claudio <sick_soul(a)yahoo.it> ---
Created attachment 50103
--> https://bugs.winehq.org/attachment.cgi?id=50103
minimal patch for wine-1.7.27
minimal patch for wine 1.7.27.
There has been some improvement upstream. The only thing missing is to consider
the section "" as just another section.
--
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=27282
Summary: wine cannot execute TDRABCSetup.exe
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
1. Download the installer
$ wget http://www.95599.cn/update/down/TDRABCSetup.exe
2. start with wine:
$ wine TDRABCSetup.exe
there is no any output, also no any window display.
Typing Ctrl+C can not stop the program, the output is like below:
^Cfixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
err:ntdll:RtlpWaitForCriticalSection section 0x338198 "?" wait timed out in
thread 0020, blocked by 0009, retrying (60 sec)
Only wineserver -k can stop the program.
--
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=14109
Summary: cannot download gecko with wine iexplore
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
CC: hans(a)it.vu.nl
With today's git, I can no longer install gecko via wine's iexplore. Regression
testing says:
62337044819bbb418f33abcf3869f2b5a915e6cf is first bad commit
commit 62337044819bbb418f33abcf3869f2b5a915e6cf
Author: Hans Leidekker <hans(a)it.vu.nl>
Date: Mon Jun 23 20:58:41 2008 +0200
wininet: Resolve hostname once per connection.
--
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=37534
Bug ID: 37534
Summary: 1.7.30 ./configure errors to report
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
Distribution: ---
Hi All,
Scientific Linux 6.5 (RHEL 6.5 clone).
Would your please fix these errors? I have attached my config.log. You will
note in the log that it does indeed find libpng.
Many thanks,
-T
wine-1.7.30]# ./configure --disable-win64
"configure: WARNING: libxrender 32-bit development files not found, XRender
won't be supported."
It is already installed. The "X" is in caps
# rpm -qa libXrender | grep -i i686
libXrender-0.9.8-2.1.el6.i686
"configure: WARNING: No OpenGL library found on this system.
OpenGL and Direct3D won't be supported."
# rpm -qa \*OpenGL\* | grep -i i686
perl-OpenGL-0.62-1.el6.i686
"configure: WARNING: libxslt 3/usr/lib/libXrender.so.12-bit development files
not found, xslt won't be supported."
# rpm -qa \*libxslt\* | grep -i i686
libxslt-1.1.26-2.el6_3.1.i686
libxslt-devel-1.1.26-2.el6_3.1.i686
"configure: WARNING: libpng 32-bit development files not found, PNG won't be
supported."
# rpm -qa \*libpng\* | grep -i i686
libpng-devel-1.2.49-1.el6_2.i686
libpng-1.2.49-1.el6_2.i686
"configure: WARNING: No sound system was found. Windows applications will be
silent."
VLC works fine (pulse audio output)
--
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=34386
Bug #: 34386
Summary: Microsoft Visual Studio Test Agent 2010 Configuration
Tool crash when apply settings is performed
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: omar.mendez(a)flextronics.com
Classification: Unclassified
Created attachment 45774
--> http://bugs.winehq.org/attachment.cgi?id=45774
Error Log File
After the installation of Microsoft Visual Studio Test Agent 2010 a
configuration is performed in order to connect the agent to the proper test
controller, however an error is being thrown when you try to apply settings to
Test Agent.
Unhandled Exception: unimplemented function ntdsapi.dll.DsBindW called in
32-bit code (0x7b83bbd5).
Refer to the attachment for extra details.
--
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=29429
Bug #: 29429
Summary: Installer buttons do not work
Product: Wine
Version: 1.3.35
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=25030
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: altogatto(a)gmail.com
Classification: Unclassified
Created attachment 38091
--> http://bugs.winehq.org/attachment.cgi?id=38091
details from terminal
The Master Genealogist's installer for version 8, buttons do not register that
they have been clicked on so you are unable to install the program.
Also the buttons look different from windows, see the screen shots.
Any suggestions?
--
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=10348
Summary: Every Extend music does not play.
Product: Wine
Version: 0.9.48.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: febaen(a)gmail.com
When starting Every Extend in Wine, three windows pop up (one after another),
giving the same MCI error, accompanied in the terminal by
"fixme:mci:MCI_LoadMciDriver Couldn't load driver for type L"MPEGVIDEO"."
errors. It also has a small "No Device" window that stays open the entire time
the program is open, which is blank as far as I can see, which the error box
makes me think is connected to the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9043
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #21 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.32.
--
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=23375
Summary: Flux Family Secrets: The Rabbit Hole sets gamma to 0
and never restores it
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.bigfishgames.com/download-games/8022/flux-f
amily-secrets-the-rabbit-hole-ce/download.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
To get to this point, you will need to first install ie6 with winetricks to
work around bug 14343.
When Flux Family Secrets: The Rabbit Hole is started, the screen goes black and
only cursors are visible. The screen can be made visible again by running
"xgamma -gamma 1.0".
The game appears to work find once the gamma settings are restored.
--
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=33691
Bug #: 33691
Summary: Directory Opus 10 locks up and crashes
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
Directoy Opus 10 installs fine but it locks up or crashes soon after startup. I
suspect the reason is the following locking stubs which it calls a lot:
fixme:thread:AcquireSRWLockExclusive (0x24aaf1c): stub
fixme:thread:ReleaseSRWLockExclusive (0x24aaf1c): stub
fixme:thread:InitializeSRWLock (0x24ad750): stub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11582
Summary: Flash 5 Trial hangs when you click "Try"
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://download.macromedia.com/pub/flash/esd/flash5-
trial.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Can't try this trial out very well. It installs,
but when you start it, the "Try" button just
locks the app.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10081
Summary: City of Heroes does not run if asked to use a dual core
processor
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matthew.b.gerber(a)gmail.com
If I run CohUpdater.exe with the -renderthread 1 flag to inform it of the
presence of a dual-core processor, the game appears to:
* Enter an endless loop (continually spamming SetLayeredWindowAttributes calls
to the terminal Wine was run from) rather than finishing loading, and
* Mess up at least part of the Wine registry while doing it (graphics settings
are lost after the game and Wine are killed, whereas they're properly saved
after a normal session.
CoH is optimized for dual-core processors; top confirms that it isn't detecting
the dual-core processor on its own under Wine.
OS: Ubuntu 7.0.4
CPU: Intel Core 2 Duo
GPU: nVidia GeForce 6800 Ultra
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37546
Bug ID: 37546
Summary: mshtml: Possible null pointer dereference: post_data
(Cppcheck)
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: ---
[dlls\mshtml\navigate.c:905]: (error) Possible null pointer dereference:
post_data
890 if(!data_len) {
891 GlobalFree(data);
892 post_data = NULL;
893 }else if(post_data != data) {
894 char *new_data;
895
896 new_data = GlobalAlloc(0, data_len+1);
897 if(new_data)
898 memcpy(new_data, post_data, data_len);
899 GlobalFree(data);
900 if(!new_data)
901 return E_OUTOFMEMORY;
902 post_data = new_data;
903 }
904
905 post_data[data_len] = 0;
906 request_data->post_data = post_data;
907 request_data->post_data_len = data_len;
post_data is being set to NULL in line 892, in line 905 it's being used.
--
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=23380
Summary: WoW trial fails to install, saying it doesn't have
write access to Program Files
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://www.worldofwarcraft.com/burningcrusade/trial/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
The installer downloads its files, but when trying to install, fails, saying it
doesn't have write access to C:\Program Files\World of Warcraft Trial.
Screenshot/terminal output 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=27945
Summary: GdipDrawString LineAlignement does not work .
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m_matsu(a)wind.sannet.ne.jp
Created an attachment (id=35747)
--> (http://bugs.winehq.org/attachment.cgi?id=35747)
output image (Windows and Wine 1.3.25)
When GdipDrawString is called after GdipSetStringFormatLineAlign is called, the
defective operation is caused.
sample (C#)
private void Form1_Paint(object sender, PaintEventArgs e)
{
Graphics g = this.CreateGraphics();
Font font = new Font("Arial", 20);
Brush brush = new SolidBrush(Color.Black);
RectangleF rect = new RectangleF(0, 0, 200, 50);
StringFormat format = new StringFormat();
Pen pen = new Pen(Color.Black);
format.LineAlignment = StringAlignment.Center; // call
GdipSetStringFormatLineAlign
g.DrawString("ABCDE", font, brush, rect, format);
g.DrawRectangle(pen, rect.X, rect.Y, rect.Width, rect.Height);
}
--
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=32293
Bug #: 32293
Summary: Opera: wine uses builtin save file dialog, fails to
save file
Product: Wine
Version: 1.5.18
Platform: x86
URL: http://www.opera.com/browser/download/?os=windows&ver=
12.11&local=y
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spoon0042(a)hotmail.com
Classification: Unclassified
Created attachment 42624
--> http://bugs.winehq.org/attachment.cgi?id=42624
wine console log
wine now uses (what appear to be) built-in file dialogs, and in Opera (both
current version 12.11 and 11.64) when I try to save a file nothing happens. For
example, google "putty ssh download", go the appropriate link, click
"putty.exe". An initial dialog will pop up, with options Run / Save / Cancel /
Help. Click "Save", wine's dialog will come up, click "Save" here. Both dialogs
will go away, and nothing happens. Expected behavior is Opera opening its
"Downloads" tab and saving the file. Attached log with warn+commdlg,warn+shell
(doesn't add much) in a clean wineprefix.
I tried with native commdlg and comdlg32, this crashes with:
wine: Call from 0x7bc4b8a0 to unimplemented function SHELL32.dll.755, aborting
Trying further dlloverrides (comctl32, shell32, shlwapi) just results in
crashes / failing to start.
Right click -> Save to download folder seems to work since it doesn't use the
dialog, I guess. Saving the regular way it's sometimes possible to find things
in the cache (or temporary_downloads if it's an executable and you click Run,
which also doesn't use the dialog) under Local Settings\Application
Data\Opera\Opera but that doesn't help much.
--
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=18894
Summary: Dungeon Keeper 2 game (animation) speed is too fast
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eluminex(a)gmail.com
Installed version: Dungeon Keeper 2 v1.7
The game speed is too fast for some elements. Scrolling for example is almost
impossible since it is so fast - going from one end of a map to the other in a
second. The animation speed of torches on the walls are also way too fast as
well as smoke animations.
This only happens with hardware acceleration on and therefore suggests this is
a problem related to d3d.
Wine 1.1.23, nVidia 180, Kubuntu 9.04 x64
--
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=21222
Summary: Mall Tycoon 2 Deluxe: Page fault on write access
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25492)
--> (http://bugs.winehq.org/attachment.cgi?id=25492)
wine: Unhandled page fault on write access to 0x00000004 at address 0x7bc47aa3
(thread 0009), starting debugger...
Impossible to launch Mall Tycoon 2 Deluxe retail version after install. It just
dies with a page fault, which is 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.
https://bugs.winehq.org/show_bug.cgi?id=37231
Bug ID: 37231
Summary: Set iframe's src failed.
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: jactry92(a)gmail.com
Created attachment 49503
--> https://bugs.winehq.org/attachment.cgi?id=49503
log+mshtml.txt
wine iexplore
http://jactry.com/HTMLTest/tests/mshtml_HTMLFrameBase_put_src_detached_elem…
---snip---
fixme:mshtml:HTMLFrameBase_put_src detached element
---snip---
--
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=36863
Bug ID: 36863
Summary: Mass Effect 3 [Origin] crash on startup
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: phisig791(a)gmail.com
Created attachment 48956
--> http://bugs.winehq.org/attachment.cgi?id=48956
Backtrace given by wine
Mass Effect 3 will not start
Error exists in 32-bit or 64-bit wine bottle
To duplicate:
Install Origin
Patch Qt5Network.dll
Download Mass Effect 3 (and DLC)
Enable virtual desktop and mouse capture as instructed by WineHQ
Execute 'wine Binaries/Win32/MassEffect3.exe'
Mass Effect will not start, it will just crash with the error 'Unhandled
exception: page fault on read access to 0xfc710040 in 32-bit code
(0xfc710040)'.
It has been suggested that removing/renaming IGO32.DLL will resolve this issue,
however when I tried it Origin failed to start, complaining that IGO32.DLL did
not exist.
Wine build: wine-1.7.20
Platform: i386
Host system: Linux
Host version: 3.13.0-24-generic
--
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=20520
Summary: SolidWorks 2007: Crahses after splashscreen
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=24447)
--> (http://bugs.winehq.org/attachment.cgi?id=24447)
Wine 1.1.32
I'm using Wine 1.1.32 on Fedora 11 i386.
Steps to reproduce:
1) clean ~/.wine
2) winetricks dotnet20 mfc42
3) install SolidWorks2007
4) start SolidWorks2007 and get error message after splashscreen
The crash seems to appear after
err:mshtml:nsChannelBSC_stop_binding RemoveRequest failed: 80004005
Bug can be workarounded by
winetricks ie6
--
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=35804
Bug ID: 35804
Summary: Open file window makes Photoshop CC crash
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeff.artik(a)gmail.com
Photoshop CC runs very well using wine. The only feature that makes Photoshop
CC crash is the "open file" dialog box. All others features are running fine.
To reproduce this bug, simple open a file after installing photoshop.
- Creating a new doc works.
- Drag and drop a picture in Photoshop CC works.
--
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=13968
Summary: 3d graphics are positioned incorrectlly on the screen
Product: Wine
Version: 1.0-rc5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julianlubenov(a)abv.bg
3d graphics in Chessmaster 11 - Grandmaster Edition are positioned so
incorrectly on the screen that they aren't displayed at all or pushed upper and
displayed partially if you are using the 3d desktop in ubuntu. The reason that
the graphics are displayed somehow when you are using 3d desktop is because the
backbuffer is smaller. I think the whole problem is in the
IWineD3DSwapChainImpl_Present function in swapchain.c file in wined3d. The
problem is that handling the pSourceRect and pDestRect parameters (which
control the copying parts from the backbuffer to the window) of the function is
not implemented yet (FIXME("Unhandled present options %p/%p\n", pSourceRect,
pDestRect);).
--
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=28479
Summary: windows7 included programs
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: damianatorrpm(a)gmail.com
Hi,
I guess it may have already been reported, but I could not find the bug.
windows7 paint/wordpad/solitaire/other games do not work. They fail with:
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:slc:SLGetWindowsInformationDWORD (L"Shell-InBoxGames-Hearts-EnableGame")
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=36241
Bug ID: 36241
Summary: valgrind shows a leak in comdlg32/tests/printdlg.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==26461== 92 bytes in 1 blocks are definitely lost in loss record 584 of 1,024
==26461== at 0x7BC4C735: notify_alloc (heap.c:255)
==26461== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==26461== by 0x496B93F: test_PrintDlgExW (printdlg.c:391)
==26461== by 0x496CA1E: func_printdlg (printdlg.c:642)
==26461== by 0x496D820: run_test (test.h:584)
==26461== by 0x496DC0F: main (test.h:654)
==26461==
--
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=37622
Bug ID: 37622
Summary: msiexec does not support /update option
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: carlo.bramix(a)libero.it
Distribution: ---
Created attachment 50070
--> https://bugs.winehq.org/attachment.cgi?id=50070
Screenshot, installation failed.
When installing Mixx, a free, opensource and multiplatform DJ software:
http://www.mixxx.org/
installation under WINE fails because unimplemented /update option.
The tool opens its help dialog because this unrecognized option and the
installer of the application just quits after the user clicks on the OK button.
Attached screenshot shows the result on the screen.
--
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=14666
Summary: [wined3d] volume/volumetex locking implementation
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
Hi there,
this bug should be sort of a "metabug" for fixing the locking behaviour of
volume and volumetexture objects in D3D (version 8 and 9 currently, because 7
and below doesn't have/support volumes).
I already wrote some patches and testcases to fix/illustrate the problem, but
they were rejected on wine-patches. The main problem that the problem should be
adressed much lower in wined3d.
I now post all my current patches here, so other people can take a look.
Some things what are currently not implemented:
(1) locking of volume/volumetex objects always succeeds althoug it shouldn't
- specifying to large lockboxes should fail for example
- some volumes are not lockable at all
(2) creating volumes/volumetextures always succeeds, usage and pool types are
not checked
Only a few things the patches should adress.
I intend on working on this, but I need a bit more input about why and where to
fix this exactly.
Attaching patches now...
Also adding Stefan Dösinger, Henri Verbeet, Alexander Dorofeyev and Roderick
Colenbrander to CC (sry guys *g*, but I'm sure you know where my stuff should
go).
I currently have these DX SDK docs on my system:
version 9, 8, 7 and 6
(someone asked me if I got the 7 SDK)
Greets,
Tobias
--
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=23340
Summary: Winscard : test program : unimplemented function
winscard.dll.SCardIsValidContext and
winscard.dll.SCardReleaseContext
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://www.linuxunderground.be/compteco/winscard_test.
zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincent.hardy.be(a)gmail.com
Created an attachment (id=29078)
--> (http://bugs.winehq.org/attachment.cgi?id=29078)
console output PCSCTest.exe
start wine PCSCTest.exe in Zip test program
--
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=6866
--- Comment #19 from Padrah Zoltan <zoltan.padrah(a)gmail.com> ---
I've tried to reproduce this issue on Xubuntu 14.04, in Virtualbox, with the
wine PPA added to Xubuntu. Wine version has been 1.7.31.
I couldn't reproduce the original graphical corruption anymore. I've tried
clicking around/switching desktops/moving the windows around, both in desktop
mode and also in normal application mode, but CircuitMaker 2000's window has
been correctly repainting, expect one obscure case:
When the window of CircuitMaker 2000 is partially outside in the left direction
of the virtual desktop, then dragging a different window over the virtual
desktop of wine causes graphical corruption on the left part of CircuitMaker
2000's window, at the left part. I'm attaching the screenshot and the terminal
output of wine running CircuitMaker 2000.
Interacting with CircuitMaker 2000's window removes the graphical corruption,
either on some parts of the window (clicking inside) or on the whole window
(moving the window).
Note about the attachment's description: apparently there has been a copy-paste
error, the actual command has been:
$ wine cirmaker.exe &> log.txt
--
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=6866
--- Comment #18 from Padrah Zoltan <zoltan.padrah(a)gmail.com> ---
Created attachment 50092
--> https://bugs.winehq.org/attachment.cgi?id=50092
terminal output from wine 1.7.31
Command has been:
$ wine cker.exe &> log.txt
--
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=6866
--- Comment #17 from Padrah Zoltan <zoltan.padrah(a)gmail.com> ---
Created attachment 50091
--> https://bugs.winehq.org/attachment.cgi?id=50091
Screenshot showing the graphical corruption with wine 1.7.31
The terminal window has been dragged over CircuitMaker 2000's window (in wine's
virtual desktop), first vertially over the left part, and then to the right.
note that only a limited part of the window is filled with garbage, and not
all.
--
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=36943
Bug ID: 36943
Summary: Unhandled exception: page fault on write access to
0x00000014 in 32-bit code (0xb75a101e)
Product: Wine
Version: 0.9.59.
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: james_200122(a)yahoo.com
this error causes a register dump and this in return closes the program or
freezes up the computer
--
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=22910
Summary: Age of Empires III 1.1.3: Unhandled exception: page
fault on write access....
Product: Wine
Version: 1.2-rc1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=28342)
--> (http://bugs.winehq.org/attachment.cgi?id=28342)
Unhandled page fault on write access to 0x000078b8 at address 0x1c78c2 (thread
0009), starting debugger...
Attached is the log. This affects all versions best I can tell, NoCD and
official CD included. This version was patched to latest 1.1.3 and a NoCD exe
applied.
FYI: I followed instructions from the WineAppDB and dumped 3 discs properly
into one folder and execute, install was perfect. If it matters this is also
from the "Complete Collection". :)
--
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=9043
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #20 from Bruno Jesus <00cpxxx(a)gmail.com> ---
(In reply to Bruno Jesus from comment #19)
> (In reply to zippy from comment #18)
> > InDesign CS starts cleanly in wine 1.7.31, no workaround needed :)
>
> Resolving fixed, thanks for testing.
--
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=9043
--- Comment #19 from Bruno Jesus <00cpxxx(a)gmail.com> ---
(In reply to zippy from comment #18)
> InDesign CS starts cleanly in wine 1.7.31, no workaround needed :)
Resolving fixed, thanks for testing.
--
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=9032
zippy <gohabsgo60(a)yahoo.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gohabsgo60(a)yahoo.ca
--- Comment #13 from zippy <gohabsgo60(a)yahoo.ca> ---
still in wine 1.7.31
terminal output still mentions the same unimplemented compression and vfw
stuff.
--
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=9043
zippy <gohabsgo60(a)yahoo.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gohabsgo60(a)yahoo.ca
--- Comment #18 from zippy <gohabsgo60(a)yahoo.ca> ---
InDesign CS starts cleanly in wine 1.7.31, no workaround needed :)
--
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=33775
Bug #: 33775
Summary: Extra track appears it the touhou 8 music room
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: murela_alba(a)abv.bg
Classification: Unclassified
Created attachment 44737
--> http://bugs.winehq.org/attachment.cgi?id=44737
???
Okay, this one is just plain weird. Inside the Imperishable Night music room
there's an extra track at the bottom that shouldn't be there. For one thing the
game only has 21 tracks, for another the text is in Japanese, even in the
English patched version. It's also marked as never listened to, even with
everything cleared. And, yes, I ran the game from the same folder in Windows 7,
and it doesn't appear there.
Using Ubuntu 13.04 (64-bit) with wine 1.5.31.
--
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=28629
Bug #: 28629
Summary: TrackMouseEvent saves tracking data only for last
caller's HWND
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
See this code from dlls/user32/input.c:
/* fill the TRACKMOUSEEVENT struct with the current tracking for the given hwnd
*/
if (ptme->dwFlags & TME_QUERY )
{
*ptme = tracking_info.tme;
/* set cbSize in the case it's not initialized yet */
ptme->cbSize = sizeof(TRACKMOUSEEVENT);
return TRUE; /* return here, TME_QUERY is retrieving information */
}
Although the comment says it works per-hwnd, the code itself doesn't have any
logic concerning hwnd.
This problem makes button theming with hover support work incorrectly in
various cases. The easiest way to see this is as follows:
0. Configure some windowsXP theme, e.g. Luna or Royale
1. Start winecfg
2. Select "Libraries" tab
3. Press Edit (having at least one override)
4. Press Cancel on the dialog
5. Try to hover any button on the winecfg main window - it won't work.
The reason for this not working is that the "Edit Override" dialog's Cancel
button, being hovered, has called TrackMouseEvent for TME_LEAVE, and after
pressing it, it was destroyed, still leaving mouse tracking structure (global,
not per-hwnd, which is the core problem) in TME_LEAVE enabled state. Now, when
Edit or any other button becomes hovered, the structure returned on TME_QUERY
suggests that TME_LEAVE is enabled, so for Edit button's hwnd the timer isn't
set.
So, the solution should be to make tracking_info per-hwnd, instead of global.
--
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=28886
Bug #: 28886
Summary: Window borders aren't themed
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 37114
--> http://bugs.winehq.org/attachment.cgi?id=37114
Screenshot comparing windows and Wine rendering
Some windows even without virtual desktop should have themed borders, and
example is toolwindows. Wine doesn't theme them at all, it's seen in e.g.
GIMP's toolbox.
Of course, in virtual desktop all windows get unthemed borders.
See screenshot: the classically themed toolboxes are in Wine, while in windows
the borders are themed correctly with Royale style.
--
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=5989
--- Comment #13 from Austin English <austinenglish(a)gmail.com> ---
Created attachment 50063
--> https://bugs.winehq.org/attachment.cgi?id=50063
terminal output in wine-1.7.31-99-g5ecea72
--
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=5989
--- Comment #12 from Austin English <austinenglish(a)gmail.com> ---
Still in wine-1.7.31-99-g5ecea72.
--
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=37550
Bug ID: 37550
Summary: Textpad 7.4 crashes on installation
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ineuw(a)aei.ca
Distribution: ---
Created attachment 49969
--> https://bugs.winehq.org/attachment.cgi?id=49969
backtrace report of the crash
crashes with an unhadled exception
--
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=19400
Summary: Quicken Will Maker 2007 crashes wine
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Hi All,
Just as soon as you start Quick Will Maker 2007, it crashes. I have included
the following trace from the FAQ
WINEDEBUG=+relay,+seh,+tid wine qwp.exe &> /home/temp/qwp.trace.txt
-T
--
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=28389
Summary: Wine crash trying to run "Micro Application Cartes de
Visite 2.0"
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: swami(a)petaramesh.org
Created an attachment (id=36403)
--> (http://bugs.winehq.org/attachment.cgi?id=36403)
Wine crash complete console output
When trying to run "Micro Application Cartes de Visite 2.0" (draw4481.exe),
Wine display a box stating that the application crashed and must be closed.
Additionally, the console from which the program was started displays :
wine: Unhandled page fault on read access to 0x00000050 at address 0x7c1d0943
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000050 in 32-bit code
(0x7c1d0943).
...
(More details in attachment !)
...
Backtrace:
=>0 0x7c1d0943 in mfc71 (+0x90943) (0x0032fcc8)
--
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=28403
Summary: PKR.COM bugs
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hanzal.michal(a)gmail.com
Good afternoon,
I am using OpenSuse 11.4.
I installed pkr.com and 90% of buttons had active
part lower than their actuall position on screen.
Whole screen is also little shift to upside. All you can see in
attached file.
I tried New version 1.3.28, and this stable version (1.3.12) and
problem was same.
If I made fullscreen then application stay in windowed mode, but only some
times
blink during changing to fullScreen and you can see in attached file how it is.
After closing pkr.com application Linux didnt change resolution back and 3
icons
of every windows started before, during and after pkr.com was lost.
(3 icons means - Minimalize button, maximalize button and close button (CROSS))
Please try to find this BUG if it is possible, but I believe you :)
With best regards
Michal Hanzal
Paint Engineer
--
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=21589
Summary: MacOS error from MIDI SetVolume
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=26043)
--> (http://bugs.winehq.org/attachment.cgi?id=26043)
console output during tests
Hi,
The midi tests now in git that will appear with wine-1.1.38 produce a strange
error on MacOS:
err:wave:AudioUnit_GetVolume
AudioUnitGetParameter return an error "\xff\xff\xd5\x8e"
Same error for SetVolume
a) Is dbg_fourcc() really the appropriate method for reporting error codes
there? It rather looks like a small negative number:
-10866 aka. kAudioUnitErr_InvalidScope
b) The same function succeeds when called from waveGetVolume in tests/wave.c on
a wave handle instead of a MIDI one.
Perhaps the MacOS MIDI SW-synth does not support volume settings after all?
Perhaps a more elaborate filter graph would be needed to support variable
volumes? One would then question whether MIDICAPS_VOLUME need be reported at
all in such a case and possibly drop support for Get/SetVolume in midi.c -- or
implement said filter graph.
This is just supposition. I'm not familiar with MacOS programming.
--
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.