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=24978
Summary: Assertion error in winegstreamer
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jkohen(a)users.sourceforge.net
When using Wine 1.3.6 to play Oblivion I get consistent crashes after a couple
minutes of playing. This works fine with Wine 1.3.5. The error is always the
following:
amapps\common\oblivion\Oblivion.exe: filesource.c:1181:
FileAsyncReader_WaitForNext: La declaración `rtStop == rtSampleStop' no se
cumple (that's an assertion error).
I've done a bisection, and it leads to the patchset by Aric Stewart. I can't
pinpoint it to a single change because the first four patches cause Oblivion to
freeze when it tries to play its intro video, I assume because the feature is
incomplete without the fifth patch. Git's bisect output:
There are only 'skip'ped commits left to test.
The first bad commit could be any of:
30c1fe5836482d3a57f0f69cba4bac6ffba7ce9a
d53cdf7325c0faa90cc2312606bb7ab0b66417db
85c2ebc563a8098b9002e5a2330a2e692851fe87
a2916f3a0bfe7e4d2157c5a7413358391d00ba71
af927de18bcd6a11a3d6c156cea5da2fe29c95bf
We cannot bisect more!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24243
Summary: urlmon's HttpProtocol_open_request fails in small test
app
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Continuing with the sample app http://netikka.net/dev/ole.zip :
to get around bug 24242, do 'winetricks msxml3'. The app then
fails when you click on the button with
001c:Call wininet.InternetConnectW(00000001,001973c0
L"www.winehq.org",00000050,00000000,00000000,00000003,00000000,001972b8) ret=7
e27f890
trace:urlmon:internet_status_callback 0x1972b8 INTERNET_STATUS_HANDLE_CREATED
trace:urlmon:HttpProtocol_AddRef (0x1972b8) ref=3
001c:Ret wininet.InternetConnectW() retval=00000002 ret=7e27f890
trace:urlmon:BindInfo_GetBindString (0x193408)->(2 0x32d8d4 256 0x32df18)
warn:urlmon:HttpProtocol_open_request GetBindString BINDSTRING_ACCEPT_MIMES
failed: 800c0012
...
trace:ole:ICreateErrorInfoImpl_SetDescription (0x1933c8): L"System error:
-2146697206.\r\n"
'winetricks ie6' works around 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=6912
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> 2010-11-12 13:34:55 CST ---
Closing bugs fixed in 1.3.7.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22963
Summary: Tooltip for the system tray icon appears for the wrong
application
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://www.foobar2000.org/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
- Make sure you have a Notification Area applet in the panel.
- Start uTorrent; wait a bit; start Foobar2000.
- Move the mouse cursor on the uTorrent system tray icon, wait a bit, notice no
tooltip appears.
- Move the mouse cursor directly on the Foobar2000 system tray icon, notice a
tooltip appears for uTorrent (see attached screenshot). Normally it should show
the Foobar2000 tooltip, which sais "foobar2000".
You can get these applications from the following URLs:
http://www.foobar2000.org/downloadhttp://www.utorrent.com/downloads/complete?os=win
I'm using Ubuntu 10.04 64, Metacity.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
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=6319
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2010-11-12 13:34:51 CST ---
Closing bugs fixed in 1.3.7.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=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=24458
Summary: Final Fantasy XIV Benchmark: Crashes after clicking
start.
Product: Wine
Version: 1.3.3
Platform: x86-64
URL: http://uk.download.nvidia.com/nzone/international/benc
hmarks/ffxiv/FFXIVBenchmark.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cinco_flare(a)hotmail.com
Created an attachment (id=30856)
--> (http://bugs.winehq.org/attachment.cgi?id=30856)
Console and snips of winedebug+all before exception
After selecting options and clicking start, a black window appears and
immediately crashes. Native d3dx9_36.dll or 41 can be used for a workaround,
but even then, the framerate is very slow and there's some flickering. Even
when running on a brand new install of windows 7, the DirectX End-User Runtime
Web Installer needs to be run to update 9.0c files. Probably most of these
updates are awaiting implementation in wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=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.