http://bugs.winehq.org/show_bug.cgi?id=14501
Summary: docs incorrectly claim that unc paths work
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: documentation
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: codeslinger(a)compsalot.com
The docs for unc path are wrong they do not reflect reality.
According to the docs
http://www.winehq.org/site/docs/wineusr-guide/misc-things-to-configure#AEN4…
and also according to this rather odious comment
http://www.winehq.org/pipermail/wine-users/2007-August/027715.html
unc paths, should work, all you do is create a symlink and you are done.
Well, I am under intense deadline pressure and I just spent two days of effort
trying to get a client/server app to run that requires unc paths. And finally
after a lot of study and banging of head against brick wall, finally I find
this bug #425 which makes it pretty darn clear that not only does unc path not
work, but it never actually has worked!!!!
http://bugs.winehq.org/show_bug.cgi?id=425
So I ask that you kindly please fix the docs so that others are not subjected
to the same levels of tribulations which I have just needlessly gone through.
That bug has been open since 2002, I see no indication that it is going to get
fixed any time soon.
I have the highest respect and admiration for the winehq project and the people
who created it, but this sort of thing is a major black mark against wine. I
will be very reluctant to attempt to use wine in the future.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17516
Summary: Safari 4 Beta Crashes on Launch
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://www.apple.com/safari/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=19629)
--> (http://bugs.winehq.org/attachment.cgi?id=19629)
console output
Wine crashes when launching safari.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14574
Summary: iphlpapi: GetAdaptersAddresses required for some utility
classes in system.net namespace (.NET)
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
encountered this insufficiency several times while investigating bugs in
several .NET/managed apps:
--- snip ---
..
First chance exception generated: (0x125ef4c)
<System.EntryPointNotFoundException>
ClassName=<null>
AssemblyName=<null>
MessageArg=<null>
ResourceId=0
_className=<null>
_exceptionMethod=<null>
_exceptionMethodString=<null>
_message=(0x125f094) "Unable to find an entry point named
'GetAdaptersAddresses' in DLL 'iphlpapi.dll'."
_data=<null>
_innerException=<null>
_helpURL=<null>
_stackTrace=(0x125f16c) <System.SByte[]>
_stackTraceString=<null>
_remoteStackTraceString=<null>
_remoteStackIndex=0
_dynamicMethods=<null>
_HResult=-2146233053
_source=<null>
_xptrs=0
_xcode=-532459699
Exception is called:FIRST_CHANCE
[0110] mov esi,eax
(cordbg) w
Thread 0x4a Current State:Background,GCUnsafe spot
0)* System.Net.NclUtilities::GetLocalAddresses +0272[native] +0029[IL]
1) System.Net.NclUtilities::get_LocalAddresses +0219[native] +0081[IL]
2) System.Net.ServicePoint::IsAddressListLoopback +0067[native] +0002[IL]
3) System.Net.ServicePoint::SetAddressList +0082[native] +0024[IL]
4) System.Net.ServicePoint::GetIPAddressInfoList +0503[native] +0228[IL]
5) System.Net.ServicePoint::ConnectSocketInternal +0150[native] +0022[IL]
6) System.Net.ServicePoint::ConnectSocket +0055[native] +0000[IL]
7) System.Net.ServicePoint::GetConnection +0257[native] +0067[IL]
8) System.Net.PooledStream::Activate +0142[native] +0024[IL]
9) System.Net.Connection::CompleteStartConnection +0360[native] +0111[IL]
..
--- snip ---
The missing iphlpapi export seems not critical for functioning of apps (first
chance exception is caught) but it's better to fill holes in wine's API.
MSDN info here: http://msdn.microsoft.com/en-us/library/aa365915.aspx
Set component as -unknown- because iphlpapi component doesn't exist in
bugzilla.
(NOTE for myself: encountered this in VS.NET 2005 startup phase, under managed
debugger, 'ca e')
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=17922
Summary: LiveZilla aborts due to unimplemented mshtml stubs
Product: Wine
Version: 1.1.18
Platform: PC
URL: http://www.livezilla.net/downloads/files/LiveZilla_3.1.7
.12_Setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=20254)
--> (http://bugs.winehq.org/attachment.cgi?id=20254)
LiveZilla standard error messages
With today's Git (wine-1.1.18-100-g9c95322), after installing the .NET
Framework 2.0 with winetricks and installing LiveZilla, starting the LiveZilla
application yields a dialog box with the message "Internet Explorer cannot be
accessed: The method or operation is not implemented.", which seems to stem
from:
fixme:mshtml:HTMLLocation_get_href (0x6cc3f98)->(0x32bfe4)
Changing the stub to return S_OK only changes the particular error that occurs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32414
Bug #: 32414
Summary: Unhandled page fault exception when launching the
Samsung TV SDK's emulator
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andyearnshaw(a)gmail.com
Classification: Unclassified
Created attachment 42759
--> http://bugs.winehq.org/attachment.cgi?id=42759
Debug output for Emulator2.exe
When executing Emulator2.exe from the Samsung TV SDK 3.5.2 (from
http://samsungdforum.com), the program immediately exits with the following
error:
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00409373)
Full output with the command used to launch is attached. As for the SDK
itself, that fails with a similar error message, but it's just an IDE (and/or a
plugin for Eclipse) and much of the functionality can be reproduced with other
applications. The emulator is the only part of the SDK whose functionality
cannot be reproduced in a Unix environment.
I've attempted various suggested workarounds, such as changing to the .exe
file's directory before execution and running from a 32-bit Wine prefix. I've
also tried several older versions of the emulator with the same result.
A brief discussion regarding the issue can be found on the Wine forums at
http://forum.winehq.org/viewtopic.php?f=8&t=17835.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30594
Bug #: 30594
Summary: Mak of eternity crashes with DirectDraw mode.
Product: Wine
Version: 1.5.3
Platform: x86
URL: http://www.download.com/King-s-Quest-The-Mask-of-Etern
ity/3000-7564_4-10025133.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Classification: Unclassified
Created attachment 40030
--> http://bugs.winehq.org/attachment.cgi?id=40030
Backtrace with ddraw channel enabled.
Mak of eternity crashes with DirectDraw mode. With Direct3D mode, the game
starts.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9665
Summary: Mask of eternity crashes at startup with wine version
0.9.36 and newer
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deadlock(a)start.no
Kings Quest 8 - Mask of Eternity crashes on startup with an exception error.
The specific error has been attached. Version 0.9.36 didn't have this problem,
and after doing a lot of debugging and regression I located that the problem is
located in a change between version 0.9.36 and 0.9.37. The specific code is
shown below.
wine version 0.9.36, file wine/dlls/ddraw/direct3d.c:
324 d1 = dref;
325 d2 = dref;
326 hr = Callback( (LPIID) &IID_IDirect3DRefDevice,
reference_description, device_name, &d1, &d2, Context);
wine version 0.9.37(and up to version 0.9.45 at least):
327 d1 = dref;
328 d2 = dref;
329 /* The rgb device has the pow2 flag set in the hel caps, but not in
the hal caps */
330 d1.dpcLineCaps.dwTextureCaps &= ~(D3DPTEXTURECAPS_POW2 |
D3DPTEXTURECAPS_NONPOW2CONDITIONAL | D3DPTEXTURECAPS_PERSPECTIVE);
331 d1.dpcTriCaps.dwTextureCaps &= ~(D3DPTEXTURECAPS_POW2 |
D3DPTEXTURECAPS_NONPOW2CONDITIONAL | D3DPTEXTURECAPS_PERSPECTIVE);
332 hr = Callback( (LPIID) &IID_IDirect3DRGBDevice,
reference_description, device_name, &d1, &d2, Context);
I tried commenting out line 330 and 331 in version 0.9.44 and the game ran
without crashing at startup, but there has to be a better way to solve this.
--
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=30586
Bug #: 30586
Summary: Kings Quest 8 crashes on startup
Product: Wine
Version: 1.1.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
this issue is split off from bug 2905
It was first mentioned in http://bugs.winehq.org/show_bug.cgi?id=2905#c16
Copied over my analysis from: http://bugs.winehq.org/show_bug.cgi?id=2905#c19
--- quote ---
yep, there is an initial crash preventing the game to load which needs to be
fixed first.
IDirect3D3::EnumDevices calls the app supplied callback two times.
It seems the game doesn't like IID_IDirect3DRGBDevice and resets some internal
data structures - one of them is a pointer to an internal device string
"D3D-display".
When the enumeration callback is called a second time for
IID_IDirect3DHALDevice, the app code tries to do some search/replace on that
string - but the pointer member was reset by the first callback call (NULL).
--- snip dlls/ddraw/ddraw.c ---
static HRESULT WINAPI d3d3_EnumDevices(IDirect3D3 *iface,
LPD3DENUMDEVICESCALLBACK callback, void *context)
{
static CHAR wined3d_description[] = "Wine D3DDevice using WineD3D and
OpenGL";
IDirectDrawImpl *This = impl_from_IDirect3D3(iface);
D3DDEVICEDESC device_desc1, hal_desc, hel_desc;
D3DDEVICEDESC7 device_desc7;
HRESULT hr;
...
if (This->d3dversion != 1)
{
static CHAR reference_description[] = "RGB Direct3D emulation";
TRACE("Enumerating WineD3D D3DDevice interface.\n");
hal_desc = device_desc1;
hel_desc = device_desc1;
/* The rgb device has the pow2 flag set in the hel caps, but not in the
hal caps. */
hal_desc.dpcLineCaps.dwTextureCaps &= ~(D3DPTEXTURECAPS_POW2
| D3DPTEXTURECAPS_NONPOW2CONDITIONAL |
D3DPTEXTURECAPS_PERSPECTIVE);
hal_desc.dpcTriCaps.dwTextureCaps &= ~(D3DPTEXTURECAPS_POW2
| D3DPTEXTURECAPS_NONPOW2CONDITIONAL |
D3DPTEXTURECAPS_PERSPECTIVE);
hr = callback((GUID *)&IID_IDirect3DRGBDevice, reference_description,
device_name, &hal_desc, &hel_desc, context);
if (hr != D3DENUMRET_OK)
{
TRACE("Application cancelled the enumeration.\n");
LeaveCriticalSection(&ddraw_cs);
return D3D_OK;
}
}
...
TRACE("Enumerating HAL Direct3D device.\n");
hal_desc = device_desc1;
hel_desc = device_desc1;
/* The hal device does not have the pow2 flag set in hel, but in hal. */
hel_desc.dpcLineCaps.dwTextureCaps &= ~(D3DPTEXTURECAPS_POW2
| D3DPTEXTURECAPS_NONPOW2CONDITIONAL |
D3DPTEXTURECAPS_PERSPECTIVE);
hel_desc.dpcTriCaps.dwTextureCaps &= ~(D3DPTEXTURECAPS_POW2
| D3DPTEXTURECAPS_NONPOW2CONDITIONAL |
D3DPTEXTURECAPS_PERSPECTIVE);
hr = callback((GUID *)&IID_IDirect3DHALDevice, wined3d_description,
device_name, &hal_desc, &hel_desc, context);
if (hr != D3DENUMRET_OK)
{
TRACE("Application cancelled the enumeration.\n");
LeaveCriticalSection(&ddraw_cs);
return D3D_OK;
}
TRACE("End of enumeration.\n");
LeaveCriticalSection(&ddraw_cs);
return D3D_OK;
}
--- snip dlls/ddraw/ddraw.c ---
If you reverse the order of callback calls (IID_IDirect3DHALDevice first,
IID_IDirect3DRGBDevice second), the game starts successfully and seems playable
again.
Though it crashes at exit (which seems to be another bug) and the load savegame
bug of course.
--- quote ---
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=30023
Bug #: 30023
Summary: Google Earth installer (google update version)
complains "could not connect to the internet"
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
This is just like bug 29074 in that the error dialog is the same
and native winhttp works around it, but it must be different under the hood.
To reproduce, grab
http://www.google.com/earth/download/thanks.html#os=win#updater=yes
(at the moment, that points to
http://dl.google.com/tag/s/appguid%3D%7B74AF07D8-FB8F-4d51-8AC7-927721D56EB…
)
and run in a clean wineprefix. After twenty seconds or so, the failure
dialog pops up.
This seems to be the last bit of winhttp activity in the log before the
failure:
0009:Call
winhttp.WinHttpQueryHeaders(00000003,00000016,00000000,00000000,0084e6a0,00000000)
ret=1803b163
0009:trace:winhttp:WinHttpQueryHeaders 0x3, 0x00000016, (null), (nil),
0x84e6a0, (nil)
0009:trace:winhttp:addref_object 0x15b070 -> refcount = 2
0009:trace:winhttp:grab_object handle 0x3 -> 0x15b070
0009:trace:winhttp:release_object object 0x15b070 refcount = 1
0009:Ret winhttp.WinHttpQueryHeaders() retval=00000000 ret=1803b163
0009:Call KERNEL32.GetLastError() ret=1800b70c
0009:Ret KERNEL32.GetLastError() retval=00002f92 ret=1800b70c
...
0031:Call oleaut32.SysAllocStringLen(0015b520 L"The installer could not connect
to the Internet. Ensure that your computer is connected to the Internet and
your firewall allows GoogleUpdate.exe to connect then try again.",000000ac)
ret=18021e72
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25918
Summary: Google Chrome Standalone Installer fails, "Unknown
Installer Error"
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=33035)
--> (http://bugs.winehq.org/attachment.cgi?id=33035)
+relay,+seh log of install failing
The offline installer at
https://dl-ssl.google.com/update2/installers/ChromeStandaloneSetup.exe
with sha1sum 52e8d8e406475da0bebfe9f1fa454d4680228e32
fails quickly with a messagebox saying "Unknown Installer Error".
+relay shows
000b:Call KERNEL32.WideCharToMultiByte(00000003,00000000,01c251fe L"Unknown
Installer ErrorUInstallation failed. Google Installer requires Windows 2000
Service Pack 4 or better.",00000017,0012cf58,00000017,00000000,00000000)
ret=004021ca
000b:Ret KERNEL32.WideCharToMultiByte() retval=00000017 ret=004021ca
000b:Call user32.MessageBoxA(00000000,0012cf58 "Unknown Installer
Error",0012ce88 "Google Installer",00000000) ret=00401dab
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25814
Summary: installer crashes with error Call from 0x7b83a742 to
unimplemented function
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: justinasu(a)gmail.com
Created an attachment (id=32898)
--> (http://bugs.winehq.org/attachment.cgi?id=32898)
backtrace log from console output
When trying to install word viewer 2007 (wordview_en-us.exe)
installer crashes just before updating ini files
wine wordview_en-us.exe
.......
err:menubuilder:convert_to_native_icon error 0x80040154 creating
IWICImagingFactory
err:module:DelayLoadFailureHook failed to delay load
rpcrt4.dll.I_RpcExceptionFilter
wine: Call from 0x7b83a742 to unimplemented function
rpcrt4.dll.I_RpcExceptionFilter, aborting
using ubuntu Linux Justinas 2.6.32-27-generic #49-Ubuntu SMP Wed Dec 1 23:52:12
UTC 2010 i686 GNU/Linux
backtrace 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=19319
Summary: Word Viewer 2003 - installs wrong files
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?Family
Id=95E24C87-8732-48D5-8689-AB826E7B8FDF&displaylang=en
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
C:\Program Files\Common Files\Microsoft Shared\OFFICE11\1033\LCCWIZ.DLL
On wine:
60ee0be034a623ba61ba271f8b17115adddcdad0
On windows:
92ea0d6e0b0e7985b068d6f49f63b12f41b89b3f
C:\Program Files\Microsoft Office\OFFICE11\GDIPLUS.DLL
On wine:
a71b9a807dbbc58d718fe7f6de6fa75021b04bd0
On windows:
4a67552dff886ded8462f7db0d044a12aef52f32
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10147
Summary: Word Viewer 2003 - Tab behavior differs from Windows
Product: Wine
Version: 0.9.47.
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?FamilyId
=95E24C87-8732-48D5-8689-AB826E7B8FDF&displaylang=en
OS/Version: Linux
Status: NEW
Keywords: conformance, download
Severity: trivial
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Tab behavior differs from Windows while using Word Viewer 2003's installer.
While this is a trivial matter, I was attempting to write a script using
AutoHotKey to automate testing of the program in Wine/Windows. Since screen
resolution/windows placement can differ very easily, using the keyboard is the
easiest way to make sure the script does what I want. The main difference is
that under Windows, one tab takes me from the license agreement's text to the
checkbox to accept the agreement. Under Wine, it takes me to the cancel button.
Using tab twice under Wine brings me to the checkbox.
--
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=19440
Summary: Word Viewer 2003 - Tab button does not work
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?Family
Id=95E24C87-8732-48D5-8689-AB826E7B8FDF&displaylang=en
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 10147
See bug 10147 for more background.
Tab does not work for word viewer. Focus is started in the edit box, and you
can't tab out. If you click on another button somewhere, then you can tab, but
as soon as you reach the edit box (for the license info), the control is again
'stuck'.
It's a pretty old regression. I haven't had time to run the regression test
yet, but this is a supported app, so perhaps someone will find time to do so...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29195
Bug #: 29195
Summary: wordview crash/stuck when openning file
Product: Wine
Version: 1.3.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nadavvin(a)gmail.com
Classification: Unclassified
Created attachment 37675
--> http://bugs.winehq.org/attachment.cgi?id=37675
word view log
open WORDVIEW.EXE
file->open->choose file and open it
WORDVIEW stuck/crash
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=26369
Summary: A.R.E.S. Extinction Agenda hangs during intro
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://ares.x10studio.com is a platform scroller written in XNA.
First problem: it's a .net app.
Mono 2.10.1 is insufficient:
Method '<Module>:<CrtImplementationDetails>.DoDllLanguageSupportValidation ()'
in assembly
'C:\windows\assembly\GAC_32\Microsoft.Xna.Framework\3.1.0.0__6d5c3888ef60e27d\Microsoft.Xna.Framework.dll'
contains native code that cannot be executed by Mono in modules loaded from
byte arrays. The assembly was probably created using C++/CLI.
Workaround: winetricks dotnet20
Second problem: it aborts with
err:ole:CoGetClassObject class {6bf52a52-394a-11d3-b153-00c04f79faa6} not
registered
...
System.InvalidOperationException: Song playback failed.
even though I have all the ubuntu 10.10 gstreamer codecs loaded.
Workaround: winetricks wmp9
Third problem: it hangs with a stream of quartz/gstreamer warnings like
warn:quartz:StdMediaSample2_SetActualDataLength Tried to set length to 49152,
while max is 16384
warn:quartz:DSoundRender_GetWritePos Delta too big 40/0, too far ahead
warn:quartz:DSoundRender_GetWritePos Advancing 7056 bytes
Workaround: winetricks quartz
You can then play 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=26349
Summary: winetricks -q dotnet20 crashes during install
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: hans(a)meelstraat.net
Introduced by
http://source.winehq.org/git/wine.git/?a=commitdiff;h=f1e59351ded497a7f9cd7…
wine /home/austin/.cache/winetricks/dotnet20/dotnetfx.exe /q /c:install.exe /q
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x451d7c
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26387
Summary: .NET Framework 2.0: Fails to install due to regression
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
CC: hans(a)meelstraat.net
Steps to reproduce:
1) remove ~/.wine
2) winetricks dotnet20
Behaviour:
NET Framework fails to install on Wine 1.3.15+
Expected behaviour:
Installation shouldn't fail like it is in Wine 1.3.15
Regression test:
f1e59351ded497a7f9cd7c27c0fdfcf6db3765c2 is the first bad commit
commit f1e59351ded497a7f9cd7c27c0fdfcf6db3765c2
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Mon Mar 7 12:40:39 2011 +0100
msi: Manage one assembly cache per major version of the .NET runtime.
:040000 040000 2b62d17a653c84ad2f93022804190b232c381eec
fbea1931db1990d197c0064e4dd0a9307d414994 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=30162
Bug #: 30162
Summary: dotnetfx.exe: crash during installation of .net 2.0
with mscorsvw.exe
Product: Wine
Version: 1.4-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugs.winehq.org(a)terrorise.me.uk
Classification: Unclassified
Created attachment 39352
--> http://bugs.winehq.org/attachment.cgi?id=39352
wine output
1) download .net framework 2.0 (dotnetfx.exe,
http://www.microsoft.com/download/en/details.aspx?id=19)
2) run it in a fresh wine 1.4-rc6 environment
3) install claims to complete, however at the end there is a crash in
mscorsvw.exe - Program Error Details fails to load
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29681
Bug #: 29681
Summary: tracefmt from Windows Platform SDK 7.1 crashes due to
unimplemented function ADVAPI32.dll.CloseTrace
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Microsoft SDKs/Windows/v7.1/Bin
...
$ wine ./tracefmt.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
Examining C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\default.tmf for
message formats, none found, file not found
Searching for TMF files on path: (null)
fixme:advapi:OpenTraceW 0x1337d8: stub
Logfile C:\Logfile.Etl:
OS version 0.0.0 (Currently running on 5.0.2195)
Start Time 1601-01-01-01:00:00.000
End Time Not set (Logger may not have been stopped).
Timezone is (Bias is 0mins)
BufferSize 0 B
Maximum File Size 0 MB
Buffers Written Not set (Logger may not have been stopped).
Logger Mode Settings (0) Logfile Mode is not set
ProcessorCount 0
fixme:advapi:ProcessTrace 0x32dd6c 1 (nil) (nil): stub
Error processing trace entry with status=0x78 (GetLastError=0xb7)
wine: Call from 0x7bc4bd9a to unimplemented function ADVAPI32.dll.CloseTrace,
aborting
wine: Unimplemented function ADVAPI32.dll.CloseTrace called at address
0x7bc4bd9a (thread 0024), starting debugger...
--- snip ---
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=29721
Bug #: 29721
Summary: makecert from Windows Platform SDK 7.1 crashes due to
unimplemented function mssign32.dll.PvkGetCryptProv
Product: Wine
Version: 1.4-rc1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Microsoft SDKs/Windows/v7.1/Bin
...
$ wine ./makecert.exe foo
...
wine: Call from 0x7b83924f to unimplemented function
mssign32.dll.PvkGetCryptProv, aborting
wine: Unimplemented function mssign32.dll.PvkGetCryptProv called at address
0x7b83924f (thread 0009), starting debugger...
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/bb410253.aspx
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=29703
Bug #: 29703
Summary: Windows Live Essentials 2011 installer wants
wer.dll.WerReportSetUIOption
Product: Wine
Version: 1.3.37
Platform: x86-64
URL: http://g.live.com/1rewlive4-all/en/wlsetup-all.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
This installer crashes on exit after the following procedure:
1. Change Windows version to Win7
2. Start the installer and press space on the mostly-blank first screen
3. Installation fails - click "try again"
4. Installation fails again - click "close"
Terminal output shows:
wine: Unimplemented function wer.dll.WerReportSetUIOption called at address
0x7b83bc12 (thread 0009), starting debugger...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30220
Bug #: 30220
Summary: Unhandled Priveleged instruction when starting Minitab
16
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: prabhjotsbhatia(a)gmail.com
Classification: Unclassified
The following error is printed to the terminal when I startup Minitab 16.
However, there is no effect on the GUI and the application continues to work as
normal. Bug 30219 could be related.
$ env WINEPREFIX=/home/prabhjot/.myWineBottles/Minitab16/ wine "C:\Program
Files\Minitab\Minitab 16\Mtb.exe"
fixme:ntoskrnl:KeInitializeMutex stub: 0x5b4a80, 0
fixme:ntoskrnl:KeWaitForSingleObject stub: 0x5b4a80, 0, 0, 0, (nil)
wine: Unhandled privileged instruction at address 0x5adf59 (thread 0019),
starting debugger...
err:ole:CoRegisterClassObject object already registered for class
{03e42d3f-a029-4137-b411-244c669f3fbd}
fixme:richedit:IRichEditOle_fnSetHostNames stub 0x2894338 Minitab Mtb
fixme:richedit:IRichEditOle_fnSetHostNames stub 0x2894338 Minitab Project
Manager
fixme:richedit:ME_HandleMessage EM_SETTARGETDEVICE doesn't use non-NULL target
devices
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x32f9d8,0x32f9dc): stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:shell:SHGetFileInfoW set icon to shell size, stub
fixme:ole:CoResumeClassObjects stub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18660
Summary: .NET app needs SystemParametersInfoW(
SPI_GETDROPSHADOW) handled
Product: Wine
Version: 1.1.22
Platform: Other
URL: http://www.codeproject.com/KB/mobile/UMPCOptimizedSamp
le.aspx
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
a .NET 3.0 app dies due to SystemParametersInfoW( SPI_GETDROPSHADOW) not
handled:
--- snip ---
fixme:system:SystemParametersInfoW Unimplemented action: 4132
(SPI_GETDROPSHADOW)
--- snip ---
and managed backtrace:
--- snip ---
Unhandled Exception: System.ComponentModel.Win32Exception: Invalid SPI
parameter
at System.Windows.SystemParameters.get_DropShadow()
at System.Windows.SystemResourceKey.get_Resource()
at System.Windows.SystemResources.FindResourceInternal(Object key, Boolean
allowDeferredResourceReference, Boolean mustReturnDeferredResourceReference)
at System.Windows.FrameworkElement.FindResourceInternal(FrameworkElement fe,
FrameworkContentElement fce, DependencyProperty dp, Object resourceKey, Object
unlinkedParent, Boolean allowDeferredResourceReference, Boolean
mustReturnDeferredResourceReference, DependencyObject boundaryElement, Boolean
isImplicitStyleLookup, Object& source)
...
--- snip ---
Handling SPI_GETDROPSHADOW keeps the app happy (returning hard coded bool for a
start).
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=30623
Bug #: 30623
Summary: iTunes 10.6.1 UI corruption
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: medasaro(a)comcast.net
Classification: Unclassified
Created attachment 40098
--> http://bugs.winehq.org/attachment.cgi?id=40098
iTunes 10.6.1 Running on Wine 1.5.3 showing UI corruption
Install iTunes 10.6.1 into a clean wine prefix using the latest wine version
and no changes to the default setup (Windows version set to WINXP). iTunes will
install and launch, but the main window is mostly black and missing buttons /
features. See the 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=22392
Summary: 3dmark03, 3dmark06 crash on startup when trying to get
system info
Product: Wine
Version: 1.1.43
Platform: x86
URL: http://www.futuremark.com/download/3dmark03/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The log from 3dmark03 looks like
0009:Call ole32.CoGetObject(0032f448
L"Elevation:Administrator!new:{F21AABF7-4F63-48FB-9524-822429922224}",0032f410,1003d200,00d995f4)
ret=10013222
...
err:ole:CoGetClassObject no class object {f21aabf7-4f63-48fb-9524-822429922224}
could be created for context 0x4
0009:Ret ole32.CoCreateInstance() retval=80040152 ret=10013233
0009:Call user32.MessageBoxA(00000000,1003d250 "Errors occured while
initializing Futuremark SystemInfo. Please make sure the software is properly
installed. For latest Futuremark SystemInfo, please see
www.futuremark.com.",1003d300 "Error",00000000) ret=10013252
which sounds like we're missing a funky com feature,
the COM Elevation Moniker
http://msdn.microsoft.com/en-us/library/ms679687(VS.85).aspx
This must have been added in the most recent update of the app;
I'm running build 3.6.0, which is quite recent. (I can't find
the old version.)
You can bypass this on sysmark06 with -nosysteminfo (note the single dash),
but I can't seem to bypass it on sysmark03.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10365
Summary: Nero 7 essentials fails to install
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.nero.com/enu/index.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=9036)
--> (http://bugs.winehq.org/attachment.cgi?id=9036)
1st dialog
When trying to install nero 7 essentials a dialog box pops up saying it could
not complete an msi query, then it is followed up by an msiexec error dialog.
--
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=28954
Bug #: 28954
Summary: Isntallation os several system programs needed by NERO
10 fails
Product: Wine
Version: 1.2.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ponchorat1968(a)hotmail.com
Classification: Unclassified
Created attachment 37225
--> http://bugs.winehq.org/attachment.cgi?id=37225
Screenshot of the error on installing NERO 10 Suite
Installing NERO 10 needs several Windows operating programs to work properly
but fails on installing MSI 4.5 for Windows XP
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22260
Summary: Editable dropdown is gray when opened and empty
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
I noticed in Total Commander: Press F5 to copy a file, then click the "Only
files of this type:" dropdown BUTTON (see attached screenshot). Notice the
dropdown field turns gray. This does not happen on Windows XP, where it remains
white. If you type anything it turns white again, like it should..
Total Commander 4.50a
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21572
Summary: KFSensor 4.5.0 Professional Trial: Trouble starting
and stopping the service
Product: Wine
Version: 1.1.37
Platform: x86-64
URL: http://www.keyfocus.net/kfsensor/download/kfsens40.exe
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=26016)
--> (http://bugs.winehq.org/attachment.cgi?id=26016)
advapi and more -- Operation Failure
This one is a fairly erratic but greatly prolific bug. In the log attached, you
see my first launch of the application works after running the wizard, followed
by closing the application and attempting to start the server to no avail until
you see the "LockWindowUpdate" when it finally starts.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30498
Bug #: 30498
Summary: Shadows broken on many games because of wrong depth
formats
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tizbac2(a)gmail.com
Classification: Unclassified
D3DCMP_EQUAL and D3DCMP_NOTEQUAL are broken when used with incompatible depth
format, and that breaks shadows on all CryEngine games, on MAFIA 2, and
probably many other games
On the logs the line "fixme:d3d:state_zfunc D3DCMP_NOTEQUAL and D3DCMP_EQUAL do
not work correctly yet." will appear when this bug is causing problems
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31909
Bug #: 31909
Summary: Copistar needs Win32_NetworkAdapter WMI class
'AdapterType' property
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wmi&wbemprox
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
as the summary already says ...
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Copistar2
...
$ WINEDEBUG=+tid,+seh,+wbemprox wine ./Copistar.exe
...
0023:trace:wbemprox:wbem_services_ExecQuery 0x1450b8, L"WQL", L"SELECT
MACAddress FROM Win32_NetworkAdapter WHERE (AdapterType = \"Ethernet 802.3\")
AND (MACAddress IS NOT NULL) AND PNPDeviceId LIKE \"%PCI%\"", 0x00000030,
(nil), 0xb6e888
0023:trace:wbemprox:fill_networkadapter created 5 rows
0023:trace:wbemprox:parse_query wql_parse returned 0
0023:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b83989b
ip=7b83989b tid=0023
0023:trace:seh:raise_exception info[0]=19930520
0023:trace:seh:raise_exception info[1]=00b6e890
0023:trace:seh:raise_exception info[2]=003836c8
0023:trace:seh:raise_exception eax=7b826719 ebx=7b8b16b0 ecx=19930520
edx=00b6e7d0 esi=80041017 edi=00145118
0023:trace:seh:raise_exception ebp=00b6e814 esp=00b6e7b0 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00000283
--- snip ---
Probably part of their product activation scheme.
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=23960
Summary: ABScreen.exe needs gdi+
System.Drawing.Region.GetRegionScans
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://minemap.golbarg.fr/ABBackground/ABScreen.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
On startup:
System.NotImplementedException: Not implemented.
at System.Drawing.Region.GetRegionScans(Matrix matrix)
at System.Windows.Forms.LinkLabel.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e,
Int16 layer, Boolean disposeEventArgs)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Label.WndProc(Message& m)
at System.Windows.Forms.LinkLabel.WndProc(Message& msg)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr
wparam, IntPtr lparam)
minor since it doesn't seem to crash the app or anything.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23759
Summary: fixme:reg:GetNativeSystemInfo
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eggert.ehmke(a)ftv-spandau.de
Created an attachment (id=29776)
--> (http://bugs.winehq.org/attachment.cgi?id=29776)
wine error message and stack
I try to run the installer of flarmcfgtool:
http://www.segelflug-software.de/flarmcfg/
Before I have installed the Windows versionn of Mono:
http://www.go-mono.com/mono-downloads/download.html
The install runs fine. When I start the application, I get a fixme (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.
http://bugs.winehq.org/show_bug.cgi?id=21798
Summary: SEHException / GdipGetRegionScansCount opening
AutoWikiBrowser
Product: Wine
Version: 1.1.39
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rjwilmsi(a)gmail.com
Created an attachment (id=26364)
--> (http://bugs.winehq.org/attachment.cgi?id=26364)
AWB stack trace
Opening Autowikibrowser 5.0.0.0 (download from
http://sourceforge.net/projects/autowikibrowser/) with wine 1.1.39 leads to an
exception over SEHException / GdipGetRegionScansCount. This did not occur with
wine 1.1.35
Stack trace from Autowikibrowser attached.
Wine 1.1.39, winetricks dotnet20 ie6, opensuse 11.2 64 bit.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16491
Summary: monthcal: MONTHCAL_GetMonthRange not implemented
Product: Wine
Version: 1.1.10
Platform: All
URL: http://www.pindersoft.com/dotnettest.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
just a small showcase bug.
Someone emailed me a link to a .NET test app to check its "usefulness".
That app isn't sophisticated nor particularly useful at all (despite its name).
Just a small GUI app with month calendar and hyperlink control.
Its only purpose seems to be to show Wine month calendar control insufficiency
;-)
Steps to reproduce:
1. clean WINEPREFIX
2. sh winetricks dotnet20
3. download from: ftp://ftp.pindersoft.com/DotNetTestDNF2.zip
4. run: wine ./DotNetTestDNF2.exe
When you advance the month in calendar control (arrows), it bails.
WINEDEBUG=+tid,+seh,+monthcal
--- snip wine trace ---
...
0036:trace:monthcal:MONTHCAL_LButtonDown e00a3
0036:trace:monthcal:MONTHCAL_GoToNextMonth MONTHCAL_GoToNextMonth
0036:trace:monthcal:MONTHCAL_WindowProc hwnd=0x8009c msg=1007 wparam=1
lparam=d913cc
0036:trace:monthcal:MONTHCAL_GetMonthRange
0036:trace:seh:raise_exception code=e0434f4d flags=1 addr=0x7b8434b0
0036:trace:seh:raise_exception info[0]=80131502
0036:trace:seh:raise_exception eax=7b82c6a5 ebx=7b8b3840 ecx=00000000
edx=0032e3f0 esi=0032e3f0 edi=e0434f4d
0036:trace:seh:raise_exception ebp=0032e3b8 esp=0032e354 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00000246
--- snip wine trace ---
--- snip CLR backtrace --
System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe an
un-representable DateTime.
at System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day)
at System.Windows.Forms.DateTimePicker.SysTimeToDateTime(SYSTEMTIME s)
at System.Windows.Forms.MonthCalendar.GetMonthRange(Int32 flag)
at System.Windows.Forms.MonthCalendar.BoldDates(DateBoldEventArgs e)
at System.Windows.Forms.MonthCalendar.WmDateBold(Message& m)
at System.Windows.Forms.MonthCalendar.WmReflectCommand(Message& m)
at System.Windows.Forms.MonthCalendar.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr
wparam, IntPtr lparam)
--- snip CLR backtrace ---
Aric Stewart fleshed out MONTHCAL_GetMonthRange with a patch:
http://www.winehq.org/pipermail/wine-patches/2008-August/060414.html
... but it didn't make it in.
Maybe this bug report can give it the proper push ;-)
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=32232
Bug #: 32232
Summary: windows live essentials web installer does not
download packages
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: qmgr
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Classification: Unclassified
The patches from bug 32229 are required first to avoid the early crashes.
When the Status-Windows comes up, the web installer hung an is searching for
CLSID_BackgroundCopyManager3_0 (659cdea7-489e-11d9-a9cd-000d56965251)
in a loop, until the process is killed.
IBackgroundCopyManager on msdn:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa363050%28v=vs.85%…
Overview of all BITS Interfaces on msdn:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa362819%28v=vs.85%…
--
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=27837
Summary: E-Bundle Transcript Viewer: crashes when opening a
supported file
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Guiding_Light87(a)hotmail.com
When I double-click the document icon or try to launch from the application
"open" command, an
error message appears saying that a serious problem has occurred and the
program needs to be closed. The program in question is West E-Transcript Bundle
Viewer (http://www.reallegal.com/download.asp).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11747
Summary: CorelDRAW Graphics Suite X4 Trial installer crashes
Product: Wine
Version: 0.9.56.
Platform: PC
URL: http://www.corel.com/servlet/Satellite?pagename=CorelCom
/ProcessLayout&lc=en&ppg=CorelCorp/Trials/DownloadContai
ner
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: truiken(a)gmail.com
$ wine CorelDRAWGraphicsSuiteX4Installer_EN.exe
wine: Unhandled page fault on read access to 0x00000000 at address 0x7ddf3f47
(thread 0016), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x7ddf3f47).
Backtrace:
=>1 0x7ddf3f47 queryresult_get_length+0x57(iface=0x130e38, listLength=0x34f58c)
[/home/truiken/wine/dlls/msxml3/queryresult.c:277] in msxml3 (0x0034f554)
2 0x0035401b in setupxml (+0x401b) (0x005f4650)
3 0x00430049 in setup (+0x30049) (0x002f002f)
4 0x00000000 (0x00000000)
0x7ddf3f47 queryresult_get_length+0x57
[/home/truiken/wine/dlls/msxml3/queryresult.c:277] in msxml3: movl
0x0(%eax),%edx
277 *listLength = This->result->nodesetval->nodeNr;
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22706
Summary: Stylizer: cannot start the program
Product: Wine
Version: 1.1.44
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shnatsel(a)gmail.com
Created an attachment (id=27979)
--> (http://bugs.winehq.org/attachment.cgi?id=27979)
Console output
Stylizer
(http://appdb.winehq.org/objectManager.php?sClass=application&iId=11499)
doesn't start - wine prints "fixme:..." messages to console. I've used
Winetricks to install .NET framework, but since it seems to be Wine problem,
I'm reporting this as Wine 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=30397
Bug #: 30397
Summary: Spoon Studio 2011 (ex Xenocode) application sandboxing
scheme needs support for NtSetInformationFile class
FileDispositionInformation (Stylizer 5.x, Visual CSS
editor)
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
Stylizer 5.x (Visual CSS editor) is wrapped in Xenocode like sandboxing scheme,
now called "Spoon Studio 2011".
The usual native API hooking in several places.
It seems not very happy about some unimplemented NtSetInformationFile classes.
---snip ---
...
0025:Call ntdll.RtlInitUnicodeString(0032f334,008b3068
L"\\??\\C:\\users\\focht\\Local Settings\\Application
Data\\Skybound\\Stylizer\\Sandbox\\2011.12.15T20.58\\XSandbox.bin.__tmp__")
ret=0034d108
0025:Ret ntdll.RtlInitUnicodeString() retval=0032f334 ret=0034d108
0025:Call
ntdll.NtOpenFile(0032f308,00110100,0032f31c,0032f2f8,00000007,00000020)
ret=0034da48
0025:Ret ntdll.NtOpenFile() retval=00000000 ret=0034da48
0025:Call
ntdll.NtSetInformationFile(00000068,0032f300,0032f2cc,00000028,00000004)
ret=0034da84
0025:Ret ntdll.NtSetInformationFile() retval=00000000 ret=0034da84
0025:Call
ntdll.NtSetInformationFile(00000068,0032f300,0032f31b,00000001,0000000d)
ret=0034da9d
0025:fixme:ntdll:NtSetInformationFile Unsupported class (13)
0025:Ret ntdll.NtSetInformationFile() retval=c0000002 ret=0034da9d
0025:Call ntdll.NtClose(00000068) ret=0036b1d3
0025:Ret ntdll.NtClose() retval=00000000 ret=0036b1d3
...
0025:Call user32.MessageBoxW(00000000,008b2f70 L"The sandbox at
\\??\\C:\\users\\focht\\Local Settings\\Application
Data\\Skybound\\Stylizer\\Sandbox\\2011.12.15T20.58 is corrupt or inaccessible.
Please check the location and try again.",008a3f48 L"Spoon Studio
2011",00000010) ret=00396aa6
...
---snip ---
MSDN (ZwSetInformationFile):
http://msdn.microsoft.com/en-us/library/windows/hardware/ff567096%28v=vs.85…
class 13 -> FILE_DISPOSITION_INFORMATION:
http://msdn.microsoft.com/en-us/library/windows/hardware/ff545765%28v=vs.85…
Also interesting read: Cygwin's Corinna Vinschen and some MS guy about deletion
semantics ;-)
http://www.tech-archive.net/Archive/Development/microsoft.public.win32.prog…
--- quote ---
First off, FILE_DELETE_ON_CLOSE
and FileDispositionInformation are NOT the same thing.
There are really two parts to delete. The first part is to logically
delete the file. This consists of the file system marking the file as
deleted and then waiting for the last handle to close. When a file is
marked as deleted, many operations (including new opens) fail. Once the
last handle as closed, the actual delete of the file can take place.
When you open a file with FILE_DELETE_ON_CLOSE, the file is left as is.
Neither part of delete is done. The only thing done is to remember that
when this handle is closed, the file should be deleted. All operations on
the file will proceed as normal. When the handle marked as delete on close
is closed, the file is logically deleted. If that handle was the last
handle, the file will also actually be deleted.
When you use FileDispositionInformation to set a file to deleted, the file
is logically deleted right then. Any new opens for the file and many other
operations will fail. The file system will not complete the actual removal
of the file until the last handle is closed, though.
--- quote ---
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=24018
Summary: Cygwin 1.7.6 installer crashes at start of postinstall
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://cygwin.com
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Running the cygwin installer with today's git in a clean .wine
aborts when it gets to the postinstall stage:
...
Installing file cygfile:///etc/postinstall/update-info-dir.sh
AddAccessAllowedAce(, group) failed: 1337
AddAccessAllowedAce(, group) failed: 1337
Visited: 51 nodes out of 1789 while creating dependency order.
Dependency order of packages: base-cygwin base-passwd cygwin libgcc1 libiconv2
libintl8 alternatives alternatives libattr1 libgmp3 libsigsegv2 terminfo0
libncurses8 texinfo _update-info-dir gawk tzcode coreutils terminfo libncurses9
libreadline7 bash findutils sed base-files libbz2_1 bzip2 libpopt0 libstdc++6
cygutils groff gzip libncurses10 less man cygwin-doc dash diffutils editrights
gettext libpcre0 grep ipc-utils liblzma1 login rebase run xz tar which zlib0
wine: Unhandled page fault on write access to 0x00000001 at address 0x610074
(thread 0028), starting debugger...
Usage:
winedbg [ [ --gdb ] [ prog-name [ prog-args ] | <num> | file.mdmp |
--help ]
(bug 21424 seems to still be there, too, if you forge ahead and run bash
despite postinstall not having run.)
This is a dogfood bug. I was going to try to run gcj in cygwin to look at some
other wine bug, but curses! I was foiled.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21206
Summary: Cygwin 1.7.1 fails to install packages under wine
Product: Wine
Version: 1.1.35
Platform: x86-64
URL: http://www.cygwin.com/setup.exe
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=25469)
--> (http://bugs.winehq.org/attachment.cgi?id=25469)
terminal output from install
1.5 somewhat worked under wine, but 1.7 fails miserably. Try installing any
program:
$ sh winetricks cygwin # Make sure to use winetricks from svn, or download
cygwin from link above
Choose next all the way through to install the base system. Cygwin will
download its files, but when trying to install them, gives:
running: C:\cygwin\bin\bash.exe --norc --noprofile
/etc/postinstall/000-cygwin-post-install.sh
fixme:ntdll:NtSetInformationToken unimplemented class 4
fixme:ntdll:NtQueryInformationProcess (process=0xffffffff) Unimplemented
information class: ProcessSessionInformation
fixme:ntdll:NtQueryVolumeInformationFile 0x104: volume info not supported
fixme:ntdll:NtQueryVolumeInformationFile 0x104: attribute info not supported
fixme:ntdll:NtQueryObject Unsupported information class 1
...
/etc/postinstall/000-cygwin-post-install.sh: line 53: cannot create temp file
for here document: Invalid request code
6 [exiting thread] bash 47 cygthread::stub: erroneous thread activation,
name is NULL
20295 [exiting thread] bash 47 cygthread::stub: erroneous thread activation,
name is NULL
...
There's also a ton of:
AddAccessAllowedAce(, group) failed: 1337
while installing.
The installer claims to complete, but whenever you try to run it, the
ntdll/cygthread::stub messages flood the terminal again.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25344
Summary: Nero 7: Crashed when installing.
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fendersens(a)gmail.com
Created an attachment (id=32222)
--> (http://bugs.winehq.org/attachment.cgi?id=32222)
error generated in the console(output of "wine program_name.exe")
It crashed after I choose next in the first window. It is quite similar to bug
10365....
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10287
Summary: unable to install nero 8
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: major
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: infyquest(a)gmail.com
Created an attachment (id=8939)
--> (http://bugs.winehq.org/attachment.cgi?id=8939)
nreo console output
I am unable to install nero 8.
It comes up the screen Preparing Installation, then suddenly it crashes.
I am attaching the console output
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24889
Summary: Fresh Diagnose: Hangs up on enumeration of user
accounts
Product: Wine
Version: 1.3.5
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) winetricks gecko
3) install Fresh Diagnose
4) wine fdiag.exe
5) Unfold tree Software System->User Accounts
Behaviour:
Application hangs up.
Expected behaviour:
Application shouldn't hang up.
Terminal output:
In terminal there are many of those lines
fixme:netapi32:NetUserEnum ((null),0,
0x0,0xd0eca4,-1,0xd0ecb0,0xd0ecac,0xd0eca8) stub!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17322
Summary: Fresh Diagnose 8.0 : goes on a "loop", and has to be
"killed", when trying to get information for the system
users.
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://www.snapfiles.com/get/freshdiagnose.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 231036448(a)freemail.gr
Fresh Diagnose 8.0 : goes on a "loop", and has to be "killed",
when trying to get information for the system users.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9412
Summary: FL Studio 7 cannot play most of its WAV files
Product: Wine
Version: 0.9.43.
Platform: PC-x86-64
URL: http://imageworld.tucows.com/files7/flstudio7_RC6b.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)science.su
Created an attachment (id=7732)
--> (http://bugs.winehq.org/attachment.cgi?id=7732)
WINEDEBUG=+loaddll,warn+all wine FL.exe
FL Studio 7 is professional software for creating music. It works *almost*
perfectly but because of this bug it isn't actually usable: most of its WAV
files do not work and this makes the program useless!
As I have said FL Studio make use of WAV files. Some WAV files are in standard
PCM uncompressed audio format and they plays fine. Others use non-standard WAV
format and fails to play at all. Because of that a lot of effects and sounds
cannot be used.
If I run the program with WINEDEBUG=+loaddll,warn+all I get the following
output when I try to play a "non-standard" WAV file: (see attachment). When I
play standard PCM-encoded WAV file there is no such output. I think this output
gives some useful clues but unfortunately I have almost no knowledge about
Widnows sound API so I cannot fix this myself.
Feel free to ask any additional questions. The program has a demo and it is
almost fully functional (see the URL field).
How to reproduce (instruction by Travis Forghani, with minor changes and
comments for better readability):
1) Click on "Packs" to expand it. Then click on "Basses" to expand it. Next,
click on the "BASS_EfEm_C2"; when you click on the BASS_EfEm_C2 effect, the
sound that is supposed to be created is created. This works because
"BASS_EfEm_C2" is standard PCM encoded WAV file.
2) Click on "RealDrumkits" to expand it. Next, click on "RD_Crash". When you
click on the "RD_Crash" effect, the sound that is supposed to be created is not
created and there is no output via the speakers. This doesn't work because
"RD_Crash" is non-standard WAV. But on clean Windows this works out-of-the-box.
--
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=15101
Summary: FL Studio Does not open.
Product: Wine
Version: unspecified
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?bShowAll=true&
bIsQueue=false&bIsRejected=false&sClass=version&sTitle=&
sReturnTo=&iId=11202
OS/Version: Windows Vista
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: afaninthehouse(a)gmail.com
I installed this on Windows Vista and once I opened the program, it gets rid of
the system menubar and taskbar once opened. It doesn't even function or let me
use it. It was in demo and was not activated.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9416
Summary: FL Studio 7 ignores virtual desktop setting
Product: Wine
Version: 0.9.43.
Platform: PC
URL: http://imageworld.tucows.com/files7/flstudio7_RC6b.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
While attempting to test bug 9412, I used winecfg to set a virtual desktop, so
I could read the bug description while testing (full screen app). Even with a
virtual desktop set, the app still launches full screen. Managed/unmanaged
windows makes no difference as well.
To reproduce:
Install FL Studio 7.
run winecfg, enable virtual desktop
launch FL Studio 7.
--
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=10953
Summary: SpaceTime: Installer Crash (Reading Registry?)
Product: Wine
Version: 0.9.52.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peterbelm(a)gmail.com
Created an attachment (id=9887)
--> (http://bugs.winehq.org/attachment.cgi?id=9887)
Console Output
The SpaceTime installer crashes, apparently reading the registry according to
the report created with the embedded madExcept. There's nothing especially
notable about the console output, except a fixme "CheckTokenMembership".
Always reproducible, and creating the registry keys referred to in the
madExcept crash report doesn't solve the problem.
SpaceTime can be downloaded here:
http://media.spacetime.com/software/downloads/Install-SpaceTime3D.exe
--
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=14494
Summary: Dialogs come up under the main FL Studio Window
Product: Wine
Version: 1.1.1
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luckyluke56(a)gmail.com
I Installed FL Studio 8.0 recently, but there seems to be a little problem
regarding the modal dialogs. Dialogs like Are you sure you want to quit? and
Are you sure you want to delete this channel? etc come up under the main FL
Studio window, and you have to alt+tab to switch to them, and click the button
you want.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25795
Summary: FL Studio 9.0: Buggy and wrong UI Redraw when using
many instruments
Product: Wine
Version: 1.3.11
Platform: x86
URL: http://flstudio.image-line.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.kristopher(a)gmail.com
Among many windows inside FL Studio, the Pattern View is an important window.
The pattern view redraws with glitches when the number of instruments or
channels loaded is large.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25794
Summary: FL Studio 9.0: Extremely Slow UI redraw when moving
application windows
Product: Wine
Version: 1.3.11
Platform: x86
URL: http://flstudio.image-line.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.kristopher(a)gmail.com
1. The individual windows within FL studio redraw extremely slowly when they
are moved.
2. When moving windows within the application, while the CPU usage is more than
60% ( that is when the application is running and a good number of plugins are
being used ) The application freezes for seconds before the redraw happens
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12059
Summary: Help window cannot be closed
Product: Wine
Version: 0.9.57.
Platform: Other
URL: http://chariot.tucows.com/files7/flstudio7_RC6b.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
When running Fruity Loops studio, accessing any help functions brings up a help
window which cannot be closed and stays as the top most window.
steps to reproduce:
rm -rf ~/.wine
wget -c http://chariot.tucows.com/files7/flstudio7_RC6b.exe
wine flstudio7_RC6b.exe
cp mfc42.dll ~/.wine/drive_c/windows/system32
cd .wine/drive_c/Program\ Files/Image-Line/FL\ Studio\ 7/
wine FL.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=14957
Summary: FL Studio fails to minimize
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: billstei(a)hbci.com
FL Studio does not use the normal window manager minimize/maximize/close
buttons, and attempts to programmatically invoke these functions via the FL
Studio user interface. Specifically, minimizing fails under Gnome 2.22.3,
resulting in the main FL Studio window disappearing momentarily and then
reappearing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23092
Summary: FL Studio built-in file browser fails with long
pathnames and/or long filenames
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.flstudio.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: billstei(a)hbci.com
To test for this bug: Using FL Studio 9.1 use the browser window (F8 to
open/close this window) to go to Packs->Legacy->SimSynth->Instruments->Simple
Synth Bass_s, and either left click (which plays a preview of the sound), or
right click (which produces a pop-up menu, both of which intermittently fail.
Short paths and/or filenames never fail that I can see (for example try both
left or right clicking on "Rock moog_s" directly above the test link/file. I
have not been able to reproduce this bug in Windows XP, so at this point it
would seem to be Wine related.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14554
Summary: FLSynthmaker menus show up on the wrong screen in
Xinerama mode
Product: Wine
Version: 1.1.1
Platform: PC
URL: http://www.flstudio.com/documents/download.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
While testing out bug 14536 on a computer with dual monitors, I started
FLSynthmaker and its window opened on the right screen, but when I click on the
menu, the menu popped up on the left screen. This made mouse navigation
impossible, so I had to use the arrow keys to move around the menu.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14536
Summary: FLSynthmaker crashes FL Studio
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: billstei(a)hbci.com
Inside the FL Studio program ( demo here:
http://www.flstudio.com/documents/download.html ) go to menu Channels-->Add
one-->Synthmaker and FL Studio crashes with the following error message (using
WINEDEBUG+=gdiplus):
trace:gdiplus:GdipCreateBitmapFromScan0 32767 32767 0 925707 (nil) 0x32bf18
err:bitmap:X11DRV_DIB_SetImageBits Out of memory!
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Serial number of failed request: 30719
Current serial number in output stream: 30722
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20805
Summary: FL Studio and MIDI Controller
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://flstudio.image-line.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benjee.d(a)gmail.com
I have installed FL studio 9.
The problem is connecting an ALESIS PHOTON 25 ( midi controller by USB port )
no message is showed, but FL studio seems to not receiving midi signal, and is
impossible to link the knobs and buttons, with this program interface.
FL stduio includes one configuration tool to find midi devices, but nothing
happens using 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=23859
Summary: FL Studio plugins add semicolon to saved file names
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.flstudio.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: billstei(a)hbci.com
In the program FL Studio (9.1) some of the synth plugins add an extraneous
suffix (semicolon) to the end of the file name. Example: Add the Toxic
Biohazard plugin using menu CHANNELS->Add one->Toxic Biohazard. Now save a
preset using the synth GUI (slightly right of top center on the GUI):
OPTIONS->Save Program, which calls up a standard Windows File Save dialog
window. If I use the name "MyPreset", the extension ".tbio" is added with an
additional semicolon, so that the resulting file name is now "MyPreset.tbio;".
This is probably a bug in Toxic Biohazard, given that not all FL Studio plugins
(e.g. Sytrus) exhibit this behaviour, but this bad behaviour is probably
masked/corrected by Windows, and if so, then perhaps Wine should also
mask/correct 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=29611
Bug #: 29611
Summary: FL Studio 10 is invisible without "emulate virtual
desktop"
Product: Wine
Version: 1.3.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: realnc(a)gmail.com
Classification: Unclassified
When running FL Studio (version 10), the main application window is invisible.
To clarify: it's not that an empty window appears or something like that.
Instead, nothing appears except the initial pop-up dialog of FL Studio that
informs you that this is a demo. The only thing that's visible is the task
manager entry in KDE's task manager panel.
When enabling "Emulate a virtual desktop" in winecfg, then the application
shows up correctly.
I'm using Wine 1.3.37 on Gentoo Linux AMD64, using the Radeon graphics driver
(Gallium3D with KMS, Mesa 7.11.2 and also tried latest Git version.)
When trying to reproduce, you can download FL Studio from here:
http://flstudio.image-line.com/documents/download.html
It's a free download (224MB) and you don't need to sign-up or anything.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30132
Bug #: 30132
Summary: Not work FL Studio in latest wine
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikhail.v.gavrilov(a)gmail.com
Classification: Unclassified
Then I launch FL Studio throw exception in console:
mikhail@p5k:~$ .wine/drive_c/Program\ Files/Image-Line/FL\ Studio\ 10/FL.exe
err:seh:setup_exception_record stack overflow 904 bytes in thread 0009 eip
7ef93dce esp 00230fa8 stack 0x230000-0x231000-0x330000
FL Studio you can get here:
http://demodownload.image-line.com/flstudio/flstudio_10.0.9.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=12279
Summary: wine not accepting regcode of FL Studio 8
Product: Wine
Version: 0.9.58.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dianat100(a)yahoo.com
Wine doesn't accept the regcode of FL Studio 8 and the program appears in demo
mode. It does, however accept FL Studio 7 regcode. Regcodes work fine under
Windows XP.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28266
Summary: Wise Registry Cleaner: Error message at startup
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=36217)
--> (http://bugs.winehq.org/attachment.cgi?id=36217)
Error message
Steps to reproduce:
1) remove ~/.wine
2) install Wise Registry Cleaner
3) wine WiseRegCleaner.exe
Behaviour:
Error message (See attachment).
Expected behaviour:
No error message.
Terminal output:
fixme:resource:GetGuiResources (0xd4,0): stub
Additional info:
Access violation at address 00456D49 in module 'WiseRegCleaner.exe'. Read of
address 000006BD.
Workaround:
WINEDEBUG=+relay
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18637
Summary: Nokia Map Loader 2.0 (.NET 3.0 app) needs
DisableProcessWindowsGhosting stub
Product: Wine
Version: 1.1.22
Platform: Other
URL: http://europe.nokia.com/get-support-and-software/produ
ct-support/maps-support/compatibility-and-downloads
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
as it says ...
--- snip ---
System.EntryPointNotFoundException: Unable to find an entry point named
'DisableProcessWindowsGhosting' in DLL 'user32.dll'.
at Lizard.Windows.Native.NativeMethods.DisableProcessWindowsGhosting()
at Lizard.Windows.NonClientBaseForm.OnHandleCreated(EventArgs e)
at System.Windows.Forms.Control.WmCreate(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmCreate(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at Lizard.Windows.NonClientBaseForm.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr
wparam, IntPtr lparam)
--- snip ---
A simple stub is enough.
See: http://msdn.microsoft.com/en-us/library/ms648415.aspx
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=32482
Bug #: 32482
Summary: Windows Sysinternals "PsInfo" tool fails to retrieve
"Physical Memory" value from
"HKLM\\Hardware\\ResourceMap\\System Resources"
registry key
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
Windows Sysinternals "PsInfo" tool fails to query for some system properties...
Making this bug about "Physical Memory".
Output:
--- snip ---
$ wine ./PsInfo.exe
PsInfo v1.77 - Local and remote system information viewer
Copyright (C) 2001-2009 Mark Russinovich
Sysinternals - www.sysinternals.com
Querying information for nexus4...fixme:ole:CoInitializeSecurity
((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
System information for \\nexus4:
Uptime: Error reading uptime
Kernel version: Microsoft Windows XP, Uniprocessor Free
Product type: Professional
Product version: 5.1
Service pack: 3
Kernel build number: 2600
Registered organization:
Registered owner:
IE version: 6.0000
System root: C:\windows
Processors: 4
Processor speed: 2.6 GHz
Processor type: Intel(R) Pentium(R) 4 CPU
Physical memory: 0 MB
Video driver:
--- snip ---
Trace log (processor info = ok, physmem = missing):
--- snip ---
...
0024:Call advapi32.RegOpenKeyExW(80000002,0042f520
L"Hardware\\Description\\System\\CentralProcessor\\0",00000000,00020019,0032f96c)
ret=00404a33
0024:Ret advapi32.RegOpenKeyExW() retval=00000000 ret=00404a33
0024:Call advapi32.RegQueryValueExW(00000054,0042f510
L"~MHz",00000000,0032f970,0043c0e4,0032f968) ret=00404a58
0024:Ret advapi32.RegQueryValueExW() retval=00000000 ret=00404a58
0024:Call advapi32.RegQueryValueExW(00000054,0042f4e8
L"ProcessorNameString",00000000,0032f970,0043d538,0032f968) ret=00404a81
0024:Ret advapi32.RegQueryValueExW() retval=00000000 ret=00404a81
0024:Call advapi32.RegCloseKey(00000054) ret=00404a95
0024:Ret advapi32.RegCloseKey() retval=00000000 ret=00404a95
0024:Call advapi32.RegOpenKeyW(80000002,0042f210
L"Hardware\\ResourceMap\\System Resources\\Physical Memory",0032f930)
ret=00403b17
0024:Ret advapi32.RegOpenKeyW() retval=00000002 ret=00403b17
--- snip ---
Wineboot already creates a couple of hardware related registry keys:
Source:
http://source.winehq.org/git/wine.git/blob/7f9dfe273a80d31e3f8c5bd0c100c813…
Might be useful to add "Hardware\\ResourceMap\\System Resources" key here along
with actual physmem value.
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=31874
Bug #: 31874
Summary: this program crash when changing the UI style
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 41947
--> http://bugs.winehq.org/attachment.cgi?id=41947
'backtrace.txt' is log produced by wine
I used wine 1.5.14 in Ubuntu 12.04.1 32bit to run this
program('client.exe'):http://222.200.98.151/ubuntu/Downloads/client.tar.gz
And it crash when I try to change the UI style(client the button which was
marked by a red circle in the picture in attachment)
After it crach you can't run it again.In order to reappear it, you can change
the value of 'HKEY_CURRENT_USER/Software/ChinaGDS/S2000/JySvr1/UI' to '0'.
'backtrace.txt' is log produced by wine
This is output information in console:
$ wine client.exe
fixme:wbemprox:client_security_SetBlanket 0x442fcd80, 0x13dd68, 10, 0, (null),
3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x442fcd80
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x328ed8,0x328edc): stub
wine: Unhandled page fault on read access to 0x00000020 at address 0x4b0b0f
(thread 0025), starting debugger...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30378
Bug #: 30378
Summary: Xuzhou
Product: Wine
Version: 1.5.1
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
1. Download Xuzhou network client (徐州电信校园网拨号软件v1.1) from:
http://fb.86516.com/adsl/adslrj_files/xiaoyuanDialNew%20v1.1.rar
Unpack the rar archive give us:
校园网认证拨号客户端 v1.1.msi
2. install dependencies for 校园网认证拨号客户端 v1.1.msi :
$ winetricks mfc42
Copy native npptools from WinXP
3. install the network client:
$ LC_CTYPE=en_US.utf8 msiexec /i 校 园网认证拨号客户端\ v1.1.msi
(Bug 10063)
4. start the network client:
$ cd ~/.wine/drive_c/windows/system32
$ wine VnetPPPOE.EXE
Actual result:
Crash
Expect result:
Display the network client GUI
Override native rasapi32.dll + rasman.dll will avoid the crashing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30379
Bug #: 30379
Summary: Xuzhou network client error while trying to connect:
"Failed to create VPN dynamic, code = 1060"
Product: Wine
Version: 1.5.1
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
[reply] [-] Description Qian Hong 2012-04-08 05:21:16 CDT
1. Download Xuzhou network client (徐州电信校园网拨号软件v1.1) from:
http://fb.86516.com/adsl/adslrj_files/xiaoyuanDialNew%20v1.1.rar
Unpack the rar archive give us:
校园网认证拨号客户端 v1.1.msi
2. install dependencies for 校园网认证拨号客户端 v1.1.msi :
$ winetricks mfc42
Copy native npptools from WinXP
3. install the network client:
$ LC_CTYPE=en_US.utf8 msiexec /i 校 园网认证拨号客户端\ v1.1.msi
(Bug 10063)
4. Override native rasapi32.dll + rasman.dll, workarounds Bug 30378.
5. start the network client:
$ cd ~/.wine/drive_c/windows/system32
$ wine VnetPPPOE.EXE
Actual result:
Popup an error message, complaining "Failed to create VPN dynamic, code =
1060".
(In Chinese: 动态创建VPN失败, code = 1060 )
Console log is like below:
err:rpc:I_RpcGetBuffer no binding
err:rpc:I_RpcGetBuffer no binding
err:rpc:I_RpcGetBuffer no binding
fixme:rtutils:TraceRegisterExW (L"RASAPI32", 0): stub
fixme:rtutils:TraceRegisterExW (L"RASAPI32", 0): stub
fixme:rtutils:TraceRegisterExW (L"RASAPI32", 0): stub
fixme:rtutils:TraceRegisterExW (L"RASAPI32", 0): stub
fixme:rtutils:TraceRegisterExW (L"RASAPI32", 0): stub
fixme:rtutils:TraceRegisterExW (L"RASAPI32", 0): stub
fixme:rtutils:TraceRegisterExW (L"RASAPI32", 0): stub
Expect result:
Trying to connect to the authentication server
Addition info:
1. If I modified the TraceRegisterExW function to return TRACE_USE_CONSOLE or
TRACE_USE_FILE rather then INVALID_TRACEID, then the application will go a bit
further and crash on unimplemented function rtutils.dll.TracePrintfA() .
2. Native rtutils.dll won't give me any more luck, a snoop trace show that
rtutils.dll.TracePrintfA() is called, then RASAPI32.RasSetEntryPropertiesA(),
then nothing happen...
Will retest once Bug 30378 is fixed
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30041
Bug #: 30041
Summary: npptools.dll is needed by ishare_user.exe of Dr.com
Product: Wine
Version: 1.4-rc5
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
1. Download Dr.comhttp://www.cqjtu.edu.cn/software/Dr.COM%20Client-%E9%87%8D%E5%BA%86%E4%BA%A…
2. Install drcom.exe
3. install mfc42 with winetricks
4. start ishare_user.exe
$ wine ishare_user.exe
err:module:import_dll Library NPPTools.dll (which is needed by
L"C:\\windows\\system32\\packet.dll") not found
err:module:import_dll Library packet.dll (which is needed by L"C:\\Program
Files\\Dr.COM \5bbd\5e26\8ba4\8bc1\5ba2\6237\7aef\\ishare_user.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Dr.COM \5bbd\5e26\8ba4\8bc1\5ba2\6237\7aef\\ishare_user.exe" failed,
status c0000135
Dr.com is important for some university students, see also
http://bugs.winehq.org/show_bug.cgi?id=29460#c2
I've tried native npptools.dll, it may work but I'm not sure since I have no
network environment for testing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32305
Bug #: 32305
Summary: Dr.com response slowly when clicking on menu
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
Hello, this bug is found when testing on Bug 32289, it's introduced by the
following commit:
$ git bisect bad
7304445a7efa9f30e4541b075a2022319f291e4e is the first bad commit
commit 7304445a7efa9f30e4541b075a2022319f291e4e
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Sep 6 12:38:13 2012 +0200
user32: Maintain a list of active window surfaces and flush them
periodically.
:040000 040000 d6b8f4ca6d5580fd689cb2ac8f1b66f4f296fc01
704eac5fc311e63d373e399c63a2488a6b3dedca M dlls
0. Download Dr.com client(ver3.73, build3700)
http://ishare.iask.sina.com.cn/f/13638045.html
1. winetricks -q mfc42
2. install Dr.com
3. start Dr.com
~/.wine/drive_c/Program\ Files/Dr.COM宽带认证客户端$
$ wine ishare_user.exe
4. Click on menu bar, or type in any input form
Expect result:
The UI of Dr.com should be response instant
Actual result:
The UI hang for a short while when clicking on menu bar, the inputted letters
delay for a short while when typing into input form.
I'm not sure whether it is a 'real regression', will retest after Bug 32289
fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32289
Bug #: 32289
Summary: Dr.com client doesn't work
Product: Wine
Version: 1.5.18
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: siyanmao.sec(a)gmail.com
Classification: Unclassified
Created attachment 42615
--> http://bugs.winehq.org/attachment.cgi?id=42615
Log file on wine 1.5.18
Dr.com client(ver3.73, build3700) worked well on wine-1.5.17 or previous
versions, but it doesn't work on wine-1.5.18.
0.download Dr.com client from http://ishare.iask.sina.com.cn/f/13638045.html
1.install dr.com
2.install mfc42 with with winetricks
3.start Dr.com
$ cd ~/.wine/drive_c/drcom/
$ wine ishare_user.exe
the program lose response
OS:arch Linux (Kernel:3.6.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=30777
Bug #: 30777
Summary: Dr.com v3.71 infinitely asks for reboot due to missing
registry entry
Product: Wine
Version: unspecified
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
1. Download Dr.com v3.71 from:
http://wlzx.cdutetc.cn/down.do?action=downLoad&did=2c9082c818e76c2a0118ea36…
(Reference: http://forum.ubuntu.org.cn/viewtopic.php?f=156&t=366057&start=15 )
2. install Dr.com
3. install mfc42
$ winetricks -q mfc42
4. copy native npptools.dll
5. start Dr.com
$ cd ~/.wine/drive_c/Program\ Files/Dr.COM\ 宽带认证客户端
$ wine ishare_user.exe
An message box says: "Driver is installed, reboot needed"
However, after wineboot again and again, the same error still persists.
An +reg trace show some interesting things as below:
--- snip ---
trace:reg:NtOpenKey (0x24,L"Software\\Wine\\Network",2000000,0x32fc84)
trace:reg:NtOpenKey <- (nil)
trace:reg:NtOpenKey
(0x20,L"SYSTEM\\CurrentControlSet\\Services\\WinSock2\\DrcomPacketCapture",20019,0x32fb08)
trace:reg:NtOpenKey <- (nil)
trace:reg:NtOpenKey
(0x20,L"SYSTEM\\CurrentControlSet\\Services\\WinSock2\\DrcomPacketCapture",20019,0x32faf0)
trace:reg:NtOpenKey <- (nil)
trace:reg:NtOpenKey
(0x20,L"SYSTEM\\CurrentControlSet\\Services\\WinSock2\\Parameters\\Protocol_Catalog9\\Catalog_Entries",20019,0x32f9f8)
trace:reg:NtOpenKey <- (nil)
--- snip ---
After import
"SYSTEM\\CurrentControlSet\\Services\\WinSock2\\Parameters\\Protocol_Catalog9\\Catalog_Entries"
from WinXP to Wine, Dr.com complains "reboot needed" one more time then start
correctly finally.
A minimum registry file to cheat Dr.com v3.71 is as below:
--- snip ---
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinSock2]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinSock2\Parameters]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinSock2\Parameters\Protocol_Catalog9]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinSock2\Parameters\Protocol_Catalog9\Catalog_Entries]
--- snip ---
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29083
Bug #: 29083
Summary: Logitech Harmony Remote Fails to install
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cycoone(a)hotmail.com
Classification: Unclassified
Created attachment 37478
--> http://bugs.winehq.org/attachment.cgi?id=37478
Debugger output
When trying to run the Logitech Harmony Remote Software Wine immediately brings
up a crash dialog and the following in the console:
fixme:storage:create_storagefile Storage share mode not implemented.
WARNING: no socket to connect to
wine: Call from 0x7b83a192 to unimplemented function
apphelp.dll.ApphelpCheckInstallShieldPackage, aborting
wine: Unimplemented function apphelp.dll.ApphelpCheckInstallShieldPackage
called at address 0x7b83a192 (thread 0009), starting debugger...
Debugger output attached.
LogitechHarmonySoftware.exe is available at www.myharmony.com. OS detection is
used, I downloaded it with Firefox 8 in Wine. This machine is dual boot and I
was able to run the program without issue in Windows XP.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19223
Summary: null Object reference during Database object expansion
(MS SQL SMSE)
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m27315(a)gmail.com
Created an attachment (id=22225)
--> (http://bugs.winehq.org/attachment.cgi?id=22225)
Wine log for SSMSEE
Immediately after launching Microsoft's SQL Server Management Studio Express,
an "Object Explorer" pane is visible on the left to explore the connected SQL
server. Double-clicking on the "Databases" node to expand it produces the
following error message (see below)...
The databases can be acquired using the "Summary" window, and then the "Object
Explorer" pane can be synchronized to the "Summary" window. Although a
workaround exists, it is clumsy. Plus, a method so basic as expanding the
connected databases should not create such an error.
Incidentally, the error message is empty at first, and the message can only be
viewed by clicking on the "Show technical details" button in the error log...
===================================
Object reference not set to an instance of an object.
(Microsoft.SqlServer.Express.ObjectExplorer)
------------------------------
Program Location:
at
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.SystemObjectAccessHandler.get_HideSystemObjects()
at
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.SystemObjectAccessHandler.Visible(INodeInformation
source)
at
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.IsNodeVisible(NavigableItem
item)
at
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.BuildStaticItem(IList
nodes, INodeInformation source, INavigableItem sourceItem)
at
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItemBuilder.Build(INodeInformation
source, INavigableItem sourceItem, IFilterProvider filter)
at
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.NavigableItem.GetChildren()
at
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ExplorerHierarchyNode.BuildChildren()
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30069
Bug #: 30069
Summary: MSDE2000A fails due to NtCreatePort being a stub
Product: Wine
Version: 1.4-rc5
Platform: x86
URL: http://www.microsoft.com/download/en/details.aspx?id=2
2661
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 39177
--> http://bugs.winehq.org/attachment.cgi?id=39177
log of setup.exe in wine 1.4-rc5
To reproduce:
Download and run the MSDE installer MSDE2000A.EXE from
http://www.microsoft.com/download/en/details.aspx?id=22661
This will unpack to directory c:\MSDERelA.
Go to that directory, then run
setup.exe SAPWD=Hello
It will install MSSQLServer service and attempt to start it. The service will
fail to start, and the installer will subsequently (after ca.2 minutes) remove
all installed files.
I managed to reproduce it faster via interrupting the installer before it has a
chance to remove the service - after that starting any wine application
triggers the bug.
NtCreatePort is a part of undocumented Microsoft API called LPC. Some attempts
at documenting it can be found via google, e.g.:
http://www.zezula.net/en/prog/lpc.htmlhttp://blogs.msdn.com/b/ntdebugging/archive/2007/07/26/lpc-local-procedure-…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17785
Summary: MSDE fails to register its service(i think).
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nicklas(a)ws.se
Created an attachment (id=20011)
--> (http://bugs.winehq.org/attachment.cgi?id=20011)
A log of an attempt to run "wine setup.exe SAPWD=XXXXX" after successfully
decompressing the installation files.
I am quite new to wine and especially it's logging style, but it seems to me
that it fails to register its service. However i might obviously be completely
wrong.
The error(s) occurs while running "wine setup.exe SAPWD=XXXXX" after
successfully decompressing the installation files into C:\InstDir\ .
I have also tried with the BLANKSAPWD=1 switch.
I have no idea of the severity of this bug, however(being a newcomer) I set i
to normal, even though I'd suspect a lot of server applications would run into
similar issues, which would constitute a "wide range" and a "major" severity.
I am also not sure of which component to assign it to.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31594
Bug #: 31594
Summary: SolidWorks 2010: Crash at assigning material
Product: Wine
Version: 1.5.12
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
Classification: Unclassified
Created attachment 41549
--> http://bugs.winehq.org/attachment.cgi?id=41549
Terminal output on Wine 1.5.12
Steps to reproduce:
1) remove ~/.wine
2) winetricks vcrun2005 vcrun2008 mfc40 dotnet30
3) install SolidWorks 2010
4) start SolidWorks 2010
5) create new part
6) assign material to it
Behaviour:
crash without any fatal error.
Expected behaviour:
no crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31591
Bug #: 31591
Summary: SolidWorks 2010: Installation of service pack 5.0
fails
Product: Wine
Version: 1.5.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 41541
--> http://bugs.winehq.org/attachment.cgi?id=41541
Terminal output on Wine 1.5.12
Steps to reproduce:
1) remove ~/.wine
2) winetricks vcrun2005 vcrun2008 mfc40 dotnet30
2) install SolidWorks 2010
3) install SP5 by 'wine start sw2010-0.0-5.0-i.msp'
Behaviour:
Installer shows up, something is going up, at the end there is silent crash or
information that installer was interrupted. I start SolidWorks 2010 and there
is no sign that SP5 is installed.
Expected behaviour:
I should see in SolidWorks 2010, that SP5 is 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=31486
Bug #: 31486
Summary: SolidWorks 2012: sldim crashes
Product: Wine
Version: 1.5.10
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
Classification: Unclassified
Created attachment 41392
--> http://bugs.winehq.org/attachment.cgi?id=41392
Terminal output on wine-1.5.10-250-g6c1fcaa
Steps to reproduce:
1) remove ~/.wine
2) wine setup.exe
Behaviour:
Wine crash.
Expected behaviour:
No Wine crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16592
Summary: Ford service manual viewer fails to detect CD (fix
attached)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: p-wine-bugs(a)ziemba.us
Created an attachment (id=18120)
--> (http://bugs.winehq.org/attachment.cgi?id=18120)
patch to handle null-rootpath equivalent in GetVolumeInformationW
wine-1.1.10
I installed the Ford 1993-1994 truck service manual viewer from CD. The viewer
application requires that the CD be present in a drive before it will show
service data.
The viewer application c:/FORD/PUBS/programs/VIEW16.EXE complains that there is
no CD present, even though there is. (yes, links for d: and d:: were made
correctly in .wine/dosdevices).
It turns out that the application calls GetVolumeInformationW with a "root"
argument of "\\:". In this case, GetCurrentDirectoryW returns the desired root
path, but since root is not null, the code in GetVolumeInformationW uses "\\"
as the drive letter instead (and fails).
Patching GetVolumeInformationW to treat root == "\\:" the same as the null case
results in the application successfully detecting the CD and operating
properly.
Documentation of GetVolumeInformationW on MSDN seems to indicate that there is
a broader range of possible formats for the root parameter than the wine
implementation currently handles, so perhaps a more extensive fix is needed for
the general case.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16567
Summary: moving mouse outside the wine virtual desktop causes
crash in FastBltNoTrans()
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stephanecharette(a)gmail.com
Installed the game "Nancy Drew: Stay Tuned For Danger". Installation and game
start seems to work well. But the mouse icon is customized for the game, and
changes depending on whether there is an object under the mouse with which you
can interact.
If at any point during the game the mouse is moved outside the wine virtual
dekstop, the game immediately crashes with the following Windows dialog window:
-----------------------
FastBltNoTrans() - err ret = 88760096, pDescription = Dirty Rect Fast Blt,
rSrcRect: t=158, b=198, l=-5, r=25, dwDestX=-5, dwDestY=158 - DDERR_INVALIDRECT
- Rectangle provided was invalid.
-----------------------
I added it to AppDB here:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=14880
I also have an earlier forum posting here with several other details:
http://forum.winehq.org/viewtopic.php?t=3190
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23537
Summary: Notepad in Hebrew shows some squares instead of
characters
Product: Wine
Version: 1.2-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Paul.Vriens.Wine(a)gmail.com
Created an attachment (id=29391)
--> (http://bugs.winehq.org/attachment.cgi?id=29391)
Screenshot showing the squares
We now have a Hebrew translation of notepad. The goal was to have at least one
translation in so we can see what bugs we currently have with respect to Hebrew
(and Arabic for that matter).
The screenshot shows some squares where it should show Hebrew text.
I have no idea where to look yet. The title bar seems fine but the text in the
dialog isn't.
Some of the other dialogs also shows squares but I guess it boils down to the
same 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=10922
Summary: JDK 6 offline installer fails to create
jdk1.6.0_03\jre\bin\msvcr71.dll, puts up error dialog
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://java.sun.com
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: enhancement
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The JDK 6 offline installer, jdk-6u3-windows-i586-p.exe,
puts up an error dialog
"Error loading: C:\\Program
Files\\Java\\jdk1.6.0_03\\jre\\bin\\client\\jvm.dll"
+file,+msi shows
trace:file:CreateFileW L"c:\\Program
Files\\Java\\jdk1.6.0_03\\jre\\bin\\msvcr71.dll" GENERIC_WRITE FILE_SHARE_READ
FILE_SHARE_WRITE creation 1 attributes 0x20
...
warn:file:CreateFileW Unable to create file L"c:\\Program
Files\\Java\\jdk1.6.0_03\\jre\\bin\\msvcr71.dll" (status c000003a)
...
err:msi:ITERATE_DuplicateFiles Failed to copy file L"c:\\Program Files\\Common
Files\\Java\\Update\\Base
Images\\jdk1.6.0.b105\\patch-jdk1.6.0_03.b05\\msvcr71.dll" -> L"c:\\Program
Files\\Java\\jdk1.6.0_03\\jre\\bin\\", last error 3
...
trace:file:CreateDirectoryW L"jre/bin"
...
trace:msi:HANDLE_CustomType34 executing exe L"c:\\Program
Files\\Java\\jdk1.6.0_03\\\\jre\\bin\\javaw.exe -Xshare:dump"
...
err:module:import_dll Library MSVCR71.dll (which is needed by L"C:\\Program
Files\\Java\\jdk1.6.0_03\\jre\\bin\\client\\jvm.dll") not found
Seems like that CreateDirectory should have come before it tried
to put a file in that directory?
--
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=27675
Summary: iTunes 10.3.1 can't play tutorial videos
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
iTunes 10.3.1, installed in a clean wineprefix, crashes with a null pointer
read when you do
Help / iTunes Tutorials and click Play.
There's no really useful backtrace.
Setting win7 mode keeps it from crashing, and
it then puts up a generic-looking player with
fast forward, play, a position indicator, etc.,
but nothing happens when you press play. (Pressing
fast-forward puts up a 2x indicator, so the gui isn't dead,
it's the innards that are busted.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26948
Summary: iTunes 10.2.2.12: Do not open
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ska_tropro(a)hotmail.com
When attempting to open the "iTunes" I get the following message:
"Apple Application Support was not found.
Apple Application Support is required to run iTunes. Please uninstall iTunes,
then install iTunes again.
Error 2 (Windows error 2)"
I've tried to uninstall, but does not occur, instead of that (probably)
reinstall the program. Even so, you still receive this message every time I try
to open the program.
I have Ubuntu 10.10, Wine 1.3.18 and the latest version of iTunes (v
10.2.2.12).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26927
Summary: iTunes store fail.
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: soulmalia(a)msn.com
The homepage of the iTunes Store goes black, making it impossible a normal
navigation in the apps, movies and books.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19652
Summary: iTunes becomes unresponsive while navigating music
store
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pieter.ideler(a)gmail.com
When you navigate to albums and pages on the iTunes Music Store in iTunes,
iTunes becomes unresponsive from time to time. (it is grayed out in Ubuntu)
Later on it becomes responsive again. This happens between almost every page
you navigate to.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10803
Summary: iTunes 7.3 no longer functions after upgrading Wine to
0.9.51
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linux(a)xstylus.com
In Wine versions 0.9.50 and prior, iTunes 7.3 functions. However, when
upgrading to 0.9.51, iTunes 7.3 will no longer function.
A fresh installation of Wine 0.9.51 was installed on my machine, and then
itunes 7.3 installed. iTunes 7.3 still would not run. Reverting back to 0.9.50
would not solve the problem either.
I was only able to solve the problem by reverting to 0.9.50 AND purging my
.wine folder.
Instructions for installing Wine 7.3 can be found at:
http://wine-review.blogspot.com/2007/10/itunes-73-on-linux-with-wine.html
--
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=24073
Summary: iTunes 9.0.0.70 crashes on first run
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.oldapps.com/itunes.php?old_itunes=48?downlo
ad
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rusivi1(a)gmail.com
Created an attachment (id=30267)
--> (http://bugs.winehq.org/attachment.cgi?id=30267)
wine1.3.1: wine C:\\Program\ Files\\iTunes\\iTunes.exe >>log.txt 2&>1
Compiled newest dev wine from source (1.3.1), performed iTunes install with
defaults accepted except:
+ Unclicked "Use iTunes as the default player for audio files"
+ Unclicked "Automatically update iTunes and other Apple software"
+"AutoRun is turned off. iTunes won't be able to recognize when a CD is
inserted or ejected until your computer's AutoRun setting is turned on. Do you
want iTunes to turn on AutoRun for you?" No
Upon seemingly successful install, ran for first time:
+ Unclicked "Add MP3 and AAC files"
+ Choose "Yes, keep my iTunes Media Folder organized"
+ Dialog box noting, "Warning! iTunes was not properly installed. If you wish
to import or burn CDs, you need to reinstall iTunes."
The second the iTunes GUI popped up, I got a dialog box noting how "The program
iTunes.exe has encountered a serious problem and needs to close. We are sorry
for the inconvenience. This can be caused by a program..."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23609
Summary: iTunes 9.2 GUI bricks when opened with wine-1.2-rc7,
Ubuntu 10.04
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rusivi1(a)gmail.com
Created an attachment (id=29530)
--> (http://bugs.winehq.org/attachment.cgi?id=29530)
iTunes GUI bricked
After installing a plain vanilla wine-1.2-rc7 from source, no winetricks,
downloaded and installed iTunes 9.2 from http://www.apple.com/itunes/download/
The installer ran seemingly successfully.
Open iTunes via desktop GUI icon, iTunes main screen pops up but is bricked,
nothing can be clicked and the window cannot be moved.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32338
Bug #: 32338
Summary: iTunes 11: crashes when running
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 42681
--> http://bugs.winehq.org/attachment.cgi?id=42681
The Log
reproduce follow this:
0. download and instll it, I install it with deatulf option in the
installation;
1. 'winetricks -q gdiplus' to get a workaround for Bug 30623 ;
2. cd to the path where installed it and 'wine iTunes.exe' to run it;
3. just wait for it crashes wine...
I tested this a enough times and it crashed every time.
My test environment:
- Ubuntu 12.10 32 bit
- Wine 1.5.18
- iTunes 11
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22177
Summary: Standalone version of DivX fails to install
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://download.divx.com/divx/standalone/DivXInstaller
.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=27057)
--> (http://bugs.winehq.org/attachment.cgi?id=27057)
Terminal output on Wine 1.1.41
Steps to reroduce:
1) remove ~/.wine
2) wine DivXInstaller.exe
3) accept licence and press next
4) get Wine 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.
http://bugs.winehq.org/show_bug.cgi?id=12071
Summary: MSI SQL joins on tables with many rows are extremely
slow
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: msi
AssignedTo: truiken(a)gmail.com
ReportedBy: truiken(a)gmail.com
CC: ead1234(a)hotmail.com
With the current implementation of MSI SQL joins, we perform a Cartesian
product on the tables joined together. In the case where there is no WHERE
clause, this is the correct output, but if there is a WHERE clause, we still
perform the Cartesian product and then filter on the WHERE clause. Though it's
uncommon, there are a few installers (Visual Studio, Nero Express 7) that join
tables with thousands of rows. For example, say we have tables A, B, and C
s.t.
colA colB colC
----- ----- -----
1 1 1
2 2 2
... ... ...
1000 1000 1000
and we have the query
SELECT * FROM A, B, C WHERE `colA`=1 AND `colB`=1 AND `colC`=1
then the current implementation will create a new table with those columns
containing 1000*1000*1000=1 billion rows. Then we check each of the 1 billion
rows for any matches. There are several algorithms for optimizing joins:
http://en.wikipedia.org/wiki/Join_(SQL)#Join_algorithms
The solution I'll be working on is the merge join. This solution parses the
WHERE clause, starting with the two tables that the columns of the clause
belong to (colA -> A, colB -> B, etc) and joins those together, making sure to
eliminate rows based on the WHERE clause. Then the next table in the clause is
merged into the previously created table, eliminating rows. This continues
until there are no tables left. One optimization of this solution is to start
with parts of the WHERE clause that compare against literals. For example, the
query:
SELECT * FROM A, B, C WHERE `colA` = `colB` AND `colB` = 1 AND `colC` = 1
We'd start with "`colB` = 1" since the comparison is against a literal. We
perform 1000 comparisons on the rows of table B (count = 1000). The resulting
table is:
colB
----
1
then we do the same for table C (count = 1000), and the merged table is:
colB colC
---- ----
1 1
next we merge this table with table A:
colA colB colC
---- ---- ----
1 1 1
2 1 1
... ... ...
1000 1 1
and we search through this table for the condition `colA` = `colB` (count =
1000). So we've reduced billions of comparisons to 3000.
Unfortunately, the way our SQL engine is implemented, this will not be an easy
task.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26010
Summary: NI_Multisim won't install
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: business.kid(a)gmail.com
http://www.ni.com/multisim/
I have given this a garbage rating and the page says to file a bug, so here
goes.
You register, and it gives you a downloader. Running the downloader, it slowly
downloads 464mb and writes a file of length 0 bytes :-//. So I used m$, which
is in the house, to download, and tried installing. I have a user set up just
for this, so I can wipe, hack, etc without upsetting anything.
After previous failed attempts I read errors and ran
winetricks gecko corefonts dotnet20sp2 vcrun6sp6 and stuck in dlls as native,
but that didn't help
It seems to want to do these steps
1. Unzip to C:\National Instruments Download - with coaxing it succeeds.
msiexec.exe & setup.exe each consume 49.x% of cpu. msiexec.exe rises to 99% if
keyboard input is wanted. msiexec then took off and grabbed the cpu with no
keyboard input wanted, so I killed it and setup moved on.
2. Next step is to take my name, license number (I used the trial version
option) and setup.exe grabs the cpu until it bombs. It actually works, but I
gather some threads are idle or have crashed, and idle seems to grab full cpu.
It spews msi errors - sampled below
fixme:msi:MsiGetFeatureValidStatesW 1 L"Core.MIFMUI" 0xfce320 stub returning 8
fixme:volume:GetVolumePathNameW (L"C:\\Program Files\\", 0x865818, 19), stub!
fixme:sxs:cache_QueryAssemblyInfo 0x2233470, 0x00000001, L"Microsoft.VC80.CRT,
version=8.0.50727.4053, publicKeyToken=1fc8b3b9a1e18e3b,
processorArchitecture=x86", 0x20fe1d8
fixme:msi:msi_unimplemented_action_stub MsiUnpublishAssemblies -> 10 ignored
L"MsiAssembly" table values
err:msi:ITERATE_Actions Execution halted, action
L"DD_CA_ComregEnterpriseServicesRB_X86.3643236F_FC70_11D3_A536_0090278A1BB8"
returned 1603
fixme:msi:MsiGetMode unimplemented run mode: 0
fixme:advapi:SetNamedSecurityInfoW L"[AAAAAA.LV.NIEF900]\\" 1 4 (nil) (nil)
0x2267efc (nil)
The output onscreen is "Installing .NET 2.0" (already installed) It's step 2 of
6 on the Elvis install, and step 5 of 33 on the full multisim install. After
more msi errors than I considered possible, it craps out executing invalid
instructions on an seh error.
if left running for several hours, it will make C:\National Instruments fill
that with about 500 Megs. It does install a Program\ Filed/blah/blah/Shared
directory with 150 Megs of 8--megs - 1 gig expected.
I have this user here. Tell me what debug trace you'd like and I'll 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=10314
Summary: Switched On Schoolhouse 2000 fails to start up
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.familychristianacademy.com/SOStest.html
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
While looking at bug 10313, I went looking for a
freely downloadable version of Switched-on Schoolhouse.
The only thing I found so far was a free downloadable placement test
for a school which seems to have been
made with Switched On Schoolhouse 2000.
When you run it, it locks up your X session, and you have
to do alt-control-backspace to shut down the X server
to regain control.
--
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=25343
Summary: mstsc fails when using rdp 7 client protocol
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rgilland1966(a)gmail.com
mstsc fails when using rdp 7 client protocol
error is critical failure
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15270
Summary: Newest MapSource version (6.14.1) doesn't run anymore
with wine 1.1.4
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sbuehne(a)web.de
Created an attachment (id=16066)
--> (http://bugs.winehq.org/attachment.cgi?id=16066)
wine error during startup of mapsource
I could run successfully mapsource version 6.11 inlcuding all functions with
wine version 1.1.4 on openSuse 11.0
After applying an upgrade to the software mapsource, wine crashes during
program start with the error message:
...
wine: Unhandled page fault on write access to 0x003c1000 at address 0x9863ab
(thread 0009), starting debugger...
Unhandled exception: page fault on write access to 0x003c1000 in 32-bit code
(0x009863ab).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:009863ab ESP:0033e0b8 EBP:0033e0c0 EFLAGS:00010202( - 00 - -RI1)
EAX:003c0000 EBX:011d0d70 ECX:01ffffce EDX:00000000
ESI:011d1d70 EDI:003c1000
..
I have created a trace file for this error with the command:
echo quit | WINEDEBUG=+relay wine MapSource.exe >& filename.out;
and tailed the last 1000 lines to the attached log file, inlcuding the error
message.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29212
Bug #: 29212
Summary: Pegasus Mail v. 4.62 build 191 generates msg "Invalid
variant type" & "Invalid variant operation"
Product: Wine
Version: 1.3.33
Platform: x86
URL: http://download-us.pmail.com/w32-462.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mccarthy(a)volny.cz
Classification: Unclassified
Created attachment 37716
--> http://bugs.winehq.org/attachment.cgi?id=37716
debug log
wine 1.3.33
Pegasus Mail: v4.62 build 191
IERendered: 2.4.5.18 disabled
Upon start up, Pmail generates two messages: Invalid variant type and Invalid
variant operation
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18330
Summary: MapSource won't recognize Garmin Edge 705 via
MassStorage
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Erbureth(a)seznam.cz
Created an attachment (id=20872)
--> (http://bugs.winehq.org/attachment.cgi?id=20872)
Full log from MapSource 6.13.5 in wine 1.1.20 run.
Last few versions of Wine, I have not been able to use MapSource 6.13.5
software with my Garmin Edge705 unit to it's full extent, for MapSource is
unable to recognize the unit and therefore it cannot communicate with. Last
time it worked, I was using Wine 1.0.0, and when I downgraded from 1.1.20 to
1.0.1, it worked again. Wine log is attached. If there are any other tests I
can perform to help diagnose the problem, just let me know.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12527
Summary: radio button groups don't work with up/down arrow keys
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://winmerge.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
1. Open an application that has a radio button group, e.g.:
* WinMerge (http://winmerge.org/)
* Some installers
I will use WinMerge as the example for the rest of this bug report:
2. Press Ctrl+N to create a new document
3. Enter "A" in the "Untitled left pane"
4. Enter "B" in the "Untitled right pane"
5. Close the application
This will bring up a "Save modified files?" dialog. NOTE: Using tab to navigate
around the dialog sets the focus to the correct items in the correct sequence.
6. Press the left mouse button on one of the "Save changes" radio buttons
7. Press the down arrow key
This should select the "Discard changes" radio button. The button has the
focus, but is not selected. As a workaround, pressing the space key will select
the button.
8. Press the down arrow key
This should select the "Save changes" radio button, cycling the radio button
grouping. This does not work. If you are on the bottom group, it selects the
"Discard All" button. If you are on the top group, no item is selected and
pressing the down arrow key again selects the "Untitled right" edit box.
9. Press the left mouse button on one of the "Discard changes" radio buttons
10. Press the up arrow key
This should select the "Save changes" radio button. The button has the focus,
but is not selected. As a workaround, pressing the space key will select the
button.
11. Press the up arrow key
This should select the "Discard changes" radio button, cycling the radio button
grouping. This does not work. If you are on the bottom group, it selects the
"Untitled left" edit box. If you are on the top group, it selects the "Untitled
right" edit box.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16845
Summary: Radio buttons not being checked on focus
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.chiark.greenend.org.uk/~sgtatham/putty/downlo
ad.html
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: munozferna(a)gmail.com
Current wine behavior is to just assign the focus to the radio button, however,
Windows checks the radio button when it gets focus through the keyboard arrows.
Steps to reproduce:
1. Open putty
2. Click the Raw radio button
3. Press right arrow twice
Actual results
* Port textbox stays at 23
* Rlogin radio button is not checked
Expected results (windows behavior)
* Port textbox changes to 513
* Rlogin radio button is checked
I'm attaching a patch that I believe fixes this, comments about it would be
appreciated.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11095
Summary: some keyboard shortcuts do not work in the celestia
installer
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
I've seen this problem in some programs, but not others. Here's one problem
where it happens:
In the Celestia installer, on the initial page, it asks you to accept the GPL
license. By default, the radio button has "do not accept" selected.
On Windows, I can press "alt + a" to select the "accept" radio button. On Wine,
the "accept" button gets focus when I press "alt + a", but the radio button
doesn't get selected.
--
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=23525
Summary: Daytona USA Evolutions: some text/graphics are black,
should be colored
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://sega.jp/pc/daytonae/trial.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=29366)
--> (http://bugs.winehq.org/attachment.cgi?id=29366)
wine screenshot
It's an old Direct 6.1 game...luckily, it's got a free download (only 42 mb).
Run the game, press enter repeatedly, and start the game. You'll see your car,
but the speedometer/time/etc. are all black. I'll attach a windows screenshot
for comparison.
Terminal output is pretty short:
fixme:win:WINNLSEnableIME hUnknown1 (nil) bUnknown2 0: stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f1a8,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x164150,0x164098): stub
fixme:d3d:swapchain_init The application requested more than one back buffer,
this is not properly supported.
Please configure the application to use double buffering (1 back buffer) if
possible.
fixme:heap:RtlCompactHeap (0x110000, 0x0) stub
err:ole:CoUninitialize Mismatched CoUninitialize
fixme:d3d:IWineD3DDeviceImpl_Release (0x1584e0) Device released with resources
still bound, acceptable but unexpected
fixme:d3d:IWineD3DDeviceImpl_Release Leftover resource 0x342ced0 with type
WINED3DRTYPE_SURFACE (0x1).
fixme:d3d:IWineD3DDeviceImpl_Release Leftover resource 0x3417c90 with type
WINED3DRTYPE_SURFACE (0x1).
fixme:d3d:IWineD3DDeviceImpl_Release Leftover resource 0x342ea78 with type
WINED3DRTYPE_SURFACE (0x1).
fixme:d3d:IWineD3DDeviceImpl_Release Leftover resource 0x38bb6d8 with type
WINED3DRTYPE_SURFACE (0x1).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31348
Bug #: 31348
Summary: Can't select the file from popup
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kenorb(a)gmail.com
Classification: Unclassified
I'm using the software called: EX4-TO-MQ4 Decompiler 4.0.427 (Demo)
Free available from: http://purebeam.biz/#download_decompiler
But it doesn't work, because I can't select the file.
Here are some logs:
I'm starting it:
$ wine ex4_to_mq4_demo.exe
fixme:msg:ChangeWindowMessageFilter 233 00000001
fixme:msg:ChangeWindowMessageFilter 4a 00000001
fixme:msg:ChangeWindowMessageFilter 49 00000001
fixme:win:WINNLSEnableIME hwnd 0x10098 enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x10098 enable -1: stub!
fixme:win:WINNLSEnableIME hwnd 0x10098 enable 0: stub!
fixme:win:WINNLSEnableIME hwnd 0x10098 enable -1: stub!
(last message repeats couple of times with 0 and -1, possible when the
application is focus or not).
Then I'm clicking 'Decompile...' button to select the file.
I've following logs:
fixme:commdlg:IServiceProvider_fnQueryService Interface
{e07010ec-bc17-44c0-97b0-46c7c95b9edc} requested from unknown service
{e07010ec-bc17-44c0-97b0-46c7c95b9edc}
fixme:shell:ViewModeToListStyle ViewMode 0 not implemented
fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x164e20 (2, 1026, a003, 0,
0x33e93c)
fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x164e20 (2, 1026, a004, 0,
0x33e93c)
fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x164e20 (2, 1025, a003, 1,
0x33e93c)
fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x164e20 (2, 1025, a004, 1,
0x33e93c)
fixme:nstc:NSTC2_fnSetControlStyle2 mask & style (0x00000004) contains
unsupported style(s): 0x00000004
fixme:win:WINNLSEnableIME hwnd 0x10098 enable -1: stub!
The file selection popup appeared, so I can select the file.
Once I've clicked on the file, I've following messages:
fixme:uniscribe:GPOS_apply_lookup We do not handle SubType 6
fixme:uniscribe:GPOS_apply_lookup We do not handle SubType 6
(last message repeats around 40 times more at the same time)
fixme:shell:IShellBrowser_fnOnViewWindowActive stub, 0x164e20 (0x165368)
Selecting the file (some.ex4), I've following messages:
fixme:win:WINNLSEnableIME hwnd 0x10098 enable 0: stub!
fixme:uniscribe:GPOS_apply_lookup We do not handle SubType 6
(the last message - many of them)
fixme:win:WINNLSEnableIME hwnd 0x10098 enable -1: stub!
fixme:shell:IShellItemArray_fnEnumItems Stub: 0x173c40 (0x33f83c)
After that no files were selected.
Also I can't type manually in 'File' textbox.
The other think which doesn't work, is dropping the file, but I assume it's not
supported in Wine.
I've seen some similar errors in following tickets:
http://bugs.winehq.org/show_bug.cgi?id=27936http://bugs.winehq.org/show_bug.cgi?id=23525http://bugs.winehq.org/show_bug.cgi?id=11095
And those somebody else pastebins contains exact message which I've:
http://pastebin.com/rx9xRPKYhttp://pastebin.com/QW8T25Xh
which is: 'fixme:win:WINNLSEnableIME hwnd 0x10098 enable 0: stub!'
Basically my goals is to try this program, but it simply doesn't work as
expected.
P.S. I've compiled latest version from Git from the sources on Mac, so
eventually I could apply some patches or write some (if I'll have some good
directions) to test it.
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=33292
Bug #: 33292
Summary: Vietcong: Disc can't be authenticated
Product: Wine
Version: 1.5.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
Starting Vietcong with the original disc will result the most times in the
error message "Unable to authenticate original disc within time limit.".
Clicking on "Retry" will continue the authentication process but the vietcong
process will then close after a few seconds. The only message the terminal is
showing is "fixme:ntdll:server_ioctl_file Unsupported ioctl 2d1400 (device=2d
access=0 func=500 method=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=31072
Bug #: 31072
Summary: Diablo III: Sound is very quiet
Product: Wine
Version: 1.5.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
If some NPC's are talking for example if I'm finding a book with a story I have
troubles to understand them because the voices are very quiet. I have already
set all ingame sound to 100% and have still to need to turn up much my sound
boxes. Only the cinematics have a loud (normal) sound.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29445
Bug #: 29445
Summary: LearningCenter.exe fail to start with mono28 but works
with native .net
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download from http://cetd.sysu.edu.cn/class/NPELSPluginSetup.rar
2. unrar NPELSPluginSetup.rar
3. winetricks -q mono210
4. install setup_v1.1.0.103(101217).exe
5. start LearningCenter.exe
$ cd "~/.wine/drive_c/Program Files/SFLEP/NPELS_LearningCenter_5.0"
$ wine LearningCenter.exe
The application could not start at all, but with native .net2.0 it can start.
Will attach full logs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16577
Summary: ntdll/loader/actctx: add support of SxS assembly binding
redirects
Product: Wine
Version: 1.1.10
Platform: All
URL: http://nikonusa.com/software/NX/1.3/win/CNX130NSAEN.EXE
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
this is a showcase bug.
I used the app from bug 12414 as example because it highlights some of the
issues and hopefully helps to understand the problem (with my comments).
We need to end this winetricks vcrun2XXX SxS mess/hell, which requires direct
match of SxS assembly dependencies/bindings.
Download: http://nikonusa.com/software/NX/1.3/win/CNX130NSAEN.EXE
$ sha1sum CNX130NSAEN.EXE -> f31b38e3bcca17c8050c207b79315c9be23d582d
Prerequisite: clean WINEPREFIX, winetricks dotnet20
---
The first installer show stopper (which is this bug report out) are actually
two bugs: one in winetricks and one in the installer.
When you did 'sh winetricks dotnet20' step and start the installer, an error
message box will be shown shortly thereafter:
--- snip ---
Microsoft Visual C++ Runtime Library
Program: c:\windows\temp\RarSFX0\cnx.exe
R6034
An application has made an attempt to load the C runtime library incorrectly.
--- snip ---
The problem comes in form of a sub-installer dependency:
WINEDEBUG=+tid,+seh,+loaddll,+process wine ./nikon.exe
--- snip ---
...
0079:trace:process:CreateProcessW app (null) cmdline
L"C:\\windows\\temp\\RarSFX0\\cnx.exe"
...
0079:trace:process:CreateProcessW started process pid 007a tid 007b
...
007b:trace:loaddll:free_modref Unloaded module
L"C:\\windows\\temp\\nshbb9d.tmp\\UserInfo.dll" : native
007b:trace:loaddll:load_native_dll Loaded
L"C:\\windows\\temp\\nshbb9d.tmp\\process.dll" at 0x10000000: native
007b:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT"
007b:trace:loaddll:load_native_dll Loaded
L"C:\\windows\\temp\\nshbb9d.tmp\\LIBEXPATW.dll" at 0x3d0000: native
007b:trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\mpr.dll" at
0x60c50000: builtin
007b:trace:loaddll:load_builtin_dll Loaded
L"C:\\windows\\system32\\wininet.dll" at 0x60c00000: builtin
007b:trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msvcrt.dll"
at 0x60c80000: builtin
007b:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\MSVCR80.dll"
at 0x78130000: native
007b:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\MSVCP80.dll"
at 0x7c420000: native
007b:trace:loaddll:load_native_dll Loaded
L"C:\\windows\\temp\\nshbb9d.tmp\\Activation.dll" at 0x3a0000: native
--- snip ---
The culprit is: "fixme:actctx:parse_depend_manifests Could not find dependent
assembly L"Microsoft.VC80.CRT"
If we dump the embedded manifest from PE for the "Activation.dll":
--- snip ---
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.VC80.CRT"
version="8.0.50727.762" processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.VC80.CRT"
version="8.0.50608.0" processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b">
</assemblyIdentity>
--- snip ---
We can see two VC 8.0 runtime versions referenced, the VC 8.0 SP1 and an older
VC 8.0 one.
"8.0.50727.762" -> Visual C++ 2005 SP1 Redistributable Pack 8.0.50727.762
At this stage, only .NET Framwork 2.0 redist got installed as prerequisite in
WINEPREFIX.
Because of winetricks' winver 2k hack (missing junction point workaround, bug
12401), VC 8.0.50727.42 runtimes are placed in both: system32 and SxS repo.
This results in errorneous behaviour in case of SxS assembly resolver failure
(app references 8.x CRT assemblies not found in SxS) - a fallback load from
system32 - which causes the CRT error.
I already explained the differences between 2K and XP in several other bug
reports when it comes to loading of SxS assemblies.
In short: prevent any CRT (and ATL/MFC) 8.x+ runtime from being put into
system32!
Such assemblies are never to be loaded from system32 with winver > 2K!
To fix this, 'winetricks dotnet20' step needs to include the removal of these
assemblies from system32 as cleanup procedure.
A second copy is properly installed into SxS as precaution from M$ guys in the
light of win2k -> winxp update which knows about activation contexts/SxS.
--- snip .wine/drive_c/windows/system32 ---
$ ls -lsa msvc*
472 -rw-rw-r-- 1 focht focht 479232 2005-09-23 08:29 msvcm80.dll
540 -rw-rw-r-- 1 focht focht 548864 2005-09-23 08:29 msvcp80.dll
616 -rw-rw-r-- 1 focht focht 626688 2005-09-23 08:29 msvcr80.dll
..
--- snip .wine/drive_c/windows/system32 ---
The vendor msi installer bug at this stage is that the sub-installer is
executed *before* the VC redist installer which would install all required CRT
dependencies into SxS.
Hence this error is only shown once.
That sub-installer failure seems not critical.
Now one might think: "ok, lets do the usual winetricks vcrun2005 ...
vcrun2005sp1 mess" before install.
If you do this, the error will still remain (assuming you restart with clean
WINEPREFIX).
The reason is the other "old" VC 8.0 CRT version, referenced in dll manifest:
8.0.50608.0
Winetricks dotnet20 installed a VC 8.0.50727.42 CRT version into SxS (after we
removed the ones from system32).
This would ideally work but Wine's loader doesn't support the redirection of
assembly bindings yet.
If you take a look at the policy file from .NET 2.0 installed VC 8 runtime:
"c:\windows\winSxS\policies\x86_policy.8.0.Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_x-ww_77c24773\":
--- snip 8.0.50727.42.policy ---
<bindingRedirect oldVersion="8.0.41204.256-8.0.50608.0"
newVersion="8.0.50727.42"/>
--- snip 8.0.50727.42.policy ---
The policy rule would be satisfied, because the assembly asks for version
8.0.50608.0 and the current "up-to-date" version 8.0.50727.42 can be used for
that.
After VC 8.0 SP1 install (sh winetricks vcrun2005sp1), another policy file is
added:
--- snip 8.0.50727.762.policy ---
<bindingRedirect oldVersion="8.0.41204.256-8.0.50608.0"
newVersion="8.0.50727.762"/>
<bindingRedirect oldVersion="8.0.50727.42-8.0.50727.762"
newVersion="8.0.50727.762"/>
--- snip 8.0.50727.762.policy ---
This would cover (match) the first assembly binding dependency, 8.0.50727.762
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=33080
Bug #: 33080
Summary: While running DPFMate.exe, Unhandled exception: page
fault on read access to 0x00000004 in 32-bit code
(0x0040ea53).
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jon(a)sprig.gs
Classification: Unclassified
Created attachment 43734
--> http://bugs.winehq.org/attachment.cgi?id=43734
Backtrace
Please see attached backtrace. This is a simple keyring photoframe manager.
Wine is using Ubuntu 12.04, plus the Wine PPA, latest winetricks downloaded
from the SVN (WINETRICKS_VERSION=20120912) to install MFC42U.dll.
After I got similar results to the backtrace, I tried forcing the app to use
the Win2k emulation mode, and then captured this backtrace - probably not the
best idea, but I'm happy to run any other diagnostics.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31839
Bug #: 31839
Summary: Mouse jumps to the upper left corner of the screen
Product: Wine
Version: 1.5.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
On some games (I noticed this only on Blizzard games) the mouse position is set
on starting/exiting the game to the upper left corner of the screen. Just a few
examples:
- On Diablo 3 this works on starting and exiting the game (independent if
-opengl is used or not).
- On Warcraft 3 (RoC and TFT) this works only on starting the game and if
-opengl is used.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32760
Bug #: 32760
Summary: Mono not running VB.NET app
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: pwthomas95(a)satx.rr.com
Classification: Unclassified
I tried running the VB.Net app on 1.5.19 with exact same results. When run from
the command line it produces a massive, console over flowing error log. I had a
forum thread so I have the log on pastebin: http://pastebin.com/kh9CLcqM
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30376
Bug #: 30376
Summary: Baldurs Gate II (GOG.com version) crashes on loading
specific save games
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpranevich(a)gmail.com
Classification: Unclassified
Created attachment 39718
--> http://bugs.winehq.org/attachment.cgi?id=39718
Crash info
Baldurs Gate II (GOG.com version) crashes on loading specific save games from
certain areas of the game, especially Chapter 7. The identical save games work
on Windows install.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31933
Bug #: 31933
Summary: GOG.com installer displays the options menu poorly
Product: Wine
Version: 1.5.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Classification: Unclassified
Created attachment 42059
--> http://bugs.winehq.org/attachment.cgi?id=42059
screenshot
Here's an example with the Heroes of Might and Magic 5 Bundle. The console
displays these lines in loop.
fixme:uniscribe:GPOS_apply_lookup We do not handle SubType 5
fixme:uniscribe:GPOS_apply_PairAdjustment Pair Adjustment Positioning: Format 2
Unhandled
I suspect that all the games from GOG have this issue. Marking the issue to
fonts, as I suspect this has to do with a font that Linux does not have.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29434
Bug #: 29434
Summary: Picasa 3.9 fails to authenticate with Google
Product: Wine
Version: 1.3.28
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mihai(a)mihaic.ro
Classification: Unclassified
Created attachment 38101
--> http://bugs.winehq.org/attachment.cgi?id=38101
Output from running Picasa 3.9 in a terminal.
Picasa 3.9 fails to authenticate with Google. Picasa 3.8 works with the same
setup (Ubuntu 11.10).
The problem is known to Google:
http://www.google.com/support/forum/p/Picasa/thread?tid=1c3f770cc876aeb9&fi…
"[...] we've switched to using OAuth in Picasa 3.9 and our implementation isn't
supported on WINE."
I'm attaching the output I get when running in a terminal (wine Picasa3.exe).
When I try to connect to Google, the following line is output:
"err:ntdll:RtlpWaitForCriticalSection section 0xe10440 "?" wait timed out in
thread 0033, blocked by 0009, retrying (60 sec)"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33019
Bug #: 33019
Summary: PDH does not support the 'Object Index' when creating
strings
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: pdh
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Classification: Unclassified
PDH allows for performance counters to be specified to address a particular
object. For example, on a machine with multiple processors one uses the
index-specific string:
\Processor(_Total#0)\% Processor Time
rather than the generic string:
\Processor(_Total)\% Processor Time
Silverlight uses these index-specific strings to construct the processor time
string, which poses a problem since this is not currently implemented.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33018
Bug #: 33018
Summary: PDH does not support the 'Processor' object string
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: pdh
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Classification: Unclassified
Calling PdhLookupPerfNameByIndex with the index 238 should return the string
'Processor', this is used by Silverlight to construct the string:
\Processor(_Total#0)\% Processor Time
to obtain the processor usage.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15315
Summary: Ace Online (aka Space Cowboy/Flysis/Air Rivals) does not
load past launcher with WINE
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: littlegator(a)gmail.com
I'm somewhat new to Linux, so if anyone offers any fixes, I may not be sure how
to do it. Please inform me of the exact procedure of the fix (or anything that
may advance the situation) and I will gladly do what you ask.
Now, on to the problem. I load up Ace Online with WINE 1.0-rc3 and it brings me
to the launcher. I type in my login details, select my resolution (which is
1024 x 768), uncheck the "windowed" check box (which appears to have no effect
on the output), and wait. The game goes full screen and is white for a few
seconds. It switches to black, then, after about 10 or 15 seconds, a white
square appears in the middle of the screen. It disappear within a few frames of
appearing, and I'm stuck here. Same thing happens when windowed, it just isn't
full screen. During this process, it seems to be outputting every single
mission log in the game to the debug window. The output file is extremely long.
Now, my setup:
I'm running WINE 1.0-rc3 with DirectX9.0 installed using WineTricks. I'm
running a 1024x768 virtual desktop with no window decorations and window
manager can not control the windows.
My PC:
Intel Pentium 4 1.6GHz
512MB RAM (not sure on what type >_>)
ATI Radeon 9700 pro 128MB onboard RAM using latest Catalyst drivers
running 3.5.6-9.fc7 Fedora release: 2.6.21-1.3194.fc7
While I await a response, I'm going to attempt updating Fedora since it's
apparently an older version. I've attached the a couple output files and a
dxdiag if it may be useful.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27716
Summary: Dragon Nest (Chinese): crashes before login screen
Product: Wine
Version: 1.3.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eric.gralco(a)gmail.com
Created an attachment (id=35467)
--> (http://bugs.winehq.org/attachment.cgi?id=35467)
Fixmes that are thrown during the crash
The game must be started from dnlauncher.exe. After the loading screen the game
goes to the animation before the login screen where it crashes. For the record
the game also lags at this point on Windows but does not crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12694
Summary: Air Rival Crashes after login
Product: Wine
Version: 0.9.59.
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=11224&iTestingId=22275
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mifuyne(a)gmail.com
Created an attachment (id=12349)
--> (http://bugs.winehq.org/attachment.cgi?id=12349)
Log of Air Rival from Launch to Crash
The game crashes without going into the game itself. Been tested on different
versions of Windows (slightly different error on some version). The following
address leads to the log, from launcher to the crash point. It's also attached
to this report.
http://pastebin.org/30959
WINE was set to Emulate a virtual desktop at 1024 x 768 (thus avoiding the
resolution problem mentioned here:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=11224&iTesting…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24893
Summary: Explorer++ is missing most right-click options for
files/folders
Product: Wine
Version: 1.3.5
Platform: x86-64
URL: http://www.explorerplusplus.com/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=31524)
--> (http://bugs.winehq.org/attachment.cgi?id=31524)
Log from right-clicking a folder, then a file
Expected behavior:
Right-clicking on a file should open the same menu that would be seen in
Windows Explorer (or Winefile as the case may be), while right-clicking a
folder should do the same, but with an added "open in new tab" option.
Actual behavior:
Right-clicking on a file produces a menu with a single option, which may be
blank or random garbage. It doesn't appear to do anything either way.
Right-clicking on a folder yields a menu with only the option "open in new
tab."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12457
Summary: SharpDevelop 2.2 crashes with NotImplementedException at
IWebBrowser2.get_LocationName()
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.icsharpcode.net/OpenSource/SD/Download/#Sharp
Develop22
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://lists.ximian.com/pipermail/mono-devel-list/2008-March/027227.html
was asking how to install SharpDevelop 2 under Wine, so I
gave it a try. "winetricks dotnet20" was enough to get it
to install and start, but after it put up the GUI, it
aborted with
fixme:shdocvw:WebBrowser_QueryInterface
(0x1af830)->({00000144-0000-0000-c000-000000000046} 0x33e800) interface not
supported
...
FATAL- System.NotImplementedException: The method or operation is not
implemented.
at System.Windows.Forms.UnsafeNativeMethods.IWebBrowser2.get_LocationName()
at System.Windows.Forms.WebBrowser.get_DocumentTitle()
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29903
Bug #: 29903
Summary: Microsoft Visual Studio 2005: enumeration of processes
fails due to wtsapi32.WTSEnumerateProcessesW() being a
stub ( "attach to process" menu))
Product: Wine
Version: 1.4-rc3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
clicking "attach to process" menu item with default "local transport" leads to
an error message stating "Operation not supported. Unknown error: 0x8007000e".
The process list (listview) is empty due to WTSEnumerateProcessesW() API being
a stub.
Prerequisite: 'winetricks -q dotnet20 mfc42'
--- snip ---
...
0024:Call
wtsapi32.WTSEnumerateProcessesW(00000000,00000000,00000001,0032e828,0032e824)
ret=54bc508e
0024:fixme:wtsapi:WTSEnumerateProcessesW Stub (nil) 0x00000000 0x00000001
0x32e828 0x32e824
0024:Ret wtsapi32.WTSEnumerateProcessesW() retval=00000001 ret=54bc508e
0024:Call KERNEL32.GetProcAddress(7d910000,54cb3b3c "WTSFreeMemory")
ret=54bb97d2
0024:Ret KERNEL32.GetProcAddress() retval=7d914fc8 ret=54bb97d2
0024:Call wtsapi32.WTSFreeMemory(00000000) ret=54bc51b9
0024:fixme:wtsapi:WTSFreeMemory Stub (nil)
0024:Ret wtsapi32.WTSFreeMemory() retval=0000002b ret=54bc51b9
...
0024:Call oleaut32.SysAllocString(011722a8 L"Unable to connect to the Microsoft
Visual Studio Remote Debugging Monitor named 'nexus4'. Operation not
supported. Unknown error: 0x8007000e.") ret=54ba4f0c
...
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383831.aspx
Stub source:
http://source.winehq.org/git/wine.git/blob/fddbf3b99d6582c50ede10dfddd8d438…
--- snip ---
--- snip ---
105 BOOL WINAPI WTSEnumerateProcessesW(HANDLE hServer, DWORD Reserved, DWORD
Version,
106 PWTS_PROCESS_INFOW* ppProcessInfo, DWORD* pCount)
107 {
108 FIXME("Stub %p 0x%08x 0x%08x %p %p\n", hServer, Reserved, Version,
109 ppProcessInfo, pCount);
110
111 if (!ppProcessInfo || !pCount) return FALSE;
112
113 *pCount = 0;
114 *ppProcessInfo = NULL;
115
116 return TRUE;
117 }
--- snip ---
$ wine --version
wine-1.4-rc3-65-g98f0be8
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=19756
Summary: TaskCoach: Cannot add new task with a due date
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.taskcoach.org/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jekwas(a)gmail.com
Created an attachment (id=23126)
--> (http://bugs.winehq.org/attachment.cgi?id=23126)
taskcoach.exe.log
I ran across this while testing for 8322. Task Coach is unable to add a new
task if a Due Date is specified.
To reproduce, click "New task" in the main window. Go to the Dates tab and add
a due date. Press OK, and nothing will happen. When you close Task Coach, it
will alert you of logged errors.
I have attached such a log. (Wine doesn't output with any problems when trying
to add a task)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12076
Summary: Database app refused to install unless
system32/drivers/etc/{services,host} exist
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user's informix-based app refused to install until
the empty files c:/windows/system32/drivers/etc/{services,host}
were created, see
http://winehq.org/pipermail/wine-users/2008-March/030256.html
I looked around a bit for other system32/drivers/etc files.
http://support.microsoft.com/kb/130024 describes hosts, services, and protocols
http://support.microsoft.com/kb/105997 describes lmhosts
It looks like some apps find that directory by looking at
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\DataBasePath
and MSN Messenger 7.5 f*cks up by changing that variable's type, see
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6343068
Getting this all right would be a lot of work. Just creating
two empty files might be reasonable, though, since it
allows the user's app to install.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32749
Bug #: 32749
Summary: Implement atl100.dll.AtlAxDialogBoxW to show error
dialogs (Visual Studio 2010 (10.0) Express Edition)
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
continuation of bug 32564 (Visual Studio 2010 (10.0) Express Edition needs
atl100.dll.AtlAxDialogBoxW).
Although it's stubbed for now it might be useful to load and show the dialog
resource.
--- snip ---
0009:fixme:atl:AtlAxDialogBoxW (0x401f0000 #00cc 0x2008a 0x401b589f 0)
--- snip ---
The user doesn't know what happened in this case.
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=33118
Bug #: 33118
Summary: Adding bin.base64 attribute causes duplicate datatype
attribute
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Classification: Unclassified
The following psedocode is causing duplicate xmlns to appear on a node.
node->Create Attribute (_T("xmlns:dt"),
_T("urn:schemas-microsoft-com:datatypes"));
node->Put Data Type(_T("bin.base64"));
node->Put Node TypedValue("DATA");
Do you get a node that looks like the following.
<UML:TaggedValue xmlns:dt="urn:schemas-microsoft-com:datatypes"
xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="bin.base64" >...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16666
Summary: wine segfaults on launch
Product: Wine
Version: 1.1.11
Platform: PC
OS/Version: OpenBSD
Status: NEW
Keywords: patch, source
Severity: critical
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=18290)
--> (http://bugs.winehq.org/attachment.cgi?id=18290)
core dump
Now for the biggest bug :-)
Wine segfaults on launch of any program. Even 'wine --version' crashes.
I've got this patch in place (from openbsd's port):
diff --git a/loader/pthread.c b/loader/pthread.c
index 4c0c892..e7f6479 100644
--- a/loader/pthread.c
+++ b/loader/pthread.c
@@ -96,6 +96,12 @@ static void init_thread( struct wine_pthread_thread_info
*info )
/* if base is too large assume it's the top of the stack instead */
if ((char *)info->stack_base > &dummy)
info->stack_base = (char *)info->stack_base - info->stack_size;
+#elif defined(__OpenBSD__)
+ stack_t stack;
+ if (pthread_stackseg_np(pthread_self(), &stack) != 0)
+ abort ();
+ info->stack_base = (char *)stack.ss_sp - stack.ss_size;
+ info->stack_size = stack.ss_size;
#else
/* assume that the stack allocation is page aligned */
char dummy;
@@ -163,6 +169,8 @@ static void init_current_teb( struct
wine_pthread_thread_info *info )
info->pid = getpid();
#ifdef __sun
info->tid = pthread_self(); /* this should return the lwp id on solaris
*/
+#elif defined(__OpenBSD__)
+ info->tid = pthread_self();
#elif defined(__APPLE__)
info->tid = mach_thread_self();
#elif defined(__FreeBSD__)
Though, it still segfaults without it.
wine-pthread.core 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=30600
Bug #: 30600
Summary: Emergency 3 crash with page fault on read access to
0x00000000 in 32-bit code (0x100ac010)
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linuxcobra(a)gmx.de
Classification: Unclassified
Created attachment 40041
--> http://bugs.winehq.org/attachment.cgi?id=40041
Backtrace-output
when i install this Game under wine, the install works, but when i will start
the game, will not work.
via original Windows XP / ME ( both tested) : no problems
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21564
Summary: warning forever ignores keyboard input after
losing/regaining focus
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://www18.big.or.jp/~hikoza/Prod/index_e.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Steps to reproduce:
* Install Warning Forever from the linked website.
* Start the program by running c:\wf\wf.exe. (The installer does not create a
shortcut. This is the same on Windows.)
* Select "Window mode".
* Verify that the 'z' key can be used to make selections in the menu.
* Switch to another window.
* Switch back to Warning Forever window.
* Verify that keyboard input no longer works.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22369
Summary: A child window without WS_EX_MDICHILD style should not
be tiled by the WM_MDITILE message.
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.m.winehq(a)gmail.com
In user32/mdi.c
-> MDITile
-> #L763(wine-1.1.42) for-loop "remove all the windows we don't want",
the windows without WS_EX_MDICHILD window style should be also removed from
win_array.
MDICascade is also.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24352
Summary: Virtual desktop does not respect modeless child window
Z-order
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: multitude(a)internode.on.net
1. Run 'winecfg' and ensure the 'Graphics -> Emulate a virtual desktop' option
is off.
2. Press the OK button to apply any changes and close 'winecfg'.
2. Run 'wine notepad' and search for text (Ctrl-F).
3. Leaving the 'Find' window open, mouse click the main 'Notepad' window.
CORRECT RESULT: The 'Notepad' window becomes active, the 'Find' child window
becomes inactive and remains in front of the main 'Notepad' window.
4. Exit 'notepad', run 'winecfg' and enable the 'Graphics -> Emulate a virtual
desktop' option.
5. Press the OK button to apply the change and close 'winecfg'.
6. Run 'wine notepad' again and search for text (Ctrl-F).
7. Leaving the 'Find' window open, mouse click the main 'Notepad' window.
INCORRECT RESULT: When the 'Notepad' window becomes active the 'Find' window
disappears behind the 'Notepad' window.
Confirmed in Wine 1.3.2 and Wine 1.2.
Bug found when testing Chessmaster Grandmaster Edition.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26723
Summary: Dragon Age Ultimate Edition installer rejects second
disc
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Dragon Age Ultimate Edition's installer runs fine until you
get to the second disc prompt. When you put in the second disc,
wait for it to mount, and click the installer's "Retry" button,
the game thinks for a moment... then ejects the disc, and puts
up the insert disc prompt again.
A +file log of the stuff after inserting the second disc shows:
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll",0x33f0e0,0x33f0f4,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll" 520 0x33ee10 0x33f0f4)
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll",0x33ed00,0x33ed14,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll" 520 0x33ea30 0x33ed14)
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll",0x33f0e0,0x33f0f4,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll" 520 0x33ee10 0x33f0f4)
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll",0x33ed00,0x33ed14,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll" 520 0x33ea30 0x33ed14)
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll",0x33f0e0,0x33f0f4,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll" 520 0x33ee10 0x33f0f4)
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll",0x33ed00,0x33ed14,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll" 520 0x33ea30 0x33ed14)
trace:file:DeviceIoControl (0xb8,2d480c,(nil),0,(nil),0,0xeddb98,(nil))
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll",0x33f0e0,0x33f0f4,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll" 520 0x33ee10 0x33f0f4)
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll",0x33ed00,0x33ed14,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll" 520 0x33ea30 0x33ed14)
trace:file:DeviceIoControl (0xb8,2402c,0xedd7de,2,0xedd7e0,24,0xedd7d8,(nil))
trace:file:DeviceIoControl (0xb8,2d4808,(nil),0,(nil),0,0xeddb98,(nil))
One funky detail: both disc1 and disc2 have the same volume label
(the guy at EA who made the masters wasn't thinking straight, I guess).
I sure hope this isn't confusing the operating system.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33362
Bug #: 33362
Summary: Dragon Age Origins texture replaced by black
Product: Wine
Version: 1.5.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scrimekiler(a)yahoo.fr
Classification: Unclassified
Created attachment 44138
--> http://bugs.winehq.org/attachment.cgi?id=44138
Screenshot of texture bug
I tried Dragon Age Origins with a lot of different Direct3D settings in wine
registry, but still one problem remaining : textures are sometimes replaced by
black shapes, like missing texture...Sometimes it's only the armors or cloth
from vendors or characters who are replaced by black but sometimes it's like 50
% the game textures.
Currently using wine 1.5.27 and Dragon Age Origins 1.5
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24164
Summary: Wine is not data-race detector friendly
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: bart.vanassche(a)gmail.com
Running Wine under a data-race detector triggers huge numbers of data-race
reports on Wine functions. This makes it impossible to analyze data races in
application that are running under Wine with Valgrind. An example (Valgrind
trunk r11292):
$ valgrind --trace-children=yes --vex-iropt-precise-memory-exns=yes
--gen-suppressions=all --tool=drd --show-confl-seg=no wine notepad
[ ... ]
==1331== Conflicting store by thread 1 at 0x7f00006c size 4
==1331== at 0x476BD36: RtlEnterCriticalSection (in
/usr/lib/wine/ntdll.dll.so
)
==1331== by 0x47811DC: RtlAllocateHeap (in /usr/lib/wine/ntdll.dll.so)
==1331== by 0x4B44408: scmdatabase_autostart_services (in
/usr/lib/wine/servi
ces.exe.so)
==1331== by 0x4B45C9E: main (in /usr/lib/wine/services.exe.so)
==1331== Allocation context: unknown.
[ ... ]
==1331== Conflicting load by thread 1 at 0x7f000128 size 4
==1331== at 0x477C80F: list_next (in /usr/lib/wine/ntdll.dll.so)
==1331== by 0x477EF7E: HEAP_FindFreeBlock (in /usr/lib/wine/ntdll.dll.so)
==1331== by 0x47812D6: RtlAllocateHeap (in /usr/lib/wine/ntdll.dll.so)
==1331== by 0x4B44408: scmdatabase_autostart_services (in
/usr/lib/wine/services.exe.so)
==1331== by 0x4B45C9E: main (in /usr/lib/wine/services.exe.so)
==1331== Allocation context: unknown.
[ ... ]
==1331== Conflicting load by thread 1 at 0x7f0047e0 size 4
==1331== at 0x477C7EC: list_remove (in /usr/lib/wine/ntdll.dll.so)
==1331== by 0x478138D: RtlAllocateHeap (in /usr/lib/wine/ntdll.dll.so)
==1331== by 0x4B44408: scmdatabase_autostart_services (in
/usr/lib/wine/services.exe.so)
==1331== by 0x4B45C9E: main (in /usr/lib/wine/services.exe.so)
==1331== Allocation context: unknown.
[ ... ]
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18175
Summary: AutoCAD 2008: Pop menu in Text Formating doesn't work
correctly
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: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20643)
--> (http://bugs.winehq.org/attachment.cgi?id=20643)
Image showing popup menu
I'm using wine-1.1.19-271-g0a42190 (compiled using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is that when i want to go with mouse pointer below first separation
line of popup menu then this popup menu disappears and I cannot choose anything
below this separator.
I can navigate below this separator only with keyboard but when i press left or
right arrow the popup menu again disappears which doesn't happen when i try do
the same with everything above this separator.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18263
Summary: AutoCAD 2008: Insert Ole Object window doesn't show up
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20787)
--> (http://bugs.winehq.org/attachment.cgi?id=20787)
How should it looks like
I'm using Wine 1.1.20 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386. I've got installed corefonts dotnet20
gdiplus gecko msxml3 vcrun2003 through winetricks.
The problem is with "Insert->Ole Object..." which i can choose in popup menu in
AutoCAD 2008. It doesn't show up anything.
In terminal there were:
fixme:ole:OleUIInsertObjectW (0x7bdf094): stub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28457
Summary: Gecko rendering of Skype login page not rendering
correctly
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xsist10(a)gmail.com
Created an attachment (id=36495)
--> (http://bugs.winehq.org/attachment.cgi?id=36495)
Wine debug output
Gecko rendering of Skype's HTML login page not rendering correctly. No HTML
formating or javascript/css applied. Unable to complete login process due to
this.
I then manually updated gecko to wine_gecko-1.3-x86.msi (from 1.1 which was
installed by default) and the issue still remained.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28549
Bug #: 28549
Summary: I can't lookup words in Youdao dictionary.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sinojelly(a)163.com
Classification: Unclassified
Created attachment 36648
--> http://bugs.winehq.org/attachment.cgi?id=36648
can not lookup words
please see attachments.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10955
Summary: Palm Desktop fixme's and errors in install and execute
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gc11772(a)optonline.net
Created an attachment (id=9891)
--> (http://bugs.winehq.org/attachment.cgi?id=9891)
Installing palm desktop
Installing Palm Desktop, get many fixme's and a few errors.
--
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=16766
Summary: Gothic: drawing error on initial window resize to
fullscreen (title bar)
Product: Wine
Version: 1.1.12
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)codemadness.org
Drawing error on initial window resize to fullscreen (title bar)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14340
Summary: Dungeon Keeper 2 crashes after 10min with unhandled page
fault
Product: Wine
Version: 1.1.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hewus.owns(a)gmail.com
Created an attachment (id=14635)
--> (http://bugs.winehq.org/attachment.cgi?id=14635)
Crash log of standard debug output
Dungeon Keeper 2 crashes after working just fine for about 10 minutes. I have
experienced this twice now (out of two attempts at playing a game). I was
playing normally, and noticed no apparent trigger that caused the crash. Both
crashes happened at around 10 minutes into the game (although I didn't
accurately time them).
Using native dinput.dll due to bug 13290. Let me know if additional debug
output is required.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12060
Summary: Three bugs in MilkDrop Visualization in WinAMP 5.5.2
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download.nullsoft.com/winamp/client/winamp552_ful
l_en-us.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=11432)
--> (http://bugs.winehq.org/attachment.cgi?id=11432)
The way it looks like (red lines are painted intentionally)
1) Direct3D window is not placed withing its parent window
2) Some visualizations cause Direct3D window to be split weirdly (vertically by
two regions, then left region is split into two, and so on).
3) F1 button which has to show a help window within Direct3D window shows
garbage
Screenshot is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32252
Bug #: 32252
Summary: Corel Painter 12 EULA next button greyed out no matter
what
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrewfulrich(a)gmail.com
Classification: Unclassified
Created attachment 42558
--> http://bugs.winehq.org/attachment.cgi?id=42558
wine output
When I run setup.exe for Corel Painter 12, it loads up and takes me to the
EULA. I can scroll to the bottom and check "I accept the terms and
conditions", but it doesn't un-grey the "Next" button so I can't continue the
setup. I am attaching the wine output. The last two lines are outputted when
I clicked the window and then the checkbox.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30760
Bug #: 30760
Summary: Crash (Unhandled page fault exception) exiting Open
Metronome (WAV version)
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: james_avera(a)yahoo.com
Classification: Unclassified
Created attachment 40278
--> http://bugs.winehq.org/attachment.cgi?id=40278
Crash trace saved from "Program Error" dialog
Open Metronome always crashes when exiting with "Unhandled exception: page
fault on read access to 0xffffffff in 32-bit code..."
See attached backtrace.txt
The program is Open Metronome 5.06 which works (no crashes) on 32-bit Windows
7.
The Wine host is Ubuntu 11.10 64-bit.
The .msi file I installed is Open_Metronome_for_Windows-WAV.msi
and can be downloaded at
http://sourceforge.net/projects/openmetronome/files/openmetronome/5.06/Open…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32783
Bug #: 32783
Summary: STEP7_Lite_V30_incl_SP4 Setup Failed to start the
service, Error:1053, Service request timeout.
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: fangendoucg(a)gmail.com
Classification: Unclassified
Created attachment 43286
--> http://bugs.winehq.org/attachment.cgi?id=43286
Terminal Output
env: ubuntu12.04 & wine 1.5.22 with the patch of the bug 32764
The software can be freely downloaded from:
https://a248.e.akamai.net/cache.automation.siemens.com/dnl/DQ/DQzMjkzAAAA_3…
extract it, cd to folder STEP7_Lite_V30_incl_SP4 , then run:
$wine Setup.exe
While installing Automation License Manager V4.0 SP3, a dialog box showed like
the attachment "dialog_box_1", click *R* showed another one like the attachment
"dialog_box_2". The Chinese words in dialog_box_2 means insufficient buffer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20907
Summary: $ORIGIN is undefined on NetBSD, breaking compile
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://mail-index.netbsd.org/netbsd-users/2009/07/29/m
sg004188.html
OS/Version: NetBSD
Status: UNCONFIRMED
Keywords: download, source
Severity: blocker
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
When compiling on NetBSD, build fails _really_ early, with:
execname not specified in AUX vector
googling around, I found:
http://mail-index.netbsd.org/netbsd-users/2009/07/29/msg004188.html
which shows that apparently $ORIGIN is not defined on NetBSD. I'm not quite
sure wine can work around it, so marking the bug as unconfirmed 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=29399
Bug #: 29399
Summary: CloneSpy: nested context menus inaccessible.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hgtoo(a)yahoo.com
Classification: Unclassified
Set CloneSpy File>Options>Report>Presentation of equal files = Wait until all
files are scanned AND display all equal files together in a list.
Scan a directory containing duplicate files.
Right-click any listed file to bring up the context menu.
Trying to access any of the nested sub-menus causes whole context menu to
disappear, whether with mouse or keyboard. I can't find a workaround to access
the nested commands.
CloneSpy 2.6.2, Wine 1.2.3, Mint 10 fully up to date.
CloneSpy doesn't seem to have come up here before for some reason. It's this
program here: http://www.clonespy.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23224
Summary: Cyberboard Player: menu has black shadows instead of
transparent
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://cyberboard.brainiac.com/cyberboardv310.exe
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=28903)
--> (http://bugs.winehq.org/attachment.cgi?id=28903)
Wine vs WinXP
I guess this will be general problem not just the Cyberboard Player. Menu
shadows are completely black, but they should be transparent.
Attachment shows that better. I tried many wine versions since 0.9.49 till
1.2-rc3, but it probably never worked correctly.
I left this in UNCONFIRMED, but someones confirmation is welcomed ;)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23627
Summary: installing Perseus 1.9.1 demo I got this error
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: efa(a)iol.it
Created an attachment (id=29557)
--> (http://bugs.winehq.org/attachment.cgi?id=29557)
error installing Perseus 1.9.1 demo
italian version downloadable from:
http://www.perseus.it/it/demo.php
english version downloadable from:
http://www.perseus.it/en/demo.php
double click on installer setup, while installing I always got this error:
---
Unable to execute file:
command.com
CreateProcess failed; code 2.
File non trovato [TN: File not found]
---
this error doesn't happen on Windows, seems related to Wine.
I attach a shot of the 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.
http://bugs.winehq.org/show_bug.cgi?id=18970
Summary: COM components referencing invalid CLSID's
(appinstall)
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.ccleaner.com/download
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Found while testing CCleaner for appinstall, wine's got ~10 registry errors.
I've sent patches for a few of them, but I'm not as sure on these...
First one:
The COM component IImgCtx references an invalid CLSID. These are often left
behind after uninstalling software.
Solution: Delete the registry value.
Registry value in question:
ActiveX/COM Issue IImgCtx - {3050F3D6-98B5-11CF-BB82-00AA00BDCE0B}h
HKCR\IImgCtx
Second one:
The COM component CLSID\{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C} references an
invalid CLSID. These are often left behind after uninstalling software.
Solution: Delete the registry value.
Registry entry:
ActiveX/COM Issue InProcServer32\C:\windows\system32\qmgrprxy.dll
HKCR\CLSID\{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13021
Summary: ConvertXToDVD don't load the templates combobox.
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaysonsantos2003(a)yahoo.com.br
Hello people, I have tried the wine irc but no responses.
In older versions of wine that list works fine, when trie to load a new
template I receive Index of Bounds.
In console the errors messages don't change.
The unique error is in screenshot attached.
Best Regards
Jayson Reis
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21653
Summary: Disabled menu bar in HY-TEK Team Manager for Track and
Field
Product: Wine
Version: 1.1.38
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=19279
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luigiwalser(a)yahoo.com
Most of the information needed for this bug is in the AppDB entry I made for
this application, which can be viewed at the given URL. When the AppDB entry
was accepted, I was advised to file a bug in Bugzilla about the Menu bar issue.
Note the download link, as you should be able to download the Lite version of
the application and test this for yourself. Also note that it is normal for
most of the Menu bar to be disabled the first time you run the program, as a
Team file is not open yet. However, the File menu should be enabled, and once
you open or create a new Team file/database using File > Open/New, the rest of
the Menu bar then becomes 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=25666
Summary: DVDFab: Font is smudged
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=32693)
--> (http://bugs.winehq.org/attachment.cgi?id=32693)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) install DVDFab
4) start DVDFab
5) select Main Movie
6) change width of "Chapter" column
Behaviour:
See attachment (right image)
Expected behaviour:
See attachment (left image)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32884
Bug #: 32884
Summary: Tried to play a game on lol, but as soon as I start
connectiong to the game (summoning) this comes out and
tells me my firewall is not letting me connect to the
game.
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: justus.kiikeri(a)hotmail.fi
Classification: Unclassified
Created attachment 43431
--> http://bugs.winehq.org/attachment.cgi?id=43431
Lol bug report
Tried to play a game on lol, but as soon as I start connectiong to the game
(summoning) this comes out and tells me my firewall is not letting me connect
to 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=19769
Summary: STATISTICA 6 demo fails to display any child windows
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.statsoft.ru/_Rainbow/documents/STATISTICADe
mo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
With wine-1.1.27-266-gda1784b, when starting the STATISTICA 6 demo, the demo is
supposed to display a window entitled "Data: Adstudy (25v by 50c)" on startup,
but the demo fails to do that. The only window that is usually visible is a
"Welcome to STATISTICA 6" helper window. In addition, opening any STATISTICA
files yields the same result, no visible child windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30639
Bug #: 30639
Summary: Audio stuttering and performance drops in Star Wolves
3
Product: Wine
Version: 1.5.3
Platform: x86
URL: http://www.gamershell.com/download_8237.shtml
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: patrakov(a)gmail.com
Classification: Unclassified
Regression SHA1: 275dfb83f2371a476b615b260465afb3cdf67f32
Due to a recent commit in Wine I get severe audio stuttering as well as
slowdowns in certain games. This seems to affect only a small number of games,
the vast majority of my games are still running fine. Whether these games are
buggy ones or it is indeed a problem with the patch I can't decide as I don't
have Windows installed to check how these games behave under native Windows.
275dfb83f2371a476b615b260465afb3cdf67f32 is the first bad commit
commit 275dfb83f2371a476b615b260465afb3cdf67f32
Author: Alexander E. Patrakov <patrakov(a)gmail.com>
Date: Mon May 7 00:06:13 2012 +0600
dsound: Added a windowed-sinc resampler.
:040000 040000 8ecb8b2fbc5c65c2066aaf9a5e8c58104996c5ab
3768c38fdafc656c5e18e14ad70884ea7864b758 M dlls
:040000 040000 680c52a0ebe164ca9b6a42d40c6521a91ae86e96
83407150c9beff0aa69d2d2e017b522543ac347f M tools
Star Wolves 3: Civil War (v1.12, Steam): audio playback is glitch-free and
performance is okay (well above 60 fps) in the menus and during the tutorial
mission. When I advance in the game or when I load a saved game I get severe
audio stuttering and framerate drops below 15 fps. This makes the game hardly
playable. If I quit playing and go back to the main menu, everything is back to
normal.
The demo for the game is protected with Starforce so it cannot be tested.
Droplitz (Steam version): this is a puzzle game. A certain sound effect is
intended to play when I create a path for the 'drops' and they make their way
to their goal. When this happens I observe the same audio stuttering and
performance drops. It lasts only for 2-3 seconds so it's not so severe.
Armored Fist 3: audio (both music and speech) are stuttering heavily and it
affects performance too. Link to the demo added to URL. There is no music in
the demo, but you should observe the problem with speech after starting a new
game.
HoverAce: the same stuttering in audio and slowdowns can be observed. No demo
available.
Terminal output doesn't show anything related.
Fedora 16 x86
Kernel 3.3.4-3.fc16.i686.PAE
Alsa 1.0.25
Pulseaudio is not running
Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28786
Bug #: 28786
Summary: Explorer filelist problem
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.downing(a)guardian-shield.com
Classification: Unclassified
In the Explorer file-list [left pane] the "expand" controls (plus "+" signs)
require double-click. They should be single-click.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22635
Summary: FindFileFirst should ignore some chars
Product: Wine
Version: 1.1.44
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: plr.vincent(a)gmail.com
When FindFileFirst is called with such path (c-style notation):
"C:\\Program Files/>"
it should match
"C:\\Program Files"
A test for this is in the works (first attempt:
http://www.winehq.org/pipermail/wine-devel/2010-May/083434.html ) and this
behavior was confirmed on winxp and win2k.
This has been discovered while investigating the problem of Earth 2160 packaged
by GOG.com:
The installer ciphers the cd key to put it in the registry (as GOG doesn't
provide different keys for each user, the installer contains one):
HKCU\Software\Reality Pump\Earth2160\SerialKey\SerialKey. One of the components
used for this is the creation time of the Earth 2160 installation directory.
It looks up the path of that directory using another registry key created
during the install: HKLM\Software\Reality Pump\Earth2160\FileSystem\DataPath .
This key contains that path with a trailing "/>", which seems to be present on
purpose (removing it makes the game fail very early when executed). The result
is that this path is not found after installation on wine, so the created
registry key is invalid when checked by the game.
Note that the problem is really only in the installer, as the parameter
received by FindFileFirst when game checks the key doesn't contain the trailing
"/>".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26035
Summary: ChipGenius cannot detect USB device
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mountmgr.sys
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
ChipGenius is a small green software for detecting USB pid/vid ,it returns the
device name, interface speed, serial number, equipment version, and provides
relevant information to download address.
See
http://translate.google.com/translate?js=n&prev=_t&hl=en&ie=UTF-8&layout=2&…
for a google translated introduction.
ChipGenius can be download free on its website (
http://dl.mydigit.net/2010/09/chipgenius.html ) , or a personal mirror here:
https://docs.google.com/leaf?id=0BxjsxTbiBaUHMDI5OWIxYTktZDBkOS00ODE3LWExOW…
Normally on WinXP, while running ChipGenius, it will draw a device tree and
auto detect usb devices and redraw device tree whenever a usb device is pluging
or unpluging.
However, ChipGenius didn't draw any device tree on wine.
Here is the log:
$ winetricks -q vb6run
$ wine '/home/fracting/Wine/USB/ChipGenius/ChipGenius.exe'
err:menubuilder:init_xdg error looking up the desktop directory
fixme:ole:OleLoadPictureEx
(0xa1f5ec,1414,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f6d4),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xa1f5ec,830,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f6a4),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xa1f5ec,1354,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f6a4),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xa1f5ec,2238,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f6a4),
partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x18ae50)->(0x198fb8, 0, (nil)), hacked
stub.
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for
IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl unsupported ioctl 2d1400
fixme:win:RegisterDeviceNotificationA (hwnd=0x1006e,
filter=0x32f82c,flags=0x00000000) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
I also test chipgenius with Alexander Morozov's USB patchset, but it doesn't
work either.
Best 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=23979
Summary: SMSDV's main window is empty
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: b7.10110111(a)gmail.com
Here's the screenshot: http://appdb.winehq.org/appimage.php?iId=31576
If i click on the empty space on the window or even in the text enter widget, i
can drag the window. Choosing "About wine" after right-clicking the window
makes About dialog behave the same as the main 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=29228
Bug #: 29228
Summary: Airline Tycoon Evolution doesn't display any text
in-game
Product: Wine
Version: 1.3.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hardpenguin(a)fastmail.fm
Classification: Unclassified
Created attachment 37751
--> http://bugs.winehq.org/attachment.cgi?id=37751
screenshot nr 1 of the bug
No text at all in Airline Tycoon Evolution (empty character text balloons,
blank HUD, newspapers, boards, lists, letters 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=11146
Summary: RootsMagic 3.2.5 crashes when using Publisher feature
Product: Wine
Version: 0.9.53.
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=10416
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: digimars(a)gmail.com
Created an attachment (id=10181)
--> (http://bugs.winehq.org/attachment.cgi?id=10181)
Wine output error message
When I click on the Publish icon on the RootsMagic toolbar at the top and
create a new book (by going clicking on the New button and giving it a name of
'test' for instance) I can select options without a problem (such as Cover
Page, Title Page, etc.). But when I click on the Add a Chapter button and
choose anyone in my list of people listed, the program completely crashes. It
doesn't matter if I choose Pedigree Chart, Scrapbook, Photo Tree or any of
them. They all go to a list of people that you can select from and all of the
entries will crash the application after you click on one of them.
A trial version of the app can be downloaded from here:
http://www.rootsmagic.com/demo.htm
--
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=22741
Summary: Enterprise Architect 6.5: crash when generating RTF
document
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: loose(a)astron.nl
Created an attachment (id=28036)
--> (http://bugs.winehq.org/attachment.cgi?id=28036)
Error log of "wine ~/.wine/drive_c/Program\ Files/Sparx\ Systems/EA/EA.exe"
When clicking "Create" in the dialog box of Generating project documentation to
generate a RTF document, I get a crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27738
Summary: NVIDIA D3D SDK 10 SolidWireframe Sample needs
unimplemented function d3dx10_43.dll.D3DX10CreateFontW
Product: Wine
Version: 1.3.23
Platform: x86-64
URL: http://developer.download.nvidia.com/SDK/10/direct3d/s
amples.html#SolidWireframe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
SolidWireframe.zip
MD5 Sum: 1b6d72a22a26a481697240e57a1aad8b
SHA1 Sum: ed74ab85c765081748d1a02158ebae0d5ac11086
wine: Call from 0x7b839db2 to unimplemented function
d3dx10_43.dll.D3DX10CreateFontW, aborting
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23382
Summary: NVIDIA Demo: Cascades requires d3dx10_40.dll
Product: Wine
Version: 1.2-rc5
Platform: x86-64
URL: http://www.nzone.com/object/nzone_cascades_downloads.h
tml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
err:module:import_dll Library d3dx10_40.dll (which is needed by L"C:\\Program
Files\\NVIDIA Corporation\\NVIDIA Demos\\Cascades\\bin\\cascades.exe") not
found
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25359
Summary: Internet Explorer 4 setup crashes
Product: Wine
Version: 1.3.8
Platform: x86-64
URL: http://www.oldversion.com/download/msie401sp2.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=32253)
--> (http://bugs.winehq.org/attachment.cgi?id=32253)
Crash log
The installer for IE4 will crash early in the installation process after taking
the following steps:
1. Set Windows version to NT 4.0 and remove z: drive
2. Run iexplore -unregserver
3. Run the IE4 unpacker and installer
Workaround: remove the fake schannel.dll from system32 (thus letting the IE4
installer add its own) or replace it with a native one. A few other
observations:
- Using the above workaround, then setting a builtin-only override for schannel
doesn't bring back the crash
- A +loaddll log has no sign of schannel at this point
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27737
Summary: NVIDIA D3D SDK 10 Lightning Sample needs unimplemented
function d3dx10_43.dll.D3DX10CreateSprite
Product: Wine
Version: 1.3.23
Platform: x86-64
URL: http://developer.download.nvidia.com/SDK/10/direct3d/s
amples.html#Lightning
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
Lightning.zip
MD5 Sum: 063eb9c9d53eb1aa2e51a37b33036f93
SHA1 Sum: 19d47dae7a2ed4c24a1190e8b1dca7a217c1ce02
wine: Call from 0x7b839db2 to unimplemented function
d3dx10_43.dll.D3DX10CreateSprite, aborting
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31229
Bug #: 31229
Summary: ChessBase 2009 Light help viewer crashes
Product: Wine
Version: 1.5.8
Platform: x86
URL: http://www.chessbase.com/download/
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: jacek(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 5fecc4896f81d4b373125c392e4e17faaa27e070
Created attachment 41020
--> http://bugs.winehq.org/attachment.cgi?id=41020
terminal output
CBLightSetup.exe
md5sum: a3a33ad834cad2630046758c5a1abf39
Steps to reproduce the problem:
1. Download and install the application. On the download page you need to
select 'ChessBase Light 2009' from the drop-down product list.
2. Start the application with CBLight2009.exe and press <F1> to invoke the
built-in help viewer.
3. Try to open the topic 'Introduction'...a crash happens here.
It works in Wine 1.5.8, but not in the git version (wine-1.5.8-160-g8613d5e):
5fecc4896f81d4b373125c392e4e17faaa27e070 is the first bad commit
commit 5fecc4896f81d4b373125c392e4e17faaa27e070
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Thu Jul 12 14:26:13 2012 +0200
mshtml: Don't store outer window in nsChannelBSC.
:040000 040000 92bfbd43d5e9d9c65d728a109c74113b0a7e410d
3450e34baaf21c071bd7d3c78ee98c088a49c136 M dlls
Reverting the patch on wine-1.5.8-160-g8613d5e fixes the problem.
Fedora 17 x86
gcc version 4.7.0 20120507 (Red Hat 4.7.0-5) (GCC)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10790
Summary: RPG Maker XP 10.2a: Crashes when accessing menu bar/HTML
Help
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hen.asraf(a)gmail.com
When trying to access the menu bar (i.e clicking "&File" or "&Help") the game
crashes, with an error message saying:
"Critical Error C0000005 at address 004749B5"
Also, the program crashes when browsing the HTML Help (accessed by pressing
[F1]), with an error message saying:
"Critical Error C0000005 at address 00000000"
A 30-day trial for the program can be downloaded here:
http://www.enterbrain.co.jp/tkool/RPG_XP/eng/download.html
(You must download RPG Maker XP and also the RGSS-RTP).
--
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=9615
Summary: RPG Maker: c0000005 exception when clicking menu bar
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
After obtaining RPG Maker from
(http://www.enterbrain.co.jp/tkool/RPG_XP/eng/download.html), I install it. I
believe on 0.9.33 it seamlessly installed, but on latest 0.9.44, running the
EXE produces help output for msiexec in terminal; I had to do wine msiexec /i
on the MSIs in the directories. Installation is ok, and starting the app is
okay, but when I click the menu, it gives me an exception: c0000005 at address
004749B5. No dump is produced that is indicative of any error.
--
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=9808
Summary: Amazon Music Downloader crashes on File menu
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.amazon.com/gp/dmusic/help/amd.html/
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=8255)
--> (http://bugs.winehq.org/attachment.cgi?id=8255)
console output showing crash on clicking File
Download and install the Amazon Music Downloader.
Run it.
Click the File menu.
Bammo!
wine: Unhandled page fault on read access to 0x0000001c at address 0x484d25
(thread 0009), starting debugger...
--
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=26560
Summary: Amazon MP3 Downloader: Menus don't work.
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
>From bug 18708.
Menus don't work. Opening them works, but you cannot click any item.
Right-clicking them works.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18708
Summary: Amazon MP3 Downloader: Menus and toolbars don't work
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://amazonm-002.vo.llnwd.net/u/d1/clients/AmazonMP3
Installer_1.0.3.exe?httpHeader%5FContent-Disposition=a
ttachment%3B%20filename%3DAmazonMP3Installer.exe&marke
tplace=1
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Created an attachment (id=21442)
--> (http://bugs.winehq.org/attachment.cgi?id=21442)
Linux behaviour screenshot
Running Amazon MP3 Downloader, clicking menu items doesn't work at all (nothing
happens, menu stays open).
The following is the only default console output
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
The err is spammed every time a menu is opened.
Attached a screenshot under linux, a screenshot under windows and a +toolbar
trace.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26389
Summary: Win3.1 Notepad crashes when opening a large file
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spammis(a)spam.la
Created an attachment (id=33605)
--> (http://bugs.winehq.org/attachment.cgi?id=33605)
DOSBox (left) and Wine (right)
This bug applies to the version of Notepad bundled with Windows 3.1.
Old versions of Notepad can't open big text files. Instead, Notepad displays a
message saying "The file FILENAME is too large for Notepad. Use another editor
to edit the file." Wine crashes instead of displaying this message.
A giant file can be created in numerous ways. I used a small python script:
for i in range(1999999):
print i
"python script.py > giant.txt" gives a giant file.
I tried opening the file using Wine running Notepad and using DOSBox running
Windows 3.1 running Notepad. Windows 3.1 is just a normal DOS application, so
it runs fine under DOSBox. I'm attaching a PNG file displaying the differences
between Wine and DOSBox. In this case, DOSBox is correct while Wine is wrong.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22712
Summary: Servant Salamander can't execute .exe files
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.altap.cz/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
File manager Servant Salamander, version 2.52 won't execute a binary file
(regedit.exe). When I am trying to execute regedit.exe, nothing happens and
console says:
fixme:shell:ISvItemCm_fnInvokeCommand Unhandled Verb 0l
BTW: I have to test with winecfg: Win2000. Tested in many versions and probably
never worked 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=33218
Bug #: 33218
Summary: No window border for Maxthon 4.0.5.600 installer
Product: Wine
Version: 1.5.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: computergeoffrey(a)zoho.com
Classification: Unclassified
Created attachment 43943
--> http://bugs.winehq.org/attachment.cgi?id=43943
Borderless window of Maxthon installer
No border is drawn around the installer screen for Maxthon (probably the whole
4.0 series). It uses a custom window style, which Wine doesn't seem to
recognise.
The exe can be downloaded here:
http://forum.maxthon.com/thread-754-1-1.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22018
Summary: No MIDI music in Alonix
Product: Wine
Version: 1.1.40
Platform: x86-64
URL: http://www.axysoft.com/alonix/index.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26766)
--> (http://bugs.winehq.org/attachment.cgi?id=26766)
Terminal output
The summary pretty much describes the problem: the background music (MIDI) in
Alonix doesn't play. These are the minimum tweaks required to get it working at
present:
DLL overrides from winetricks directx9:
dmband
dmime
dmsynth
dmusic
File copied from Windows:
C:\windows\system32\drivers\gm.dls
Take away any one of these, and there's no background music in-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=25118
Summary: Missing text in Pikachu Volleyball 3D
Product: Wine
Version: 1.3.6
Platform: x86-64
URL: http://rev.knu.ac.kr/down/PV3DSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: wine-bugs(a)winehq.org
Created an attachment (id=31856)
--> (http://bugs.winehq.org/attachment.cgi?id=31856)
Screenshot with builtin d3dx9_36
The title screen is missing the text "Pocke' monster" and "Copyright (C) 2006
by Revolution. All Rights Reserved." I guess these probably have something to
do with it:
fixme:d3dx:ID3DXFontImpl_DrawTextA (0x121e258)->(0x121df78, Pocke' monster ,
-1, 0x32fc10, 5, 0xff483d8b): stub
fixme:d3dx:ID3DXFontImpl_DrawTextA (0x1335760)->(0x121df78, Copyright (C) 2006
by Revolution. All Rights Reserved , -1, 0x32fc18, 5, 0xffffffff): stub
Workaround is winetricks d3dx9_36.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31721
Bug #: 31721
Summary: Autodesk Revit Architecture 2013 installation failed ,
Error 1060 Service does not exist
Product: Wine
Version: 1.5.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin.suc(a)googlemail.com
Classification: Unclassified
Hi,
I have been trying to install Autodesk Revit Architecture 2013 and it failed
within following (attached error):
[Error: 1060] Service does not exist.
[Error: 6] Invalid handle.
...
Your computer is using unsupported version of the Microsoft .NET Framework. The
product you are installing requires Microsoft .NET Framework 4.0 or later
Is there any workaround about it how to make it work ?
Please do not hesitate to ask any more information.
Thank you,
Kind Regards,
Martin
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28405
Summary: Unimplemented function
setupapi.dll.SetupAddToSourceListA
Product: Wine
Version: 1.3.28
Platform: x86
URL: ftp.pinnaclesys.de/driver/pc/Liquid_Edition_6/Liquid_E
dition_6_10_EU_US.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Hi,
I got an error "Unimplemented function setupapi.dll.SetupAddToSourceListA" when
I tried to run a certain installer program.
The program in question is comp_drvmbox.EXE, which is inside the archive at
ftp://ftp.pinnaclesys.de/driver/pc/Liquid_Edition_6/Liquid_Edition_6_10_EU_US.exe
WARNING: That file is about 631MB! I'm not sure whether comp_drvmbox.EXE (which
is about 10MB) is available for download separately.
Anyway, on running comp_drvmbox.EXE I got the following console output (part
omitted for brevity):
$ wine comp_drvmbox.EXE
fixme:setupapi:CM_Locate_DevNodeA 0x32d9d8 (null) 0x00000000: stub
wine: Call from 0x7b839d72 to unimplemented function
setupapi.dll.SetupAddToSourceListA, aborting
wine: Unimplemented function setupapi.dll.SetupAddToSourceListA called at
address 0x7b839d72 (thread 0009), starting debugger...
Unhandled exception: unimplemented function setupapi.dll.SetupAddToSourceListA
called in 32-bit code (0x7b839d72).
...
Backtrace:
=>0 0x7b839d72 RaiseException+0x52(code=0x80000100, flags=0x1, nbargs=<is not
available>, args=0x32d9b4)
[/build/buildd/wine1.3-1.3.28/dlls/kernel32/except.c:84] in kernel32
(0x0032d994)
1 0x5d3b3098 __wine_spec_unimplemented_stub+0x37(module="setupapi.dll",
function="SetupAddToSourceListA")
[/build/buildd/wine1.3-1.3.28/dlls/winecrt0/stub.c:34] in setupapi (0x0032d9c4)
2 0x5d389815 in setupapi (+0x9814) (0x0032dcac)
3 0x100178f0 in glc570.tmp (+0x178ef) (0x0032dcac)
4 0x10017427 in glc570.tmp (+0x17426) (0x0032e7e8)
5 0x100040b5 in glc570.tmp (+0x40b4) (0x0032f514)
wine: Call from 0x7b839d72 to unimplemented function
setupapi.dll.SetupAddToSourceListA, aborting
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9803
Summary: Installer misses Microsoft.Windows.Common-Controls
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ewikran(a)bluezone.no
Created an attachment (id=8245)
--> (http://bugs.winehq.org/attachment.cgi?id=8245)
First attemt running wine setup.exe
I am trying to install Autodesk Revit Arcitectural on Kubuntu 7.04 but get an
error message that depended assembly Microsoft.Windows.Common-Controls can not
be found.
I see from bug 9192 that I am supposed to run a mainfest to correct this. I
have tried the manifest that was listed in the bug but don't get much more from
it. It seems that the manifest is not found.
Se attachments.
--
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=9807
Summary: Autodesk Revit Building 8.1 aborts on startup
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://usa.autodesk.com/adsk/servlet/item?siteID=123112&
id=9262587
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Ignoring bug 9806, try starting the app.
It puts up a splash screen and its main UI,
then aborts with a dialog
"An unrecoverable error has occurred."
--
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=12595
Summary: Autodesk Revit Architecture 2008 install fails while
unpacking AccuRenderRedist
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://usa.autodesk.com/adsk/servlet/item?siteID=123112&
id=9262587
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is the next problem after bug 9809.
I don't have SP2_RAC2008.exe around anywhere obvious, so
I downloaded afresh from the site in the URL field above;
this turns out to be RevitBuilding8.1_20051205_2200.exe.
It seems to copy about seven cabinets before failing
with a Visual C++ Runtime Library error copying
the AccuRenderRedist cabinet (at 1%, file SUPPORT\user.mlib ?).
Looks like our setupapi.SetupIterateCabinet isn't creating a needed
directory...?
001d:Call setupapi.SetupIterateCabinetW(01283d00 L"C:\\Program Files\\Autodesk
Revit Building
8.1\\Download\\ContentAll\\AccuRenderRedist.cab",00000000,67002700,7d4bf830)
ret=67002ad6
...
001d:Call KERNEL32.CreateFileA(7d4a7d18 "C:\\windows\\profiles\\All
Users\\Application Data\\Autodesk\\Revit Building
8.1\\Rendering\\AccuRenderRedist\\SUPPORT\\user.mlib",40000000,00000003,7d4a7070,00000004,00000080,00000000)
ret=7e37a763
001d:Ret KERNEL32.CreateFileA() retval=00000138 ret=7e37a763
...
001d:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,7d4a6d88)
ret=00e2ba05
...
001d:Call user32.MessageBoxA(00000000,7d4a60ec "Runtime Error!\n\nProgram:
...es\\Autodesk Revit Building 8.1\\Download\\RevitInstall.exe\n\n\r\nThis
application has requested the Runtime to terminate it in an unusual
way.\nPlease contact the application's support team for more
information.\r\n",00e4e8a8 "Microsoft Visual C++ Runtime Library",00012010)
ret=00e22500
The file support/user.mlib is in fact in the cabinet, so my guess is
that our setupapi or cabinet library is just tripping over its shoelaces
and forgetting to create the directory support before trying to create
support/user.mlib.
(And if you rerun the installer to retry it, it bombs right after
you finish answering its questions, with
fixme:msi:MsiConfigureProductExW Not implemented for anything other than local
installs
but that's a different 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=18241
Summary: Revit Architecture 2008 installation fails
Product: Wine
Version: 1.1.20
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)pi-xi.net
Created an attachment (id=20750)
--> (http://bugs.winehq.org/attachment.cgi?id=20750)
Wine log
Revit 2008 fails installation with an error message "ERROR_FUNCTION_FAILED"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9885
Summary: Autodesk Revit Architecture Installer crashes
Product: Wine
Version: unspecified
Platform: PC
URL: http://usa.autodesk.com/adsk/servlet/item?siteID=123112&
id=9262587
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
This is the follow-up of bug 9809. Steps to reproduce:
Download the installer, and do cabextract, to work around bug #9809. After
running "wine Setup.exe" it seems to run into two errors:
err:msidb:JOIN_CreateView can't create table
wine: Call from 0x7b840ab0 to unimplemented function
msi.dll.MsiEnumComponentCostsW, aborting
I'll attach full output hereafter
--
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=9806
Summary: Autodesk Revit Building 8.1 installer fails
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://usa.autodesk.com/adsk/servlet/item?siteID=123112&
id=9262587
OS/Version: other
Status: NEW
Keywords: download, Installer, NoAppDBEntry
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
wine-0.9.45-g0bd29b1
$ wine RevitBuilding8.1_20051205_2200.exe
starts ok if you have done winetricks fakeie6, but fails with
err:cabinet:FDICopy PFDI_OPEN returned zero for C:\windows\temp\Autodesk Revit
Building 8.1.tmp\C:\windows\temp\.
err:msi:extract_cabinet_file FDICopy failed
err:msi:ACTION_InstallFiles Failed to extract cabinet: L"C:\\windows\\temp\\"
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1627
This is both a free trial and an unlockable product.
--
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=21939
Summary: Rise of Legends Demo fails to start due to missing
"WMVCore.dll"
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After applying the patch to get past bug 19539,
the game installs (it takes half an hour, and uses
15GB of disk, but it does succeed).
The next problem is that starting the game fails with
"WMVCore.dll not found".
winetricks wmp9 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=21270
Summary: Sony Vegas Movie Studio Platinum 9: Fails to install
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25574)
--> (http://bugs.winehq.org/attachment.cgi?id=25574)
err:msi:ITERATE_Actions Execution halted... and more...
Attached is the log, and I am unable to do a git regression test between 1.1.27
(last reported working version on AppDB) and my current 1.1.35 due to dial-up
Internet. It seems to be an MSI issue and Sony install ends with error "unable
to install unknown error", please click "Exit".
I'm using the retail CD of Sony Vegas Movie Studio 9 Platinum Pro Pack. I have
installed dotnet20 using latest svn of winetricks and am using ubuntu 9.10 x64.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24043
Summary: Lost Planet 2 Benchmark crashes on launch
Product: Wine
Version: 1.3.0
Platform: x86-64
URL: http://news.bigdownload.com/2010/08/16/lost-planet-2-p
c-due-out-on-october-15-benchmark-test-released/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=30217)
--> (http://bugs.winehq.org/attachment.cgi?id=30217)
terminal output
You'll needs wmp9 to run, but after that, crashes. Terminal output attached.
You can test this with 'wisotool lp2bench'.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.