http://bugs.winehq.org/show_bug.cgi?id=23355
Summary: Ring-Protech CD/DVD Protection fails
Product: Wine
Version: 1.1.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
CC: galberte(a)neo.rr.com
Past 1.1.20 commit f7e6777e6e19ca3be4b84f98baf22ef53ab19f96
Autor: Guy Albertelli <galberte(a)neo.rr.com> 2009-04-29 03:08:22
kernel32: Fix GetVolumeInformation[AW] to require trailing \.
causes KERNEL32.GetVolumeInformationA() to return an error, which apparently
causes the copy protection to proceed to test the next drive. As a result, the
protected app will either exit silently or ask for its CD-ROM.
A trace in broken wine-1.1.21, 1.1.31 and 1.2rc4 reads:
Call KERNEL32.GetVolumeInformationA(0033f4e8 "D:",00556798,6,0,0,0,0,0)
ret=1000118f
Ret KERNEL32.GetVolumeInformationA() retval=00000000 ret=1000118f
Call KERNEL32.GetDriveTypeA(0033f4e8 "E:") ret=10001176 [next drive]
A trace in working wine-1.0, 1.1.16 and .18 yields:
trace:volume:GetVolumeInformationW L"\\\\.\\D:": found fs type 4
Ret KERNEL32.GetVolumeInformationA() retval=00000001 ret=1000c1ff
Call user32.CharUpperA(0032f37e "D:\\SYSTEM\\Iofile.x64") ret=1000c210
The files iofile.x64 and mov_io.x64 have read errors on the CD-ROM and are
symptoms of that protection. Note that Gnome mounts both an audio and a data
CD on the desktop: 2 icons appear (after seeking around for half a minute
because of the voluntary errors -- what a nuisance).
Perhaps the tests in kernel32/tests/volume.c are not discriminating enough?
Judging by the traces, the CurrentDir seems to the the app's one on HD, i.e.
not a root.
I own 4 titles with the visible ring CD-ROM protection. I verified that the
first 3 are affected by this regression. Revert the commit and they work in
1.2rc4.
"Ronja Räubertochter" (no AppDB yet, deserves platinum or gold)
"Fritz und Fertig" Schach / chess (no AppDB, gold)
"Rund um die Welt mit Felix / abenteuerliche Reise" (no AppDB, platinum)
"die Pfefferkörner - Cem unter Verdacht" (no AppDB, garbage)
I'm angry that AppDB refuses entries about old Wine versions.
--
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=23372
Summary: AOE III: Crash at Ensemble Studios video
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml4
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=29127)
--> (http://bugs.winehq.org/attachment.cgi?id=29127)
Window at after crash
Steps to reproduce:
1) remove ~/.wine
2) winetricks mfc42
3) install Polish AOE III
4) wine aoe3-113-polish.exe
5) start the game
Behaviour:
Splash screen->crash at "ensemble studios" video with an window showed in
attachment
Expected behaviour:
no crash should occur
The problem can be fixed by setting msxml4 to native,built-in. Bug isn't
reproducible every time.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23704
Summary: winhelp failed to load any help file
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
The winehelp wrapper starts winhlp32.exe, but the winhelp commandline
is appended to winhlp32.exe without a separator:
wine winevdm winhelp CONTROL.HLP
trace:winhelp:WinMain16 starting
"C:\\windows\\system32\\winhlp32.exeCONTROL.HLP"
I send already a patch. ( http://source.winehq.org/patches/data/63628 )
The bug is here to be nominated for Wine 1.2.1
--
By by ... Detlef
--
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=23737
Summary: Modelsim XE III 6.4b/6.5c startup crashes on wine 1.2,
but works ok on wine 1.1.42.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vicsuarez(a)alumnos.uvigo.es
Created an attachment (id=29731)
--> (http://bugs.winehq.org/attachment.cgi?id=29731)
Right: 6.4b error | Left: 6.5c error
6.4b tested on:
- openSUSE 10.3 / wine 1.1.?? (I don't remember) from
http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_10.3/ -> OK
- openSUSE 11.3 / wine 1.2-rc6 from official repositories -> FAIL
- Ubuntu 10.04 / wine 1.1.42 from official repositories -> OK
- Ubuntu 10.04 / wine 1.2 from https://launchpad.net/~ubuntu-wine/+archive/ppa
-> FAIL
(openSUSE and Ubuntu on different computers)
The REGRESSION TEST revealed this for both modelsim versions:
f76eef74018852253b03d305432b4864c724bed3 is the first bad commit
commit f76eef74018852253b03d305432b4864c724bed3
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Mon Apr 26 12:33:28 2010 +0200
msvcrt: Change strtod_l implementation.
:040000 040000 3497b07093d0c642b5d57b43452245c58b62f4b2
4163e9139b36a04d7f8200141703d93aa10e11c3 M dlls
Steps to reproduce:
- Download Modelsim XE 6.5c from
http://www.xilinx.com/support/download/index.htm (registering is mandatory, but
free). Look for Modelsim XE, not ISE.
- Uncompress and run wine setup.exe. Select the free version. Select VHDL
Custom. Deselect all libraries. At the end say NO when asked for the USB key,
and then try to complete the licensing process through the webpage. I HAVEN'T
TRIED TO REQUEST THE LICENSE SINCE I HAVE MINE. In case it isn't possible to
get the web way to work, complete the lic_request.txt form and send it by mail.
Then wait a few days to receive your license.dat. (I would attach my
license.dat here, but I'm not sure if that's legal).
- Make sure you've an external MFC42.DLL (I would upload mine, but don't know
if that's legal. In place I'll put its MD5: 7e4d1b552ee1dfa859ba9033b3670590)
- Find the Licensing Wizard link, run it (wine start Licensing\ Wizard.lnk)
and follow instructions.
- If variable LM_LICENSE_FILE fails to be set automatically, set it manually
with regedit (It's value is the path to the license.dat file).
- After the second Licensing Wizard run, make sure that all checks completed
successfully. If LM_LICENSE_FILE isn't ok, this won't suceed.
- Now Modelsim should work, try to run wine start Modelsim.lnk.
Notes:
- Almost everything I've tried in this software worked fine with wine, so it's
a fully supported product (once this bug gets solved, of course)
- Modelsim windows are extremelly slow, don't think that to be a wine problem.
- Known fails (but not problematic nor related to this bug):
- On project navigator, contextual menu sometimes fail when used with mouse,
but works ok with arrow keys.
- Startup splash window is white! I don't consider that to be a 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=23772
Summary: The bug in NtQueryInformationProcess with
ProcessInformationClass = ProcessDebugObjectHandle
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)vmpsoft.com
The file http://source.winehq.org/source/dlls/ntdll/process.c has a bug in
NtQueryInformationProcess with ProcessInformationClass =
ProcessDebugObjectHandle
112 NTSTATUS ret = STATUS_SUCCESS;
113 ULONG len = 0;
...
319 case ProcessDebugObjectHandle:
320 /* "These are not the debuggers you are looking for." *
321 * set it to 0 aka "no debugger" to satisfy copy protections */
322 len = sizeof(HANDLE);
323 if (ProcessInformationLength == len)
324 {
325 if (!ProcessInformation)
326 ret = STATUS_ACCESS_VIOLATION;
327 else if (!ProcessHandle)
328 ret = STATUS_INVALID_HANDLE;
329 else
330 memset(ProcessInformation, 0, ProcessInformationLength);
331 }
332 else
333 ret = STATUS_INFO_LENGTH_MISMATCH;
334 break;
In the real Windows system without active debugger the result (the variable
"res") of that API is C0000353 but in WINE the result is 00000000.
--
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=23810
Summary: 16-bit setup program can't find its files
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29869)
--> (http://bugs.winehq.org/attachment.cgi?id=29869)
Crossword Construction Kit 2.0
This bug applies to the installer for Crossword Construction Kit 2.0, as
included on the "At Home With Your PC" CD-ROM #44.
Unpack the attached archive and run SETUP.EXE. Two text fields are shown in the
window: Source points to the location you ran SETUP.EXE from (where the
installation files are). Destination is C:\CWKIT by default. Click Start
Installation. There is a dialog box saying "Program files not found at
specified source."
I will attach (the hopefully relevant part of) a WINEDEBUG=+relay log when
running SETUP.EXE. For that log, I ran SETUP.EXE from the original CD, however
the same error appears regardless of where you run it from.
--
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=23902
Summary: EVE Online crashes during audio initialization
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: reboot(a)gmx.ch
EVE Online crashes when the game initializes it's audio service:
Replacing service 'audio' with 'eveAudio'
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x8100ce 0x00000000
osplash: simple.c:173: snd_mixer_selem_get_name: Assertion `elem' failed.
wine: Assertion failed at address 0xb7d42906 (thread 0084), starting
debugger...
6120d7cc14522983fbc38026ab4fcb6e4a68cdf0 is the first bad commit
commit 6120d7cc14522983fbc38026ab4fcb6e4a68cdf0
Author: Jeff Cook <jeff(a)deserettechnology.com>
Date: Mon Aug 2 17:48:52 2010 -0600
winealsa.drv: Init mixer on cards with a single Mic control, like
snd_usb_audio mics.
:040000 040000 0edca612f774126778453257b9149cf893d32f24
0a9b8d3df5d78d176a69bc52d4ceea22ba2d80cf M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25690
Summary: Silverfall fails to start (possible Securom issue)
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: damian.dixon(a)gmail.com
Created an attachment (id=32724)
--> (http://bugs.winehq.org/attachment.cgi?id=32724)
terminal output
Silverfall and its standalone expansion SF:Earth Awakening quit silently,
shortly after starting (without a crash dialogue).
The commit causing the issue was introduced in yesterday's git:
a9bbd7dc86aff14308e0a5491e0f660fe3c49a2e is the first bad commit
commit a9bbd7dc86aff14308e0a5491e0f660fe3c49a2e
Author: Damian Dixon <damian.dixon(a)gmail.com>
Date: Sat Jan 1 20:19:55 2011 +0000
advapi32: Implement SetEntriesInAclA by calling SetEntriesInAclW.
Reverting the patch fixed the issue.
It seems the issue is somehow related to Securom (the games contain serial
check/online activation) which worked before the regression. Some other titles
are also affected: e.g. the Sam & Max series from Telltale's. It also has
Securom online activation and now they fail to start in the current git.
Please, let me know if you need a log with specific debug channels enabled.
wine-1.3.10-304-gf859535
--
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=24441
Summary: Fix the detection of the number of CPUs for OpenBSD.
Product: Wine
Version: 1.3.2
Platform: All
OS/Version: OpenBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brad(a)comstyle.com
Created an attachment (id=30831)
--> (http://bugs.winehq.org/attachment.cgi?id=30831)
ntdll/nt.c diff
There is a mistake with the initially added code for the detection of the
number of CPUs with OpenBSD since it'll try to retrieve the value from the
sysctl MIB as well as store the return value from sysctl into the same variable
(num).
--
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=24394
Summary: cmd.exe locks up
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tahoar(a)gmail.com
I had a working installation of Wine 1.3 on Ubuntu 10.04. I recently upgraded
to the newest linux kerne Wine's cmd.exe stopped working. uname --all reports:
Linux samsung-netbook 2.6.32-24-generic #43~ppa1~loms~lucid-Ubuntu SMP Tue Aug
31 17:13:22 UTC 2010 i686 GNU/Linux
Cmd.exe works with internal commands, such as dir, date, etc. However, when it
looks for external commands, it freezes. I have to close by clicking the x.
It doesn't matter what external command. I tried notepad.exe, regedit.exe, etc.
All lock up. I first discovered the problem when trying to run python and perl
scripts. I am using Python 2.6.6 (from Python.org) and Strawberry perl.
It doesn't matter if the command includes the full path or if it must search
the %path% environment. Cmd.exe just freezes.
Other Windows apps work fine from a shortcut link. The Python Idle gui works
fine. Ctrl-C does not break the cmd.exe session.
I tried to uninstall/purge all Wine components and start from a new Linux user
(i.e. fresh ~/.wine). Didn't work. Still freezes.
Tom
--
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=23885
Summary: Build fails in dlls/d3dx9_36/tests
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
CC: wine-bugs(a)winehq.org
Today's git won't build on my system:
mesh.o mesh.c
mesh.c: In function ‘new_mesh’:
mesh.c:91: error: ‘NAN’ undeclared (first use in this function)
mesh.c:91: error: (Each undeclared identifier is reported only once
mesh.c:91: error: for each function it appears in.)
make[1]: *** [mesh.o] Error 1
make[1]: Leaving directory `/home/dimesio/wine-git/dlls/d3dx9_36/tests'
make: *** [dlls/d3dx9_36/tests] Error 2
Tested with a fresh git clone. Reverting commit
cc1738ad3cf20f1744626ae122942c2728b03939 fixes 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=24483
Summary: cmd hangs if run in background
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This worked two weeks ago:
wine cmd /c echo %windir% &
But now it hangs after printing until you bring it to the foreground.
This makes it hard to use winetricks et al in the background. Noticed
when running wisotooltest.
--
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=24536
Summary: environ is NULL under Wine but not on real Windows
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simon(a)josefsson.org
Running the program below prints NULL under Wine but non-NULL under real
Windows.
Thanks,
Simon
jas@mocca:~$ cat environ-wine.c
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
int main (void)
{
if (environ == NULL)
puts("NULL");
else
puts("non-NULL");
return 0;
}
jas@mocca:~$ i686-w64-mingw32-gcc -o environ-wine.exe environ-wine.c
jas@mocca:~$ wine ./environ-wine.exe
NULL
jas@mocca:~$ wine --version
wine-1.2
jas@mocca:~$
--
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=24589
Summary: Make NTDLL_mergesort() stable.
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefan(a)obssys.com
Created an attachment (id=31055)
--> (http://bugs.winehq.org/attachment.cgi?id=31055)
Patch to make NTDLL_mergesort() stable.
Make NTDLL_mergesort() stable.
A mergesort is stable per definition.
qsort() is the only function calling NTDLL_mergesort().
qsort() is not stable - so there is no problem pending.
But if we use double memory and name the function ...mergesort()
we can take the benefit without performance issues getting a stable
result.
--
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=25354
Summary: King's Quest Collection Series (1997): setup.exe
crashes
Product: Wine
Version: 1.3.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tristan_schmelcher(a)alumni.uwaterloo.ca
When attempting to install the game King's Quest Collection Series (the 1997
edition), setup.exe crashes partway through the installation. It happens every
time and always at the same place.
After debugging, I have determined that the problem is caused by incorrect
stack cleanup code in the 16-bit DDEML DLL. A number of functions in the .spec
file specify HSZ argument values as occupying one word on the stack, but in
fact they are a double word. As a result the stack cleanup code does not
increment the stack pointer by enough, so upon return the calling code's stack
pointer is not restored to the correct value.
I have attached a patch that changes the type of all HSZ arguments in the spec
to "long", which fixes the bug. (I will submit it to wine-patches too.)
--
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=25401
Summary: The Wine implementation of Winsock API
(WSAStringToAddress) has a bug.
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alfaar_alhazin(a)hotmail.com
According to MSDN description:
INT WSAStringToAddress(
__in LPTSTR AddressString,
__in INT AddressFamily,
__in LPWSAPROTOCOL_INFO lpProtocolInfo,
__out LPSOCKADDR lpAddress,
__in_out LPINT lpAddressLength
);
lpAddressLength
Length of the Address buffer, in bytes. Returns the size of the resultant
sockaddr structure. If the specified buffer is not large enough, the function
fails with a specific error of WSAEFAULT and this parameter is updated with the
required size in bytes.
when function call returns successfully, the parameter lpAddressLength should
have already been updated to the correct size of the address (for example: 16
for IPv4 address, 28 for IPv6 address). During our tests, the Wine
implementation doesn't update the parameter before its return. The parameter
remains unchanged (the input value of the parameter is usually larger than 16,
usually 128).
As reported at: http://www.bitspirit.cc/en/index.php?q=node/153 By BitSpirit
Team
--
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=25404
Summary: Super Meat Boy: game is running at insane framerate
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knight666+wine(a)gmail.com
Running Super Meat Boy (Steam version) works just fine. Everything about the
game works.
Except that it works at what appears to be 600 fps.
On the same machine, on Windows 7, it runs at a normal framerate. So it's only
in Wine that the framerate goes wonkers.
There are a few stubs, but no errors in the log.
I don't know what other information to attach, but ask and you shall receive.
:)
--
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=25491
Summary: BearShare: Fails to install
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Steps to reproduce:
1) remove ~/.wine
2) install BearShareV9pl.exe
Behaviour:
Unhandled exception.
Expected behaviour:
No unhandled exception.
Terminal output:
wine: Unhandled exception 0xc0000417 at address 0x100e613 (thread 0030),
starting debugger...
Process of pid=0024 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
process tid prio (all id:s are in hex)
00000008
00000009 0
0000000e services.exe
00000019 0
00000017 0
00000015 0
00000014 0
00000010 0
0000000f 0
00000011 winedevice.exe
00000018 0
00000016 0
00000013 0
00000012 0
0000001a explorer.exe
0000001b 0
You must be attached to a process to run this command.
No process loaded, cannot execute 'detach'
--
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=25616
Summary: Comet Busters: Error displays indicating Wine cannot
continue
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: craig.schulstad(a)infor.com
Created an attachment (id=32616)
--> (http://bugs.winehq.org/attachment.cgi?id=32616)
Debug trace of running Comet Busters
When launching the Comet Busters executable program (comet.exe), the program
error dialog box is displayed that winedvm.exe has encountered an error. When
the "close" button is clicked, a short backtrace display is shown (screen print
attached). When I ran the program using the WINEDEBUG command, the point in
the program where it appears to fail is in using the midimap.dll library.
Again, I have attached the output from the WINEDEBUG process.
--
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=25678
Summary: 'Wine reg add' with longer hive name error
Product: Wine
Version: 1.3.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: silverkornxtrem(a)hotmail.com
when using reg.exe, by exemple,
wine reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v "FontSmoothing" /t
"REG_SZ" /d "2"
there's an error "Erreur : nom de clé non valable" (French) or probably "Error
: unavailable key name" (English)
if written with the shorter hive name, it works (HKCU instead of
HKEY_CURRENT_USER).
The error seems also happening with HKEY_LOCAL_MACHINE (HKLM) and HKEY_USERS
(HKU).
--
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=25720
Summary: Invisible input text in wineconsole
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
Using ./wine wineconsole cmd
typing in to the wineconsole moves the cursor but no text shows
9febdf3f582a3bf443391633bf14297c09d4e088 is the first bad commit
commit 9febdf3f582a3bf443391633bf14297c09d4e088
Author: Andrew Nguyen <anguyen(a)codeweavers.com>
Date: Mon Jan 3 21:25:21 2011 -0600
kernel32: Improve parameter validation for WriteConsoleInputA.
--
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=26014
Summary: Printing produces garbled output, characters rotated
and sliced.
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmriches(a)ieee.org
This is a regression in a downloadable application.
PAF5 printing worked fine with Wine 1.3.9. In 1.3.13, it looks like each
character is rotated 180 degrees in its bounding box. Also, on most lines of
text, only a narrow horizontal strip is printed. The latter effect looks
similar to what you see with an inkjet printer that has severely clogged jets.
(I'm using a laser printer, and printing with Wine 1.2.rc4 worked perfectly.)
In print preview, it looked okay.
I'm using Mandriva Linux 2010.0, 32-bit. While there have been some issues
with recent CUPS updates on that OS release, I printed with Wine 1.2.rc4 today
on the same OS release with perfect results.
To get some data to allow the application to print, just enter something for
Fred Flintstone or ...
--
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=26381
Summary: mcmap.exe help text is wrong
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Download http://www.spieleplanet.eu/get/mcmap-win32.zip
unzip it and run wine mcmap
First few lines on wine:
adys@azura:~/downloads$ wine mcmap
ê( [-from X Z -to X Z] [-night] [-cave] [-noise VAL] [...] WORLDPATH
-from X Z sets the coordinate of the chunk to start rendering at
On windows:
C:\Users\adys\downloads>mcmap
mcmap by Zahl - an isometric minecraft map rendering tool. Version 2.0c
Usage: mcmap [-from X Z -to X Z] [-night] [-cave] [-noise VAL] [...] WORLDPATH
-from X Z sets the coordinate of the chunk to start rendering at
--
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=26418
Summary: Guitar Hero World Tour: Playstation 3 (ps3) hardware
detection in game
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mistere2002(a)zonnet.nl
Guitar Hero World Tour has two modes:
* Keyboard usage to play the instruments
* Using the PS3 guitar and drum kit
The game does work in "keyboard" mode. But it does not detect the hardware. In
fact, the hardware works (the drum and guitar are detected as joysticks in
Linux). I can use the devices if i use joy2key to map the buttons to
keystrokes. But then i use the game in "keyboard" mode. The disadvantage of
this is that orange (the ride) is not available and two player mode is
impossible.
In Windows the game finds the hardware at startup. So i guess that a component
is looking for this particular device in Windows. I hope this is DInput?
--
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=26881
Summary: Portal 2 main menu fonts are too big, entries get
truncated
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zorael(a)gmail.com
Created an attachment (id=34274)
--> (http://bugs.winehq.org/attachment.cgi?id=34274)
Truncated main menu entry text
Kubuntu 11.04 x86_64 beta, running Wine 1.3.18 from Wine ppa (plus winepulse
patches). Portal 2 was downloaded via Steam and then patched with the updated
SKIDROW crack to get past the splash screen.
The menu fonts are too large so the entries get truncated. Notably 'Cooperative
Game' becomes 'Cooperative G', and the 'Wait For Vertical Sync' option text
bleeds into the text of the choice you pick for it (eg 'Enabled (Triple
Buffered)').
I've tried replacing ~/.wine/drive_c/windows/Fonts with a symlink to my Windows
7 fonts directory, just in case it's not finding the font it wants (as seems to
be the case with the dev console and lucon.ttf), but that didn't help. Perhaps
that just means I'm missing the font there too. corefonts were installed via
winetricks when installing Steam. My ~/.fonts.conf file (if Wine listens to
fontconfig settings) is essentially empty.
See attached picture.
--
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=27116
Summary: Darkspore: Water effects display with a green outline
and dark stripes
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fjuni5(a)msn.com
Created an attachment (id=34579)
--> (http://bugs.winehq.org/attachment.cgi?id=34579)
Green outline and dark banding running in wine
During gameplay, water effects are displayed with a green outline and dark
stripes. There appears to be no used data in the output logs. Windows
counterpart does not suffer from this issue.
Water effects can be found on 1-4 towards the end of the level. Although the
water effect is probably used throughout the game, this is the first encounter
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=27486
Summary: Quicken 98 Basic stopped working
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dandevoe(a)rcn.com
I have been using WINE for several years, under SuSE. I predominantly use it
for Quicken '98 Basic.
I haven't been in it for around 3 weeks, and have done WINE updates whenever
they are available.
Quicken will no longer launch. I deleted the application config in winecfg &
re-added, based on specs in the apps database for Quick 98 Basic (Gold rating).
Same error.
"The program QW.EXE has encountered a serious problem and needs to close. We
are sorry for the inconvenience"
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=27554
Summary: World of Tanks hangs in an infinite loop when
selecting text.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincas.miliunas(a)gmail.com
CC: nerv(a)dawncrow.de
Created an attachment (id=35223)
--> (http://bugs.winehq.org/attachment.cgi?id=35223)
WINEDEBUG=+imm
The regression was brought by this commit:
commit d08fa61a568c618278132cd6abb6a093a5c7799a
Author: André Hentschel
Date: Wed Jun 15 20:55:06 2011 +0200
imm32: Use the same code for ImmIsUIMessageW as in the ascii function.
Reverting this patch removes the issue.
The issue can be reproduced by typing some text in the email field of the login
screen and double-clicking to select it. The game will hang afterwards.
The game is free to download and play - http://game.worldoftanks.eu/update
--
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=30445
Bug #: 30445
Summary: Powerpoint 2003 & 2007: embedded video won't stop
playing, program unresponsive to mouse or keyboard
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
CC: aric(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 821ead201d38ebca8f3e92e71bf7b6c8641b5ace
Setting component and Wine version based on regression test results.
When playing embedded video in a slideshow, clicking on the video should pause
it, and hitting ESC or the spacebar should stop the video and end the
slideshow, and this used to work perfectly. None of these now work; the program
is completely unresponsive to mouse and keyboard once a video is started, and
the mouse pointer stays "busy." If you let the video run to the end, it will
restart. The only way to get out of it is to killall wineserver services.exe
plugplay.exe winedevice.exe explorer.exe POWERPNT.EXE.
Regression test results:
821ead201d38ebca8f3e92e71bf7b6c8641b5ace is the first bad commit
commit 821ead201d38ebca8f3e92e71bf7b6c8641b5ace
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Fri Mar 30 20:08:16 2012 -0500
quartz: Convert DsoundRenderer to use strmbase BaseRenderer.
:040000 040000 524973287718a419d1eae86c166a40a9031283bd
8cfdbb66bee61fb7aef8609eab2c0a540b8267a0 M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5511
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |bce44161f1f836fbe53a6c2be6c
| |a16478810f0d5
CC| |focht(a)gmx.net
Component|-unknown |setupapi
Version|unspecified |0.9.16.
Assignee|truiken(a)gmail.com |wine-bugs(a)winehq.org
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37768
Bug ID: 37768
Summary: hh.exe
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: serguynya(a)mail.ru
Distribution: ---
Created attachment 50304
--> https://bugs.winehq.org/attachment.cgi?id=50304
this is error for opening .chm file
Hello
I want open php.chm help file, and hh.exe not supported in wine.
With Respects,
Sergey Nazaryan
--
Do not reply 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
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #19 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 1.7.34.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12295
Summary: Star Trek Klingon Academy 1.02: Ship textures are partly
invisible
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joulusaatana(a)yahoo.com
Created an attachment (id=11741)
--> (http://bugs.winehq.org/attachment.cgi?id=11741)
a snippet of Wine output to console while the game is running
The game Star Trek Klingon Academy 1.02 installs and the simulator runs without
crashes, but the 3d ship models textures flicker from visible invisible,
Usually the edges of the models can be seen but the center cannot 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=36785
Bug ID: 36785
Summary: Hero Lab 5.x fails to retrieve updates
Product: Wine
Version: 1.5.7
Hardware: x86
URL: http://www.wolflair.com/index.php?context=hero_lab
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: jacek(a)codeweavers.com
Regression SHA1: e2a9511b30e5b68eb328c08ffecf56dcc91bce0b
Created attachment 48857
--> http://bugs.winehq.org/attachment.cgi?id=48857
+wininet,+secur32,+crypt debug log (uncompressed 23 MB)
Discussed in this forum thread:
http://forum.winehq.org/viewtopic.php?f=8&t=22746
Hero Lab can't receive updates since Wine 1.5.7:
e2a9511b30e5b68eb328c08ffecf56dcc91bce0b is the first bad commit
commit e2a9511b30e5b68eb328c08ffecf56dcc91bce0b
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Mon Jun 18 17:42:18 2012 +0200
wininet: Added support for more certificate error types.
:040000 040000 48ab18ef259d09e8f981e49eaa53862bb30dbaf8
d724e30e52a69f5e656e72273fbb856cd366972e M dlls
'winetricks wininet' is a workaround.
Fedora 20 x86
wine-1.7.20-102-g889cce4
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27616
Summary: wine "eats" mouse in some games
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmbohdan(a)gmail.com
Hello!
I can't found this bug in bugzilla, so i post it.
I very often play in WarCraft 3. And from some version of wine i can't see
mouse cursor even i minimize game. If i try to move mouse - i see that it moves
in game, but i can't use it with any program while not close the game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22602
Summary: KP500-Utils-EN.exe fails silently to extract .kdz
files
Product: Wine
Version: 1.1.42
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saxando4u(a)gmail.com
KP500-Utils-EN.exe is a program included in LG-Utils-0.4.2.zip.
(download link: http://www.megaupload.com/?d=LTQS4EF9 - I think this is legit
as it's a community-made suite)
It has an option to decrypt a .kdz file, used by Lg to distribute their
firmwares, and output a .cab file. Here's the issue, the .cab is corrupted and
can't be opened. There's no error message in the process. All works fine under
Windows, I also exclude a cabextract issue as it can extract .cab files created
under windows and the file output under linux can't be read under windows.
Tested under Ubuntu 10.04
If someone wants to test this here's a link to a kdz file:
csmg.lgmobile.com:9002/swdata/WEBSW/GW620/ANEUBB/V10i_00/V10I_00.kdz
I've tried both wineconsole and wine, no luck. I've also run "WINEDEBUG=+relay
wineconsole KP500-Utils-EN.exe", same issue, but I haven't printed the log to a
file so I can't post it. I'll do that as soon as I relaunch 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.
https://bugs.winehq.org/show_bug.cgi?id=37565
Bug ID: 37565
Summary: Skype crashes trying to chat with anyone
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: t.artem(a)mailcity.com
Distribution: Red Hat
Backtrace is unhelpful, I won't post it.
P.S. Make sure you deleted login.cab before trying to debug this issue (proper
HTML support is not yet there, see bug 28457).
Skype version: 6.21.32.104
--
Do not reply 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=37684
Bug ID: 37684
Summary: unimplemented function msvcr120.dll._wcsset_s
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: jaromir(a)mailinator.com
Distribution: ---
http://download.dvdvideosoft.com/webDownloadSource/FreeYouTubeToMP3Converte…
Download that exe, Install it.
The installer couldnt finnish correctly.
Console shows this bug title message.
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=37727
Bug ID: 37727
Summary: Saya no Uta: sound is all over the place after update
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: xzvnjp(a)gmail.com
Distribution: ---
Created attachment 50225
--> https://bugs.winehq.org/attachment.cgi?id=50225
Wine output
Wine update from 1.7.32 to 1.7.33 brought sound issue in Saya no Uta: music
plays normally for about 2 seconds then jumps few seconds ahead into track,
plays normally again for ~2 seconds and jumps again. Voiced dialogue gets cut
after about 2 seconds. Installing directmusic with winetricks solves the issue.
Judging by release announcement, commit "dsound: Report buffer notifications in
offset order." may have caused the issue, but I'm not sure.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33809
Bug #: 33809
Summary: javascript basic DOM API functions fail
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: jscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aerilius(a)googlemail.com
Classification: Unclassified
Created attachment 44816
--> http://bugs.winehq.org/attachment.cgi?id=44816
Test case. Open the file in iexplore.exe
Wine's bundled iexplore.exe fails to run certain javascript DOM API functions.
I use an application which embeds html/javascript dialogs and they stop working
when the script reaches one of these functions. (Work-around MS IE8 works, but
I much prefer Gecko and appreciate the progress that has been made so far).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34230
Bug #: 34230
Summary: Game crashes every time it try's to load. SWGEmu
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tdownsville(a)yahoo.com
Classification: Unclassified
Created attachment 45544
--> http://bugs.winehq.org/attachment.cgi?id=45544
Error message that Wine say's to report.
Playing game and toon dies. Sent to a "cloner" where toon is supposed to
reload. Game crashes when trying to reload every time. Try to reload/restart
game and won't load one more time. Takes 2nd time to load game. Game is SWGEmu
on Haydian-Way server.
--
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=37783
Bug ID: 37783
Summary: N1MM PLUS Logger crashes on launch.
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thenels(a)gmail.com
Distribution: ---
Created attachment 50325
--> https://bugs.winehq.org/attachment.cgi?id=50325
The crash report.
When launching N1MM Plus I receive a fatal error. (see attached)
This is a NEW version of the N1MM logging software which was recently ported
from COM to .NET.
This is a logging application used by Amateur Radio operators to log their
radio contacts, particularly for contests.
This app uses .net framework 4.0. Works fine in windows 7.
Here is a link to the N1MM+ software home page:
http://n1mm.hamdocs.com/tiki-index.php
--
Do not reply 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=37817
Bug ID: 37817
Summary: Autocad2006 does not start with a msvcp70.dll related
error (regression)
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: paolo.bolzoni.brown(a)gmail.com
Distribution: ArchLinux
The program crashes on start with this error:
wine: Call from 0x7b83a9fc to unimplemented function
msvcp70.dll.??0?$basic_ifstream@DU?$char_traits@D@std@@@std@@QAE@PBDH@Z,
aborting
Both Autocad2006 and wine have a copy of msvcp70.dll, however the error appear
unchanged deleting one, the other or both.
According to appdb this is a regression, older wine started autocad2006 with
gold support.
--
Do not reply 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=37848
Bug ID: 37848
Summary: For loop %~$PATH:I feature works incorrect - PATH
variable size limited by MAX_PATH
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: ho-rr-or(a)mail.ru
Distribution: ---
Created attachment 50409
--> https://bugs.winehq.org/attachment.cgi?id=50409
Batch file for reproduce
For loop has %~$PATH:I syntax for search file in path list from PATH variable,
but it is not works when PATH variable size more then MAX_PATH.
Seems like there are invalid code in batch.c:
WCHAR fullpath[MAX_PATH];
// ...
/* If env var not found, return empty string */
if ((GetEnvironmentVariableW(env, fullpath, MAX_PATH) == 0) ||
(SearchPathW(fullpath, outputparam, NULL, MAX_PATH, outputparam, NULL)
== 0)) {
finaloutput[0] = 0x00;
outputparam[0] = 0x00;
skipFileParsing = TRUE;
}
Actually PATH length can be greater then MAX_PATH, so it is wrong behavior.
Size of fullpath should be based on variable size.
--
Do not reply 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=37735
Bug ID: 37735
Summary: Propellerhead Reason 8 installer complains "interface
not supported" during install
Product: Wine
Version: 1.7.33
Hardware: x86
URL: http://ahttps://www.propellerheads.se/download/reason/
OS: Linux
Status: NEW
Keywords: download, obfuscation
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Requires win7 mode.
err:shell:IShellLinkW_fnQueryInterface -- Interface: E_NOINTERFACE
appears in terminal and and error dialog with the message "Interface not
supported" appears twice during install.
This may be related to its driver failing to load, later, I see:
fixme:module:load_library unsupported flag(s) used (flags: 0x00000060)
regsvr32: Successfully registered DLL 'C:\Program
Files\CodeMeter\Runtime\bin\WibuCmTrigger32.dll'
wine: Unhandled page fault on read access to 0x00000000 at address 0x7ef92d76
(thread 004e), starting debugger...
Application tried to create a window, but no driver could be loaded.
The explorer process failed to start.
err:service:service_send_start_message service L"CodeMeter.exe" failed to start
err:msi:ITERATE_StartService Failed to start service L"CodeMeter.exe" (1053)
err:msi:ITERATE_Actions Execution halted, action L"StartServices" returned 1627
fixme:module:load_library unsupported flag(s) used (flags: 0x00000060)
regsvr32: Successfully unregistered DLL 'C:\Program
Files\CodeMeter\Runtime\bin\WibuCmTrigger32.dll'
later, an error about 'ignitition key failure', aka authorizaiton failure.
austin@aw25 ~ $ du -h Reason_800.zip
3.7G Reason_800.zip
austin@aw25 ~ $ sha1sum Reason_800.zip
3230fe80c19eed3ddb9b24eca782d23b9a0d168a Reason_800.zip
--
Do not reply 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=37752
Bug ID: 37752
Summary: Airport Tycoon 2 demo fails to load with built-in
msvcp70
Product: Wine
Version: 1.7.33
Hardware: x86
URL: http://www.gamershell.com/download_1721.shtml
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
The demo just hangs forever with the initial loading screen when using the
built-in msvcp70.dll. The game comes with native msvcp70,msvcr70 installed in
the game directory, if I set msvcp70 to 'native' then the game loads correctly.
wine-1.7.33-45-g6f98de0
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35167
Bug ID: 35167
Summary: Atom Zombie Smasher (Steam version) doesn't start with
Wine Mono 4.5.2
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: madewokherd(a)gmail.com
Classification: Unclassified
Regression SHA1: 608b1e141457dc9653d4783419aa6492ea705d99
Created attachment 46913
--> http://bugs.winehq.org/attachment.cgi?id=46913
terminal output
I have this problem only with the Steam version of the game, but can't
reproduce it with the non-Steam demo or full version of the game.
The 'atomzombiesmasher.exe' process constantly uses 100% CPU upon starting, but
nothing happens, the game never loads. Terminal output doesn't contain anything
useful I guess.
The game starts fine with Wine Mono 0.0.8:
608b1e141457dc9653d4783419aa6492ea705d99 is the first bad commit
commit 608b1e141457dc9653d4783419aa6492ea705d99
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Wed Dec 4 11:04:21 2013 -0600
mscoree: Update Wine Mono to 4.5.2.
Demo version is available on Steam, but I can't confirm that it has the same
problem as the full version.
http://store.steampowered.com/app/55040/
Fedora 19
wine-1.7.8-123-g0ff6879
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33940
Bug #: 33940
Summary: winmm/mci tests hang on PC-BSD
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, regression, source
Severity: normal
Priority: P2
Component: wineoss.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 45078
--> http://bugs.winehq.org/attachment.cgi?id=45078
WINEDEBUG=+tid,+mmdevapi,+winmm,+driver,+midi,+dsound,+dsound3d,+dmusic,+mci,+oss
make mci.ok
Regression testing blames:
[austin@pcbsd-7162] ~/wine-git% git bisect bad
92e835111bbb22b8c0002ce5d61a24565176a443 is the first bad commit
commit 92e835111bbb22b8c0002ce5d61a24565176a443
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Wed Jan 25 11:14:03 2012 -0600
wineoss.drv: Decouple MMDevAPI buffer and OSS buffer.
:040000 040000 fd4262b0a2aac9d074edbc2b2b57e0c77f6171cc
7763677732d3d090f2fe3451aad08a8a3dd9b423 M dlls
Still in wine-1.6-rc4-41-g0fb9de6. Logs are 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=37794
Bug ID: 37794
Summary: crash in bus simulator
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Maciex105(a)gmail.com
Distribution: ---
Created attachment 50338
--> https://bugs.winehq.org/attachment.cgi?id=50338
Here are details of crash.
After starting the game I have main menu, then i'm clicking play and then there
is some crash.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15111
Summary: Photoshop CS2 tools stop working in maximised images
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: john(a)todnet.demon.co.uk
When working with maximized images in Photoshop CS2, tools (e.g. crop, marquee,
clone etc. etc.) will eventually stop working. All tools except the colour
picker seem to be affected. When the tool is clicked on the image, the tool
symbol disappears whilst the mouse key is pressed and nothing is done.
The problem usually appears after several images have been opened, but can
happen after a single image has been opened and worked on. Sometimes tool
functionality becomes intermittent at first, then eventually stops working
altogether. Closing all images except one does not restore tool functionality.
The tools work normally in non-maximized windows. However, menu based commands
(e.g. filters) work normally with the maximized images - just the tools are
affected.
Easiest way to replicate: Open several images in Photoshop CS2, maximize, work
on them, open some more images, repeat.
WM: Metacity; Ubuntu Hardy 8.04
--
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=35754
Bug ID: 35754
Summary: WHO Anthro software doesn't work
Product: Wine
Version: 1.7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ninovolador(a)gmail.com
Created attachment 47748
--> http://bugs.winehq.org/attachment.cgi?id=47748
Output of opening WHO Anthro from the console
WHO Anthro software installs good, but nothing happens when opening.
It is a very valuable software for research on nutritional status.
When opening from the console, a bunch of errors appear. (attachment included)
I am using Manjaro Linux
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20015
Summary: X-Lite don`t work with ALSA driver correctly
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: slacker.rus(a)gmail.com
When I am using X-Lite (http://counterpath.com) with ALSA sound driver in WINE
- I hear the sound with frequent short interruptions. With OSS - it`s all
right, but other applications that use sound card don`t work, or x-lite don`t
work if, for example audio player runs first.
I have this problem on many PC and any versions of 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=35253
Bug ID: 35253
Summary: BOINC 5.8.16: uninstall fails
Product: Wine
Version: 1.7.9
Hardware: x86-64
URL: http://boinc.berkeley.edu/dl/boinc_5.8.16_windows_inte
lx86.exe
OS: Linux
Status: NEW
Keywords: download, Installer, source
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 47018
--> http://bugs.winehq.org/attachment.cgi?id=47018
wine-1.7.9-43-gbfb4f28 +msi +msiexec [1 MB]
Trying to uninstall BOINC 5.8.16 from "wine uninstaller" fails immediately.
fixme:storage:create_storagefile Storage share mode not implemented.
err:msi:ITERATE_Actions Execution halted, action L"CAValidateSetupType"
returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
Nothing else in the console.
--
Do not reply 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=37658
Bug ID: 37658
Summary: Endless Space crashes on startup, regression
Product: Wine
Version: 1.7.32
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: m1(a)olson.eu
Distribution: ---
Created attachment 50116
--> https://bugs.winehq.org/attachment.cgi?id=50116
Error Message Displayed
Running the Steam version of Endless Space with wine 1.7.32 causes the game to
crash on startup with the error: "Couldn't switch to requested monitor
resolution" (See complete error message in attachment).
The error does not persist when downgrading wine to any recent version below
and including 1.7.31. Thus this must be a regression caused by something in
1.7.32. Tested on both Ubuntu & Arch Linux with both an NVIDIA (proprietary
drivers) and Intel GPU.
Unfortunately, due to network constraints, I am unable to peform a proper
regression test.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36991
Bug ID: 36991
Summary: WSAStringToAddress("2001::1", AF_INET, …) appears to
succeed.
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: dwmw2(a)infradead.org
That is not a valid Legacy IP address. It shouldn't return success. And doesn't
on Windows 7.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34271
Bug #: 34271
Summary: Artemis 2.0 crashes when loading the splash screen
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: thorprime(a)gmail.com
Classification: Unclassified
Created attachment 45626
--> http://bugs.winehq.org/attachment.cgi?id=45626
Backtrace from artemis 2.0 launch
Artemis 1.7 ran very well under wine. Something in the 2.0 release is causing a
page fault during launch.
Attempted to solve via winetricks but no combination of d3d versions/settings
made a difference.
Hardware:
Model Identifier: MacBookPro8,2
Chipset Model: AMD Radeon HD 6490M
Processor Name: Intel Core i7
Processor Speed: 2 GHz
Number of Processors: 1
Total Number of Cores: 4
Memory: 8 GB
--
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=37265
Bug ID: 37265
Summary: MaxQuant 1.4/1.5 (.NET 4.5 app) needs named entry
point 'Shell32.dll.SHILCreateFromPath' in 'Windows
Vista' mode
Product: Wine
Version: 1.7.26
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says.
The app needs .NET Framework 4.5 which in turn requires 'Windows Vista' or
higher.
First load one or more files in 'Thermo Raw File (*.raw)' or 'MzXml File
(*.mzxml)' format.
Use 'File' -> 'Save Parameters' and it will crash.
Managed backtrace:
--- snip ---
...
System.EntryPointNotFoundException: Unable to find an entry point named
'SHILCreateFromPath' in DLL 'shell32.dll'.
at
System.Windows.Forms.UnsafeNativeMethods.Shell32.SHILCreateFromPath(String
pszPath, IntPtr& ppIdl, UInt32& rgflnOut)
at System.Windows.Forms.FileDialog.GetShellItemForPath(String path)
at System.Windows.Forms.FileDialog.OnBeforeVistaDialog(IFileDialog dialog)
at System.Windows.Forms.FileDialog.RunDialogVista(IntPtr hWndOwner)
at System.Windows.Forms.FileDialog.RunDialog(IntPtr hWndOwner)
at System.Windows.Forms.CommonDialog.ShowDialog(IWin32Window owner)
at System.Windows.Forms.CommonDialog.ShowDialog()
at
MaxQuant2.Forms.GenericMainForm.SaveParametersToolStripMenuItemClick(Object
sender, EventArgs e)
...
--- snip ---
Source:
http://source.winehq.org/git/wine.git/blob/a79be28e8c96b491ca4c431b4a51ba6c…
--- snip ---
27 28 stdcall -noname SHILCreateFromPath(ptr ptr ptr) SHILCreateFromPathAW
--- snip ---
Apparently Windows XP+ exports this entry point by name.
Workaround: run the app with 'WinVer' set to 'Windows XP', although this is not
supported by MS.
The app also suffers from bug 35578 ('COMPUTERNAME' environment variable not
present)
$ wine --version
wine-1.7.26-44-gb10b391
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.
http://bugs.winehq.org/show_bug.cgi?id=28866
Bug #: 28866
Summary: Avant Browser needs HTMLElement_get_isTextEdit
Product: Wine
Version: 1.3.31
Platform: x86
URL: http://www.avantbrowser.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Now after bug 27682 is fixed.. And you try to click links or move mouse it
needs:
fixme:mshtml:HTMLElement_get_isTextEdit (0x32dcaf8)->(0x11be448)
--
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=30420
Bug #: 30420
Summary: pyjamas desktop (python26 + python-comtypes MSHTML.DLL
from IE8) fails due to unsupported ReadTypeLib header
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
Classification: Unclassified
amazingly, IE8 works. python26 works. python-comtypes barfs for the sole
reason that (as can be seen below) LoadTypeLibEx fails.
what python-comtypes does is find the dll, extract its typelibrary and
auto-generates python code which caches all the COM functions.
an strace shows that atl.dll is correctly being located, but the fact
that the function fails makes it impossible to proceed.
however - and this is the absolutely amazing bit - if i comment out the line of
python code (line 39 below), GetModule('atl.dll'), then ALL OTHER GetModule
CALLS WORK!
this is just absolutely stunning. pyjamas-desktop - a highly sophisticated
application that relies heavily on python COM bindings to MSHTML.DLL, actually
bloody well works.
the only other thing i spotted was that in the conversion process, one of the
GetModule calls threw these errors:
fixme:ole:ITypeInfo_fnGetRefTypeInfo Can't find pRefType for ref 3e8
fixme:ole:ITypeInfo_fnGetRefTypeInfo Can't find pRefType for ref 3e8
fixme:ole:ITypeInfo_fnGetRefTypeInfo Can't find pRefType for ref 10b30
fixme:ole:ITypeInfo_fnGetRefTypeInfo Can't find pRefType for ref 1142c
fixme:ole:ITypeInfo_fnGetRefTypeInfo Can't find pRefType for ref 3e8
other than that, this is a staggeringly-impressive result.
C:\pyjamas\examples\helloworld>python Hello.py
fixme:ole:TLB_ReadTypeLib Header type magic 0x00405a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"atl.dll" failed with error 0
Traceback (most recent call last):
File "Hello.py", line 1, in <module>
import pyjd # this is dummy in pyjs.
File "C:\Python26\lib\site-packages\pyjd\__init__.py", line 43, in <module>
from mshtml import *
File "C:\Python26\lib\site-packages\pyjd\mshtml.py", line 39, in <module>
GetModule('atl.dll')
File "C:\Python26\lib\site-packages\comtypes\client\_generate.py", line 97,
in GetModule
tlib = comtypes.typeinfo.LoadTypeLibEx(tlib)
File "C:\Python26\lib\site-packages\comtypes\typeinfo.py", line 480, in
LoadTypeLibEx
_oleaut32.LoadTypeLibEx(c_wchar_p(szFile), regkind, byref(ptl))
File "_ctypes/callproc.c", line 924, in GetResult
WindowsError: [Error -2147312566] Windows Error 0x80029C4A
C:\pyjamas\examples\helloworld>
--
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=32888
Bug #: 32888
Summary: rror: junk at end of line, first unrecognized
character is
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alpha_one_x86(a)first-world.info
Classification: Unclassified
When I try compil with wine Qt application with official Qt 5.0.1 32bits for
windows:
WINEPREFIX="/mnt/perso/progs/wine/qt-5.0-32Bits-for-ultracopier/" wine
mingw32-make
err:xrandr:xrandr12_init_modes Output has no modes.
C:/MinGW/bin/mingw32-make -f Makefile.Debug
err:xrandr:xrandr12_init_modes Output has no modes.
mingw32-make[1]: Entering directory 'C:/ultracopier'
g++ -c -pipe -fno-keep-inline-dllexport -g -Wall -Wextra -fno-rtti -fexceptions
-mthreads -DUNICODE -DQT_WIDGETS_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB
-DQT_CORE_LIB -DQT_NEEDS_QMAIN -DQT_NO_DYNAMIC_CAST -I. -I"lib\qt-tar-xz"
-I"..\qt5\qtbase\include" -I"..\qt5\qtbase\include\QtWidgets"
-I"..\qt5\qtbase\include\QtXml" -I"..\qt5\qtbase\include\QtNetwork"
-I"..\qt5\qtbase\include\QtGui" -I"..\qt5\qtbase\include\QtCore" -I"debug"
-I"." -I"..\qt5\qtbase\mkspecs\win32-g++" -o debug\ThemesManager.o
ThemesManager.cpp
err:xrandr:xrandr12_init_modes Output has no modes.
err:xrandr:xrandr12_init_modes Output has no modes.
err:xrandr:xrandr12_init_modes Output has no modes.
{standard input}: Assembler messages:
{standard input}:9561: Error: junk at end of line, first unrecognized character
is `p'
{standard input}:9561: Error: junk at end of line, first unrecognized character
is `%'
{standard input}:37027: Error: junk at end of line, first unrecognized
character is `.'
{standard input}:75460: Error: junk at end of line, first unrecognized
character is `.'
{standard input}:89689: Error: junk at end of line, first unrecognized
character is `.'
Makefile.Debug:9355: recipe for target 'debug/ThemesManager.o' failed
mingw32-make[1]: *** [debug/ThemesManager.o] Error 1
mingw32-make[1]: Leaving directory 'C:/ultracopier'
makefile:34: recipe for target 'debug' failed
mingw32-make: *** [debug] Error 2
Same with gcc cli only.
Thanks to fix 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.
https://bugs.winehq.org/show_bug.cgi?id=37423
Bug ID: 37423
Summary: YouTubeDownloader
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: shailjaparadise(a)gmail.com
Distribution: ---
YTD: Does not work when opening the application.Displays a Program Error.
--
Do not reply 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=37839
Bug ID: 37839
Summary: Unable to license IAR Embedded Workbench Kickstart
Edition
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dave(a)davehigton.me.uk
Distribution: ---
I am unable to license the IAR Embedded Workbench Kickstart Edition. The
Licence Manager works until I enter the licence number that IAR assign to me,
and click Next. Shortly after I get an error box saying:
LicenseManager
Failed to request licenses.
Could not get the right locking code.
The lock criteria for the specified lock selector is not available.
The version information for Embedded Workbench is:
Product: IAR Embedded Workbencj for ARM, 32K Kickstart Edition
Version: 6.70
Locking criteria: System UUID
License model: Permanent license
Features:
IAR C/C++ Compiler for ARM
IAR Linker for ARM
IAR Debugger for ARM
So it sort-of specifies what locking criterion it's trying to use, but with no
more detail.
There are lots of version of Embedded Workbench, obtainable free from the IAR
website. I suspect the problem is common to all recent versions.
(Going back a couple of years, I did have Embedded Workbench Kickstart licensed
and working fine, but that was several versions ago of both Ubuntu and EW, so I
can't give you any sensible regression info. The regression is just as likely
to be caused by changes in IAR's code as Wine's.)
Ubuntu 14.04. I don't think there is anything more than a standard
installation.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32954
Bug #: 32954
Summary: Trying to download flash from iexplore crashes in
jscript
Product: Wine
Version: 1.5.23
Platform: x86
URL: http://get.adobe.com/flashplayer/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: jscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 43526
--> http://bugs.winehq.org/attachment.cgi?id=43526
backtrace
$ wine iexplore http://get.adobe.com/flashplayer/
click download, on next page, wait a couple seconds, and it should crash (or
click on the page anywhere, that also seems to trigger it).
Backtrace:
=>0 0x7c92b804 create_exec_ctx+0x84(script_ctx=0x7164748, this_obj=<is not
available>, var_disp=0x4f9b350, scope=0x7c88390, is_global=0, ret=0x32ed2c)
[/home/austin/wine-git/dlls/jscript/../../include/oaidl.h:801] in jscript
(0x0032ec98)
1 0x7c92e2d0 invoke_source+0x30f(ctx=0x7164748, function=0x85b43f8,
this_obj=(nil), argc=0x1, argv=0x32ee88, r=0x32eec8)
[/home/austin/wine-git/dlls/jscript/function.c:232] in jscript (0x0032ed48)
2 0x7c92ea33 Function_invoke+0xb2(func_this=0x85b43f8, jsthis=(nil),
flags=0x1, argc=0x1, argv=0x32ee88, r=0x32eec8)
[/home/austin/wine-git/dlls/jscript/function.c:356] in jscript (0x0032eda8)
3 0x7c9220ad invoke_prop_func+0x2cc(This=0x85b43f8, jsthis=<is not
available>, prop=0x85b4440, flags=0x1, argc=0x1, argv=0x32ee88, r=0x32eec8,
caller=(nil)) [/home/austin/wine-git/dlls/jscript/dispex.c:388] in jscript
(0x0032ee18)
4 0x7c922c6f DispatchEx_InvokeEx+0x41e(iface=0x110000, id=0x8, lcid=0x40,
wFlags=<couldn't compute location>, pdp=(nil), pvarRes=0x7c954086,
pei=0x32ed48, pspCaller=0x7c92e2d0)
[/home/austin/wine-git/dlls/jscript/dispex.c:692] in jscript (0x0032eee8)
5 0x7d13bed6 call_disp_func+0x105(disp=<is not available>, dp=<is not
available>, retv=0x32f038)
[/home/austin/wine-git/dlls/mshtml/../../include/dispex.h:299] in mshtml
(0x0032ef88)
6 0x7d13c266 call_event_handlers.clone+0x1e5() in mshtml (0x0032f068)
7 0x7d13cc62 fire_event_obj+0x371(doc=0x7a09320, eid=EVENTID_CLICK,
event_obj=0x7f175b8, target=0x80c60b8, script_this=(nil))
[/home/austin/wine-git/dlls/mshtml/htmlevent.c:1073] in mshtml (0x0032f108)
8 0x7d13d329 fire_event+0x88(doc=0x7a09320, eid=EVENTID_CLICK, set_event=0x1,
target=0x80c60b8, nsevent=0x7a59988, script_this=(nil))
[/home/austin/wine-git/dlls/mshtml/htmlevent.c:1188] in mshtml (0x0032f138)
9 0x7d18fb35 handle_htmlevent+0x114(iface=0x110000, event=0x8)
[/home/austin/wine-git/dlls/mshtml/nsevents.c:318] in mshtml (0x0032f1a8)
10 0x6a63b7f0 in xul (+0x9fb7ef) (0x04f99f40)
11 0x00187f04 (0x6b0da4b8)
12 0x6a63cef8 in xul (+0x9fcef7) (0x6a63cf14)
0x7c92b804 create_exec_ctx+0x84
[/home/austin/wine-git/dlls/jscript/../../include/oaidl.h:801] in jscript: movl
0x0(%edi),%eax
801 return This->lpVtbl->AddRef(This);
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32169
Bug #: 32169
Summary: page fault on read access to 0x013ed370 in 64-bit code
(0x00000000004096e9)
Product: Wine
Version: 1.5.16
Platform: x86-64
URL: http://www.powergrep.com/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: WineHQBugzilla.sn3akyp3t3(a)spamgourmet.com
Classification: Unclassified
Created attachment 42441
--> http://bugs.winehq.org/attachment.cgi?id=42441
Crash dump
Caused when running PowerGrep version 4.4 64 Bit portable Binary.
Unfortunately, this is not a free product so may be difficult to correct.
A debugger version of PowerGrep4 64 bit is also available, but unfortunately it
refuses to run which I will submit another bug report for.
I'm currently working with the developer after experiencing an access violation
error using the 32 bit version which I was able to run the debugger and submit
a bug. I don't know if that bug is related to this one. I'm doubting it
because the trigger of the error for the 32 bit experienced is not at process
startup like this one I experience here.
The GUI of the application for this issue fails to present itself on startup.
All that is given is the dump.
I've had previous experience with this application running without fail on
Ubuntu 10.04.
--
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=35403
Bug ID: 35403
Summary: dplayx interactive tests crash
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: directx-dplay
Assignee: wine-bugs(a)winehq.org
Reporter: frederic.delanoy(a)gmail.com
Classification: Unclassified
Created attachment 47231
--> http://bugs.winehq.org/attachment.cgi?id=47231
Log+backtrace wine 1.7.11
Running dplayx interactive tests with
WINETEST_INTERACTIVE=1 make test
in dlls/dplayx/tests directory yields a crash.
--
Do not reply 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=37700
Bug ID: 37700
Summary: Propellerhead Reason 8 needs COMCTL32.dll.381
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Depends on: 37690
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 COMCTL32.dll.381, 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=37333
Bug ID: 37333
Summary: winefile command line does not support paths with
spaces
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Passing a target directory to winefile does not work if the path contains
spaces.
Works (directory contents displayed):
winefile "c:\users\\"
winefile $HOME/.wine/dosdevices/c:/users/
Note: The trailing slash causes winefile to open the directory. Without the
slash it opens the parent directory with the target subdirectory selected.
Does not work (blank listing):
winefile "c:\Program Files\\"
winefile "c:\Program\ Files\\"
winefile $HOME/.wine/drive_c/Program\ Files/
winefile "$HOME/.wine/dosdevices/c:/Program Files/"
Does not work, trailing slash or not.
Partial workaround:
cd "$HOME/.wine/dosdevices/c:/Program Files"
winefile
This behaves like a trailing slash was missing so it shows the parent directory
with the target selected.
Relative paths ("../", "./") result in a directory tree but no files are listed
even if the subdirectories are selected.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35173
Bug ID: 35173
Summary: Loud audio distortion using wine 1.7.6 and up.
Product: Wine
Version: 1.7.6
Hardware: x86
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineoss.drv
Assignee: wine-bugs(a)winehq.org
Reporter: asfw(a)sutolyst.me.uk
Classification: Unclassified
When running applications with wine version 1.7.6 to 1.7.8, I get some nasty
loud sound distortion when certain sounds play. It’s not constant, but it is
frequent.
Wine 1.7.5 is the last version without this bug. There is no relevant error
message printed.
This is on FreeBSD, so the sound driver used is wineoss.drv, but I don’t know
if this is where the problem lies.
--
Do not reply 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=37701
Bug ID: 37701
Summary: Propellerhead Reason 8 needs mfplat.dll.MFStartup
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
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 0x7b83afce to unimplemented function mfplat.dll.MFStartup,
aborting
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18474
Summary: DPP (Digital Photo Professional): Instruments windows
returns to its starting position (in the center)
automatically when the image windows is selected
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carlo.pannucci(a)gmail.com
Tested with DPP 3.5.2 and 2.2 with WINE 1.0.1 and WINE 1.1.21:
When you double click on a listed image, dpp automatically opens an image
window and an instruments windows.
Instruments window automatically stay on the top (itsn't possible to change
this) and opens in the center of the screen hiding (in part) the opened image
below!
When you move the inst. windows away and then re-select the image windows, the
inst. windows returns in the center.
--
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=37836
Bug ID: 37836
Summary: SteuerSparErklärung 2015: crashes when starting a new
tax case msvcr120
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jre.winesim(a)gmail.com
Distribution: ---
Created attachment 50386
--> https://bugs.winehq.org/attachment.cgi?id=50386
Terminal output (fixme+all,err+all), crash happens in lines 10-25
SteuerSparErklärung (SSE) is a german tax software. I've put my translations in
[brackets] where necessary.
Bug description:
================
The program crashes, when a new "Steuerfall" (tax case) is started.
A dll override for msvcr120 (n,b) prevents the crash.
See attached console output (fixme+all,err+all). The crash happens in lines
10-25. Then the report-tool pops up.
---snip---
wine: Call from 0x7b839fcc to unimplemented function msvcr120.dll._fdtest,
aborting
---snip---
Reproduce:
==========
Download installer (206 MB):
http://www.steuertipps.de/gateway/softwareGateway.cfm?folder=demo&filename=…
sha1sum SSEStandard_20.24.112.exe
3349b7b79d7ae71194fe75488233400da89be73b SSEStandard_20.24.112.exe
Install in a new wineprefix:
$ wine SSEStandard_20.24.112.exe
- Click "OK" in "WinZip Self-Extractor" [... Keep all windows open until the
installation is complete! ...].
- Click "Installation starten" in the next window (SteuerSparErklärung 2015:
Installation).
- Click "Express-Installation" [Installation with default settings,
recommended] in the next window (Installation >SteuerSparErklärung 2015<).
- Tick "Testversion installieren (mit Lohnsteuer-Ermäßigung)" [Install test
version (...)] in the next window (Installation >SteuerSparErklärung
2015</Produkt-Freischaltung).
- Choose "Ich akzeptiere die Bedingungen der Lizenzvereinbarung" [Accept
license] and click "Weiter" in the next window (Installation
>SteuerSparErklärung 2015</Lizenzvereinbarung). The license text is not
displayed, see bug #37743.
- Click "Nein" [No] on the next prompt "Bestätigen" [Confirm], which asks
whether the program ought to look for online updates now (currently there are
none).
- Click "Schließen" in the installation window and the main window to finish
the installation.
Start SSE:
$ cd .wine/drive_c/Program\ Files/Akademische\
Arbeitsgemeinschaft/SteuerSparErklaerung\ 2015/
$ wine StartCenter.exe
Click "starten" in the window "Start-Center 2015"
Click "Testversion starten" in the new window "Programm freischalten"
--> now the program crashes with an error dialog:
Kritischer Fehler [Critical Error]
In der Anwendung ist ein kritischer Fehler aufgetreten.
Es wird empfohlen, die Anwendung zu beenden.
Soll die Anwendung beendet werden? [Quit application?]
Yes|No
Thanks and greets
jre
--
Do not reply 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=37757
Bug ID: 37757
Summary: Windows 8.1 Media Creation Tool: crashes due to
unimplemented function
VERSION.dll.GetFileVersionInfoSizeExW
Product: Wine
Version: 1.7.32
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: patty9999(a)gmx.de
Distribution: ---
Steps to reproduce:
1. Set the Windows version in winecfg to Windows 7
2. Install mfc42 with winetricks
3. Download the media creation tool from here:
http://windows.microsoft.com/en-us/windows-8/create-reset-refresh-media
4. Start the downloaded mediacreationtool.exe
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22521
Summary: .NET 2.0 sp2 installer does not successfully install.
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pettigrewnet(a)comcast.net
Created an attachment (id=27601)
--> (http://bugs.winehq.org/attachment.cgi?id=27601)
A failed install log
The installer sometimes fails to run. It does sometimes run, but ends with a
fairly typical GUI installer error.
--
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=37714
Bug ID: 37714
Summary: Paf5
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cliveffosyffin(a)btinternet.com
Distribution: ---
Created attachment 50208
--> https://bugs.winehq.org/attachment.cgi?id=50208
backtrace.txt
PAF5 shuts down when a new line (enter)is added in 'Notes' panel
--
Do not reply 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=37723
Bug ID: 37723
Summary: [regression][workaround] Elevated demo is broken since
wine-1.3.24
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: debuser1(a)mt2014.com
Distribution: ---
Created attachment 50218
--> https://bugs.winehq.org/attachment.cgi?id=50218
elevated_1024x768.exe
Steps to reproduce:
1. Install `winetricks winxp vd=1024x768 d3dx9` in empty wineprefix (d3dx9_33
is enough, but winetricks doesn't have a term for it)
2. Run elevated_1024x768.exe ( http://www.pouet.net/prod.php?which=52938 )
Expected result:
awesome demo playing
Actual result:
very slow playback under wine-1.3.23, crash under wine-1.3.24, silent exit
under wine-1.3.25 and newer
Regression history:
* wine-1.3.23-213-g704f0ef - assertion failed crash
* wine-1.3.24-61-g901af51 + wine-1.3.24-62-gbe158e4 - silent exit
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36937
Bug ID: 36937
Summary: WinHttpReceiveRequest goes into infinite blocking on
304 responses
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: anduchs(a)gmail.com
Created attachment 49045
--> http://bugs.winehq.org/attachment.cgi?id=49045
TestCase for the issue
When requesting a website with an "If-Modified-Since"-header and the website
returns "304 Not Modified" then the call to WinHttpReceiveResponse() blocks
forever.
The reason is that a 304-response does not have a Content-Length reader. For
some reason it gets set to 4096 and winhttp tries to read this many bytes from
the network even though nothing is going to come.
This bug affects the "Marvel Heroes 2015 Launcher" during update checking.
(Unfortunately game client still has some more issues)
Attach are a Testing-Program and a patch that fixes it.
(for the patch, I don't know if this would be the correct way to fix the issue,
but it looked like a good place to put the fix)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28556
Bug #: 28556
Summary: ICQ 7 installer error message
Product: Wine
Version: 1.3.29
Platform: x86-64
URL: http://ftp.icq.com/pub/ICQ7/install_icq7.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 36673
--> http://bugs.winehq.org/attachment.cgi?id=36673
Wine 1.3.29 console output
ICQ 7 installs correctly but the installer pops up with an error message:
"Service failed to run"
Not clear how this affects the app as I don't have an account so it may simply
be a minor annoyance.
vcrun2008 needed to get this far.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35971
Bug ID: 35971
Summary: dsound resampler causing clicks in StarCraft when
resampling to 48000
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: cus(a)fazekas.hu
Something is still not perfect with the resampler in Wine.
I tested Starcraft (Starcraft is using 22050 and 11025 freq buffers), and it
seems when the primary buffer sample rate is 48000, there are noticable clicks
on the sound output. On the other hand, if the primary buffer sample rate is
44100, the sound is fine.
In order to test this I hacked winealsa.drv to force the max sample rate to
44100 insetad of 48000, and this resolved the issue, that is why I think that
the resampler is handling badly resampling from 22050 or 11025 to 48000.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34330
Bug #: 34330
Summary: Wine64 does not work on FreeBSD
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: FreeBSD
Status: NEW
Keywords: download, source, win64
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Using PC-BSD 9.1 and gcc4.6, wine64 compiles, however, it fails to run:
# ./wine64 cmd
wine: failed to map the shared user data: c0000018
also tried the mmap patch from their port:
http://www.freebsd.org/cgi/cvsweb.cgi/ports/emulators/wine/files/patch-part…
but it made no difference.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37868
Bug ID: 37868
Summary: ICQ 8.x fails to launch
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: connorhurley30(a)gmail.com
Distribution: ---
Created attachment 50434
--> https://bugs.winehq.org/attachment.cgi?id=50434
backtrace
will not launch
--
Do not reply 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=9027
Christopher Cope <inuyasha(a)usa.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |inuyasha(a)usa.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=3548
Corben Dallas <corben.dallas(a)gmx.at> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |corben.dallas(a)gmx.at
--- Comment #52 from Corben Dallas <corben.dallas(a)gmx.at> ---
Just installed Command and Conquer 3 Kane Edition with wine 1.7.18 (latest for
Ubuntu 12.04 LTS?).
Here also a .lnk and a desktop shortcut have been created.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13137
Summary: IE6 crashes due to unimplemented function
wininet.dll.GetDiskInfoA
Product: Wine
Version: 1.0-rc1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eddie(a)lania.nl
Created an attachment (id=12940)
--> (http://bugs.winehq.org/attachment.cgi?id=12940)
Crash-when-trying-to-set-Temporary-Internet-Files-settings-in-ie6_related_to_wininet_wine-1.0-rc1
When trying to change the settings for the "Temporary Internet Files", IE6
crashes. See the attachment for more information.
--
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=37828
Bug ID: 37828
Summary: Maxthon4: The pages are seen on white.
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yonatan.el.amigo(a)gmail.com
Distribution: ---
Maxthon V4.4.3.4000: Whenever the mouse cursor touches the navigation toolbar,
whole page disappears under a white layer.
To run Maxthon4 I had to install Ie8.
Fedora 21 and Gnome 3.14
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29571
Bug #: 29571
Summary: Chrome with User Agent Switcher unable to load any
urls with --no-sandbox --single-process
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
Created attachment 38302
--> http://bugs.winehq.org/attachment.cgi?id=38302
Log: chrome + UAswitcher
wine-1.3.36-172-gb00e703
1. Download Google Chrome Standalone installer from :
https://www.google.com/chrome/index.html?platform=win&hl=en&standalone=1
sha1sum: 3700838267c7d2f01b3a4cf6802052967166bffa
2. Install with Wine:
$ wine ChromeStandalone.exe
3. Start chrome.exe with --no-sandbox switcher
$ cd .wine/drive_c/users/fracting/Local\ Settings/Application\
Data/Google/Chrome/Application/
$ wine chrome.exe --no-sandbox ( Workaround for Wine Bug 21232 [1] )
4. open chrome://flags, enable `Experimental Extension APIs`
5. Restart chrome.exe with --no-sandbox and --single-process switchers
( Workaround for Wine Bug 27248 )
$ wine chrome.exe --no-sandbox --single-process
6. Open http://spoofer-extension.appspot.com/spoofer.crx , install
User Agent Switcher Extension
7. open any urls, with any tab, usually fails.
How reproducible:
Nearly 90%
When this bug appear, Chrome display such message in the status bar:
"Waiting for extension User-Agent Switcher for Chrome..."
Below message seems relate to the bug:
[116:99:3876457:ERROR:proxy_resolver_winhttp.cc(79)] WinHttpGetProxyForUrl
failed: 12166
--
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=37804
Bug ID: 37804
Summary: ExitWindowsEx do not work
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: den.aria(a)gmail.com
Distribution: ---
function ExitWindowsEx do not restart or shutdown
dwFlags := EWX_FORCE or EWX_FORCEIFHUNG;
case AFlag of
0: dwFlags := dwFlags or EWX_REBOOT;
1: dwFlags := dwFlags or EWX_POWEROFF;
2: dwFlags := dwFlags or EWX_LOGOFF;
end;
ExitWindowsEx(dwFlags, 0);
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18431
Summary: Lords 2: Autoplay doesn't realize that game is installed
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roothorick(a)new.rr.com
After installing the game through wine, and running autoplay again, "Play" and
"Uninstall" is still greyed out, and "Install" is clear. Clicking on "Install"
starts the installation procedure all over again. Running the game directly
("wine C:\\SIERRA\\Lords2\Lords2.exe") works perfectly.
--
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=35918
Bug ID: 35918
Summary: Mouse acts funky on ROBLOX
Product: Wine
Version: 20050930
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nonobaOMGWEEGEE2(a)gmail.com
Using a ROBLOX wrapper made by someone on the ROBLOX wikia (download link:
https://db.tt/P1M7V0oV), which works fine for the most part, it seems my mouse
acts funky.
The mouse doesn't act the way it does on the desktop, it's sometimes a struggle
to get out of the window to say, check on Skype. It keeps staying into the
window until it feels like it wants to work. It also seems to be much more
sensitive, it's especially a problem when playing a game with weapons, it isn't
impossible however, just harder.
If you need my mouse information, it is a Microsoft Wireless mouse, it doesn't
specifiy though, I remember it being a 2000, 3000, or 5000 model.
--
Do not reply 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=37712
Bug ID: 37712
Summary: Applicantion
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: michael_dtorester(a)yahoo.com
Distribution: ---
Hanging App in EXE program
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35308
Bug ID: 35308
Summary: Warcraft III and it's extension Frozen Throne crash at
start if winegstreamer isn't disabled
Product: Wine
Version: 1.7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: scrimekiler(a)yahoo.fr
Classification: Unclassified
If winegstreamer isn't disabled (in dll overrides with winecfg) the game crash
at start.
Gentoo with kernel 3.10.17, gstreamer 0.10.36 and 1.0.10
About logs, what debug channels should I add ? (I didn't found a gstreamer
debug channel)
--
Do not reply 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=37045
Bug ID: 37045
Summary: Warframe: launcher crashes on startup
Product: Wine
Version: 1.7.22
Hardware: aarch64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ds98s3a(a)gmail.com
Created attachment 49227
--> https://bugs.winehq.org/attachment.cgi?id=49227
Backtrace
When launching game (either through .msi file downloaded from site or
Launcher.exe downloaded by game), window frame shows up and crashes. Backtrace
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=37629
Bug ID: 37629
Summary: Microsoft Train Simulator: installation fails on
second CD
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: cjhs22a(a)cableone.net
Distribution: ---
Created attachment 50078
--> https://bugs.winehq.org/attachment.cgi?id=50078
terminal output
Install from CD 1 is completed successfully. After inserting second CD,
install continues by copying many more files to hard disk. Then install stops
with the following error:
"The program EBUe70d.exe has encountered a serious problem and needs to close."
The named program changes with each attempt to install. It always start with
EBU
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31902
Bug #: 31902
Summary: Crash when clicking on a .pptx file to open MS
PowePoint 2010
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vinay(a)totalcaos.com
Classification: Unclassified
Created attachment 41999
--> http://bugs.winehq.org/attachment.cgi?id=41999
Backtrace and dump after crash
Powerpoint 2010 under crossover linux crashes when opening a powerpoint (.pptx)
file from the filesystem (double click on a filename.pptx) causing powerpoint
to launch
No issues if powerpoint is open and the file is opened by using the file ->
open from within powerpoint.
--
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=34970
Bug #: 34970
Summary: mpg2cut2 crashes at startup
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stanislav.petrek(a)gmail.com
Classification: Unclassified
Created attachment 46598
--> http://bugs.winehq.org/attachment.cgi?id=46598
wine autocrash report system
i used this program for cutting mpeg2 streams *.ts. All works fine in 1.3
versions, after this release wine 1.4.x.
--
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=35180
Bug ID: 35180
Summary: Quake Live standalone fails to authenticate using
remembered credentials
Product: Wine
Version: 1.7.8
Hardware: x86
URL: http://quakelive.com
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexandru.balut(a)gmail.com
Classification: Unclassified
Created attachment 46926
--> http://bugs.winehq.org/attachment.cgi?id=46926
terminal log
Steps to reproduce:
1. Start Launcher.exe
2. Enter valid email and password
3. Check Remember Me, click Play
4. Exit the app
5. Start Launcher.exe, notice it sais "Will automatically login as USERNAME"
(USERNAME is the correct username), but nothing else happens. It should start
the web ui.
$ sha1sum .wine-ql/drive_c/Program\ Files\ \(x86\)/Quake\ Live/Launcher.exe
b4d565634bdac72047790d64dbc870b8b8bb5f48 .wine-ql/drive_c/Program Files
(x86)/Quake Live/Launcher.exe
$ sha1sum QuakeLiveSetup_840.exe
843d1542bccaaf1bd46bee0acec95d4bfdfc898b QuakeLiveSetup_840.exe
$ wine --version
wine-1.7.8
--
Do not reply 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=37800
Bug ID: 37800
Summary: Skype 6.14 fails to start (fatal error, Wininet.dll)
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: computergeoffrey(a)zoho.com
Distribution: ---
Steps:
1. Create a 32 bit wine prefix
2. Install Skype in it, using this executable:
http://hugsmile.eu/file/wine/SkypeSetupFull.exe
3. Launch Skype using its shortcut (.desktop file)
Skype does not start, and instead displays this warning:
"Failed to get proc address for PrivacyGetZonePreferenceW (Wininet.dll)"
Please note that I have installed ie6 in order to get the login screen working
(otherwise it does not display the login page correctly). However, I don't get
to the login screen :)
My other tries to get Skype working:
1. Execute winetricks ie7
2. Start Skype
3. Login screen flickers in black. OpenGL/hardware acceleration issue?
1. Execute winetricks ie8
2. Start Skype
3. Login screen is not shown, instead a Fatal Error is displayed: "Failed to
load library 'URLMON.DLL'"
Putting (copying it over the existing file) the Windows 7-native URLMON.DLL in
my wineprefix in drive_c/windows/system32 doesn't help either.
--
Do not reply 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=37623
Bug ID: 37623
Summary: Can't install cs5
Product: Wine
Version: 1.7.31
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: msrom(a)mail.ru
Distribution: ---
Created attachment 50071
--> https://bugs.winehq.org/attachment.cgi?id=50071
report made by Wine
Can't install cs5 (I'v bought it 3 years ago for Win OS).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35735
Bug ID: 35735
Summary: setup_exception_record stack overflow occurred while
running ie
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shiy_118(a)sina.com
err:seh:setup_exception_record stack overflow 816 bytes in thread 00e9 eip
7bc824c1 esp 00d51000 stack 0xd50000-0xd51000-0xe50000
I was browsing through the Amazon.cn with IE at the time.
It happened each time when I browsing Amazon.cn whith IE.
--
Do not reply 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=37703
Bug ID: 37703
Summary: can't add url adress inside the filling field
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dyvazar(a)numericable.fr
Distribution: ---
hi,
using MT4 b745 (from metaquotes) on wine 1.7.32 i386 ubuntu
for using an expert i need to add an url into /tools/options/Expert advisor/
there is already the builtin 'http://www.mql5.com' listed
when i right-click on '+' nothing happen for adding a new url, so i double
click on the previous url's field: the address is blanked and then i type
'http://www.forexfactory.com/ffcal_week_this.xml' and hit 'enter' to register.
But that entry is ignored and i only get back the builtin url again.
What is wrong ? Metaquotes users using 'windows' have no problem when they add
a new url to the list. So it seems related to wine only. This is a default
fresh .wine bottle.
--
Do not reply 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=37772
Bug ID: 37772
Summary: Updating configuration in fresh 64 bit prefix: mscoree
error
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t0mcat(a)gmx.de
Distribution: ---
Created attachment 50307
--> https://bugs.winehq.org/attachment.cgi?id=50307
Terminal output at first wine / wineboot / winecfg call
Creating a new 64 bit prefix leads to mscoree (.NET) errors. The file
mscoree.dll is present in ...\syswow64\... directory. To me, it's unclear,
whether Mono works or not. Calling
wine uninstaller --remove '{E45D8920-A758-4088-B6C6-31DBB276992E}'
results in an error message ("Could no match application.").
(1) Package wine-mono is installed on the Linux system. Manual Mono
installation using
msiexec /i /usr/share/wine/mono/wine-mono-4.5.4.msi
gives no serious error messages.
(2) Installation of .NET 2.0 just after prefix initialization (no manual Mono
installation) fails ("Product already installed."). Same happens after
installing and uninstalling Mono.
--
Do not reply 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=37782
Bug ID: 37782
Summary: Error encountered when loading printer driver for my
Epson XP-400
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Mark_Kezar(a)aol.com
Distribution: ---
Created attachment 50322
--> https://bugs.winehq.org/attachment.cgi?id=50322
Epson XP-400 Printer Installation Failure Log
Program crashed while trying to install Epson XP-400 printer software.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35861
Bug ID: 35861
Summary: ePSXe: Persistent input with 360 controller
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linusfora(a)gmail.com
The Xbox 360 Controller's Joystick 1 UP is constantly registered by ePSXe, both
when mapping input and ingame. It doesn't appear to happen in native linux
applications.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37677
Bug ID: 37677
Summary: Morrowind: Crash after some game play.
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: cheako+winehq(a)mikemestnik.net
Distribution: ---
The Morrowind steam version (19.99USD) crashes just after the time it takes to
picking your race, if you run you can consistently get to as far as hearing
that you've a choice about how the determine your class. This specific amount
of time may be a clue, but I'm unsure how to clock it.
There is one way to stave off the crash, if Morrowind doesn't have focus it'll
seemingly run for hours. However it'll promptly exit when it get's focused,
though it's good for background music in the mean time.
Bitcoin can be used over at premiumgiftcards.com to purchase a Steam reload
card, so if you've a real interest in getting this working think about posting
an address.
Likewise I can be funded for testing purposes at the following
1HtxCWe1nBMu9jrspNV7YE9T8hnP2V9Lsg
--
Do not reply 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=37467
Bug ID: 37467
Summary: physx 9 installation fails
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lara(a)craft.net.br
Distribution: ---
I test with 32bits and 64bits, and clean wineprefix.
The log in terminal:
err:msi:msiobj_release Invalid handle!
err:msi:msi_dialog_create_controls no handler for element type L"Billboard"
err:msi:msiobj_release Invalid handle!
err:msi:msiobj_release Invalid handle!
The graphical interface reports that it was installed, but in fact no file was
copied to the system.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36972
Bug ID: 36972
Summary: Unigine Valley wine "Fatal error"
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Linuxhelper2881(a)yahoo.com
Created attachment 49094
--> http://bugs.winehq.org/attachment.cgi?id=49094
Unigine Valley log
found a non-working program which used to work for wine at 1 time now it broke
or something between the time of new versions and the old.
Didn't get a back-trace but got an error log attached to this report
The program for this bug is called Unigine Valley which is a Benchmarking tool
Link:https://unigine.com/products/valley/download/
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35739
Bug ID: 35739
Summary: Audio driver bug
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: samusdabomb(a)gmail.com
The audia in wine won't work
Wine cfg crashes if the audio is set to core audio and winetricks won't set the
audio correctly
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30832
Bug #: 30832
Summary: Canon Digital Photo Professional: Fails to convert
.cr2 files
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: test051102(a)hotmail.com
Classification: Unclassified
It is possible to edit/save .cr2 files without problems. Any changes made to a
.cr2 file are added to the file in a non desctructive way. They can be removed
at a later time. The changes are displayed correctly in the internal viewer.
Hower to actually apply the changes the final .cr2 file needs to be converted
to .jpg for example. This is the most important functionality of the
application. It totally failes in current version of wine with an "unknown
error". The application continues to work after display the error.
I have tested the issue with Canon DPP Version "3.11.4.10".
--
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=35988
Bug ID: 35988
Summary: Reinstalling on top program doesn't work
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: jarkko_korpi(a)hotmail.com
I have already installed Lego Star Wars DEMO, I tried to install it again. But
it fails. I thought it would complain about already installed application or
asks if I want to overrun files or something like that, but it just basically
gives an error:
"Error -1627 function failed."
I doubt you see this error with native windows.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37675
Bug ID: 37675
Summary: SUPERLEX.EXE (Oxford dictionary) NOT run.
Product: Wine
Version: 1.1.30
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: igeo.cu(a)gmail.com
Distribution: ---
Created attachment 50149
--> https://bugs.winehq.org/attachment.cgi?id=50149
SUPERLEX.EXE (Oxford dictionary) NOT run.
The program winedvm.exe has encountered a serious problem and needs to close.
--
Do not reply 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=37685
Bug ID: 37685
Summary: my wine in ubuntu cannot open,and all windows programs
does not open
Product: Wine-gecko
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: etongwe.jude(a)yahoo.com
Distribution: ---
Created attachment 50160
--> https://bugs.winehq.org/attachment.cgi?id=50160
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0045a392). Register dump:
i have tried running windows programs on my ubuntu but nothing works.my wine
does not open and so do the windows profram i installed
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33960
Bug #: 33960
Summary: Regression: newer WineD3D versions crashes in several
games
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Windows
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: svyatpro(a)gmail.com
Classification: Unclassified
Starting from WineD3D 1.3.31 and all newer versions, Metro Last Light crashes
immediately before the intro.
But 1.3.30 does not crash and able to start intro without with black screen and
playing sound and after intro is finished MetroLL.exe process stops responding.
More about this issue is on Wine's forum:
http://forum.winehq.org/viewtopic.php?f=2&t=19290&p=86315#p86315
--
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=37770
Bug ID: 37770
Summary: Age of Empires III crashes after cinematic (before
menu)
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrew(a)andrewmin.com
Distribution: ---
I installed Steam using the PlayOnMac installer script, and that worked
splendidly. Within this environment, I also successfully downloaded and
launched Age of Empires III. However, as soon as it gets to the splash screen,
it crashes.
I went to the NewProfile.xml and enabled V-Sync (optionenablevsync = true). I
registered l3codecx.ax, and have the following overrides (all except
gameoverlayrenderer were done using winetricks):
d3dx9_43 (native, builtin)
dsound (native, builtin)
dwrite (disabled)
mfc42 (native)
mfc42u (native)
gameoverlayrenderer (disabled)
Here's my PlayOnMac output when I ran it from Terminal:
http://pastebin.com/sh1TzqyX
Here's the Windows/Wine backtrace: http://pastebin.com/ULAUwbTz
Thoughts on how to 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.
https://bugs.winehq.org/show_bug.cgi?id=37801
Bug ID: 37801
Summary: Thread gets deadlocked or something. Installs not
working.
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: ff.mmeerbott(a)yahoo.com
Distribution: ---
Here is the error:
err:ntdll:RtlpWaitForCriticalSection section 0x7bcd2f00 "loader.c:
loader_section" wait timed out in thread 00b2, blocked by 00b8, retrying (60
sec)
It repeats.
I have tried installing .NET framework 3.5, which first installs 2.0. This is
the error I recieved. I have also tried updating Steam (windows edition) and it
gives a similar error.
--
Do not reply 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=37670
Bug ID: 37670
Summary: After making native to oleaut32 menubar get completely
black
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lokesh.bhandari(a)enjayworld.com
Distribution: ---
Created attachment 50146
--> https://bugs.winehq.org/attachment.cgi?id=50146
After making native to oleaut32 menubar get completely black
After making native to oleaut32 menubar get completely black
I have install many application with wine. In that I visual that, after making
native to oleaut32 from winecfg, menubar whose extension is .ico image get
completely black. Please tell me the reason for same. I am not giving the
application name because we are giving third party solution to customer. You
can try any application whose has .ico type menubar. Here an attachment is
given. If I do not make this dll to native then some functionality does't work
due to fail to object linking and automation which is functionality of this
dll. Please guide to remove 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.
https://bugs.winehq.org/show_bug.cgi?id=37232
Bug ID: 37232
Summary: XIII Demo doesn't start anymore
Product: Wine
Version: 1.7.25
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
I got the game demo from the following URL:
http://www.4players.de/4players.php/download_start/Downloads/Download/5282.…
The demo installs fine but then closes with a critical error window which says:
Assertion failed: RenDev
[File:D:\Code\XIII_Wan_Protected\WinDrv\Src\WinViewport.cpp] [Line: 532]
History: UWindowsViewport::OpenWindow <- UGameEngine::Init <- InitEngine
There is also an AppDB entry:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=5592
--
Do not reply 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=37702
Bug ID: 37702
Summary: incorrect library specification in
install-wine-deps.sh script
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christie(a)eagle.ca
Distribution: ---
For at least Ubuntu 12.04, the install-wine-deps.sh script specifies a library
as follows:
libhal-storage-dev-dev
on which my system chokes. Removing the final -dev to yield:
libhal-storage-dev
works fine. Other versions of Ubuntu in the script show the same reference
which may or may not be problematic. Don't have them, can't test.
Cheers!
P.S. the script URL is:
http://winezeug.googlecode.com/svn/trunk/install-wine-deps.sh
--
Do not reply 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=37710
Bug ID: 37710
Summary: Error encountered when loading printer driver for my
Epson XP-310
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Dakotagrey101(a)gmail.com
Distribution: ---
Created attachment 50201
--> https://bugs.winehq.org/attachment.cgi?id=50201
Attached is the Program error that popped up during load attempt.
While attempting to laod the windows based driver, Epson XP_310, using Wine the
follow program error occured.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33321
Bug #: 33321
Summary: Photoshop CS5.1 doesn't resize nor refresh RAW files
in CameraRaw
Product: Wine
Version: 1.5.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.kijas(a)gmail.com
Classification: Unclassified
With new wine 1.5.27 wine starts about 5mins on 4 - cores computer, 8GB DDR3,
NVIDIA GT-240 and cannot resize, nor refresh (after zoom etc.) it in CameraRaw,
so it 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.
https://bugs.winehq.org/show_bug.cgi?id=5971
Richard Yao <ryao(a)gentoo.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ryao(a)gentoo.org
--- Comment #18 from Richard Yao <ryao(a)gentoo.org> ---
This affects the Kogou Music Player (i.e. Cool Dog Music Player):
http://download.kugou.com/download/kugou_pc
I see the same stub for fixme:richedit:fnTextSrv_OnTxSetCursor and the textbox
won't accept text unless I do `winetricks riched20`. Interestingly, this worked
in one of the 1.5.x branches. I discovered that as a family friend wanted the
kugou player working on an old Sabayon Linux install, I got it working and
updates broke it. I don't know the exact wine 1.5.x version where it worked
because I do not have access to that system to be able to check the logs at the
moment.
That said, it is possible to install the application and reproduce this problem
without using winetricks. `winetricks riched20` makes it go away, but the
application isn't fully usable without `winetricks riched20 dsound
fakechinese`, an additional font replacement for "宋体" -> "WenQuanYi Micro Hei"
and LANG=zh_CN.UTF-8 in the environment. The text on installed shortcuts is
also garbled unless LANG=zh_CN.UTF-8 is in the environment during the
installation process.
--
Do not reply 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=437
Jerome Leclanche <adys.wh(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |a081e2380f1423a6d2715734c39
| |5ef925e9964bd
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=37098
Bug ID: 37098
Summary: Checking Wine with PVS-Studio and Clang Static
Analyzer
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nick.smallville(a)gmail.com
Hello, I checked out the Wine using two static analyzers(Clang Static Analyzer
&& PVS-Studio) in the openSUSE 13.1. In my article, I described the errors
found: http://www.viva64.com/en/b/0272/
--
Do not reply 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=37841
Bug ID: 37841
Summary: Checking wine for errors with PVS
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aa-c-aa(a)mail.ru
Distribution: ---
ENGLISH: http://www.viva64.com/en/b/0272/
RUSSIAN: http://habrahabr.ru/company/pvs-studio/blog/233179/
there is many misstakes and errors
--
Do not reply 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=37825
Bug ID: 37825
Summary: Keybinding to write to stderr
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Distribution: ---
For some of my bug reports I'm providing logs that contain the output from Wine
in the case there appears an error that gives a hint. But I'm noticing one
problem with this: Until the point there the bug can be reproduced the log does
often get spammed with many things that are unrelated to the targeted bug. So I
was thinking that it could be helpful for debugging if we could bind an action
to a key combination that does for example write the timestamp to stderr. With
such a feature it would be possible to use the keybinding directly before and
after the bug appears. This would make it easier to see the related lines on
the Wine output that could be responsible for the targeted 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.
https://bugs.winehq.org/show_bug.cgi?id=37821
Bug ID: 37821
Summary: Wisterer HX freeze on sunday event
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sweepers(a)gmx.de
Distribution: ---
Created attachment 50371
--> https://bugs.winehq.org/attachment.cgi?id=50371
console log calling "wine wistererhx.exe"
Hi,
found a problem in windows application "Wisterer HX" Version 4.2.32
It's a lightweight software for calendar management, diary, adress database,
schedule and birthday reminder etc.
Unfortunately only available in german, but i'll try to translate...
Homepage is http://www.wisterer.de but the download is redirected to other
sites.
download zip with setup exe:
http://www.chip.de/downloads/Wisterer-HX_13002426.html
After running setup.exe, the application complains about missing dlls.
I got it starting up by copying these files from win7 x64 directory
C:\Windows\SysWOW64
to ~/.wine/drive_c/Program Files (x86)/Wisterer HX
ab412429f1e5fb9708a8cdea07479099 COMDLG32.OCX
8bbc59ae8497d0bbee8d66b74c7db971 mfc40.dll
ae47a8a5fe8193bb84ffcd338115d8ef MSCOMCT2.OCX
e52859fcb7a827cacfce7963184c7d24 MSCOMCTL.OCX
4dc9752ba6418bbac12852bbcf0374cb MsgHoo32.OCX
9618e4752b19ce24efd729c662c8db1e msvbvm60.dll
045a16822822426c305ea7280270a3d6 Richtx32.ocx
download zip with portable version:
http://www.computerbild.de/download/Wisterer-HX-Portable-2775828.html
51f4e5042c7a71ace966d0b47c080eb0 portablewistererhx.zip
This zip contains partly different versions of dlls above, but problem is the
same.
While with Wine 1.6.2 program crashed when clicking on "Anzeige ->
Monatsanzeige Liste" (view full month),
this is now fixed with latest version Wine 1.7.33 - thanks for that :)
But one problem remains: go to "Kalender" -> "Neues Ereignis eingeben" (enter
new event)
then select the tab "monatlich" (monthly) find "Mittwoch" (wednesday) in the
drop down menu. Only if "Sonntag" (sunday) is selected, the app freezes, 100%
CPU.
This action prepares an event to be scheduled every first sunday each month, so
obviously some problem with day of week calculation.
Same happens if an existing calendar file Kalender.wik is opened that contains
sunday events.
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=5137
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |d28c40da3bc685241363370f4b4
| |86bd975396afc
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #18 from Bruno Jesus <00cpxxx(a)gmail.com> ---
Fixed by:
http://source.winehq.org/git/wine.git/commitdiff/d28c40da3bc685241363370f4b…
--
Do not reply 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=6955
JHaleIT <jhaleit(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jhaleit(a)gmail.com
--- Comment #144 from JHaleIT <jhaleit(a)gmail.com> ---
I can confirm that this bug exist in the latest version of Wine in WineBottler
for Phantasy Star Universe.
--
Do not reply 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=5908
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |497b67dbf623e8aacb2eaaaa326
| |a5782eb3c06d8
CC| |focht(a)gmx.net
Component|shell32 |wintrust
Hardware|Other |x86
Version|unspecified |0.9.18.
OS|other |Linux
--
Do not reply 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=37127
Bug ID: 37127
Summary: PVS-Studio Error: Unreliable tests
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukebenes(a)hotmail.com
PVS-Studio identifies Unreliable tests. Some of the modules' folders contain
the test folder with source files for tests. Debug information is printed
through the 'ok' macro. Here are a few suspicious fragments:
V501 There are identical sub-expressions to the left and to the right of the
'==' operator: ddsd3.lpSurface == ddsd3.lpSurface dsurface.c 272
...
ok(ddsd3.lpSurface == ddsd3.lpSurface, //<==
"lpSurface from GetSurfaceDesc(%p) differs\
from the one returned by Lock(%p)\n",
ddsd3.lpSurface, ddsd2.lpSurface); //<==
...
It very much looks like a typo. I suspect this code should compare the same
variables that are printed.
V502 Perhaps the '?:' operator works in a different way than it was expected.
The '?:' operator has a lower priority than the '==' operator. url.c 767
...
ok(size == no_callback ? 512 : 13, "size=%d\n", size);
...
The precedence of the "==" operator is higher than that of '?:', so the size
variable is not compared to the values 512 and 13. The expression is always
true as it evaluates either to 512 or 13, which means this check doesn't check
anything.
Other similar fragments:
V502 Perhaps the '?:' operator works in a different way than it was
expected. The '?:' operator has a lower priority than the '==' operator.
string.c 1086
V502 Perhaps the '?:' operator works in a different way than it was
expected. The '?:' operator has a lower priority than the '==' operator.
string.c 1111
V502 Perhaps the '?:' operator works in a different way than it was
expected. The '?:' operator has a lower priority than the '==' operator.
reader.c 761
V502 Perhaps the '?:' operator works in a different way than it was
expected. The '?:' operator has a lower priority than the '==' operator.
protocol.c 2928
V502 Perhaps the '?:' operator works in a different way than it was
expected. The '?:' operator has a lower priority than the '==' operator. dde.c
1594
V502 Perhaps the '?:' operator works in a different way than it was
expected. The '?:' operator has a lower priority than the '==' operator.
reader.c 761
details on the V501 error here: http://www.viva64.com/en/d/0090/
details on the V502 error here: http://www.viva64.com/en/d/0091/
--
Do not reply 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=37126
Bug ID: 37126
Summary: PVS-Studio Error: Printing the result of identical
functions
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukebenes(a)hotmail.com
PVS-Studio identifies Printing the result of identical functions Error,V681.
The language standard does not define an order in which the 'tlb_read_byte'
functions will be called during evaluation of arguments. tlb.c 650
...
printf("\\%2.2x \\%2.2x\n", tlb_read_byte(), tlb_read_byte());
...
According to the C++ language standard, the sequence of computing a function's
actual arguments is not defined. Which function will be called first depends on
the compiler, compilation parameters, etc.
details on the V681 error here: http://www.viva64.com/en/d/0315/
--
Do not reply 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=37123
Bug ID: 37123
Summary: PVS-Studio Error: Double type conversion
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukebenes(a)hotmail.com
PVS-Studio identifies a Double type conversion Error.
The *void pointer is cast to other types twice: first to char*, then to DWORD*,
after which an offset is added. Either the expression lacks parentheses or the
code is excessive. Whether or not there is an error here depends on how much
the programmer wanted to increment the pointer.
V650 Type casting operation is utilized 2 times in succession. Next, the '+'
operation is executed. Probably meant: (T1)((T2)a + b). typelib.c 9147
...
struct WMSFT_SegContents arraydesc_seg;
typedef struct tagWMSFT_SegContents {
DWORD len;
void *data;
} WMSFT_SegContents;
...
DWORD offs = file->arraydesc_seg.len;
DWORD *encoded;
encoded = (DWORD*)((char*)file->arraydesc_seg.data) + offs;//<==
Another similar issue:
V650 Type casting operation is utilized 2 times in succession. Next, the '+'
operation is executed. Probably meant: (T1)((T2)a + b). protocol.c 194
INT WINAPI
EnumProtocolsW(LPINT protocols, LPVOID buffer, LPDWORD buflen)
{
...
unsigned int string_offset;
...
pi[i].lpProtocol = (WCHAR*)(char*)buffer + string_offset;//<==
...
}
details on the V650 error here: http://www.viva64.com/en/d/0269/
--
Do not reply 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=37120
Bug ID: 37120
Summary: PVS-Studio Error: Equivalent branches of if operator
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukebenes(a)hotmail.com
Equivalent branches of if operator
V523 The 'then' statement is equivalent to the 'else' statement. filedlg.c 3302
if(pDIStruct->itemID == liInfos->uSelectedItem)
{
ilItemImage = (HIMAGELIST) SHGetFileInfoW (
(LPCWSTR) tmpFolder->pidlItem, 0, &sfi, sizeof (sfi),
shgfi_flags );
}
else
{
ilItemImage = (HIMAGELIST) SHGetFileInfoW (
(LPCWSTR) tmpFolder->pidlItem, 0, &sfi, sizeof (sfi),
shgfi_flags );
}
This code is either excessive or contains a typo.
V523 The 'then' statement is equivalent to the 'else' statement. genres.c 1130
...
if(win32)
{
put_word(res, 0); /* Reserved */
/* FIXME: The ResType in the NEWHEADER structure should
* contain 14 according to the MS win32 doc. This is
* not the case with the BRC compiler and I really doubt
* the latter. Putting one here is compliant to win16 spec,
* but who knows the true value?
*/
put_word(res, 1); /* ResType */
put_word(res, icog->nicon);
for(ico = icog->iconlist; ico; ico = ico->next)
{
...
}
}
else /* win16 */
{
put_word(res, 0); /* Reserved */
put_word(res, 1); /* ResType */
put_word(res, icog->nicon);
for(ico = icog->iconlist; ico; ico = ico->next)
{
...
}
}
...
One of the repeating branches is commented. Perhaps this is an incomplete
fragment, not an error, but I decided to point it out anyway.
details on the V523 error here: http://www.viva64.com/en/d/0112/
--
Do not reply 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=37119
Bug ID: 37119
Summary: PVS-Studio Error: Cascade of conditional operators
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukebenes(a)hotmail.com
V517 The use of 'if (A) {...} else if (A) {...}' pattern was detected. There is
a probability of logical error presence. Check lines: 1754, 1765. msi.c 1754
if (!strcmpW( szProperty, INSTALLPROPERTY_LOCALPACKAGEW )) //<==
{
...
}
else if (!strcmpW( szProperty, INSTALLPROPERTY_INSTALLDATEW ))
{
...
}
else
if (!strcmpW( szProperty, INSTALLPROPERTY_LOCALPACKAGEW )) //<==
{
...
}
else if (!strcmpW( szProperty, INSTALLPROPERTY_UNINSTALLABLEW ) ||
!strcmpW( szProperty, INSTALLPROPERTY_PATCHSTATEW ) ||
!strcmpW( szProperty, INSTALLPROPERTY_DISPLAYNAMEW ) ||
!strcmpW( szProperty, INSTALLPROPERTY_MOREINFOURLW ))
{
...
}
else
{
...
}
If identical conditions are checked in a cascade of conditional operators,
those conditions never get control. Perhaps there is a typo in the constant
INSTALLPROPERTY_* passed to this fragment.
details on the V517 error here: http://www.viva64.com/en/d/0106/
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36800
Bug ID: 36800
Summary: XMP failed to start, services.exe has crashed
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: penghao(a)linuxdeepin.com
download from:
http://xmp.down.sandai.net/kankan/XMPSetup_4.9.16.2203-www.exe
after install, start XMP from:
~/.wine/drive_c/Program Files/Thunder Network/Xmp/Program/
with:
wine XMP.exe
then the services.exe report crashed.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36253
Bug ID: 36253
Summary: Add Nvidia gtx 750 support to the device list
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: dyvazar(a)numericable.fr
Get that card on my 32 bits system, and hope for it to be recognized and used.
http://www.gigabyte.com/products/product-page.aspx?pid=4947#sp
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36100
Bug ID: 36100
Summary: Civilization III Complete (Steam) crashes if OSMesa
support was compiled in
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Created attachment 48286
--> http://bugs.winehq.org/attachment.cgi?id=48286
terminal output
This bug was addressed in http://forum.winehq.org/viewtopic.php?f=8&t=21105
some time ago.
The game starts fine and a new game can be started, but it crashes usually in a
few minutes.
I believe it has something to do with scrolling the map in the game: if you
move the mouse pointer near the edges of the screen the crash occurs in a
matter of seconds.
If I compile Wine without OSMesa support then the crash doesn't occur.
Fedora 20 x86
mesa-libOSMesa-10.1-6.20140305.fc20.i686
Nvidia binary drivers 337.12
X.Org X Server 1.14.4
--
Do not reply 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=1408
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Component|-unknown |tools
Version|unspecified |20030618
--
Do not reply 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=6951
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Component|-unknown |msvcp
--
Do not reply 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=8433
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Component|-unknown |directx-d3d
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11217
Summary: X Error of failed request: BadAlloc
Product: Wine
Version: 0.9.53.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: viehl(a)fzi.de
Created an attachment (id=10295)
--> (http://bugs.winehq.org/attachment.cgi?id=10295)
Crash log
The game Archlord (available free at www.archlordgame.com) installs using wine.
For starting some dlls were missing and were copied an registered to the
necessary location (shdocvw.dll).
Now, the application crashs on startup. A splash screen could be seen for a
split second. The problem is a "BadAlloc" in the X system.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12346
Summary: Installation second cd
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tkachenkok(a)gmx.de
Created an attachment (id=11827)
--> (http://bugs.winehq.org/attachment.cgi?id=11827)
console-output of wine
At the installation of the Lingvo 12.0 the second cd is requested. After wine
eject it is possible to eject cd by pushing the eject-button at the cd-rom.
But after insertion and automounting of the second cd it isn't recognized
(pushing retry button in the "insert second cd" dialog does nothing).
--
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=12380
Summary: Microsoft Word Viewer 2003: Cannot associate with *.doc
files
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bammzilla(a)gabriana.com
To reproduce:
1) Start with a clean .wine profile just to make sure (delete .wine and run
wineprefixcreate)
2) Install Microsoft Office Word Viewer 2003. Installation should succeed
without problems.
3) Create a shortcut in KMenu (in KDE) or Applications menu (in Gnome). The
command should look similar to this:
env WINEPREFIX="/home/bamm/.wine" wine "C:\Program Files\Microsoft
Office\OFFICE11\WORDVIEW.EXE"
depending, of course, on the installation path you selected, and label it
Microsoft Office Word Viewer 2003 (or whatever you please).
Note that this step may be unneccessary because Wine may have already created
this shortcut for you.
4) Associate *.doc files (application/msword) with the Microsoft Office Word
Viewer 2003.
5) Double click on a *.doc file. Word Viewer opens but the document does not
open.
==
Analysis:
It seems the wrong path to the document is sent to Word Viewer. To test this,
replace wordview.exe with a script that displays the full path name.
You can see this problem without actually associating *.doc files with the
viewer. In my desktop you can right-click on a *.doc file, select Open With,
choose Other, then browse to the shortcut you created in Step 3. The result is
the same; Word Viewer opens but the document is not loaded.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12771
Summary: Multiple graphic problems in "The Witcher"
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: HASH.DuOrden(a)gmail.com
In "The Witcher" there is no progress bars shown, at left-top of screen, for
own health (red), for energy (yellow), for part progress (green) and for
experience (sky blue around wolf medalion).
And no health bar for targeted creature (green circle under foots of creature),
you can see part of it in the middle of Windows screen shot under the wolf
body.
Also in key binding menu the button with corresponding letters are empty under
Linux-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=13795
Summary: Babylon 7: dictionary installation fails
Product: Wine
Version: 1.0-rc4
Platform: Other
URL: http://dl.babylon.com/files/Babylon7/Babylon7_setup.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: furox(a)gmx.net
Installation of a new dictionary from disk (BGL file) with Babylon 7 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=13832
Summary: Circuitmaker schematic does not print to a printer
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brodo(a)o2.pl
Created an attachment (id=13887)
--> (http://bugs.winehq.org/attachment.cgi?id=13887)
snapshots of the "printing" effect
In schematic section of the Circuitmaker 2000 invoking printing operation
directed to a printer gives no printing at all and the screen is losing wired
connections.
I am enclosing snapshots of the normal view of the design and the broken (after
printing attempt) one.
Refreshing screen can be made only by reopening the design file, so some work
can be lost while invoking printing of an unsaved file/design.
--
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=13872
Summary: Audiosurfs main menus displays incorrectly
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ninja.gofer(a)gmail.com
Created an attachment (id=13952)
--> (http://bugs.winehq.org/attachment.cgi?id=13952)
Game Menu 1
In windowed mode, the games graphics for the main menu is not resized to the
size of the window. The buttons can still be clicked as if they were in there
original position, in other words you have to hover the mouse above button
graphic till its highlighted. Also, if you change from fullscreen to windowed
the game graphics are not resized in the window.
The in-game song browser displays all the song names on the same line, making
it very difficult to select a song. Unsure though if this is related to the
above problem.
Note, these issues are reproducible in the demo version that is available on
steam.
--
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=14188
Summary: utorrent - it disconnects fast leaching peers with Error
10022
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yvko(a)mail.com
Running utorrent 1.7.7 on Wine 1.0.0 (but 0.9.55 is the same) on ubuntu 7.04
feisty (Intel based).
When seeding and single peer reaches speed above approx 1MB/s it disconnects
this peer with the following error: Peer error: Error 10022.
Seeding to peers with speed below 1MB/s works well and is not affected by this
disconnections.
Consulted with utorrent developers and they are not aware of this behavior on
any other platform.
--
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=14320
Summary: Game starts, but has so much 'lag' that it becomes
unplayable.
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike.bronner(a)gmail.com
Created an attachment (id=14597)
--> (http://bugs.winehq.org/attachment.cgi?id=14597)
School Tycoon Terminal Log
This has happened with multiple games from Cat Daddy Games so far. I have
attached the terminal log from School Tycoon, and will attach the terminal log
from Medieval Campaign when I re-install it.
Both games are exhibiting the same behavior, and the terminal log may suggest
that it might have something to do with DirectMusic or DirectPlay?
--
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=14559
Summary: Rosetta stone v3 microphone detection
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: groennevik(a)gmail.com
Rosetta Stone v3 has a simple mic detection, which simply says it's not found.
It seems to work for many, but many others have the same issue I have. I've
tried every setting I could think of, but obviously I could've missed
something.
The software appears to work well other than the mic recognition, but it would
be very useful to have that feature enabled.
--
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=14819
Summary: Rockman 7 Famicom Edition causes crash,
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zombie(a)terralab.com
Rockman 7 Famicom edition causes a severe crash, additionaly, the Japanese
character set is not displayed correctly.
--
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=15013
Summary: Thunder:Can't finish any task.
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wineappdb(a)sina.com
CC: wineappdb(a)sina.com
Thunder(xunlei) download link(You need to install it
first):http://down.sandai.net/Thunder5.8.4.572.exe
I can't use it to finish tasks.(It is the main use of this software)You can
read the picture below to know the situation.(The task stop at the 99.9%)
http://appdb.winehq.org/appimage.php?iId=19736
Here is a test link.You can try to use Thunder(xunlei) to download it and you
may know what the bug I find is.(only
4M)ftp://202.107.228.143:26/pub/games/games/koei/sea2a.zip
distribution:RedFlag Linux Desktop 6.0 SP1
compiler:
Using built-in specs.
Target: i386-pc-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-libgcj-multifile --disable-libmudflap
--enable-languages=c,c++,java,fortran --disable-libgcj --with-cpu=generic
--host=i386-pc-linux
Thread model: posix
gcc version 4.2.1
command line:wine .wine/drive_c/Program\ Files/Thunder\
Network/Thunder/Thunder.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15654
Summary: Tournament director needs Microsoft HTML Application
Host to start (mshta.exe)
Product: Wine
Version: 1.1.6
Platform: PC
URL: http://www.thetournamentdirector.net/download.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Saw this reported on wine user's. Guy needs it for his job, so thought I'd
help. First bug, requires mshta.exe, otherwise it fails with a cryptic error:
CreateProcess failed (2).
Not sure what component that would be...leaving as unknown for now.
--
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=16966
Summary: Powerslide segfaults under wine-1.1.13
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: specious(a)gmail.com
Created an attachment (id=18746)
--> (http://bugs.winehq.org/attachment.cgi?id=18746)
Powerslide segfaults on wine-1.1.13 on Gentoo/amd64
Powerslide segfaults right before game starts (both the original CD install,
and with the 1.04 patch applied). The menu works, but after you click through
the menus to play, wine crashes.
This is after running ps_clo.exe and setting "-nopollsound", without which the
game won't start at all.
--
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=17325
Summary: Multiwinia locks up when you exit it
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
URL: http://www.introversion.co.uk/multiwinia/downloads/index
.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: soulblade(a)ntlworld.com
When attempting to the exit the game by clicking on 'Quit', the game locks up.
The X server and Linux are not effected.
To replicate this issue:
1. Run 'pkill pulseaudio' if you are using Pulseaudio.
2. Launch Multiwinia using the Application menu short cut.
3. Wait the the game has loaded.
4. Click on quit.
5. The game locks up.
Pc specifications are as follows:
CPU: Intel Q6600 2.4Ghz
RAM: 2Gb DDR2
GFX: Nvidia 8800GT 512MB
MOBO: GA-965P-DS3 (rev. 1.0)
Network: WUSB54GC
OS: Ubuntu 8.10 "Intrepid" x86_64
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17672
Summary: Wine denies access to Oracle Client install folder
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://www.oracle.com/technology/software/products/datab
ase/oracle10g/htdocs/10201winsoft.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lineback(a)toastytech.com
When installing the Oracle DB Client Wine removes the permissions on the
destination folder so it can not be read or written to.
I have been trying to see if I can get the installer for the Oracle 10gR2 (
Client to install under Wine on Ubuntu 8.04. (Available from here:
http://www.oracle.com/technology/software/products/database/oracle10g/htdoc…
) The version 11 client also does the same thing.
I can get past the DirectDraw issue in bug#11877 and bug#17371 by running the
setup program with the command line "setup -J-Dsun.java2d.noddraw=true"
But then when it starts the actual installation process of creating folders and
copying files, it modifies the file permissions - in such a way that it can no
longer write to the folder, and the installer logs the error and immediately
exits. It should not set the permissions like that.
Under Windows the installer does change around the permissions on the folder, I
think to ensure SYSTEM has full access.
Off hand, I have not found a work around because even when I use a mounted FAT
partition the installer under Wine thinks it can still set the permissions.
(The client can be installed on a FAT/FAT32 partition just fine under Windows)
An example of what I am talking about. First from inside Wine just after an
attempted install to the destination home directory of
"c:\oracle\product\10.2.0\client_1\" (starting with a completely clean Wine
folder of course):
------------
C:\oracle\product\10.2.0>dir
Volume in drive C is
Volume Serial Number is 0000-0000
Directory of C:\oracle\product\10.2.0
3/8/2009 10:56 AM <DIR> .
3/8/2009 10:56 AM <DIR> ..
3/8/2009 10:56 AM <DIR> client_1
0 files 0 bytes
3 directories 6,748,340,224 bytes free
C:\oracle\product\10.2.0>cd client_1
Access denied
C:\oracle\product\10.2.0>copy c:\test.txt
c:\oracle\product\10.2.0\client_1\test.txt
Access denied
C:\oracle\product\10.2.0>
------------
And then from the Ubuntu command prompt:
------------
nathan@bignathan:~/.wine/drive_c/oracle/product/10.2.0$ ls -l
total 4
d----wS--- 3 nathan nathan 4096 2009-03-08 10:56 client_1
nathan@bignathan:~/.wine/drive_c/oracle/product/10.2.0$ cp
~/.wine/drive_c/test.txt
~/.wine/drive_c/oracle/product/10.2.0/client_1/test.txt
cp: accessing
`/home/nathan/.wine/drive_c/oracle/product/10.2.0/client_1/test.txt':
Permission denied
nathan@bignathan:~/.wine/drive_c/oracle/product/10.2.0$
------------
And additionally, from the end of the log the Oracle installer creates:
------------
...
INFO: *** Install Page***
INFO: FastCopy : File Version is Compatible
INFO: Install mode is fastcopy mode for component 'oracle.client' with Install
type 'Administrator'.
INFO: HomeSetup JRE files in Scratch :584
INFO: OUI-10125:Unable to write into the Oracle Home you have specified.
------------
I can manually reset the permissions after the fact with chmod, but that
doesn't help because the installer just removes the permissions again the next
time I run 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=18140
Summary: Program FastMail
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simonbcn(a)gmail.com
Created an attachment (id=20599)
--> (http://bugs.winehq.org/attachment.cgi?id=20599)
screenshot 1
My bank requires me to use a program (for Windows only) to see my receipts from
the bank.
This program is FastMail (download link:
http://www.caja-ingenieros.es/cast/productos_y_servicios/fastmail/fastm6.exe)
I have two problems with wine and this program:
1) Look attachment screenshot_001.png (This is one screen of this program). On
this screen there are two fields: "Desde Fecha:" and "Hasta Fecha:", which are
to indicate two dates.
With Wine 1.0.1 it works fine, but with Wine 1.1.19, in these fields appears
several vertical stripes (like one sees in the image) and does not leave me to
introduce any value.
2) This program allows me to print receipts, but when I try it always prints
the entire page black. This occurs with all wine versions.
--
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=18505
Summary: Crashday: Grey overlay at loading screen
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: crashkopf(a)gmail.com
Created an attachment (id=21150)
--> (http://bugs.winehq.org/attachment.cgi?id=21150)
Screenshot of bug.
When loading a game (singleplayer/career), there is a grey overlay which hides
ca. 3/4 of the whole screen. Since it hides the progress bar, you can not find
out when the games is loaded so you have to press enter when you think it's
done.
Sometimes the overlay is smaller or grows while loading.
This bug also happens in 1.0.1 and other randomly chosen versions from 1.0.1 to
1.1.21.
See attached 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.
http://bugs.winehq.org/show_bug.cgi?id=18636
Summary: TF2 pagefaults on exit
Product: Wine
Version: 1.1.22
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
When exiting from the game main menu, TF2 pagefaults. This sometimes causes
settings/file corruption on the next startup. It also prevents hl2.exe of
exiting cleanly, which in turn prevents Steam.exe of exiting without killing
either process.
Attached is a log of opening and exiting TF2 twice.
nVidia 9800GTX+ drivers 185.19
Game started on a clean wineprefix with options -dxlevel 81 -windowed -noborder
-width 1440 -height 900 -novid, OffscreenRenderingMode set to fbo
--
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=18832
Summary: compiling with -fprofile-generate fails on sfnt2fnt
due to hidden symbol
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
I've been attempting to experiment with compiling Wine using profile guided
optimization, however make fails in tools/sfnt2fnt due to a hidden symbol.
GCC version: 4.3 on Ubuntu 9.04
x86_64-linux-gnu-gcc -m32 -Wall -g -O2 -fprofile-generate -o sfnt2fnt
sfnt2fnt.o -L../libs/wine -lwine ../libs/port/libwine_port.a -lfreetype -lz
-Wl,--rpath,\$ORIGIN/../libs/wine
/usr/bin/ld: sfnt2fnt: hidden symbol `__gcov_merge_add' in
/usr/lib/gcc/x86_64-linux-gnu/4.3.3/32/libgcov.a(_gcov_merge_add.o) is
referenced by DSO
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
make[1]: *** [sfnt2fnt] Error 1
make[1]: Leaving directory `/home/scott/src/wine-1.1.23-profiled/tools'
make: *** [tools] Error 2
If I try hacking the makefile to add the -fno-profile-generate flag after that
one, I get this error:
x86_64-linux-gnu-gcc -m32 -Wall -g -O2 -fprofile-generate -fno-profile-generate
-o sfnt2fnt sfnt2fnt.o -L../libs/wine -lwine ../libs/port/libwine_port.a
-lfreetype -lz -Wl,--rpath,\$ORIGIN/../libs/wine
sfnt2fnt.o: In function `exit_on_signal':
/home/scott/src/wine-1.1.23-profiled/tools/sfnt2fnt.c:167: undefined reference
to `__gcov_indirect_call_profiler'
sfnt2fnt.o: In function `cleanup':
/home/scott/src/wine-1.1.23-profiled/tools/sfnt2fnt.c:162: undefined reference
to `__gcov_indirect_call_profiler'
sfnt2fnt.o: In function `main':
/home/scott/src/wine-1.1.23-profiled/tools/sfnt2fnt.c:567: undefined reference
to `__gcov_indirect_call_profiler'
sfnt2fnt.o: In function `fill_fontinfo':
/home/scott/src/wine-1.1.23-profiled/tools/sfnt2fnt.c:416: undefined reference
to `__gcov_one_value_profiler'
sfnt2fnt.o: In function `global constructors keyed to 65535_0_main':
/home/scott/src/wine-1.1.23-profiled/tools/sfnt2fnt.c:793: undefined reference
to `__gcov_init'
sfnt2fnt.o:(.data+0x44): undefined reference to `__gcov_merge_add'
sfnt2fnt.o:(.data+0x50): undefined reference to `__gcov_merge_single'
../libs/wine/libwine.so: undefined reference to `__gcov_pow2_profiler'
../libs/wine/libwine.so: undefined reference to `__gcov_interval_profiler'
../libs/wine/libwine.so: undefined reference to `__gcov_execv'
collect2: ld returned 1 exit status
make[1]: *** [sfnt2fnt] Error 1
make[1]: Leaving directory `/home/scott/src/wine-1.1.23-profiled/tools'
make: *** [tools] Error 2
This is strange as compiling without -fprofile-generate works fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19314
Summary: IE8 for Server 2003 refuses to install
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://download.microsoft.com/download/7/5/0/7507EBD5-
0193-4B7F-9F14-9014C7EB5C67/IE8-WindowsServer2003-x86-
ENU.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Internet Explorer 8.0 for Windows Server 2003 refuses to install stating,
"Internet Explorer 8 is not supported on this operating system."
Of course, Wine is set to Windows 2003 in winecfg.
The entire console output:
fixme:clusapi:GetNodeClusterState ((null),0x32ec1c,0) stub!
fixme:advapi:DecryptFileA "c:\\8275515be215c554b48a1e\\" 00000000
fixme:advapi:RegisterTraceGuidsW 0x6cd15f38 0x6cd20180 0x6cd019f4 1 0x33f938
(null) (null) 0x6cd20188
--
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=19405
Summary: Game crashing, when exiting
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: freeman85n(a)gmail.com
Created an attachment (id=22500)
--> (http://bugs.winehq.org/attachment.cgi?id=22500)
log
Game crashing, when exiting, log in attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20953
Summary: Does not work windows nt domain authentication in
Radmin Viewer
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.radmin.ru/download/rviewer34ruexe.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehqbugs(a)bugmenot.com
Does not work windows nt domain authentication in wine > 1.1.27
"Не удается инициализировать поддержку аутентификации Windows. Убедитесь, что у
вас установлен компонент "Клиент для сетей Microsoft" в свойствах подключения в
панели управления."
--
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=21067
Summary: OziExplorer new window has wrong colors
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jdoutt(a)whoi.edu
CC: jdoutt(a)whoi.edu
In OziExplorer you can open a small window which displays the entire field of
the chart. You can click at a point in this small window and the enlarged view
of the map in the main window is displayed, centered about that point.
The small window has what appears to be a corrupted color map.
Running Ubuntu 8.04, compiled wine wine-1.1.35 from source, Oziexplorer
3.95.4s
Also, auxillary windows opened at various places in OZI may appear in a
different workspace than the one in which OZI is running, and the ones that do
open in the proper workspace are sometimes not on top but hidden under the main
OZI window.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21092
Summary: Call of duty4 modern warface doesnt receive correct
mouse input
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ergo14(a)gmail.com
Call of duty4 modern warface doesnt receive correct mouse input.
Ie, i cant ether mouselook , or choose options in menu, when i hover cursor
over option, the game doesnt highlight option or allow to do anything - in
version 1.1.34 this works fine.
Whats even more interesting the buttons work - ie. i can shoot with left button
or aim with right button.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21138
Summary: Wine console, cd command possible bug
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: webmobster(a)gmail.com
When using the cd .. command with a space appended it doesn't move up a
directory.
e.g. "cd .. ", but if you add a slash but keep the space it does, e.g. "cd ../
"
Without the space the command behaves as expected.
I don't have windows any more so I can't tell if this is replicating windows
behaviour, but I noticed it when using a program that uses a batch script, and
this caused it to error out.
--
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=21310
Summary: motocross madness crashing since 1.1.35
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Brunoooh(a)laposte.net
Hi,
sorry for reporting something "out of the ordinary" and I'm waisting some of
your time
my personnal aim is to run Microsoft's Motocross Madness (the 1st one) within a
virtual computer (sorry... I'm a great fan of this game and as years passes
more and more GPUs and OSs are uncompatible)
because it has a check for a 3D card before launching it's impossible to use in
a windows virtual machine... but thanks to you Wine devs I'm able to use it
within an Ubuntu VM
actually I was able :(
emulation as never been perfect : perfct menus but ingame textures are
completely wrong (a mix of very flashy colors for the area and only black for
the player) but the game was launching and somebody knowing the game could play
it
but since the last Wine upgrade the game can't launch (black screen then a
windows like text box telling me to report the crash if it doesn't crash the
same in a real windows OS
I'm sorry if this is irrelevent and if my explanations are quite confused
Any help or tip is welcomed and if I can give you more details just tell me
what to look for and I'll send it to you
PS : I had to roll back Wine version, synaptics only offered me 1.0.6 version :
I did and the game went back to buggy but working emulation ;)
--
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=21387
Summary: NetTerm locks up
Product: Wine
Version: unspecified
Platform: x86
URL: http://www.securenetterm.com/pub/nt325405.exe
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
CC: support(a)securenetterm.com
This is a Bug discussed in Bug 11621 but not belonging there.
Summary:
> As the author of NetTerm, SecureNetTerm, SNetTerm and SecureFTP, I am seeing
> the same problem with NetTerm that I see with Putty as it relates to the telnet
> connection problem.
>
> Our SNetTerm product, as well as the Microsoft telnet.exe DOES NOT have this
> issue.
>
> Is there been any additional information on this issue that would help us get
> this resolved? Where to look? Anytime we can test in the winsock area to help
> resolve the issue?
> I am not sure that this is all that is going on. Our NetTerm product DOES NOT
> send a SIOCATMARK, yet the behavior is much like Putty's. That is, it connects
> to the host ok, then about 2-3 seconds after the connect, it freezes.
>
> Note that it IS NOT a the same place everytime. That is, if I run NetTerm
> without a script, I cannot type fast enough to enter my userid at the Login:
> prompt before the application locks up. However if I use a script, it logs in
> and gets to the command line then locks up.
>
> It appears that some type of timer is involved.
>
> The really strange thing is our SNetTerm product is not affected by the bug at
> all. It does a telnet connect and everything works ok. The same is true for
> the Microsoft telnet.exe program.
> The current version of NetTerm can be downloaded from:
>
> http://www.securenetterm.com/pub/nt325405.exe
>
> and includes a 60 day trial period. If more time is needed, or has been
> downloaded before and trial period has expired, contact me at
> support(a)securenetterm.com and I will send a new key.
> I found the problem. It is in the telnet tcpip network code, sort of like the
> Putty problem. NetTerm locks up when it issues a winsock recv()call for 1 byte
> with MSG_PEEK in the flags field.
--
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=21749
Summary: wine 1.2 sierra watcher 3g can't run
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amtloc1(a)gmail.com
while using wine1.2
i've installed sierra wireless 3g watcher.msi (watcher_generic.msi)
but i can't open it.
it crashes right away
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21889
Summary: F/A-18E Super Hornet fails to start
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
F/A-18E Super Hornet is a jet sim published by Interplay in 2000. I have the
version from GoG's catalogue:
http://www.gog.com/en/gamecard/f_a_18e_super_hornet
Symptom: the game shows a black screen on startup then exits (sometimes with a
segmentation fault). The game is installed in a clean wine environment.
What tried so far:
changing various windows versions in winecfg
fullscreen/virtual desktop mode
pixel/vertex shaders on/off
ORM = fbo / backbuffer
audio set to full/emulation alsa/oss
Whatever I tried terminal output remained the same (see attached log).
Wine-1.1.39 from source
Fedora 12 x86
Nvidia driver 190.53
--
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=21954
Summary: Blood Ties (Yahoo! Games) fails during the startup
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=26653)
--> (http://bugs.winehq.org/attachment.cgi?id=26653)
console log from wine-1.1.39-349-g1970fb3
1. Blood Ties (Yahoo! Games) fails during the startup. Before it at least
opened browser's window.
2. I did a regression test between 1.1.39 and 1.1.40:
1970fb35d40240448a311cf2fcd371c9d61300cb is first bad commit
commit 1970fb35d40240448a311cf2fcd371c9d61300cb
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Mar 5 12:28:12 2010 +0100
server: Allow the debugger to be debugged.
:040000 040000 a6fe55a2a89f0245ca07cba46177fc6c319697d5
12a220a36a859e124dbad9298eeecf1fc8bb2c2f M dlls
:040000 040000 3b832a24d3e2da2573e535f85cdba26bfb57e597
6c0fc4ee2b3e1c387f6dd5cfc85e7a68f27946bb M server
3. No other bug report suffers from this commit.
4. Revert of this patch on top of wine-1.1.40 makes that problem go away.
5. Adding author of this patch to CC.
--private keyword: bisected
--
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=22012
Summary: Cinema 4d 10: Entering arrowed submenus in dropdowns
crashes menu alone.
Product: Wine
Version: 1.1.40
Platform: x86-64
URL: http://murderslastcrow.deviantart.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: murderslastcrow(a)gmail.com
This issues is known NOT to exist in any of the recent versions of Wine UNTIL
1.1.40. This is a new bug, where if you click the File menu dropdown, and mouse
over the Recent Files or Export menus, the menu will crash, not allowing you to
easily export files in the program, or use any other arrow-listed menus (these
occur very commonly throughout the program). The terminal didn't output
anything specific while running Wine, but there is a video attached which
exhibits this behavior. It DOES NOT occur in Wine version 1.1.39. This is a NEW
bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22162
Summary: Knights of the Old Republic: Cursor Doesn't Show
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: clone2727(a)gmail.com
CC: julliard(a)winehq.org
Starting with commit c83ea46e1aaf8f8ca130cfe70435daf388b57daf "user32: Return
fake global information in GetCursorInfo instead of thread-local values.", the
cursor no longer appears in Star Wars: Knights of the Old Republic (1 or 2).
--
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=22197
Summary: PlayOnline viewer shows black screen
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://dl.square-enix.co.jp/polus/setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
When trying to confirm bug 22145, i found recent regression...
1. When switching into windowed mode (not need for reproduction, but shows
another flaws) and running "wine pol.exe", it will display black window and
only music plays.
2. I did a regression test between 1.1.40 and 1.1.41:
78166b0b23a1c0ce81f19c7c85dc18a0d672425d is first bad commit
commit 78166b0b23a1c0ce81f19c7c85dc18a0d672425d
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Mar 15 21:07:31 2010 +0100
wined3d: Implement SetDestWindowOverride() by simply making the context
current on a different window.
:040000 040000 e0ba03c96fefb6d42b18b98db092da5e81854192
419d4ced841d332931a5973aa167c4f21e1b4bad M dlls
3. No other bug report suffers from this commit.
4. Revert of this patch on top of wine-1.1.41-211-g719d904 makes that problem
go away.
5. Adding author of this patch to CC.
--private keyword: bisected
Bonus flaws in windowed mode with reverted patch. When resizing apps (not wine)
window:
* content gets shifted and part of it is missing now.
* Wine mouse pointer (windows) does not follows POL pointer (custom hand)
* moving POL window (not wine's) asynchronously moves content of the window
(shift metricks changes, different speed of movement, incorectly repainted...)
I intentionally do not open new bugs for these, because it may get fixed when
failing commit is fixed. So i rather mention this as another testcases when
validating if new commit is OK.
--
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=20901
Summary: Wine Command Prompt doesn't recognize 2 SET commands
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ssjgoku75x(a)aol.com
Hello, I am a Batch programmer and when executing one of my scripts, the Wine
Command Prompt didn't recognize the follow SET commands:
set COMPUTERNAME
set HOMEDRIVE
When these are ran, I get this error:
Environment variable COMPUTERNAME not defined
and
Environment variable HOMEDRIVE not defined
Is this a bug or a missing feature?
Thanks! ^^
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20737
Summary: Mordor - the depths of Dejenol installer crashes
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
CC: eric.pouech(a)orange.fr
Created an attachment (id=24806)
--> (http://bugs.winehq.org/attachment.cgi?id=24806)
Mordor crashes when SETUP.EXE is run under wine-1.1.33-88-gd51b4e1
First of all this is new and completely different from bug 20709. Mordor is a
16bit game and crashes when SETUP.EXE is run...
1. Please consider UNCONFIRMED->NEW and KEYWORDS: +REGRESSION, +DOWNLOAD,
+INSTALLER
2. Did a regression test between 1.1.33 and 1.1.33-88-gd51b4e1:
8e248c063f040bf6d9a1b124c3ab443ca3e5a64e is first bad commit
commit 8e248c063f040bf6d9a1b124c3ab443ca3e5a64e
Author: Eric Pouech <eric.pouech(a)orange.fr>
Date: Sun Nov 15 22:09:59 2009 +0100
gdi.exe: No longer use 16bit abort procs inside the DC structure.
:040000 040000 b178a3e623dccb933d2ef5f096470c66daf6976a
45608a6ed509a8418c77c20b36acb0e531e829b8 M dlls
3. No other bug report suffers from this commit.
4. Revert of this patch on top of wine-1.1.33-88-gd51b4e1 fails due to other
code changes.
5. Adding author of this patch to CC.
--private keyword: bisected
Download and unzip into one directory, then run SETUP.EXE:
http://decklinsdomain.net/DemDev/archives/Mordor1/MORDOR1A.ZIPhttp://decklinsdomain.net/DemDev/archives/Mordor1/MORDOR1B.ZIP
--
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=20496
Summary: wine iexplore crashes if cancelling gecko install
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://db.mmo-champion.com/adys/wine-9291/wine-9291.ht
m
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
WINEPREFIX=~/wine-test wine iexplore
http://db.mmo-champion.com/adys/wine-9291/wine-9291.htm
Hit "cancel" to the gecko install warning.
wine: Unhandled page fault on read access to 0x8fff0018 at address 0x7e1537c8
(thread 0009), starting debugger...
Backtrace attached. Maybe related to the javascript linked? iexplore
http://google.com does not reproduce the bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19916
Summary: Steam client color scheme appears as green/red instead
of gray/brown
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmuncrief(a)comcast.net
The Steam client color scheme now appears as green/red instead of the normal
gray/brown. I didn't see any unusual errors output in the console, but I see
from git that new ColorShifts code has been implemented so I assume this is the
problem. This problem doesn't occur in any previous wine versions I've tried.
I'm running Ubuntu Jaunty x86_64 with an Athlon X2 3400+ processor and Nvidia
7800GT video card.
--
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=20333
Summary: Azteca and Diamond Drop 2 crash
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: c_korn(a)gmx.de
Hello,
the games Azteca and Diamond Drop 2 crash and give only this output:
fixme:nonclient:NC_HandleSysCommand unimplemented WM_SYSCOMMAND f150!
--
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=22257
Summary: AntiVir requests IE installation in a WoW64 setup
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://download.cnet.com/Avira-AntiVir-Personal-Free-A
ntivirus/3000-2239_4-10322935.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Running the setup program for AntiVir Personal Edition in a WoW64 setup results
in it producing a message saying "this product requires version 6 of Microsoft
Internet Explorer or higher" and exiting. This doesn't happen when using pure
32-bit Wine. Manually adding the following to system.reg gets around this
problem:
[Software\\Wow6432Node\\Microsoft\\Internet Explorer] 1270304197
"Version"="6.0.2900.2180"
Note: to see this in AntiVir 10 (the linked version), you need to run the setup
program, kill it manually when it hangs, then run it a second time.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22451
Summary: Polybius crashes while loading a new game.
Product: Wine
Version: 1.1.43
Platform: x86
URL: http://www.sinnesloschen.com/1.php
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Created an attachment (id=27500)
--> (http://bugs.winehq.org/attachment.cgi?id=27500)
default output + backtrace
Download the game, after about 20 seconds of loading it will crash.
Tested with wine-1.1.43-191-g7614656.
--
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=22941
Summary: New behaviour of wineconsole (Alt+F4 emulation by [x]
button pressing) causes problems with FAR manager
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ozerski(a)list.ru
In 1.2-rc2 under KDE 3.5.9 (Mandriva 2008.1) an incorrect behaviour of FAR
Manager 1.70 is found. This problem is new, even 1.2-rc1 has it not. FAR
manager is a win32 console norton-like file manager wich can be used under wine
using wineconsole. Like other two-panel file managers, FAR supports own hot
keys which not always are the same as the standard hot keys in MSWindows. E.g.,
Alt+F4 is for FAR not a command for closing but for editing a file. In native
MSWindows, there are exist two ways to terminate FAR: 1) F10 key causes
"internal" terminating of application with a prompt dialog, auto-saving of
preferences etc. 2) Clicking on the Close button [x] on the top of the border
of console window causes terminating of FAR immediately (that can be useful to
preserve default settings etc). Before the last WINE release-candidate the
behaviour of WINECONSOLE was the same as of the native MSWindow console and I
could quickly terminate FAR using KDE-made [x] button. Now clicking [x]
(Standard Close Button on the right-top of KDE window containing WINECONSOLE)
causes an emulation of a pressing of Alt+F4. At result, the FAR manager does
not terminate but opens a current file for edit. That is a wrong behaviour wich
can cause different problems for console applications with non-standard hot
keys (Maybe, introducing a possibility to customize the handling of the
standard WINECONSOLE buttons could be also a good 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=23204
Summary: Editor refresh problems in EngIntsite CSS Editor
Product: Wine
Version: 1.2-rc1
Platform: x86-64
URL: http://www.enginsite.com/css-editor.htm
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download, regression
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mstefani(a)redhat.com
CC: dmitry(a)codeweavers.com
While trying to reproduce bug 17510 I have seen that there is a new regression
in EngIntsite CSS Editor: the CSS Editor tab shows garbage (basically the
previous content that happened to be in that spot). When loading a CSS file (I
used http://www.winehq.org/styles.css) and clicking in the CSS Editor tab the
corresponding line gets refreshed. Switching to an other tab and back brings
back shows garbage again.
7d3cb53cf1a5f40094fbc3332524ec98781d3779 is the first bad commit
commit 7d3cb53cf1a5f40094fbc3332524ec98781d3779
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Tue May 18 20:53:18 2010 +0900
gdi32: Do not use VDMX for mapping of negative font heights, based on a
test case.
:040000 040000 06c1fd576cfebd3c095713c9ced67c992f890a9d
f0dd2f0ff66c09581dc1093700023deb525a133e M dlls
Reverting this commit on top of wine-1.2-rc3-57-gb3f0425 makes the problem go
away.
There is an other bug 22815 affected by this commit but there it produces a
crash so I'm not marking this as duplicate of that. Here it is just an annoying
refresh 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=23236
Summary: WWIIOnline: joystick not responding
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yoav.benyosef(a)gmail.com
WWIIOnline (Battleground Europe) stopped responding to joystick after release
of version 1.31. In prior versions joystick worked perfectly. Tested on
ubuntu/kubuntu 10.04 and PCLinuxOS 2010.1. Joystick model is Saitek ST290 Pro,
it works OK in other programs under wine.
The game can be d/l here:
http://www.battlegroundeurope.com/index.php/getting-started/download-the-ga…
--
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=23257
Summary: TAGAP: mouse input doesn't work
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.gamershell.com/download_20488.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
In the game TAGAP (The Apocalyptic Game About Penguins) mouse is completely
unusable. When you move the mouse, the pointer always jumps back to the
upper-right corner.
Changing the MouseWarpOverride registry entry to enable/disable/force doesn't
help.
--
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=23513
Summary: Dark Fall 2 - Lights Out: Text cropped off pages in
books
Product: Wine
Version: 1.2-rc5
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=29352)
--> (http://bugs.winehq.org/attachment.cgi?id=29352)
WINEDEBUG=+text wine lightsout.exe 2> blah.txt
This is a somewhat trivial bug, but it affects the gameplay since you cannot
read clues found in books. Attached is a log I got from rolling credits, which
was also cropped/scaled improperly...
--
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=23952
Summary: wine can't launch fullscreen DirectX applications with
enabled dri
Product: Wine
Version: 1.2
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alp(a)sfedu.ru
Created an attachment (id=30069)
--> (http://bugs.winehq.org/attachment.cgi?id=30069)
Xorg log file
When I launch any full-screen DirectX windows application, I get following
error:
> wine fallout2.exe
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 1 (X_CreateWindow)
Serial number of failed request: 397
Current serial number in output stream: 399
However, when I disable DRI, most of my Windows games works. I have ATI Radeon
1600 Pro video adapter. X logs and config are 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=23985
Summary: Wine doesn't use standard mouse cursor
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ilidrissiamine(a)gmail.com
Created an attachment (id=30123)
--> (http://bugs.winehq.org/attachment.cgi?id=30123)
Patch that makes Wine use standard mouse cursor
Actually, Wine uses it's own (and ugly) mouse cursors instead of the system
one. The patch attached makes Wine use the system mouse cursor (at least the
regular one).
--
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=24451
Summary: Saira: screen resolution problem
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://nifflas.ni2.se/content/Saira/Saira%20112.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=30846)
--> (http://bugs.winehq.org/attachment.cgi?id=30846)
terminal output
Saira is an indie 2D platformer.
I can only start the game if I choose windowed mode from the game configuration
utility.
In windowed mode the lower part of the screen is cut off, making this game
unplayable.
It doesn't matter if I use Wine's virtual desktop mode or fullscreen. The game
has a 1024x600 resolution and the window cannot be resized. There's no option
to change the resolution.
How to reproduce the issue in the demo:
1. After installation launch the Settings.exe application and make sure
'Windowed' mode is selected (msvcp60.dll needs to be placed into /system32 for
that).
2. Launch the game: the main menu displays correctly but as soon as you start
the game you'll notice the truncated screen.
Fedora 13
Nvidia 7600 / driver 256.53
--
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=24656
Summary: iSnooker fails to run
Product: Wine
Version: 1.3.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: landronimirc(a)gmail.com
Created an attachment (id=31170)
--> (http://bugs.winehq.org/attachment.cgi?id=31170)
screen shot of the error
The game iSnooker fails to run on Wine (Xubuntu Lucid). Although the program
installs fine, it will not run and pop an error message (attached). This is a
fresh install of Wine. The app was installed with 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=24677
Summary: ARM call_stack_handlers not implemented
Product: Wine
Version: 1.3.4
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: darion76(a)gmail.com
Error when I try to run WinRar setup (shareware www.rarlab.com)
fixme:seh:call_stack_handlers not implemented on ARM, exceptioncode: c0000005
Hardware I use is Sharp Netwalker PC-Z1 CPU Freescale iMX.515 ARM Cortex-a8
OS Ubuntu 9.04. wine build from sources.
--
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=24709
Summary: black shadow when running Tencent QQ and Thunder
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zzs90321(a)mail.ustc.edu.cn
When running Tencent QQ and Thunder ( most frequently used applications in
China ) , large area of black shadow appears.
The screenshot is below:
--
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=24956
Summary: King's Bounty - The Legend: no native mouse pointer
Product: Wine
Version: 1.3.6
Platform: x86
URL: http://www.gamershell.com/download_32652.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=31603)
--> (http://bugs.winehq.org/attachment.cgi?id=31603)
console log
King's Bounty-The Legend (and its sequel, KB-Armored Princess) doesn't show its
own mouse pointer (a pointing hand icon, wearing a gauntlet) but the standard
Wine mouse pointer.
The mouse pointer works properly both in the menu and in the main game though
(except it doesn't change its shape when it should).
The attached log doesn't show too much valuable information. It was created by
starting the game, skipping the intros and waiting until the main menu appears
(the mouse pointer should show up already in the menu).
It didn't work in Wine-1.0.1 either.
--
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=25057
Summary: Magic Workstation: mwsplay.exe crashes when launching
it
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: graffity2199(a)yahoo.fr
Created an attachment (id=31772)
--> (http://bugs.winehq.org/attachment.cgi?id=31772)
The complete trace log
Hello,
When launching MWSPlay.exe, it simply crashes displaying an "Access violation"
exception and I don't know why.
I'm running it with the latest wine version (1.3.6) on my 10.04 Ubuntu.
Could you help me finding out what's going on ?
I've launched the following commands :
$ uname -a
Linux graffity-desktop 2.6.32-24-generic-pae #39-Ubuntu SMP Wed Jul 28 07:39:26
UTC 2010 i686 GNU/Linux
$ wine --version
wine-1.3.6
$ WINEDEBUG=+trace,+seh,+tid,+relay wine MWSPlay.exe 2> MWSPlayTrace.txt
$ lzma -9 MWSPlayTrace.txt
You'll find as attachement the generated log.
Thanks a lot for your time !
Regards,
--
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=25161
Summary: Warlords III demo: mouse clicks don't register in the
main game
Product: Wine
Version: 1.3.7
Platform: x86
URL: http://download.cnet.com/Warlords-III-demo/3000-7562_4
-10010589.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=31914)
--> (http://bugs.winehq.org/attachment.cgi?id=31914)
terminal output
After bug #24779 has been fixed, I'm facing with an another problem now:
neither mouse clicks nor the keyboard works after you started a new game. The
mouse works in the menus and during the character selection stage, but not in
the main game. I can't select any units, can't scroll the screen. The keyboard
shortcuts are non-functional, too (e.g. ctrl+q doesn't brings up the
confirmation dialogue).
I tried the demo in virtual desktop mode and in fullscreen, too: none of them
worked.
It doesn't work in Wine-0.9.33 either.
Fedora 14 x86
Gnome 2.32.0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25292
Summary: Galcon Fusion: Steam overlays don't work in the game
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelytharun(a)gmail.com
As title says, there are no Steam overlays in this game. No achievements, no
forums, no chat, etc. The overlays work perfectly in other games I have, using
the same configuration.
--
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.