http://bugs.winehq.org/show_bug.cgi?id=19267
Summary: Using a Depth + Stencil format is causing a memory
leak
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hpestilence(a)gmail.com
I was having a memory leak with eve-online and found the patch that caused the
memory leak was the added support of depth stencil formats with
commit f8c4832276fb740e527fed87aa27975f91546d26
wined3d: Use GL_DEPTH24_STENCIL8_EXT for depth stencil formats.
I disabled the stencil format in the eve-online options by choosing 24-bit
depth only and the memory stayed stable.
I wasn't sure if this was an ATI driver bug so I'm reporting it here first.
I also tested using a HDR demo from here
http://www.daionet.gr.jp/~masa/rthdribl/
The demo starts with a 16-bit depth first which can be changed to a depth +
stencil format by going to File->Config Display.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21758
Summary: another CommandLineToArgvW bug with empty lpCmdLine
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pleasenospam325(a)mail.ru
CommandLineToArgvW() with empty lpCmdLine truncates result to 6 characters.
http://source.winehq.org/git/wine.git/?a=blob;f=dlls/shell32/shell32_main.c…
Looks like some bug in GetModuleFileName() was fixed and this broke
CommandLineToArgvW
Test: (builds with mingw)
*************************************
#include <windows.h>
#include <stdio.h>
int main()
{
int i, numargs;
for (i = 0; i < numargs; i++)
{
printf("argv[%d]: %S\n", i, CommandLineToArgvW(L"", &numargs)[i]);
}
return 0;
}
*************************************
result:
*************************************
[il@archvm ~]$ pwd
/home/il
[il@archvm ~]$ wine commandlinetoargv.exe
argv[0]: Z:\hom
[il@archvm ~]$
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10836
Summary: Skijump fails to start:Could not find the selected
Direct3D adapter.
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.mediamond.fi/dsj3/downloads/dsj3v161.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
A user submitted this version with garbage test results into appDb. It pops up
a message with "Could not find the selected Direct3D adapter."
--
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=15486
Summary: Impulse: Cannot connect to server
Product: Wine
Version: 20050930
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)dbzer0.com
Created an attachment (id=16384)
--> (http://bugs.winehq.org/attachment.cgi?id=16384)
The wine console output
When trying to use Impulse (http://www.impulsedriven.com/), the first thing one
must do is login or create an account. Both of these actions do not work as you
will get an error that you cannot connect to the server ("Server not
responding, please check your internet connection")
Impulse needs DotNet2 so that only change I have done to .wine is install that
which requires that I copy the native l_intl.nls into the
~/.wine/drive_c/windows/system32 directory
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21593
Summary: Grand Prix World v1.01: crash on startup
Product: Wine
Version: 1.1.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teemu.j.paakkonen(a)gmail.com
Created an attachment (id=26045)
--> (http://bugs.winehq.org/attachment.cgi?id=26045)
Log of Grand Prix World v1.01 crashing.
Wine crashes when attempting to start Grand Prix World v1.01. Same thing
happens with the winXP patched version too.
I am running the game in 16 bit color depth mode, as the game requires.
Something unimplemented in the ddraw component perhaps?
Wine output log attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13921
Summary: Installation of Quest Toad 9.6.1 fails with file access
error message
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: splatadder(a)gmail.com
When installing Quest Toad 9.6.1 the following message is issued:
"While attempting to access the installation files an error ocured."
Full message may be seen in screenshot attached. native components installed
OS: ubuntu 8.0.4
WINE: 1.0-rc5
No native components installed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20129
Summary: FaleWEB doesn't run on Wine (crashes on startup)
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabspeck(a)gmail.com
Created an attachment (id=23709)
--> (http://bugs.winehq.org/attachment.cgi?id=23709)
Wine output and back trace
Hello,
We use a VoIP/SIP application called FaleWEB in our company, and unfortunately
it's Windows-only and the corporate SIP server rejects any other SIP client
based on the User-Agent.
However, when we try to run it on Wine, it crashes with the output/back trace
attached.
I can supply you with the installer, if needed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18856
Summary: using selectSingleNode method : "xmlXPathEval:
evaluation failed"
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://home.scarlet.be/linux/compteco/testxml2.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincent.hardy.be(a)gmail.com
Created an attachment (id=21672)
--> (http://bugs.winehq.org/attachment.cgi?id=21672)
msxml trace
see test program at url above.
(content.xml is extracted from an empty ods file)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13539
Summary: Equalizer in foolbar2000 does not work
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pzinin(a)gmail.com
When I am run foolbar2000 and open equalizer, player doesn`t work. I`m kill it
only.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14786
Summary: mkv2vob halts with the message "error getting mkv info"
Product: Wine
Version: 1.1.2
Platform: PC
URL: http://forum.doom9.org/showthread.php?t=131782
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugs.winehq.org(a)cannonfodder.nl
Created an attachment (id=15331)
--> (http://bugs.winehq.org/attachment.cgi?id=15331)
mkv2vob wine output
When using mkv2vob, using defaults (and adjusted settings), selecting a .mkv
and adding it to the list, the application halts with the error "error getting
mkv info"
Since this is one of the more useful mkv applications out there, it might be
nice to get this working with wine.
There was some output, see 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.