http://bugs.winehq.org/show_bug.cgi?id=21557
Summary: .net 3.0 redistributable installer aborts after
clicking 'OK'
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: wintrust
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://appdb.winehq.org/objectManager.php?sClass=version&iId=9828
says "winetricks dotnet30" works but says there is a "large delay near
the end of installation". This seems to be true with wine-1.1.31,
but with current wine, it aborts after a few seconds instead.
Looking in c:/users/$LOGNAME/Temp, I see dd_dotnetfx3error.txt which says
[01/30/10,16:19:12] XPSEPSC x86 Installer: [2] Error code 1603 for this
component means "ERROR_INSTALL_FAILURE"
and dd_XPS.txt (?) which says STR_FAILED_INF_INTEGRITY.
Could this be the same regression as bug 21542?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21549
Summary: Windows PowerShell 1.x installer dies on unimplemented
function USERENV.dll.138
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://www.google.de/search?q=WindowsXP-KB926139-v2-x8
6-ENU.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
after working around bug 21542, the installer dies in post-install action:
--- snip ---
0030:Starting process
L"C:\\3f9c459343b0ee6273e24b88b0d982f2\\update\\update.exe"
(entryproc=0x1065e2c)
...
0030:Call shlwapi.PathFileExistsW(0033ad50 L"C:\\users\\Public\\Start
Menu\\Programs") ret=68ad8ae7
0030:Call KERNEL32.SetErrorMode(00000001) ret=68c4a703
0030:Ret KERNEL32.SetErrorMode() retval=00008005 ret=68c4a703
0030:Call KERNEL32.GetFileAttributesW(0033ad50 L"C:\\users\\Public\\Start
Menu\\Programs") ret=68c4a714
0030:Ret KERNEL32.GetFileAttributesW() retval=00000010 ret=68c4a714
0030:Call KERNEL32.SetErrorMode(00008005) ret=68c4a725
0030:Ret KERNEL32.SetErrorMode() retval=00000001 ret=68c4a725
0030:Ret shlwapi.PathFileExistsW() retval=00000001 ret=68ad8ae7
0030:Call KERNEL32.WideCharToMultiByte(00000000,00000000,0033b00c
L"C:\\users\\Public\\Start
Menu\\Programs",ffffffff,0033b33c,00000104,00000000,00000000) ret=68ad8d7d
0030:Ret KERNEL32.WideCharToMultiByte() retval=00000024 ret=68ad8d7d
0030:Ret shell32.SHGetSpecialFolderPathA() retval=00000001 ret=01072df8
0030:Call KERNEL32.FindFirstFileA(0033b544 "C:\\users\\Public\\Start
Menu\\Programs\\Windows PowerShell 1.0\\@.lnk",0033b18c) ret=0106da6d
0030:Ret KERNEL32.FindFirstFileA() retval=ffffffff ret=0106da6d
0030:trace:seh:raise_exception code=80000100 flags=1 addr=0x7bc4af8a
ip=7bc4af8a tid=0030
0030:trace:seh:raise_exception info[0]=0108d004
0030:trace:seh:raise_exception info[1]=0000008a
wine: Call from 0x7bc4af8a to unimplemented function USERENV.dll.138, aborting
0030:trace:seh:call_vectored_handlers calling handler at 0x68ec9e52
code=80000100 flags=1
0030:trace:seh:call_vectored_handlers handler at 0x68ec9e52 returned 0
0030:trace:seh:call_vectored_handlers calling handler at 0x6879bdc6
code=80000100 flags=1
0030:trace:seh:call_vectored_handlers handler at 0x6879bdc6 returned 0
0030:trace:seh:call_stack_handlers calling handler at 0x1066099 code=80000100
flags=1
0030:Call msvcrt._except_handler3(0033b25c,0033f37c,0033aeec,0033add0)
ret=7bc77ab5
...
--- snip ---
Dumping userenv imports for the installer:
--- snip ---
$ winedump -j import update.exe
...
offset 0008c2f4 USERENV.dll
Hint/Name Table: 0008D824
TimeDateStamp: 00000000 (Thu Jan 1 01:00:00 1970)
ForwarderChain: 00000000
First thunk RVA: 000017F8
Ordn Name
138 <by ordinal>
121 <by ordinal>
119 <by ordinal>
...
--- snip ---
Actually only ordinal 138 seems to get used (Wine 'Windows XP' config).
Unfortunately I didn't find anything useful about this one (MSDN, blogs, Bing
..) :-(
By analyzing the caller stack setup we can deduce the necessary information to
create a simple stub.
The installer calls the ordinal like this:
--- snip ---
$ winedbg disas
...
0x01072e9b: pushl 0xffffff88(%ebp)
0x01072e9e: leal 0xbc(%ebp),%eax
0x01072ea4: pushl %eax
0x01072ea5: leal 0x5d0(%ebp),%eax
0x01072eab: pushl %eax
0x01072eac: pushl 0xffffff9c(%ebp)
0x01072eaf: leal 0x2c4(%ebp),%eax
0x01072eb5: pushl 0xffffffa0(%ebp)
0x01072eb8: pushl %eax
0x01072eb9: pushl 0xffffffa4(%ebp)
0x01072ebc: leal 0x4cc(%ebp),%eax
0x01072ec2: pushl %eax
0x01072ec3: leal 0x3c8(%ebp),%eax
0x01072ec9: pushl %eax
0x01072eca: leal 0x7d8(%ebp),%eax
0x01072ed0: pushl %eax
0x01072ed1: leal 0x6d4(%ebp),%eax
0x01072ed7: pushl %eax
0x01072ed8: pushl 0xffffffb4(%ebp)
0x01072edb: call *0x10017f8 -> 0x00450000
0x01072ee1: cmpl %ebx,%eax
0x01072ee3: movl %eax,0xffffffa8(%ebp)
0x01072ee6: jnz 0x01072f0c
...
--- snip ---
number of arguments: 12
calling conv: stdcall
return type: most likely boolean (like the other known userenv API).
Armed with this information one can add a simple stub, export with ordinal 138,
-noname and 12 ptr params, name it whatever you like.
If you find any documented name, feel free to use it.
If we fake the stub to return FALSE, following messages will be logged to:
"c:\windows\KB926139-v2.log"
--- snip ---
22.312:
Failed To Create Link -3 Windows PowerShell
22.314:
Failed To Create Link -3 Release Notes
22.316:
Failed To Create Link -3 Getting Started
22.319:
Failed To Create Link -3 User Guide
22.321:
Failed To Create Link -3 Quick Reference
--- snip ---
So this API is most likely some Lnk creation stuff.
Anyway, that simple stub is sufficient to let the installer proceed with its
post-install steps.
In the end, the installer runs into bug 16876 (bug in property sheet control).
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=26936
Summary: Advanced SystemCare: Error message at start-up
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://download.iobit.com/asc-setup.exe
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=34357)
--> (http://bugs.winehq.org/attachment.cgi?id=34357)
Terminal output on wine-1.3.18-171-g1ffb069
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) install Advanced SystemCare (default installation)
4) wine ASC.exe
Behaviour:
Error message.
Expected behaviour:
There should be no error message.
Workaround:
winetricks ie7 msxml3
Additional information:
winetricks msxml3 doesn't solve the problem
winetricks ie7 doesn't solve the problem
Is this msxml bug then?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10467
Summary: Making Microsoft .NET 2.0 to work in wine, based on
example app FastMD5 1.4 for NET 2.0
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.paehl.de/english.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-dotnet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
this bug id exists for the sole purpose of showing my little journey of getting
.NET 2.0 to work in wine.
This topic does *NOT* cover the MONO project in any way.
The windows version of MONO is covered by other bug reports.
DISCLAIMER: This is just a first step which aims at major show stoppers.
There are *many* issues left when it comes to managed (JIT) vs. unmanaged
(native) API code bridging.
To iron out all the bugs, many different applications are needed which cover
the whole range of .NET Framework.
I randomly chose a simple .NET 2.0 app which uses plain system.windows.forms
stuff (no fancy controls/interop).
--- snip ---
http://www.paehl.de/fastmd5_net20.zip
FASTMD5 create very fast with low CPU use a MD5 hash. Required .NET 1.1 or 2.0
--- snip ---
Just as foreword: yes, it plain sucks to debug mixed code in wine (managed +
unmanaged) because the tools required don't work reliable (or at all) due to
several wine bugs/design problems.
Prerequisite: successful installation of .NET 2.0 Framework and wine-0.9.49 (or
GIT)
----------
If you start .NET apps they will fail with stack overflows and some exceptions
thrown.
The exception type tells us what we are dealing with: 0xe0434f4d
For the uninitiated: this an exception type exclusively thrown by .NET common
language runtime (CLR).
Using my specially hacked wine to run tools like windbg one can get a raw
estimate by looking at native method callstack:
--- snip ---
0:000> sxe clr
..
0:000> .load clr20\sos.dll
..
0:000> g
..
0:000> kb
ChildEBP RetAddr Args to Child
WARNING: Stack unwind information not available. Following frames may be wrong.
0034efb8 79f97065 e0434f4d 00000001 00000001 KERNEL32!RaiseException+0x78
0034f018 7a0945a4 00a11cb4 00000000 00000000
mscorwks!RaiseTheExceptionInternalOnly+0x226
0034f0dc 02fa364b 00000000 0000007f 0034f138 mscorwks!JIT_Throw+0xd0
0034f1d8 79e88f63 00000000 0012e0f8 0034f22c 0x2fa364b
0034f1f8 79e88f63 00000000 00000000 0016b200 mscorwks!CallDescrWorker+0x33
0034f210 79e88ee4 0034f2e8 00000002 0034f2b0 mscorwks!CallDescrWorker+0x33
..
--- snip ---
JIT code is at 0x2fa364b which transfers managed exceptions using
mscorwks!JIT_Throw() to native code/OS.
Lets look at CLR exception info...
--- snip ---
0:000> !PrintException
Exception object: 00a11cb4
Exception type: System.TypeInitializationException
Message: The type initializer for 'System.Globalization.TextInfo' threw an
exception.
InnerException: <none>
StackTrace (generated):
<none>
StackTraceString: <none>
HResult: 80131534
--- snip ---
And the managed code callstack...
--- snip ---
0:000> !ClrStack
OS Thread Id: 0xf (0)
ESP EIP
0034f040 7b8414d8 [HelperMethodFrame: 0034f040]
0034f0e4 02fa364b System.Globalization.TextInfo.GetNativeTextInfo(Int32)
0034f114 02fa3511 System.Globalization.TextInfo.get_InvariantNativeTextInfo()
0034f140 02fa193d System.String.Compare(System.String, Int32, System.String,
Int32, Int32, System.StringComparison)
0034f16c 02fa15a1
System.Security.Util.URLString.PreProcessForExtendedPathRemoval(System.String,
Boolean)
0034f184 02fa10b0 System.AppDomainSetup.NormalizePath(System.String, Boolean)
0034f1a4 02fa06d6
System.AppDomainSetup.SetupDefaultApplicationBase(System.String)
0034f1bc 02fa02cc System.AppDomain.SetupFusionStore(System.AppDomainSetup)
0034f1d4 02fa01fa System.AppDomain.SetupDomain(Boolean, System.String,
System.String)
0034f42c 79e88f63 [GCFrame: 0034f42c]
0034f9e0 79e88f63 [DebuggerClassInitMarkFrame: 0034f9e0]
--- snip ---
Some native method call in GetNativeTextInfo() seems to be the culprit.
For many (string) resource based stuff to work, a unicode OS casing table is
required.
The table for the invariant version is built from external .NLS file.
To make story short: wine does not ship the default case mapping table for
unicode characters: "l_intl.nls".
This is a "must" requirement and failure results in early
TypeInitializationException while setting up default application domain.
Short fix: copy the file from your windows system32 directory to wine system32.
Long run fix: let wine generate/install this file. Not a big deal.
Now simple .NET _console_ based apps (like "Hello World") will work.
---------------------------------------
Stay tuned, more goodies to come ...
Regards
--
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=15437
Summary: Company of Heroes Opposing Fronts: Installer fails
Product: Wine
Version: 1.1.5
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=16303)
--> (http://bugs.winehq.org/attachment.cgi?id=16303)
log
Installation of the game is not possible. Exception EAccessViolation error in
module GameInst.exe happens. According to test data the game had to be
installed from a Windows installation in order to be played. A log 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=12099
Summary: .NET Framework 1.1 installer requires loadperf.dll in
case of AeDebug -> Auto=0 (unhandled exception dialog)
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Created an attachment (id=11486)
--> (http://bugs.winehq.org/attachment.cgi?id=11486)
example patch to add loadperf.dll and simple UnloadPerfCounterTextStringsW stub
preventing .NET 1.1 installer exception
Hello,
VS.NET 7.x installers modify AeDebug which results in error message box from
.NET Framework 1.1 installer due to an unhandled exception.
With default AeDebug Auto=1 and standalone .NET 1.1 installation you won't
notice it because this exception doesn't affect overall "success" result of
installer.
You can capture output from console to see winedbg actually spawned.
VS.NET 7.x installers add/modify the following JIT debugging keys:
--- snip ---
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\AeDebug\Debugger
Auto: 1 -> 0
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\DbgManagedDebugger
Default: cordbg.exe !a 0x%x8
--- snip ---
Extract from .msi file:
--- snip ---
_FldbVs7eve_RegFile_887_00017.3643236F_FC70_11D3_A536_0090278A1BB8 2
SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug Auto 0
_VS_Debugging___VS7JIT_____X86.3643236F_FC70_11D3_A536_0090278A1BB8)
..
--- snip ---
You can simulate the behaviour on clean ~/.wine if you manually set
AeDebug/Auto=0 (default is 1) and then execute the standalone .NET 1.1
installer.
--- snip ---
002d:Call KERNEL32.lstrlenA(0034f55c "2008-03-17
21:20:25\t\tStarting\tUninstalling performance counters\r\n") ret=79e88b92
..
002d:Call KERNEL32.LoadLibraryA(79e61310 "loadperf.dll") ret=79e907ed
002d:Ret KERNEL32.LoadLibraryA() retval=00000000 ret=79e907ed
002d:Call KERNEL32.GetLastError() ret=79e907f9
002d:Ret KERNEL32.GetLastError() retval=0000007e ret=79e907f9
002d:Call KERNEL32.RaiseException(c06d007e,00000000,00000001,0034f960)
ret=79e9082c
002d:trace:seh:raise_exception code=c06d007e flags=0 addr=0x7b8419a0
002d:trace:seh:raise_exception info[0]=0034f910
002d:trace:seh:raise_exception eax=7b82c3e9 ebx=7b8af3e4 ecx=00000000
edx=0034f904 esi=0034f904 edi=0034f880
002d:trace:seh:raise_exception ebp=0034f868 esp=0034f804 cs=0073 ds=007b
es=007b fs=0033 gs=003b flags=00200212
002d:trace:seh:call_stack_handlers calling handler at 0x402518 code=c06d007e
flags=0
..
002d:Call KERNEL32.UnhandledExceptionFilter(0034f350) ret=7c34c456
wine: Unhandled exception 0xc06d007e at address 0x7b8419a0 (thread 002d),
starting debugger...
002d:Call user32.MessageBoxA(00000000,0034efd8 "Unhandled exception 0xc06d007e
at address 0x7b8419a0.\nDo you wish to debug it?",7b8a3e47 "Exception
raised",00000014) ret=7b841deb
--- snip ---
The message box is shown with the option to dismiss the exception or to debug
it.
This can be pretty confusing to users who have no knowledge how to deal with
this.
Well, actually this exception should never occur.
Wine can prevent this problem by providing a simple loadperf.dll and
UnloadPerfCounterTextStringsW stub.
Output after patch:
--- snip ---
0041:Ret KERNEL32.LoadLibraryA() retval=607d0000 ret=79e907ed
0041:Call KERNEL32.InterlockedExchange(79e96fa8,607d0000) ret=79e9083e
0041:Ret KERNEL32.InterlockedExchange() retval=00000000 ret=79e9083e
0041:Call KERNEL32.GetProcAddress(607d0000,79e919b4
"UnloadPerfCounterTextStringsW") ret=79e908c4
0041:Ret KERNEL32.GetProcAddress() retval=607d8808 ret=79e908c4
0041:Call loadperf.UnloadPerfCounterTextStringsW(0034f9d0 L"u
\"ASP.NET_1.1.4322\"",00000001) ret=79e86e64
0041:fixme:loadperf:UnloadPerfCounterTextStringsW (L"u \"ASP.NET_1.1.4322\"",
1): stub!
0041:Ret loadperf.UnloadPerfCounterTextStringsW() retval=00000000 ret=79e86e64
--- snip ---
Please add this dll and the UnloadPerfCounterTextStringsW stub.
The attached patch is provided as example to quickly validate the problem
solution.
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=20291
Summary: File Maker 10 Advanced installs fine but does not
start in Debian 5 wine version 1.01
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ialsahili(a)gmail.com
Here is the message that appears when I try to run the program in terminal:
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20289
Summary: File Maker 10 Advanced installs fine but does not
start in Debian 5 wine version 1.01
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ialsahili(a)gmail.com
Here is the message that appears when I try to run the program in terminal:
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:advapi:RegisterEventSourceW ((null),L"Bonjour Service"): stub
fixme:winsock:WS_setsockopt Unknown IPPROTO_IP optname 0x00000013
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER
{f689d7c8-6f1f-436b-8a53-e54fe351c322}: stub
fixme:winsock:WS_setsockopt Unknown level: 0x00000029
fixme:winsock:WS_setsockopt Unknown level: 0x00000029
fixme:winsock:WS_setsockopt Unknown level: 0x00000029
fixme:winsock:WS_setsockopt Unknown level: 0x00000029
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER
{f689d7c8-6f1f-436b-8a53-e54fe351c322}: stub
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
err:module:attach_process_dlls "odbc32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\FileMaker\\FileMaker Pro 10 Advanced\\FileMaker Pro Advanced.exe"
failed, status c0000005
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26600
Summary: Filemaker Pro2 under Wine
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gilles.l.auger(a)gmail.com
The program winevdm.exe has encountered a serious problem and must be closed.
We are sorry for this situation. This may be caused by an error in the program
or a default in Wine. This problem does not occur under Windows.
Le programme winevdm.exe a rencontré un problème sérieux et doit être fermé.
Nous sommes désolés pour le désagrément subi.
Cela peut être causé par une erreur dans le programme ou un défaut dans Wine.
Se problème ne se produit pas sous 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=13463
Summary: 000
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P5
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maty1206(a)maryanlinux.com
Wine can't uninstall the trial of Filemaker Pro.
Please, improve this feature.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14844
Summary: Filemaker 9- freezes when loading .fmx plugins
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mosborne(a)ashs.school.nz
Filemaker 9 runs perfectly in Wine until it tries to load plugins, such as
Troi_*.fmx
Normally these extensions are (I think) located in the Application data folder
in windows so Wine might be looking for them in the wrong place. Ideas?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12356
Summary: FileMaker 8.5 and 9 crash after a few second on startup
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mihael.krauth(a)gmail.com
FileMaker 8.5 and 9 crash after a few second on startup, just afer displaying
the splash screen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14963
Summary: Filemaker pro 8.5 apps crash easily (version 6.0 didn't)
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julien.puydt(a)laposte.net
Created an attachment (id=15570)
--> (http://bugs.winehq.org/attachment.cgi?id=15570)
Crash trace
A small app (named rech_pb.exe) to query a database "written" with filemaker
pro 8.5 shows empty dropdown menus, and can crash pretty easily when used ; it
shows many :
fixme:ole:OleQueryLinkFromData (0x13a448),stub!
and many :
fixme:font:SetMapperFlags (0x8258, 0x00000000): stub - harmless
An older version of the same app "written" with filemaker pro 6.0 works
correctly, but shows many :
fixme:ole:OleQueryLinkFromData (0x13a448),stub!
so I guess those warnings are pretty harmless, but the "harmless" ones aren't
that much.
See the attached log of a crash of the newer version.
Hope that helps.
PS: I'm using debian unstable's 1.0.0-1 package, in case the precision can help
PS2: I'm probably tech-savvy enough to install svn+patch if needed
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9773
Summary: FileMaker crashes
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hhalvors(a)princeton.edu
Created an attachment (id=8211)
--> (http://bugs.winehq.org/attachment.cgi?id=8211)
partial backtrace
Wine 0.9.39, trying to run FileMaker Pro 8.5. Installation went great.
I can start FileMaker, and I can open a database. However, when I click on the
screen, FileMaker crashes. I have attached a partial backtrace.
--
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=21974
Summary: FileMaker v10.0v1 - Crash when loading a new datatable
Product: Wine
Version: 1.1.38
Platform: x86
URL: http://www.filemaker.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: newsletter(a)Schiermeier-Software.de
Created an attachment (id=26679)
--> (http://bugs.winehq.org/attachment.cgi?id=26679)
some databases for testing - use 'tanzkalender.fp7'
Regression since wine-v1.1.38 up to now (v1.1.40) - in wine-v1.1.37 was
working:
result of my regression test:
---
aa6c4d4e92cdb944e53a0c36819621a6875f1e61 is the first bad commit
commit aa6c4d4e92cdb944e53a0c36819621a6875f1e61
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Sat Jan 23 14:15:43 2010 +0100
configure: Add specific creation macros for the various types of makefiles.
:100644 100644 ce3941e561ec8f3cde50ca78bf170eb1babb05e6
b30e41e0b5c3af75186553099a0053025ca95f9a M aclocal.m4
:100644 100644 01cf3a78f71cf0d4762dae97e30efa57d9068ea0
7d5a29a821c2d5a4d9855274718df77ed12085f1 M configure.ac
:040000 040000 d1bd1e023c24afddd345582dd59cb421b57397da
795ce110d7a0c2500740bb09508ee2f5c4f0fb02 M tools
---
(I don't trust realy in this result - so I include some screenshots and some
testdatas.)
The application was working with the databases until the wine-version v1.1.37.
Steps to reproduce the crash:
1.) database 'tanzkalender' (description is in English, data in German)
2.) click on the button 'call HTML-Export'
3.) crash - you can see the new, just loaded layout in the background.
The button 'call HTML-Export' calls a script which load a new layout with the
datas of the actual datatable.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25461
Summary: Filemaker 11 crashes sometimes - Database window gets
permanent focus (stays forced in foreground)
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emerson.prado.eng(a)gmail.com
Created an attachment (id=32411)
--> (http://bugs.winehq.org/attachment.cgi?id=32411)
Terminal log beginning in an exception
Filemaker Pro 11 is crashing during normal use. It's intermittent - sometimes I
can use it the whole day without problems, sometimes it halts in less than 10
minutes. But I still can't tell whether a specific activity causes it.
When it crashes, even if Filemaker isn't focused, the database window always
stays on top, until Filemaker is forcefully closed.
There is a pop-up error message, which can only be read by manually setting it
on top (right-clicking its taskbar icon and selecting "always on top").
I'm attaching a partial Terminal log. I can't get it full because it's bigger
than the Terminal buffer. But I was lucky to apparently get everything from the
exception on, and this is what I attached here.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25377
Summary: Filemaker 11 can't access / doesn't show remote
databases / servers - both in "Local hosts" and
"Favorite hosts"
Product: Wine
Version: 1.2.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emerson.prado.eng(a)gmail.com
Created an attachment (id=32277)
--> (http://bugs.winehq.org/attachment.cgi?id=32277)
Full terminal output from running FM 11
When I try to open a remote db, my server doesn't appear in the "Local hosts".
If I manually add my server in the "Favorite hosts", the remote files aren't
shown.
I tried all Windows versions from XP up.
The attachment is the full terminal output from running Filemaker (the main
menu icon doesn't work, so I run FM from Terminal).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25448
Summary: Filemaker Pro 11 can't be started from Linux main menu
icon - Invalid or incorrect link
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emerson.prado.eng(a)gmail.com
Created an attachment (id=32388)
--> (http://bugs.winehq.org/attachment.cgi?id=32388)
Filemaker Pro 11 starter link inside "Windows" Start menu
Clicking in the Filemaker icon in the main menu just brings in an error message
window saying "File not found". Starting from Terminal works OK.
The link in the main menu points to:
env WINEPREFIX="/home/<user>/.wine" wine C:\\windows\\command\\start.exe /Unix
/home/<user>/.wine/dosdevices/c:/users/<user>/Menu\
Iniciar/Programas/FileMaker\ Pro.lnk
I'm sending attached the Filemaker Pro.lnk file.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22469
Summary: FileMaker Pro 11: Text is upside down when builtin
gdiplus is used
Product: Wine
Version: 1.1.43
Platform: x86
URL: http://www.filemaker.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=27526)
--> (http://bugs.winehq.org/attachment.cgi?id=27526)
Filemaker pro 11
Text in boxes is upside down, when the box is selected. This doesn't happen
when native gdiplus is used. Attachment shows that better.
To reproduce:
1. Download the trial version
2. Download demo data http://bugs.winehq.org/attachment.cgi?id=26679
3. Run "wine FileMaker\ Pro.exe" and load data from step 2.
4. Click on any textbox, to make it upside down
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22077
Summary: cspro 4.0 error in wine (1.1.40)
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iip.umar.rifai(a)gmail.com
CC: iip.umar.rifai(a)gmail.com
Created an attachment (id=26903)
--> (http://bugs.winehq.org/attachment.cgi?id=26903)
screen show when hang
Cspro get hang when pressing key or mouse during popup selection (selcase
function in cspro), and also the icon on the tree look weird.
How to test:
1. download cspro here http://www.census.gov/ipc/www/cspro/
2. Run Cspro 4.0 program
3. Open file/application, goto examples/capi
4. BUG 1. you will see that the icon in the left are black. Different when you
see it in native windows.
5. BUG-2. now, run the program, from the menu file->run. Just clik ok on every
prompt or enter everything. On roster screen, enter only one line, and leave
blank in the second row, to directly end the data entry, you will see yes/no
popup, just klik or press up/down arrow, then cspro will hang.
Screenshot can be see here
http://sites.google.com/site/iipumarrifai2/wine-cspro-error1.jpg
I think this the only one problem I found in cspro, if this can be fix than it
will be gold in wine. And the problem is the same problem since wine Beta and
cspro 3.x, but I never send it to wine.
I'm running this on Linux Mint 8 (Ubuntu karmic)
Best Regards,
-iip-
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15022
Summary: msi.dll.MsiDatabaseMergeW not implemented
Product: Wine
Version: 1.1.3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aruiz(a)gnome.org
Created an attachment (id=15664)
--> (http://bugs.winehq.org/attachment.cgi?id=15664)
Wix test case
While trying to run wix[0]'s candle tool with mono[1] I get this error:
wine: Call from 0x7ee510e0 to unimplemented function msi.dll.MsiDatabaseMergeW,
aborting
Are there any plans to support this function anytime soon?
[0] http://wix.sourceforge.net/
[1] http://www.go-mono.com/mono-downloads/download.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=17983
Summary: WiX fails with builtin msi.dll
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hib(a)hiberis.nl
Created an attachment (id=20350)
--> (http://bugs.winehq.org/attachment.cgi?id=20350)
reproduce-wix-msi-bug.sh
With Windows Installer XML (WiX) toolset, you can create .msi packages.
The program light.exe creates these packages.
Light.exe succeeds both when run with wine's builtin msi.dll and with a native
msi.dll. However, the msi package produced with the builtin msi.dll does not
install on MS Windows (XP), while the one built with the native msi.dll does.
Apparently, light.exe fails without complaining, which makes it difficult to
pinpoint the problem. Nonetheless, looking at the produced .msi packages it
seems that there is something wrong with the Summary information.
I have attached a script to reproduce the problem.
Note, the storage warnings that light.exe produces can be get rid off by using
a native ole32.dll, but that does not appear to affect this 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=27132
Summary: Crash in MSI_RecordSetStringW when embedding RTF with
NUL character into an MSI with Wix
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sam(a)robots.org.uk
Created an attachment (id=34640)
--> (http://bugs.winehq.org/attachment.cgi?id=34640)
test case
When using WiX to build an MSI installer package, Wine will crash when an RTF
file that will be contained in the installer contains a NUL character.
To reproduce:
1. Run build.msi in the attached test case.
2. light should crash while reading from 0x30
To run the test case, you will need Mono
<http://ftp.novell.com/pub/mono/archive/2.10.2/windows-installer/5/mono-2.10…>
and WiX <http://wix.codeplex.com/releases/view/44406#DownloadId=119160>. You
will need to put WiX's tools in Wine's PATH, or modify build.sh to give the
full path to the WiX tools when it invokes light and candle.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28350
Summary: failure to create MSI packages include merge modules
(MSM files)
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sam(a)robots.org.uk
The attached test case fails to compile an MSI using WiX 3.0 under Wine 1.3.28.
The error given is:
wine light -sval pr.wixobj
Microsoft (R) Windows Installer Xml Linker version
Copyright (C) Microsoft Corporation. All rights reserved.
light.exe : error LGHT0001 : Object reference not set to an instance of an
object
Exception Type: System.NullReferenceException
Stack Trace:
at Microsoft.Tools.WindowsInstallerXml.MergeMod.NativeMethods.GetMsmMerge ()
[0x00000] in <filename unknown>:0
at Microsoft.Tools.WindowsInstallerXml.Binder.ProcessMergeModules
(Microsoft.Tools.WindowsInstallerXml.Output output,
Microsoft.Tools.WindowsInstallerXml.FileRowCollection fileRows) [0x00000] in
<filename unknown>:0
at Microsoft.Tools.WindowsInstallerXml.Binder.BindDatabase
(Microsoft.Tools.WindowsInstallerXml.Output output, System.String databaseFile)
[0x00000] in <filename unknown>:0
at Microsoft.Tools.WindowsInstallerXml.Binder.Bind
(Microsoft.Tools.WindowsInstallerXml.Output output, System.String file)
[0x00000] in <filename unknown>:0
at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run (System.String[] args)
[0x00000] in <filename unknown>:0
Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object
at Microsoft.Tools.WindowsInstallerXml.MergeMod.NativeMethods.GetMsmMerge ()
[0x00000] in <filename unknown>:0
at Microsoft.Tools.WindowsInstallerXml.Binder.ProcessMergeModules
(Microsoft.Tools.WindowsInstallerXml.Output output,
Microsoft.Tools.WindowsInstallerXml.FileRowCollection fileRows) [0x00000] in
<filename unknown>:0
at Microsoft.Tools.WindowsInstallerXml.Binder.BindDatabase
(Microsoft.Tools.WindowsInstallerXml.Output output, System.String databaseFile)
[0x00000] in <filename unknown>:0
at Microsoft.Tools.WindowsInstallerXml.Binder.Bind
(Microsoft.Tools.WindowsInstallerXml.Output output, System.String file)
[0x00000] in <filename unknown>:0
at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Run (System.String[] args)
[0x00000] in <filename unknown>:0
Binder temporary directory located at '/tmp/user/1000\11699d64\2ddee0c7'.
Validator temporary directory located at '/tmp/user/1000\28b7882d\728284bb'.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11414
Summary: msidb:STREAMS_modify 0x1c2178 3 0x12d2aa0 - mode not
implemented
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jdahlin(a)async.com.br
To be able to test this you need to install mono on win32. I used the 1.2.6
version.
I installed the latest beta of WiX, 3.0.2925 available from
wix.sourceforge.net.
First light.exe needs to be run on product.wxs on the
examples/public/first/product.wxs, this generated product.wixobj.
After that I run, with only builtin dlls:
wine ../light.exe "-cultures:en-us" product.wixobj
fixme:msidb:STREAMS_modify 0x1c2178 3 0x12d2aa0 - mode not implemented
light.exe : error LGHT0001 : Some sort of w32 error occurred: 120
Exception Type: System.ComponentModel.Win32Exception
Stack Trace:
[mono backtrace cut]
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11411
Summary: GetFileVersionInfoSizeW returns wrong error code if file
has no version (affects WiX)
Product: Wine
Version: 0.9.54.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Keywords: patch
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://blog.rvburke.com/2008/01/30/gtk-and-pygtk-on-win32/
complained about WiX not running.
http://www.winehq.org/pipermail/wine-patches/2007-November/046456.html
talks about two changes needed to get it closer to running.
It seems to have been dropped, so here's one of the two bugs
it reports:
Running light.exe from wix on a wixobj file with a non-versioned
file as a component prints a diagnostic error indicating
ERROR_FILE_NOT_FOUND using wine's builtin of version.dll and msi.dll,
but ERROR_RESOURCE_DATA_NOT_FOUND using wine's builtin of msi.dll and
native version.dll.
... version.dll's GetFileVersionInfoSizeW does return
ERROR_FILE_NOT_FOUND when trying to get the version of a file that
does not contain a version (for example, a text file). This is
because it relies on VERSION_GetFileVersionInfo_16 to do the file
existance check, which returns 0 (meaning file does not exist) if
LoadLibrary16 fails.
The patch addresses this by making VERSION_GetFileVersionInfo_16
return 0xFFFFFFFF (meaning file exists but does not have version) if
LoadLibrary16 returns an error beside ERROR_FILE_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=28359
Summary: authenticode verification failure prevents WiX 3.6
installation
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sam(a)robots.org.uk
Created an attachment (id=36353)
--> (http://bugs.winehq.org/attachment.cgi?id=36353)
full log file
Running http://wix.sourceforge.net/releases/3.6.2109.0/Wix36.exe results in the
following error:
#(loc.FailedHeader)
One or more issues caused the setup to fail. Please fix the issues and then
retry. For more information, see the log file.
0x80070057 - (null)
The full log file is attached; the first errors are:
[0021:0029][2011-09-13T13:01:50]: Download engine HTTP 200 HEAD to
http://download.microsoft.com/download/9/5/A/95A9616B-7A37-4AF6-BC36-D6EA96…
[0008:0026][2011-09-13T13:01:50]: Error 0x80070057: Failed authenticode
verification of payload: C:\users\sam\Temp\Netfx4Full
[0008:0026][2011-09-13T13:01:50]: Error 0x80070057: Failed to verify payload
signature: C:\users\Public\Application Data\Package
Cache\58DA3D74DB353AAD03588CBB5CEA8234166D8B99\dotNetFx40_Full_x86_x64.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=27054
Summary: Won't run Wix 3.6 (beta) installer
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sam(a)robots.org.uk
Downloaded from http://wix.sourceforge.net/releases/3.6.1629.0/Wix36.exe
$ wine Wix36.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
fixme:msxml:domdoc_load VT type not supported (8209)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20881
Summary: Starcraft crashes when selecting iCCup battle.net
server
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)w-wins.com
Created an attachment (id=25027)
--> (http://bugs.winehq.org/attachment.cgi?id=25027)
backtrace when running Launcher.exe
Trying to get iCCup working in wine not met with success. Following
instructions at http://www.iccup.com/starcraft/sc_start.html
Followed initially instruction 1.2 2) since I have a starcraft install already
that works fine in Vista and in wine. When that worked in Vista, but not in
wine, I tried the download from instruction 1.1 which contains the launcher,
but got the same problem (and that version too works in Vista).
Whether I run Starcraft with the downloaded launcher or not (wine Launcher.exe
vs wine StarCraft.exe) everything works fine except when I select the iCCup
battle.net server - I get to see a distorted login screen for a fraction of a
second, then the screen blacks out. Alt-tabbing to the console used to launch
wine shows the backtrace, and ctrl+c cleans up the blacked-out screen, but wine
keeps running until killed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23015
Summary: PL\SQL Developer: shows standard message boxes behind
main window
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chaostya(a)gmail.com
When I write a query in PL\SQL Developer window, then issue it against DB and
then want to close the window I click [x] and it looks like nothing happens,
but if I move main window down I would see a standard "question" message dialog
box asking me if I want to save my changes. I'm on 1.2-rc2 and it's a
regression from 1.2-rc1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19531
Summary: Earthworm Jim: Turning on sound effects lock up the
game.
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
URL: http://www.fileplanet.com/179574/170000/fileinfo/Earth
worm-Jim:-Special-Edition
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
Created an attachment (id=22732)
--> (http://bugs.winehq.org/attachment.cgi?id=22732)
Ternimal output
When running Earthworm Jim if you set the windows version to win2000 or winxp
then the sound effects are disabled and cannot be enabled (the joystick too).
If you set the windows version to win95 or win98 then on launch the game will
complain about missing dispdib.dll with error 2 (if you use a native windows
version of the dll is complains about dispdib.dll with error 33).
You can click ok and ignore the warning about dispdib.dll and enable the sound
effects, but when the first sound effect tries to play it will stutter then
lock up the game. (I tested it with both oss and alsa)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16370
Summary: iTunes hangs, spams console with unsupported ioctl
errors
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Itunes hangs in 1.1.10 while spamming the console with fixme messages like this
fixme:mountmgr:harddisk_ioctl unsupported ioctl 70c00
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21596
Summary: Windows 7 Platform SDK default install fails
Product: Wine
Version: 1.1.37
Platform: x86
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
If you try to install the Windows 7 Platform SDK
without disabling some of the options, it fails.
The log shows
12:48:46 PM Thursday, February 04, 2010: SFX C:\Program Files\Microsoft
SDKs\Windows\v7.0\Setup\SFX\vcredist_x64.exe installation started with log file
C:\users\dank\Temp\Microsoft Windows SDK for Windows
7_39e84b45-3dea-4c93-b469-0bba41d4286c_SFX.log
12:48:48 PM Thursday, February 04, 2010: C:\Program Files\Microsoft
SDKs\Windows\v7.0\Setup\SFX\vcredist_x64.exe installation failed with return
code 193
and the console log shows
err:process:create_process starting 64-bit process
L"C:\\135afb88bfaba38f6bfd6047\\install.exe" not supported on this platform
You can get the latter error by running visual c++ 2008 64 bit runtime redist
installer yourself.
So why is the installer, on a 32 bit wine, trying to run a 64 bit installer?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22048
Summary: Install .NET documentation in Windows 7 SDK fails
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: datacompboy(a)call2ru.com
CC: datacompboy(a)call2ru.com
rm -rf .wine
./winetricks -q gdiplus vcrun6 vcrun2005 dotnet20
wine sdkmount/setup.exe
# Unselect all selection
# Select only "Documentation / .NET Framework"
# Run install.
Result:
=================================================================
A problem occurred while installing selected Windows SDK components.
Installation of the "Microsoft Windows SDK for Windows 7" product has reported
the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm
document for further information.
Please attempt to resolve the problem and then start Windows SDK setup again.
If you continue to have problems with this issue, please visit the SDK team
support page at http://go.microsoft.com/fwlink/?LinkId=130245.
Click the View Log button to review the installation log.
To exit, click Finish.
=================================================================
Error message sometimes "attempt to read or write protected memory".
+relay log is 605964913 bytes log. do i need to attach 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=25535
Summary: .NET Framework 4.0 Fails to install with HRESULT
0x80070643
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pjdowson(a)gmail.com
Wine version is 1.3.9, compiled with no parameters on Fedora 13.
Installing dotNetFx40_Full_x86_x64.exe downloaded from the MS website, the
installer will open and verify the integrity of files. The next stage will
attempt to install the .NET Framework 4.0 Client Profile. Towards the end of
this install the installer will fail with HRESULT 0x80070643, leaving little or
no information in the %TEMP% folder as to the cause.
The installer will only run if wine is set to WinXP.
Process used to reproduce:
WINEPREFIX=~/.wine-net40 sh winetricks gecko
WINEPREFIX=~/.wine-net40 sh winetricks windowscodecs ie7 msxml3
WINEPREFIX=~/.wine-net40 wineboot
WINEDEBUG=+relay WINEPREFIX=~/.wine-net40 wine
Downloads/net40/dotNetFx40_Full_x86_x64.exe &> net-out
I also attempted to install the .NET Framework 4.0 Client Profile prior to
installing the Full package. This provides the same error, the only difference
to the above process used was the filename of the Client Profile installer
dotNetFx40_Client_x86_x64.exe.
Each time I attempted to install I used a clean WINEPREFIX, deleting the prior
one before attempting again.
Screenshot of error:
http://www.stimpy.org/wine/net-error.png
Logs referenced in above screenshot, in %TEMP% dir:
http://www.stimpy.org/wine/net-install-logs.tar.gz
Output of installer debug:
http://www.stimpy.org/wine/net-out.tar.gz
This is my first bug report, I apologize if I have missed anything out.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9727
Summary: OPML displays error on startup; mshtml's ShowHTMLDialog
too stubby
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://support.opml.org/download
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://www.scripting.com/stories/2007/09/20/howToSponsorAnOpenSourcePr.html
says Dave Winer really wants OPML working well on Linux,
so I had a look.
First problem: on startup, it tries to run
some javascript that runs a dll function. It fails with an
error dialog, and wine complains
fixme:mshtml:ShowHTMLDialog ((nil) 0x1959980 (nil) L"help: no" 0x7bdfadc4)
Second problem: any time it tries to display a web page,
it does start up your web browser, but the resulting page is
blank (perhaps it can't pass the URL to the browser).
--
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=10291
Summary: Can't input data into quickbooks
Product: Wine
Version: 0.9.47.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marc(a)mwiriadi.id.au
Created an attachment (id=8942)
--> (http://bugs.winehq.org/attachment.cgi?id=8942)
winedebug=warn+all
I can't input data into quickbooks after it is installed. I can open it but it
complains about a file missing even after the installation. I'm not to sure
about specifics of it but I did do a warn+all output which I will attach.
Please advise me how you would want this bugreport adjusted when you look at
the 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=18171
Summary: Quickbooks update checker hangs during download
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://dlm2.download.intuit.com/SBD/QuickBooks/2009/R1/Q
uickBooksSimpleStartDirect2009.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20636)
--> (http://bugs.winehq.org/attachment.cgi?id=20636)
QB2009R1 screenshot of failure point
Quickbooks 2008/2009's installer has an optional critical update checker.
The updater successfully downloads the "update list" but hangs when attempting
to download the updates themselves.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11720
Summary: Intuit (Au) QuickBooks Pro 2007/2008 free trial massive
memory leak
Product: Wine
Version: 0.9.56.
Platform: Other
URL: http://www.quicken.com.au/BusinessFinance/QuickBooksPro/
trial.aspx
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
QuickBooks Pro 2007/2008 free trial,
QB2007-08Trial.exe, 120921088 bytes, sha1sum
54bdcc52db69a73d3e6bfaa6626f994031b69935
http://www.quicken.com.au/BusinessFinance/QuickBooksPro/trial.aspx
gives the trial key as 846120363241002110143.
To install and start, you need to do
sh winetricks vcrun6 fakeie6 msxml3
(that's bug 5415).
Modulo a stray warning dialog about a missing file,
you can try to use the app. Choosing "open a
sample file" and then one of the samples
loads, but starts a stunningly rapid
memory leak. You have just a few seconds before
the app is using gigabytes of memory.
The app is unresponsive, too.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15793
Summary: Quickbooks 2009 Simple Start Fails to Install
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josmar52789(a)gmail.com
Created an attachment (id=16909)
--> (http://bugs.winehq.org/attachment.cgi?id=16909)
Terminal logging during installation.
Quickbooks 2009 Simple Start fails to install with an error stating "The
install was interrupted".
Winetricks was used to install .NET 2.0 and core fonts.
The normal parameters were selected during the installation wizard; do not
check for critical updates, install in the default location, and yes to install
Google Desktop part of Quickbooks.
Quickbooks 2009 Simple Start can be downloaded freely at Quickbooks website.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28287
Summary: Tropico 4: at startup, it crashes when calling
function CertGetNameStringW from crypt32.dll
Product: Wine
Version: 1.3.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitor.dominor(a)gmail.com
Created an attachment (id=36247)
--> (http://bugs.winehq.org/attachment.cgi?id=36247)
With PlayOnLinux 4.0+ and debugging enabled, the following error log was
produced.
Using PlayOnLinux, I installed Tropico 4 in a clean and separate 32-bit
wineprefix. Then when starting Tropico 4, the game crashes with a page fault,
when calling the function CertGetNameStringW from the embedded crypt32.dll.
With the Tropico 4 Demo, the game starts up and plays correctly. I noticed the
dlls AppData and KalypsoLauncher are absent from the Tropico 4 Demo
installation.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27978
Summary: QuickBooks Premier 2011 crash on start
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: insane2986(a)gmail.com
Created an attachment (id=35810)
--> (http://bugs.winehq.org/attachment.cgi?id=35810)
Terminal output
Operating system: Ubuntu 11.04
Wine version: wine-1.3.25 (from Wine repositories) running as Windows 7
Name of program: Quickbooks Premier 2011
Description of crash/problem: Installs OK, but when I try to run I get
"err:service:service_send_start_message service L"QBCFMonitorService" failed to
start".
"winetricks mono28" was required, but didn't fix the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17023
Summary: Systemtools Hyena tool fails to detect the network
connection
Product: Wine
Version: 1.1.13
Platform: Other
URL: http://www.systemtools.com/hyena/download.htm
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kai.blin(a)gmail.com
After getting Hyena to start using native aclui.dll, browsing the domain tree
fails after clicking the + sign next to Enterprise->Networks.
Hyena displays a message box with the text "Unable to open network resource. No
network."
There is no output on the terminal, so I'm a bit at a loss what debug channel
to poke into to figure out what's happening.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28046
Summary: Program procexp.exe (Process Explorer) cannot start
with Wine
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: AJD(a)aster.pl
The program procexp.exe has encountered serious problem - message.
Behavior: Program refuses to start under wine.
Expected behavior: Program works normally showing list of processes running
under wine.
procexp.exe can be located in http://live.sysinternals.com/procexp.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=26940
Summary: advapi32: Windows Sysinternals Process Explorer v14.x
needs OpenTraceA/W() and ProcessTrace() stubs
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
ProcessExplorer 14.x needs OpenTraceW() and ProcessTrace() stubs.
They are commented out in spec file hence there is not even unimpl stub to hit.
The returned address (NULL) isn't checked and directly dereferenced, leading to
crash dialog.
Though the app seems to recover from it, the data collecting thread just dies.
Download: http://technet.microsoft.com/en-us/sysinternals/bb896653
--- snip ---
002f:Call KERNEL32.LoadLibraryW(0046ec38 L"advapi32.dll") ret=0042166f
002f:Ret KERNEL32.LoadLibraryW() retval=68430000 ret=0042166f
002f:Call KERNEL32.GetProcAddress(68430000,0046ec2c "StartTraceW") ret=0042167f
002f:Ret KERNEL32.GetProcAddress() retval=6843ff50 ret=0042167f
002f:Call KERNEL32.GetProcAddress(68430000,0046ec1c "ControlTraceW")
ret=0042168c
002f:Ret KERNEL32.GetProcAddress() retval=6843dee0 ret=0042168c
002f:Call KERNEL32.GetProcAddress(68430000,0046ec10 "OpenTraceW") ret=00421699
002f:Ret KERNEL32.GetProcAddress() retval=00000000 ret=00421699
002f:Call KERNEL32.GetProcAddress(68430000,0046ec00 "ProcessTrace")
ret=004216a6
002f:Ret KERNEL32.GetProcAddress() retval=00000000 ret=004216a6
002f:Call advapi32.StartTraceW(0047ec38,0047e800 L"NT Kernel Logger",0047e788)
ret=004217bd
002f:fixme:advapi:StartTraceW (0x47ec38, L"NT Kernel Logger", 0x47e788) stub
002f:Ret advapi32.StartTraceW() retval=00000000 ret=004217bd
...
0033:trace:seh:raise_exception code=c0000005 flags=0 addr=(nil) ip=00000000
tid=0033
0033:trace:seh:raise_exception info[0]=00000000
0033:trace:seh:raise_exception info[1]=00000000
0033:trace:seh:raise_exception eax=00b9e864 ebx=00000000 ecx=00b9e860
edx=00000010 esi=0047ec50 edi=0047e788
...
--- snip ---
--- snip dlls/advapi32/advapi32.spec ---
# @ stub OpenTraceA
# @ stub OpenTraceW
...
# @ stub ProcessTrace
--- snip dlls/advapi32/advapi32.spec ---
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=27221
Summary: Full Spectrum Warrior will not start with:
0022:err:seh:setup_exception_record stack overflow
1204 bytes in thread 0022 eip b7496eaa esp 00240e7c
stack 0x240000-0x241000-0x340000
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baryluk(a)smp.if.uj.edu.pl
Created an attachment (id=34785)
--> (http://bugs.winehq.org/attachment.cgi?id=34785)
wine Launcher.exe log with WINEDEBUG=+relay,+seh,+tid
Game is freelly available for example from
http://www.joystiq.com/game/full-spectrum-warrior/download/full-spectrum-wa…
After installing game without problem, i have:
lavinia:/scratch/baryluk/wine-fsw-lavinia/drive_c/Program Files/THQ/Pandemic
Studios/Full Spectrum Warrior> wine Launcher.exe
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure
that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of
your distribution.
fixme:secur32:schan_QueryCredentialsAttributes SECPKG_ATTR_CIPHER_STRENGTHS:
semi-stub
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
PrintInfo: DNSResolverWinsock::CheckResolve -> Resolve
comstatus.doublefusion.com completed in 0.03 secs
fixme:winsock:WSACancelAsyncRequest (0xdeae),stub
lavinia:/scratch/baryluk/wine-fsw-lavinia/drive_c/Program Files/THQ/Pandemic
Studios/Full Spectrum Warrior> PrintInfo: Shutting down connection for (null)
PrintInfo: DNSResolverWinsock::CheckResolve -> Resolve
master10.doublefusion.com completed in 0.02 secs
fixme:winsock:WSACancelAsyncRequest (0xdeaf),stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x145760,0x1462f8): stub
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_SETFILTERKEYS)
err:seh:setup_exception_record stack overflow 852 bytes in thread 0022 eip
7ea1674a esp 00240fdc stack 0x240000-0x241000-0x340000
+relay,+seh,+tid log in attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15418
Summary: Wine is missing WMVCore.DLL
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denali(a)shadowforge.net
The Suffering "Free, Ad-Supported" version will not run and gives the following
error:
fixme:secur32:schan_QueryCredentialsAttributes SECPKG_ATTR_CIPHER_STRENGTHS:
semi-stub
fixme:secur32:schan_FreeCredentialsHandle (0x137720): stub
err:module:import_dll Library WMVCore.DLL (which is needed by L"C:\\Program
Files\\Midway Home Entertainment\\The Suffering\\Suffering") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Midway Home Entertainment\\The Suffering\\Suffering" failed, status
c0000135
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21292
Summary: system call "open" doesn't reject trailing slash in
filenames
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simon(a)josefsson.org
Here is another test case that triggers gnulib self-tests failures under Wine
but not under Windows XP. Under Wine it prints:
out 3
but under Windows XP it prints:
out -1
which is expected.
Thanks,
/Simon
jas@mocca:~$ cat foo.c
#include <fcntl.h>
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <stdio.h>
int
main (void)
{
int fd = open ("nonexist.ent/", O_CREAT | O_RDONLY, 0600);
printf ("out %d\n", fd);
return 0;
}
jas@mocca:~$ i586-mingw32msvc-gcc -o foo.exe foo.c
jas@mocca:~$ wine --version
wine-1.0.1
jas@mocca:~$ wine ./foo.exe
out 3
jas@mocca:~$
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15365
Summary: 3DMark 2008 Vantage
Product: Wine
Version: 1.1.4
Platform: PC-x86-64
URL: http://www.futuremark.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: DjSpiker(a)Yandex.ru
CC: DjSpiker(a)Yandex.ru
Created an attachment (id=16212)
--> (http://bugs.winehq.org/attachment.cgi?id=16212)
output in console
Don't run 3D Mark 2008 Vantage
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14139
Summary: Governor of poker crashes
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, i saw someone was trying to get this app running here
http://ubuntuforums.org/showthread.php?t=838840
So i gave it a try as well. I got the same crash as that guy. The following
workaround makes the game start and run nicely:
Put following in the registry:
REGEDIT4
[HKEY_CLASSES_ROOT\CLSID\{56FDF344-FD6D-11d0-958A-006097C9A090}]
@="Task Bar Communication"
[HKEY_CLASSES_ROOT\CLSID\{56FDF344-FD6D-11d0-958A-006097C9A090}\InProcServer32]
@="C:\\Windows\\System32\\SHDOCVW.DLL"
"ThreadingModel"="Apartment"
Then run with native shdocvw (and shlwapi).
Apparently ITaskBarList implementation is completely missing from shdocvw,
causing the crash above.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24317
Summary: 3DMark Vantage needs msvcp80 unimplemented function
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
3DMark_Vantage_v102_1901.exe
MD5 Sum: aace425ffc785dc341099d88b50f076f
SHA1 Sum: 3a53a8367d5d67f54fac54c4efc717f04d1673ed
Selected Windows 7 for new wine prefix.
Used custom install to deselect DirectX installation.
wine: Call from 0x7b837ef2 to unimplemented function
msvcp80.dll.??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@PBDI@Z,
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=18852
Summary: 3dmark Vantage requires avrt.dll
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.futuremark.com/benchmarks/3dmark06/download
/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
err:module:import_dll Library AVRT.dll (which is needed by L"C:\\Program
Files\\Futuremark\\3DMark Vantage\\benchmark.dll") not found
AVRT.dll ships with Windows as of Windows Vista - eg, see
http://msdn.microsoft.com/en-us/library/ms681960(VS.85).aspx
AvQuerySystemResponsiveness et al.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22405
Summary: 3DMark Vantage requires d3dx10_36.dll
Product: Wine
Version: 1.1.43
Platform: x86
URL: http://www.futuremark.com/benchmarks/3dmarkvantage/dow
nload/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
3DMark Vantage requires d3dx10_36.dll, useful for bug 20776.
sh winetricks win2k vcrun2005sp1
sh winetricks vista
wine 3dmark_vantage_v101_0906a.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=18851
Summary: 3DMark Vantage requires d3dx10_36.dll
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.futuremark.com/benchmarks/3dmark06/download
/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
err:module:import_dll Library d3dx10_36.dll (which is needed by L"C:\\Program
Files\\Futuremark\\3DMark Vantage\\benchmark.dll") 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=27035
Summary: 3DMark Vantage needs unimplemented function
d3dx10_43.dll.D3DX10UnsetAllDeviceObjects
Product: Wine
Version: 1.3.19
Platform: x86-64
URL: http://www.filehippo.com/download_3dmark_vantage/tech/
7031/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
3DMark_Vantage_v102_1901.exe
MD5 Sum: aace425ffc785dc341099d88b50f076f
SHA1 Sum: 3a53a8367d5d67f54fac54c4efc717f04d1673ed
Selected Windows 7 for new wine prefix.
Used custom install to deselect DirectX installation.
wine: Call from 0x7b83a932 to unimplemented function
d3dx10_43.dll.D3DX10UnsetAllDeviceObjects, 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=24611
Summary: Install Shield fails on 64bit multilib wine if
WINEPREFIX was created by 64bit wine
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nheart(a)gmail.com
Install shield doesn't run on combined 32 and 64 bit multilib wine, It starts
fine but it spills a lot of:
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{7871bfad-dad5-402f-9007-2593e9a07532}
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=410000000c, oid=2
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
and then crashes. The problem seems to be limited to the multilib 32+64bit
wine, as pure 32bit or 32bit only multilib wine don't have this problem. Also
some people on arch forums reported that if the WINEPREFIX was created by a
32bit wine it would work even if the prefix was upgraded to a 64bit one.
Here's a related topic on wineforums:
http://forum.winehq.org/viewtopic.php?t=9698&sid=7619dc27fb449db56dac6b3882…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18604
Summary: Wine misses ole class
"{e2085f28-feb7-404a-b8e7-e659bdeaaa02}"
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
URL: http://rpworld.de/page_programme_routerreconnect.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dunerkahl(a)yahoo.de
Created an attachment (id=21287)
--> (http://bugs.winehq.org/attachment.cgi?id=21287)
console output
Hi,
I tried to run a simple command line tool for resetting router-connections via
UPNP called "RouterReconnect". It is written in Delphi, unfortunately source is
not available. The tool tries to use an ole class
"{e2085f28-feb7-404a-b8e7-e659bdeaaa02}", wine complaints that this class is
not registered, after that, an exception in ntdll occurs -> program aborts.
URL to the app is linked, backtrace is added.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23264
Summary: Playon MediaMall server fails to launch
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.playon.tv/playon/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Installed Playon using the following steps found on the appdb.
1. Download the installer from the vendor website.
2. Install dotnet20, ie7, and wmp10 with winetricks.
3. Manually add the following registry key to fool the installer into believing
.NET 2.0 SP1 is installed (currently does not install in Wine):
[HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v2.0.50727]
"SP"=dword:00000001
After installing I tried to launch MediaMallServer.exe and it resulted in the
following error.
err:service:service_control_dispatcher failed to create control pipe error = 2
The settings GUI for Playon runs but states "No SSDP" in the server 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=24191
Summary: Playon fails to start
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Playon fails to start, complains of missing ssdp, and ssdp service fails to
start. Wine is missing the UPNP features from ssdpsrv.dll, ssdpapi.dll,
upnp.dll, upnphost.dll, and upnpui.dll.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11080
Summary: Powerpoint Viewer fails to install
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://download.microsoft.com/download/a/1/a/a1adc39b-
9827-4c7a-890b-91396aed2b86/ppviewer.exe
OS/Version: other
Status: NEW
Keywords: Installer, regression
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Aborts since today with error message
"The setup program could not retrieve the volume information for drive
(C:\windows\temp\IXP000.TMP\.
System message: Bad device type"
Susan also reports seeing this, so I'm not alone.
+relay,+volume show:
0009:Call
KERNEL32.GetVolumeInformationA(00000000,00000000,00000000,00000000,0032fc1c,0032fc20,00000000,00000000)
ret=01003fe6
trace:volume:GetVolumeInformationW L"\\\\.\\C:": found fs type 0
0009:Ret KERNEL32.GetVolumeInformationA() retval=00000000 ret=01003fe6
0009:Call KERNEL32.GetLastError() ret=01003550
0009:Ret KERNEL32.GetLastError() retval=00000042 ret=01003550
...
0009:Call user32.MessageBoxA(00000000,0014c488 "The setup program could not
retrieve the volume information for drive (C:\\windows\\temp\\IXP000.TMP\\) .
\nSystem message: Bad device type\r\n.",0100abb4 "Microsoft Office PowerPoint
Viewer 2003",00010010) ret=01003a64
--
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=18445
Summary: Wine run acrobat 8 portable will crash.
Product: Wine
Version: 1.1.21
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: akong(a)aspa.idv.tw
I have acrobat 8 Professional Portable
It's not need install.
But first run will popup register forum.
In the windows XP is all right and can click don't remind me.
But it's will crash at wine.
How to fix it?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9519
Summary: Adobe Reader 8.1: Unable to accept License
(:mshtml:nsURI_Equals)
Product: Wine
Version: 0.9.44.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=8988
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Created an attachment (id=7882)
--> (http://bugs.winehq.org/attachment.cgi?id=7882)
reader 8.1 in wine
The License for the Adobe Reader 8.1 must be accepted, before you can
use the Application.
In wine, the License is not visible (another bug will follow),
but a click on the button "Accept" produce the following
trace and the Window is not closed:
2648:0010:trace:mshtml:nsURI_AddRef (0x2c421b0) ref=4
2649:0010:trace:mshtml:nsURI_Equals (0x2c421b0)->(0x2c421b0 0x34de48)
2650:0010:fixme:mshtml:nsURI_Equals default action not implemented
2651:0010:trace:mshtml:nsURI_Release (0x2c421b0) ref=3
Screehshot is attached
--
By by ... Detlef
--
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=9520
Summary: Adobe Reader 8.1: License not visible (html-page)
Product: Wine
Version: 0.9.44.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=8988
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Created an attachment (id=7883)
--> (http://bugs.winehq.org/attachment.cgi?id=7883)
reader 8.1 in wine
The License for the Adobe Reader 8.1 must be accepted, before you can
use the Application.
In wine, the License is not visible.
(license.html)
Screehshot is attached.
--
By by ... Detlef
--
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=18231
Summary: Acrobat 8, unable to install
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Created an attachment (id=20740)
--> (http://bugs.winehq.org/attachment.cgi?id=20740)
Acrobat Pro 8 install error
Hi All,
When I try to install AcroPro80_efg.exe (Acrobat Professional V8.0 english),
after entering the serial number (you can ask for a demo at this point for
troubleshooting purposed), I get the pop up that I have attached.
"The wizard was interrupted before Adobe Acrobat 8 Professional could be
completely installed. Your system has not been modified. To complete
installation another time, please run setup again."
Question: this is a pretty long install. What kind of debug statement should
I run for you guys?
Many thanks,
-T
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13372
Summary: Adobe Acrobat Reader 8 -- install fails
Product: Wine
Version: 1.0-rc1
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Acrobat Reader 8 install fails with message:
Exception raised
Unhandled division by zero at address 0x1000a822.
Do you wish to debug 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=15609
Summary: acrord32 crashes with mouse over embedded comments
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jehoda(a)refaeli.com
Created an attachment (id=16626)
--> (http://bugs.winehq.org/attachment.cgi?id=16626)
crash trace
Hi,
I have a shared review pdf with comments in the saved file.
when I fly over a closed comments, acrobat fails.
trace log inside.
This is the 1st bug. as far as the shared review - acrobat is not capable of
loging into the server (don't know if it requires LDAP or not).
thnx,
JR.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28701
Bug #: 28701
Summary: Adobe Acrobat Pro 8 tray tool needs
msvcr80.dll.freopen_s
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
--- snip ---
~/.wine/drive_c/Program Files/Adobe/Acrobat 8.0/Acrobat$ wine ./acrotray.exe
wine: Call from 0x7ed484a9 to unimplemented function msvcr80.dll.freopen_s,
aborting
wine: Unimplemented function msvcr80.dll.freopen_s called at address 0x7ed484a9
(thread 0009), 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=11053
Summary: Tropico 2: blank screen
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hatta(a)softhome.net
Created an attachment (id=10067)
--> (http://bugs.winehq.org/attachment.cgi?id=10067)
STDERR after running Tropico 2 v1.2
Nothing is shown by Tropico 2 except for the mouse cursor. I get the same
behavior from 1.0, 1.2, and the demo available here:
http://www.gamershell.com/download_2083.shtml
--
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=14987
Summary: Tropico crashes in the long run
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: giepi(a)demalish.com
Created an attachment (id=15597)
--> (http://bugs.winehq.org/attachment.cgi?id=15597)
bug report with audio enabled via winecfg
Tropico game just doesn't allow you to play for long times. In a random time of
playing, the game crashes.
I have tried reinstalling, upgrading to the latest patches. I have tried
Paradise Island expansion. I have tried vanilla tropico 1.0. I have tried
upgrading kernel (currently 2.6.25-r7), ati-drivers (now I have the latest one)
and wine. I have tried it with 1.0.0 and 1.1.3 for a good time. I have tried
disabling audio (someone tipped me to do so), to use an iso instead of a cd
(didn't work) and using an original cd.
I have tried it in english and in italian.
It just plays fine till it crashes for no apparent reason.
I noticed that if I save and after short it crashes, it is more likely to crash
in the same time (i.e. when landing a boat).
I attach here two bugreport, one with audio (lasted very little time) and uno
without audio (it worked around 30 minutes).
My distro is Gentoo.
Here you can find useful things like patches and demo.
http://www.strategyplanet.com/tropico/downloads.shtml
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20235
Summary: Tropico crashes when switching to os without virtual
desktop
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lubosz(a)gmail.com
Tropico crashes when the game engine runs, and i switch desktops or alt tab to
any process.
when i do this in the menu, the cursor behaves strangely. any click will be
esc.
the performance goes down when i alt tab during character creation screen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22628
Summary: Tropico 3 err:mmdevapi:ACR_ReleaseBuffer from 1014
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
The good news there is again music and sound in Tropico 3 (which was lost in
1.1.36 when mmdevapi was added).
Wine 1.1.44
Ubuntu 9.10 (32 bit) 2.6.31-20
GeForce 9600 GT PCI Express 195.36.15 512Mb
While game runs, the music and voice run then stop and run again then stop and
so on. Terminal output:
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
err:mmdevapi:ACR_ReleaseBuffer Starting from 1014
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
err:mmdevapi:ACR_ReleaseBuffer Starting from 1014
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
err:mmdevapi:ACR_ReleaseBuffer Starting from 1014
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798878: Downloading rgb
texture to reload it as srgb
fixme:d3d_surface:IWineD3DSurfaceImpl_LoadLocation 0xb798d78: Downloading rgb
texture to reload it as srgb
err:mmdevapi:ACR_ReleaseBuffer Starting from 1014
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20864
Summary: Tropico 3 1.09 crashes in-game after several seconds
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dunerkahl(a)yahoo.de
Tropico 3 1.09 crashes with "fixme:faultrep:ReportFault 0x32ee88 0x0 stub"
after several seconds of gameplay.
The address 0x32ee88 (well, I guess it's an address) has the same value
everytime. Also the second number is always 0x0.
The chance of a crash is 100% during the first 60 seconds of gameplay, in most
cases, the crash occures after 5 seconds.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20138
Summary: Tropico 3 doesn't start
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benny.gaechter(a)bluewin.ch
Installation of Tropico 3 worked without problems. But as i tried to start the
application the loading screen appears and then the programm quits.
i tried to debug the application (it's the first time i hope i made it
right...)
I used this command => WINEDEBUG=+relay,-debug wine
'/home/benny/Desktop/Tropico 3.desktop' &> debug.txt
OS: Linux Mint 7 Gloria
CPU: Intel E6700
GPU: Nvidia 8800GTS
RAM: 2GB
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22821
Summary: Tropico 3 - cursor is black rectangle everywhere in
game
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://www.gamershell.com/download_50826.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
works in wine-1.1.44-380-g0d84ccb
but not wine-1.1.44-382-g6264bc2
Bisecting: 0 revisions left to test after this (roughly 0 steps)
[45b7eb6858f8da0721101a19a9fcd46d53c08e94] winex11: Move X11 locking inside the
cursor creation functions.
its okay with
git checkout -f 45b7eb6858f8da0721101a19a9fcd46d53c08e94
Here ->
http://source.winehq.org/git/wine.git/?a=commit;h=45b7eb6858f8da0721101a19a…
its winex11 but in bugzilla winex11.drv
I thought i was lucky because need to test only one day of commits (i compiled
the day before) but there where 6 commits about cursor. So need to do it with
bisect anyway. The first was bad so too bad i didnt use 'checkout' in first
place anyway.
ps:
text from bugzilla:
There are ten types of people, those who know binary and those who don't.
that make no sense, should be:
There are 10 types of people, those who know binary and those who don't.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20546
Summary: Tropico 3 demo - no antialiasing in visuals settings
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.gamershell.com/download_50826.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
Created an attachment (id=24508)
--> (http://bugs.winehq.org/attachment.cgi?id=24508)
wine
I tested it in wine 1.1.32 under new Ubuntu 9.10 (32 bit and 64 bit version)
Linux 32bit GCC 4.3.3 Release May 26 2009
Linux 2.6.31-14-generic i686
Intel(R) Pentium(R) Dual CPU E2220 @ 2.40GHz
2399MHz MMX SSE SSE2 SSE3 SSSE3 HTT
GeForce 9600 GT PCI Express 185.18.36 512Mb
Only OFF, no LOW, MEDIUM OR HIGH on list.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24845
Summary: Tropico 3 demo crashes on startup unless sound set to
emulation
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Demo can be downloaded from http://www.tropico3.com/?p=downloads
Installs fine, but on my machine, it crashes after putting up its "Loading"
screen unless I set sound hardware acceleration to emulation in
winecfg/registry,
[Software\\Wine\\DirectSound]
"HardwareAcceleration"="Emulation"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20540
Summary: Tropico 3 demo - no sea water
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.gamershell.com/download_50826.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
Created an attachment (id=24494)
--> (http://bugs.winehq.org/attachment.cgi?id=24494)
water
I tested it in wine 1.1.32 under new Ubuntu 9.10 (32 bit and 64 bit version)
Linux 32bit GCC 4.3.3 Release May 26 2009
Linux 2.6.31-14-generic i686
Intel(R) Pentium(R) Dual CPU E2220 @ 2.40GHz
2399MHz MMX SSE SSE2 SSE3 SSSE3 HTT
GeForce 9600 GT PCI Express 185.18.36 512Mb
There is no sea water in any settings (low or ultra).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21925
Summary: Tropico 3 does not remove menu entries after uninstall
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
After installing and uninstalling Tropico 3, it does not remove menu entries.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20542
Summary: Tropico 3 demo - no lights on textures
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.gamershell.com/download_50826.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
Created an attachment (id=24503)
--> (http://bugs.winehq.org/attachment.cgi?id=24503)
windows XP
I tested it in wine 1.1.32 under new Ubuntu 9.10 (32 bit and 64 bit version)
Linux 32bit GCC 4.3.3 Release May 26 2009
Linux 2.6.31-14-generic i686
Intel(R) Pentium(R) Dual CPU E2220 @ 2.40GHz
2399MHz MMX SSE SSE2 SSE3 SSSE3 HTT
GeForce 9600 GT PCI Express 185.18.36 512Mb
It looks like there are no lights on textures even when everything set to utra
quality.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20402
Summary: Tropico 3 demo - setup wizard appear under background
image
Product: Wine
Version: 1.1.31
Platform: PC
URL: http://www.gamershell.com/download_50826.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
setup wizard appear under background image. alt + tab helps. The rest of
Installer is ok.
I dont know what debug to add.
http://wiki.winehq.org/DebugChannels
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25092
Summary: Tropico 3 demo - no sea water with scene
resolution=high
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
Created an attachment (id=31823)
--> (http://bugs.winehq.org/attachment.cgi?id=31823)
log - no water with scene resolution=high
After fixing Bug 20540 there is nice water in Tropico but only when scene
resolution is set to low or medium. With high no water:
err:d3d_surface:IWineD3DSurfaceImpl_BindTexture >>>>>>>>>>>>>>>>>
GL_INVALID_ENUM (0x500) from glBindTexture @ surface.c / 2547
err:d3d_surface:IWineD3DSurfaceImpl_BindTexture >>>>>>>>>>>>>>>>>
GL_INVALID_ENUM (0x500) from glTexParameteri(dimension, GL_TEXTURE_WRAP_S,
GL_CLAMP_TO_EDGE) @ surface.c / 2549
More in attached file.
GeForce 9600 GT 260.19.12 drivers
wine-1.3.6-335-gd5fa2ce
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26212
Summary: No sound in Dragon Age 2 Demo
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcflow-forum(a)gmx.net
I have no sound in the Dragon Age 2 Demo. In all other games I have sound. The
winetricks-alpha for devenum did not help. I also tried to deactivate mmdevapi
but for this game this had no effect as well.
I use pulseaudio and for ArchLinux there is a wine-pulse package which provides
pulseaudio support. So far it works for every application. But not for Dragon
Age 2. In pavucontrol I can see that wine opens an output stream and it is set
to the right device but I have no sound output.
I already tried a clean wineprefix.
I don't know to what component this can be related or what infos you could
need.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26233
Summary: Dragon Age 2 demo - sound sometimes missing in EA logo
movie
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The logo movie at startup seems to have sound on some machines, but not others.
Sound works fine after the logo movie.
(I thought native devenum helped, but maybe that's only on one machine.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26232
Summary: Dragon Age 2 demo crashes with builtin msvcr90
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
If you install dragon age 2 demo, and then mark msvcr90 as builtin,
it crashes a few seconds into gameplay. The log shows about 100k lines like
fixme:msvcrt:__crtGetStringTypeW (unk 0, type 1, wstr 0x177d358(1), 0x177d35c)
partial stub
followed by
fixme:msvcr90:__clean_type_info_names_internal (0x78507750) stub
err:mmtime:TIME_MMTimeStop Timer still active?!
err:seh:setup_exception_record stack overflow 1628 bytes in thread 0021 eip
7bc3e88c esp 01780cd4 stack 0x1780000-0x1781000-0x1880000
To reproduce, do winetricks-alpha dragonage2_demo, then override msvcr90 as
builtin.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26776
Summary: Dragon Age 2 demo crashes on exit
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://dragonage.bioware.com/da2/demo/
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: hverbeet(a)gmail.com
Created an attachment (id=34112)
--> (http://bugs.winehq.org/attachment.cgi?id=34112)
full output/backtrace
Regression introduced by:
d19c3588bc3c6fa8a6cf4fa42efeb5a3746b4ee6 is the first bad commit
commit d19c3588bc3c6fa8a6cf4fa42efeb5a3746b4ee6
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Thu Apr 7 18:46:00 2011 +0200
wined3d: Merge the IWineD3DSwapChain::Destroy() implementations.
They're mostly the same, except for the GL version also destroying its
contexts, and being a bit more careful about the order in which backbuffers
are destroyed.
:040000 040000 5b921be68022e843544685c4631b1460758a7ee8
ddaeca46cc60a187b2bd8ddc93f787f403890383 M dlls
Backtrace:
=>0 0x7e93cf75 surface_bind_and_dirtify+0x45(surface=0x1cfc58, gl_info=<is not
available>, srgb=0) [/home/austin/wine-git/dlls/wined3d/surface.c:766] in
wined3d (0x0189e6b4)
1 0x7e944cd2 surface_load_location+0xdd1(surface=0x1cfc58, flag=0x200,
rect=(nil)) [/home/austin/wine-git/dlls/wined3d/surface.c:4653] in wined3d
(0x0189e7f4)
2 0x7e94ef58 surface_unload+0x1c7(resource=0x1cfc5c)
[/home/austin/wine-git/dlls/wined3d/surface.c:463] in wined3d (0x0189e854)
3 0x7e8b3999 device_unload_resource+0x58(resource=0x1cfc5c, data=0x0(nil))
[/home/austin/wine-git/dlls/wined3d/device.c:2124] in wined3d (0x0189e884)
4 0x7e8b17c5 IWineD3DDeviceImpl_EnumResources+0x74(iface=0x14c578,
callback=0x7e8b3940, data=0x0(nil))
[/home/austin/wine-git/dlls/wined3d/device.c:6821] in wined3d (0x0189e8d4)
5 0x7e8bef42 IWineD3DDeviceImpl_Uninit3D+0x91(iface=0x14c578,
D3DCB_DestroySwapChain=0x7e9ba720)
[/home/austin/wine-git/dlls/wined3d/device.c:2154] in wined3d (0x0189e924)
6 0x7e9c1914 IDirect3DDevice9Impl_Release+0xc3(iface=0x139a78)
[/home/austin/wine-git/dlls/d3d9/device.c:274] in d3d9 (0x0189e974)
0x7e93cf75 surface_bind_and_dirtify+0x45
[/home/austin/wine-git/dlls/wined3d/surface.c:766] in wined3d: movl
0xfffe1a50(%edi,%eax,4),%eax
766 active_sampler = device->rev_tex_unit_map[active_texture -
GL_TEXTURE0_ARB];
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26205
Summary: Dragon Age 2 demo doesn't start
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The demo is downloadable from
http://dragonage.bioware.com/da2/demo/
First problem:
fixme:d3dx:D3DXGetShaderConstantTableEx Don't know how to calculate Bytes for
non D3DXRS_FLOAT4 constants
fixme:d3dx:ID3DXConstantTableImpl_GetSamplerIndex (0x3098a78)->(0x2): stub
wine: Unhandled page fault on read access to 0x00000000
Workaround: winetricks d3dx9_36
Second problem:
err:module:import_dll Library d3dx11_43.dll (which is needed by L"C:\\Program
Files\\Dragon Age 2 Demo\\bin_ship\\DragonAge2Demo.exe") not found
Workaround: add a dummy d3dx11_43.dll (see attachment)
Third problem:
crashes with null pointer read.
I'll attach the last 100000 lines of a +relay,+seh log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26965
Summary: Dragon Age 2 demo - sound in cutscenes is muffled
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://na.llnet.bioware.cdn.ea.com/u/f/eagames/bioware
/dragonage2/demo/DragonAge2Demo_F93M2qCj_EnEsItPlRu.ex
e
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
The sound in the cutscenes in the Dragonage 2 Demo is muffled. The workaround
from bug 26233 helps here as well:
Open ~/BioWare/Dragon Age 2 Demo/Settings/DragonAge.ini
Change:
[AudioOptions]
UseStereoSound=0
to 1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12358
Summary: Get optimized/compressed/packed executables (non-upx)
working [2]
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.blackmaiden.de/releases/safari/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=11847)
--> (http://bugs.winehq.org/attachment.cgi?id=11847)
demo scene graphics demo
>From bug 4733 comment #13
> Reported fixed. Please reopen separate new bug reports for any packers that
still don't work.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11092
Summary: cutscene does not display correctly - jedi knight dark
forces II demo
Product: Wine
Version: CVS/GIT
Platform: All
URL: http://files.filefront.com/jedidemoexe/;845549;/fileinfo
.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
Created an attachment (id=10115)
--> (http://bugs.winehq.org/attachment.cgi?id=10115)
WINEDEBUG=+d3d_surface
The introduction cutscene appears to have a slight problem, part of the images
are missing/greyed out. See attached screenshots for an example. Also
attached is the +d3d_surface log, which appears to have some interesting fixme
messages.
This problem isn't present in 0.9.30, but
current git (wine-0.9.52-278-gc486d87) or newer is required to test the problem
as this program suffered from a regression causing a crash since 0.9.31 (bug
10865 / bug 10899)
--
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=13401
Summary: Another demo scene application crashes at start up
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.scene.org/file.php?file=/parties/2007/horde07
/in4k/cns!fr-057.zip&fileinfo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=13309)
--> (http://bugs.winehq.org/attachment.cgi?id=13309)
arancia.exe
Backtrace:
=>1 0x7e0fb8fe in msvcrt (+0x3b8fe) (0x088fff00)
2 0x004200f3 in arancia (+0x200f3) (0x088fff08)
3 0x7ee31497 in kernel32 (+0x51497) (0x00000000)
0x7e0fb8fe: outsb (%esi),%dx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17200
Summary: A demoscene sound only demo consumes a way too many CPU
cycles
Product: Wine
Version: 1.1.14
Platform: PC
URL: http://gargaj.umlaut.hu/prod.php?id=116
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Under Windows XP this demo consumes around 0-1% of CPU, under Wine it consumes
on average 75% of 2600MHz AMD64 CPU.
To exclude console output latency I run it this way:
./invisible.exe &> /dev/null
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25219
Summary: Demoscene demo @party invitation crashes with
unimplemented function
d3dx9_36.dll.D3DXLoadMeshFromXInMemory
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
http://www.pouet.net/prod.php?which=54616 crashes with
wine: Call from 0x7b838ba2 to unimplemented function
d3dx9_36.dll.D3DXLoadMeshFromXInMemory, aborting
winetricks d3d9_36 gets past this. On my ancient travel
laptop, I actually see a progress bar as the demo initializes.
I then run out of video memory. (Might work on modern hardware, dunno.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20934
Summary: Bloom filter shows artifacts in fr-041_debris
(demoscene demo)
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knight666(a)gmail.com
Created an attachment (id=25091)
--> (http://bugs.winehq.org/attachment.cgi?id=25091)
Comparison shot between Windows Vista Home Premium and Wine 1.1.33
I wanted to test to see how far Wine got, and decided to try some things that
depend on weird Windows-specific quirks. So: demoscene demo's. :)
This demo runs perfectly in Wine, except for the bloom filter. I've added two
comparison shots that show the difference between the demo running in Windows
Vista Home Premium and Wine 1.1.33 on Linux Mint 7 (Ubuntu 9.04).
You can download the demo here: http://www.pouet.net/prod.php?which=30244
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20960
Summary: Textures missing in demoscene's demo fr-041_debris
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Hi, i wanted to test bug 20934 and find out, that the demoscene demo is badly
broken in current git (wine-1.1.34-99-g8da7a00). Free download available
fr-041_debris.exe, only 179kB.
1. All the textures are missing, houses have just wired skeleton and console is
flooded by "fixme:d3d_shader:shader_glsl_load_constants >>>>>>>>>>>>>>>>>
GL_INVALID_OPERATION (0x502) from glUniform4fvARB @ glsl_shader.c / 667"
2. Did a regression test between 1.1.33 and 1.1.34:
b9243b721a6c747986003c76463b4bd7b3a50208 is first bad commit
commit b9243b721a6c747986003c76463b4bd7b3a50208
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Wed Nov 18 10:45:50 2009 +0100
d3d9: Add a separate function for device initialization.
:040000 040000 5941942ae303c760ba6cfe45f89e2b90dbd79128
eed9f7f18d83dec196542ea9b547b9d4ade9e7ef M dlls
3. No other bug report suffers from this commit.
4. Revert of this patch on top of current git (wine-1.1.34-99-g8da7a00) makes
that problem goes away.
5. Adding author of this patch to CC.
--private keyword: bisected
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24093
Summary: Demoscene fr-041 debris shows garbage instead of black
strip
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
CC: hverbeet(a)gmail.com
Created an attachment (id=30317)
--> (http://bugs.winehq.org/attachment.cgi?id=30317)
Image showing the problem
"Demoscene fr-041 debris" shows garbage instead of black strip. Attachment
shows that better. It can be seen since cca 15th sec of run. I used app's
default setting except "Wait for VSync" which were disabled... It looks like,
as time passes it's getting worse.
1. I did a regression test between 1.3.0 and 1.3.1:
commit 6e30387f81235578e67afc54a8d6695f0413a8f5
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Wed Aug 4 11:10:23 2010 +0200
wined3d: Replace color_fill_fbo() with device_clear_render_targets().
:040000 040000 2a79c4e1934776671edc137577435af40286a97c
a031df0049d1334b901fff0588ef457670b30490 M dlls
2. No other bug report suffers from this commit.
3. Revert of this patch after git checkout makes that problem go away.
4. Adding author of this patch to CC.
--private keyword: bisected
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24131
Summary: HEAP corruption in-between 1.3.0~1.3.1-135
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.pouet.net/prod.php?which=30244
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
CC: cookiecaper(a)gmail.com
This happens to me under "Demoscene fr-041 debris". When i run this
application:
WINEDEBUG=warn+heap wine fr-041_debris.exe
then at the very end i get:
err:heap:HEAP_ValidateInUseArena Heap 0x110000: block 0x113678 tail overwritten
at 0x113b64 (byte 0/12 == 0x44)
There is always the same values "(byte 0/12 == 0x44)"
1. I did a regression test between 1.3.0 and 1.3.1-135:
commit 6120d7cc14522983fbc38026ab4fcb6e4a68cdf0
Author: Jeff Cook <jeff(a)deserettechnology.com>
Date: Mon Aug 2 17:48:52 2010 -0600
winealsa.drv: Init mixer on cards with a single Mic control, like
snd_usb_audio mics.
:040000 040000 0edca612f774126778453257b9149cf893d32f24
0a9b8d3df5d78d176a69bc52d4ceea22ba2d80cf M dlls
2. There is another bug report suffering from this commit, see bug 23902.
3. Revert of this patch is not tested yet (time :-/).
4. Adding author of this patch to CC.
--private keyword: bisected
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25218
Summary: 4k demoscene demo ergon crashes
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The 4k demo http://pouet.net/prod.php?which=54529
crashes with
wine: Unhandled page fault on read access to 0x00000000 at address 0x4200fb
Backtrace:
=>0 0x004200fb in frq_ergon_640x480_high (+0x200fb) (0x1ac3fe90)
According to
http://code4k.blogspot.com/2010/08/making-of-ergon-4k-pc-intro.html
it uses d3d9.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21817
Summary: Elevated demo crashes with builtin d3dx9_33.dll
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://www.rgba.org/
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=26402)
--> (http://bugs.winehq.org/attachment.cgi?id=26402)
Elevated demo
Program received signal SIGSEGV, Segmentation fault.
0x7e7800ae in __wine_spec_nt_header () from
/opt/wine/bin/../lib/wine/d3dx9_33.dll.so
fixme:win:EnumDisplayDevicesW ((null),0,0x1464f968,0x00000000), stub!
fixme:d3d:swapchain_init The application requested more than one back buffer,
this is not properly
Please configure the application to use double buffering (1 back buffer) if
possible.
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
wine: Unhandled page fault on read access to 0xffffffff at address 0x7e7820ae
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0xffffffff in 32-bit code
(0x7e7820ae).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:7e7820ae ESP:1464fe6c EBP:00000000 EFLAGS:00010246( R- -- I Z- -P- )
EAX:00000000 EBX:004000d8 ECX:00110060 EDX:0013e3a0
ESI:00870104 EDI:004300d8
Stack dump:
0x1464fe6c: 00420851 00420caf 00000da4 00000000
0x1464fe7c: 00000000 00420a40 00420a11 00000000
0x1464fe8c: 00870104 00000000 00000000 004300d8
0x1464fe9c: 00420a40 00000000 1464feb8 004000d8
0x1464feac: 0013e3a0 00110060 00000000 004200c8
0x1464febc: 7ee0b049 7ffdf000 00000000 00000000
Backtrace:
0x7e7820ae: xorl %fs:0x39(%eax,%edi,2),%esp
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21234
Summary: Monopoly Deluxe installer crash at the end of the
installation
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://cdn.media.zylom.com/games/2130/7/34/2964/monopo
lydownload.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=25511)
--> (http://bugs.winehq.org/attachment.cgi?id=25511)
backtrace
After finishing the installation the installer crash. I'm attaching the
backtrace.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17184
Summary: Achieve Planner 1.9.0 requires explicit native override
of mscoree.dll
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://www.effexis.com/achieve/downloadn.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
As a follow-up to bug 17150, after installing the .NET Framework 1.1 and
Achieve Planner 1.9.0, starting Achieve Planner yields:
wine: Call from 0x7b844cc8 to unimplemented function
mscoree.dll.StrongNameSignatureVerificationEx, aborting
An explicit override is needed to allow the application to use the native
mscoree shipped with the .NET Framework, which is contrary to Wine's mscoree's
preference to use the native version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25385
Summary: The UnderGarden Demo won't run without winetricks
d3dx9_36
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
Created an attachment (id=32291)
--> (http://bugs.winehq.org/attachment.cgi?id=32291)
Terminal output from starting game
The UnderGarden Demo won't run without winetricks d3dx9_36
The title screen loads but the game never makes it to the start menu.
Also need winetricks vcrun2008 to install - as shown in bug 25384
http://bugs.winehq.org/show_bug.cgi?id=25384
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25372
Summary: The Undergarden Demo won't start
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
Created an attachment (id=32267)
--> (http://bugs.winehq.org/attachment.cgi?id=32267)
terminal output
The Undergarden Demo from http://www.atari.com/undergarden needs winetricks
vcrun2008 to install, then doesn't run game beyond the atari screen.
Note: Has dotNetFx35setup.exe in the source. Perhaps this needs dotnet to run?
Also tried winetricks directx9 ie6 makes no difference
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25322
Summary: Parameter checking in _controlfp_s seems to be broken.
Product: Wine
Version: unspecified
Platform: x86
URL: http://brutalcomputer.rootnode.net/BtlPit.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ewdevel(a)gmail.com
Created an attachment (id=32167)
--> (http://bugs.winehq.org/attachment.cgi?id=32167)
Source for compiled version of download.
This little program breaks in current git. ( unhandled exception )
Works perfectly fine after reverting
commit 4dba956ea696592ac446b4c0042f935bf608cabf
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Nov 26 14:57:24 2010 +0100
msvcrt: Add parameter checking in _controlfp_s.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25384
Summary: The UnderGarden Demo won't install without winetricks
vcrun2008
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
Created an attachment (id=32289)
--> (http://bugs.winehq.org/attachment.cgi?id=32289)
Terminal output with backtrace
The UnderGarden Demo won't install without winetricks vcrun2008
See messages like: unimplemented function msvcr90.dll
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24890
Summary: Window transparency with LWA_COLORKEY is not
supported.
Product: Wine
Version: 1.3.4
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=21551
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P5
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugzilla(a)vittgam.net
Window transparency with LWA_COLORKEY is not supported.
I've tried with Livestream Procaster 20 (see top link), but other programs
don't have transparency too.
The log line is:
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23093
Summary: Linux live USB creator: Shows the background in black
instead of the background image
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://www.linuxliveusb.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i.n.f.o(a)zipmail.com.br
Created an attachment (id=28682)
--> (http://bugs.winehq.org/attachment.cgi?id=28682)
application running in wine
The application has a background image with transparency, but in wine it is
just black.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13856
Summary: Gothic3 - Splash screen isn't transparent
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
URL: http://www.gothic3.com/index.php?do=09709911610511111006
1109101100105097
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgbricola(a)web.de
Created an attachment (id=13920)
--> (http://bugs.winehq.org/attachment.cgi?id=13920)
Gothic3 - splash screen is not transparent
The splash screen in Gothic3 isn't transparent. Attached is a picture which
shows the behavior.
System: Fedora x86_64, wine-1.0-rc4-88-g0b85c35, nvidia 171.06
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15791
Summary: Gothic 3 graphic bug
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
URL: http://dj.chg.su/data/Linux_Gothic3.jpg
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dj--alex(a)ya.ru
menu work normal, sound like normal,but
in game all textures and objects - are black white (no grayscale or color)
0 FPS
game is not playable
http://dj.chg.su/data/Linux_Gothic3.jpg
PR CONF: Ubuntu 8.04 updated , wine 1.1.7, ati catalyst 8.9
PC CONF:
M2R32-MVP ASUS CF ADM580 \Phenom 9600(a)2.5Ghz\8Gb DDR2 NCP 800Mhz\320GB
HDD\512mb ATI 2900XT
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28055
Summary: Gothic 3 demo crash at startup
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: runetmember(a)gmail.com
Gothic 3 demo crash at startup. First time engine show "violiatin error".
Second time game just freez after video, before menu.
Problem is reproduced with demo version:
http://www.fileplanet.com/170222/170000/fileinfo/Gothic-3-Demo
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27104
Summary: Age of Empires III demo draws all black without native
d3dx9_25 (purist)
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
The free demo of AOE3 works fine normally, but if you mark
d3dx9_25 as builtin only, the game renders all black (except for menus),
and the log shows
fixme:d3dx:d3dx9_base_effect_init HLSL ascii effects not supported, yet
fixme:d3dx:ID3DXEffectCompilerImpl_CompileShader iface 0x47a0e98, function
0x1819390, target 0x1819000, flags 0x520, shader 0x6cfbc94, error_msgs
0x6cfb02c, constant_table 0x33f700 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=24911
Summary: Age Of Empires 3 Demo needs quartz.dll native override
for music/tutorial voices
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
Regular sound effects work, but not the music and tutorial voice for the game
unless quartz.dll is native override for Age of Empires 3 Demo.
Other winetricks needed:
msxml4
Sound will also work if you winetricks
directx9
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24931
Summary: Age of Empires 3 Trial needs native d3dx9_25 (or 36)
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
aoe3 bundles a copy of d3dx9_25, and without it, most of the game is black.
You only see the problem if you try to run with builtin d3dx9, so
this only affects purists at the moment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24912
Summary: Age Of Empires 3 Demo Installer hangs in background
after successfull install
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: shannon.vanwagner(a)gmail.com
Age Of Empires 3 Demo installs with great success but leaves behind an
InstallShield window title on the panel. wineserver -k makes it go away
Terminal shows:
err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error
0x800706be
err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error
0x800706ba
Bug 5233 (from a long time ago) showed a similar error but was closed as 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=18774
Summary: The Westerner: X11 mouse exits window before win mouse
reaches border
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
In either desktop or fullscreen mode, the mouse pointer regularly stops moving
in either X or Y direction long before hitting the border.
A little work-around (in desktop window mode) is to come back into the window
at another location and try again ... and again. Sadly, this is not good
enough e.g. for the in-game options menu where the CPU% goes high and I can't
manage to move the mouse over the vsync scroller to disable it.
Maybe this is an issue of missing relative mouse coordinates?
This issue makes the application unplayable as items can hardly be clicked on.
Using the Intel Xorg driver on Ubuntu Intrepid. Maybe other HW would not
exhibit this behaviour, the AppDB rating might then jump from bronze to gold.
To have the application start, you need to copy l3codecx.ax as well as a native
quartz.dll from cdrom/DirectX9\DirectX.cab into windows\system32\ cf. bug
#18773
wine regsvr32 l3codecx.ax
WINEDLLOVERRIDES=quartz=n wine PICTuRE.exe
The default log did not reveal me any hint (not attached). Actually producing a
full log with WINEDEBUG=+all,-some made the matter worse, the mouse was almost
nailed at the center of the virtual desktop (and CPU% went up).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20056
Summary: The Westerner: crash follows bogus DSOUND:SetFormat
call
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
When DSOUND_PrimarySetFormat is given a broken format, it will
nevertheless HeapReAlloc() and thus forget the old format.
The Westerner happens to call DSOUND_PrimarySetFormat with a completely bogus
format. Why? I don't know.
DSOUND_PrimarySetFormat (formattag=0x0001,chans=0,
samplerate=0,bytespersec=0,
blockalign=0,bitspersamp=0,cbSize=0)
>From there, two execution traces are possible, each leading to a crash.
A) ReopenDevice fails as WAVE_Open refuses the bogus new format.
The device is left in floating state, neither open nor closed, and
with a bogus format description in device->pwfx.
A subsequent DSOUND_PerformMix() will choke on the broken format.
DSOUND_ReopenDevice waveOutOpen failed
DSOUND_PrimarySetFormat DSOUND_ReopenDevice failed: 80070057
DSOUND_PerformMix (0x213620)
DSOUND_PrimaryGetPosition pwplay=0, pwqueue=0
DSOUND_PrimaryGetPosition playpos = 0, writepos = 0 ( time=8688)
DSOUND_PerformMix primary playpos=0, writepos=0,
clrpos=0, mixpos=0, buflen=65536
wine: Unhandled division by zero -- likely BytesPerSec=0
B) One winmm:WAVE_Open initiated by DSOUND_PrimaryOpen succeeds.
trace:winmm:WAVE_Open wFormatTag=1, nChannels=3, nSamplesPerSec=96000,
nAvgBytesPerSec=576000, nBlockAlign=6, wBitsPerSample=16
The original format structure is still bogus (wBitsPerSample=0) and
PrimaryOpen crashes in a division by zero in this case as well.
This is the case I have to investigate further, as I thought my recent
patches to wodOpen in wineoss.drv and winecoreaudio.drv for bug #12349
and bug #19901 would have taken care of it. Apparently there are
several WAVE_FORMAT structures floating around that one does not know
which one to correct.
I also need to find out why the app keeps crashing now while I had it
working in the past (IIRC I did not use the demo).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19124
Summary: The Westerner: dsound heap overflow prevented by
warn+heap
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=22087)
--> (http://bugs.winehq.org/attachment.cgi?id=22087)
short backtrace
The Westerner crashes without WINEDEBUG=warn+heap in DSOUND_bufpos_to_mixpos()
100 DWORD ret = pos * 32 / device->pwfx->wBitsPerSample;
So either the application or dsound is guilty of heap corruption / producing
broken data.
With the memory fence installed by using WINEDEBUG=warn+heap, the application
seems to work "normally", except 2 lines are repeated very often and always in
pair:
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 5120,
block size = 64626
warn:heap:allocate_large_block Could not allocate block for fc720000 bytes
I tried out ALSA, emulation, 22050Hz 8bit, or default full HW (and also OSS
IIRC). No difference.
Note that in my test data from 2009-06-14, I required a native quartz.dll, but
one also gets this crash with pure Wine components, before quartz gets used.
Using Ubuntu 8.10 on Intel/SigmalTel/AC'97 audio HW.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21785
Summary: The Westerner: no background in menu + errors when
loading
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
commit db3d756c1e4b03b0fb33f2863ab3d2275dcf00c2
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Sun Jan 24 15:18:46 2010 -0600
gdiplus: Prefer the builtin version.
causes 2 bugs in The Westerner.
1. The graphics background and mouse are missing from the main menu, after
displaying this log a hundred times:
fixme:gdiplus:GdipImageRotateFlip (0x0 6) stub
err:d3d_surface:surface_prepare_system_memory Surface without memory or pbo has
SFLAG_INSYSMEM set!
2. Afterwards, starting or loading a game (via the cursor keys), the app
displays many, many requesters, each time about a different file, like this:
error: no es pontencia de 2 "RData\Textures\maderas\madera_fuelle.tif w:0 h:0
I didn't click through all of them to see what would be left to see.
What's surprising is that there is a GdiPlus.dll in the app's directory. The
app's installer must have added it as I found no note of adding one myself in
my installation notes. This setup worked fine until Vincent's commit changed
the priorities.
I was not using any override except for quartz, as my AppDB entry explains.
Unlike bug #21604 about gdiplus, the above fixme+err suggest that the missing
functionality is clearly identified and could be added to the builtin gdiplus,
so that it becomes useable with The Westerner.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26637
Summary: Tom Clancy's HAWX is not running
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testing.tigerwolf(a)mail.com
Created an attachment (id=33909)
--> (http://bugs.winehq.org/attachment.cgi?id=33909)
Tom Clancy's H.A.W.X execution backtrace
After installing Tom Clancy's HAWX, launching it the first time leads to
install the patch. After this installion, which is OK, the game doesn't launch
and the following message appears :
"Save dump file to C:/Program Files/Tom Clancy's H.A.W.X/HAWX.exe.dmp"
Hawx process is until running (HAWX and wine process are noticed in Program
Manager), but nothing happens...
Hardware configuration :
ATI RADEON HD 5x series
Software configuration :
Kubuntu 10.10
Catalyst 11.2
Tom Clancy's HAWX and patch installation
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20886
Summary: Adobe InDesign CS4 demo - NtLockFile /
SetNamedSecurityInfoW etc
Product: Wine
Version: 1.1.32
Platform: PC
URL: https://www.adobe.com/cfusion/tdrc/index.cfm?loc=en&pr
omoid=EBYES&product=indesign
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tethys(a)gmail.com
Created an attachment (id=25029)
--> (http://bugs.winehq.org/attachment.cgi?id=25029)
Wine output
Tried to install the trial version of InDesign CS4 from the above URL.
After taking seemingly forever to uncompress and extract the archive,
it failed when trying to launch the app itself. It was also unable to
launch the wine debugger:
The program winedbg.exe has encountered a serious problem and
needs to close. We are sorry for the inconvenience.
It seems to be stuck in a loop, and clicking the close button just
brings up the same error dialog 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=16940
Summary: Indesign cs4 crashes wineserver on launch
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: donkjunk(a)softhome.net
Created an attachment (id=18710)
--> (http://bugs.winehq.org/attachment.cgi?id=18710)
backtrace
Indesign crashes on launch. Program begins to launch though the initial splash
screen is garbled. It crashes around the time when indesign reports 'starting
up service registry'.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18070
Summary: Regresion in Dreamweaver CS3 Installer
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
This commit make the installer fail when it's starting.
b8965ee7c90a687af4c84ad0ede73b1df901e16c is first bad commit
commit b8965ee7c90a687af4c84ad0ede73b1df901e16c
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Tue Mar 24 10:26:24 2009 +0100
msi: Don't initialize COM for custom action threads.
:040000 040000 e3395252ab46bf3c623252deb94ceba713c0596a
7e7d74822b91c0a5981893f375a05c22bb144360 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=15432
Summary: Adobe Indesign CS3, Illustrator CS3, and Flash CS3 fail
to install
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is the next bug after bug 8945.
Although Photoshop CS3 and Dreamweaver CS3 now install, Indesign,
Illustrator, and Flash all fail to install.
All three seem to fail in the same way.
After putting up the gui and saying "Loading Setup", it aborts
with a messagebox saying
"Critical errors were found in setup
Please see the Setup log file for details."
The log file is e.g.
./Program Files/Common Files/Adobe/Installers/Adobe InDesign CS3 5.0.log.gz
but doesn't seem to have much about the error.
I'll attach a +mshtml,+script log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25790
Summary: WM_SETTEXT handler for the user32 buttons generates
WM_CTLCOLOR* inconsistent with Windows user32
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: exclusion(a)gmail.com
Created an attachment (id=32868)
--> (http://bugs.winehq.org/attachment.cgi?id=32868)
Test source
Wine behavior when processing SetWindowText (WM_SETTEXT) doesn't exactly
replicate Windows regarding WM_CTLCOLOR* messages.
I found two inconsistencies and made the test (see attachments).
First inconsistency:
Windows doesn't generate WM_CTLCOLORSTATIC when WM_SETTEXT invoked for a
PushButton and alike. Instead it generate WM_CTLCOLORBTN.
In Windows I get:
DialogBox.WindowProc: before SetWindowText
DialogBox.WindowProc(WM_CTLCOLORBTN)
DialogBox.WindowProc(WM_CTLCOLORBTN)
DialogBox.WindowProc: after SetWindowText
In Wine:
DialogBox.WindowProc: before SetWindowText
DialogBox.WindowProc(WM_CTLCOLORSTATIC)
DialogBox.WindowProc(WM_CTLCOLORBTN)
DialogBox.WindowProc: after SetWindowText
Looking at http://msdn.microsoft.com/en-us/library/bb761849%28VS.85%29.aspx
(WM_CTLCOLORBTN Message) and http://support.microsoft.com/kb/130952/en-us?fr=1
I believe that the WM_SETTEXT handler for BS_PUSHBUTTON, BS_DEFPUSHBUTTON and
BS_PUSHLIKE should get the hbrush with the WM_CTLCOLORBTN message.
Second inconsistency:
Windows doesn't generate WM_CTLCOLOR* when WM_SETTEXT invoked for the invisible
controls.
My test in Windows shows:
DialogBox.WindowProc: before SetWindowText
DialogBox.WindowProc: after SetWindowText
In Wine:
DialogBox.WindowProc: before SetWindowText
DialogBox.WindowProc(WM_CTLCOLORBTN)
DialogBox.WindowProc: after SetWindowText
These inconsistencies can be critical when an application doesn't expect to get
these WM_CTLCOLOR* and tries to handle it before doing some initialization. In
particular, Trillian 3.1 crashes when opening Trillian Preferences, Message
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=14879
Summary: InDesign CS: Crashes on File->Open or File->Place
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: polesapart(a)gmail.com
Created an attachment (id=15440)
--> (http://bugs.winehq.org/attachment.cgi?id=15440)
WM_CTLCOLORSTATIC windows vs. wine demonstration program
InDesign CS crashes while creating the File Open or File Place dialogs.
See http://wiki.winehq.org/AdobeIndesign for a download link and instructions
to get InDesign CS running.
The InDesign open and place dialogs are customised open file dialogs, created
using dialog templates. The crash is due to a null pointer dereference by the
application during the CDN_INITDONE WM_NOTIFY callback from the
FileOpenDlgProc95 function comdlg32/filedlg.c.
The root cause can be traced further back to the WM_INITDIALOG callback. This
passes a pointer to a data structure via the lCustData field of the
OPENFILENAME structure which I assume is being stored in memory for later
callbacks (e.g. WM_NOTIFY) to use.
Looking further into into the WM_INITDIALOG callback, during this a WM_SETTEXT
message is sent to a group-box control on the dialog box. On wine this results
in a WM_CTLCOLORSTATIC callback to the dialog, however this callback does not
occur on windows. I believe this spurios WM_CTLCOLORSTATIC callback is the
cause of the crash.
I have reproduced this problem with a small demo program (see attached). This
basically creates a new dialog box and when it receives it WM_INITDIALOG
notification it calls SendDlgItemMessage to send a WM_SETTEXT message to set
the text of a 'group box' control on the dialog, basically mimicking the
InDesign behaviour. The programs prints the notifications that it receives to
stdout. Comparing the output under windows vs. wine shows that wine generates a
WM_CTLCOLORSTATIC notification whereas windows doesn't.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11745
Summary: InDesign CS trial black where icons should be
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.winsoft.eu/support/download-adobe-
indesign.php
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=10998)
--> (http://bugs.winehq.org/attachment.cgi?id=10998)
Screenshot
After working around bug 9043 by removing the
offending plugin, the app starts, but the GUI
has black squares where a lot of icons ought to be.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11757
Summary: Adobe InDesign CS tryout installer crashes early
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://download.adobe.com/pub/adobe/magic/indesign/win/3
.x/idcstryENG.exe
OS/Version: other
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This might be a very recent regression. Running
http://download.adobe.com/pub/adobe/magic/indesign/win/3.x/idcstryENG.exe
or extracting the files with cabextract and then running its setup
both crash fairly early with a stack overflow.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11294
Summary: Imageready 3 and 6 (part of Photoshop 6 and 7) tool
option window in wrong place
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Imageready 3 (which comes with Photoshop 6, the last version
whose trial is not time-locked) and 7 (which comes with Photoshop 7)
both load ok, but they display the tool options window
in the wrong place -- right on top of the File menu!
You have to move the main app's window to get at the File
menu or any of the other main menus.
(Also, Imageready 3 doesn't display the entire
tool options window properly; the options
section per se is blank. 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=11746
Summary: repeatable wineserver crash when exporting pdf with
adobe InDesign CS trial
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.winsoft.eu/support/download-adobe-
indesign.php
OS/Version: other
Status: NEW
Keywords: download
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A comment in
http://blog.foozia.com/blog/2007/dec/12/running-adobe-indesign-cs2-under-wi…
said that exporting pdfs didn't work, so I tried it in CS.
To repeat:
Install InDesign CS trial, and delete the vb plugin to
get around bug 9043. Then create a document, maybe
put a little text on it, and export as a pdf.
Whammo, wineserver crash! Here's the stack dump:
Program received signal SIGSEGV, Segmentation fault.
0xb7d40583 in strlen () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt
#0 0xb7d40583 in strlen () from /lib/tls/i686/cmov/libc.so.6
#1 0x0804b7ed in prepend (path=0x48,
segment=0x48 <Address 0x48 out of bounds>) at change.c:671
#2 0x0804bbad in inotify_poll_event (fd=0x82014e8, event=1) at change.c:744
#3 0x08056564 in main_loop () at fd.c:437
#4 0x0805a905 in main (argc=3, argv=0xbfbfce84) at main.c:138
(gdb)
This is on Gutsy.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15050
Summary: Lightroom 2.0 won't install
Product: Wine
Version: 1.1.3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tioborracho(a)gmail.com
CC: tioborracho(a)gmail.com
Created an attachment (id=15706)
--> (http://bugs.winehq.org/attachment.cgi?id=15706)
install log
When installer launches it fails when it begins to extract cab files. See log
on 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=10178
Summary: Adobe Audition 1.5 freezes randomly on playback/startup
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)deimos.ca
Created an attachment (id=8781)
--> (http://bugs.winehq.org/attachment.cgi?id=8781)
Console output of wine when Audition 1.5 freezes
This bug seems to be present on 0.9.46 and 0.9.47 as far as i can tell. Was
unable to reproduce on 0.9.45 so far.
When pressing play in Adobe Audition 1.5, wine freezes with errors about
"gdiobj.c" and "xrender.c" on the console (see attached log) This does not seem
affected by the audio settings in the 'winecfg' panel, ie. whether using oss or
alsa drivers, hardware accel/driver emulation, etc.
The "retrying (60 sec)" warnings occur again every 60 seconds after.
--
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=20034
Summary: Photos are not displayed in Adobe Photoshop Lightroom
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.adobe.com/go/trylightroom
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vesuri(a)jormas.com
When photos are imported into Adobe Photoshop Lightroom 2.x they appear as
empty gray boxes. It seems that the photos themselves do not get drawn at all
which makes the photo editor rather useless.
It does not make a difference whether native or builtin gdiplus library is
used. With native gdiplus the UI is rendered correctly but the photos are
missing; with builtin gdiplus there are other problems in the UI as well but
the photos are also missing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15721
Summary: Adobe Digital Editions doesn't install
Product: Wine
Version: 1.1.6
Platform: Other
URL: http://www.adobe.com/products/digitaleditions/
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Digital Editions has to be installed by clicking 'OK' twice
in a flash dialog (!). I tried installing it by doing
sh winetricks gecko flash
wine iexplore http://www.adobe.com/products/digitaleditions/
It acts like it's making progress, but it never accesses the
network... ? Don't know if it has to or not.
I haven't tried installing it in windows firefox on wine yet, either.
Oddly, people say this works;
http://appdb.winehq.org/objectManager.php?sClass=version&iId=13053
marks it platinum, but says something strange about how to install it
which I don't understand.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25086
Summary: CPU-Z freezes at startup
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testing.tigerwolf(a)mail.com
Created an attachment (id=31808)
--> (http://bugs.winehq.org/attachment.cgi?id=31808)
CPU-Z freezes at startup
Using "win 98" or "win ME" configuration for starting cpuz.exe (recommanded in
order to prevent from bug #11908), cpuz.exe freezes at startup.
The launching cpuz progress bar is displayed but remains to avoid.
The cpuz main window is never launched.
See back trace for more information.
Software configuration :
- Ubuntu 10.10 amd64
- Wine 1.3.6
- cpuz v1.56
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9729
Summary: Regression: gdi/x11 related changes cause lockups in
various win32 gui apps
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
I experienced several gdi/x11 lockups in various windows gui applications with
recent git snapshots.
While trying to verify a bug (http://bugs.winehq.org/show_bug.cgi?id=9724) I
noticed that application is actually quite good for reproducing (instant lockup
on file open/save dialog).
Though it suffers from other bugs unrelated to this one so I filed this issue
as separate bug.
This is a regression, causing gui applications to completely lock up
--- snip ---
err:ntdll:RtlpWaitForCriticalSection section 0x617e8ca0 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0009, blocked by 0016, retrying
(60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x61270a80 "gdiobj.c: GDI_level"
wait timed out in thread 0016, blocked by 0009, retrying (60 sec)
--- snip ---
First bad commit is:
--- snip ---
baa8d225435f3bc029825b7601ca34a580b5e293 is first bad commit
commit baa8d225435f3bc029825b7601ca34a580b5e293
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Sep 17 16:48:56 2007 +0200
gdi32: Replace DC_GetDCUpdate by get_dc_ptr+update_dc in the bitmap
functions.
:040000 040000 c2e3cf9b099b159ba06b616f12396d3eec97b053
4f3af2c6e18421d1b8db70a2f7558a9ab74f40b2 M dlls
--- snip ---
It should be noted that this commits cause immediate lockup in some
applications - but not all.
It's possible that later commits escalate this problem/behaviour further.
Regards
--
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=14110
Summary: Adobe Audition 1.5: does not install in Hardy Heron
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: endolith(a)gmail.com
Created an attachment (id=14331)
--> (http://bugs.winehq.org/attachment.cgi?id=14331)
Adobe Audition install errors
Mounted the ISO file as a directory
sudo mount -o loop "/media/backup/Audition 1.iso" /media/audition/
Tried installing from /media/audition/Setup.exe but it didn't complete.
Tried installing from /media/audition/Adobe Audition 1.5/setup.exe but it
didn't complete. (I think the other Setup just calls this one anyway.)
It starts the installer and gets to the screen that says "This setup will
install Adobe Audition 1.5 on your computer. To continue, click next."
After pressing Next, it disappears, and I get the attached error messages.
Sorry if this is my mistake, I'm pretty new to Wine. Others got it to work in
other versions of Ubuntu according to the AppDB.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20515
Summary: Adobe Audition 3.0: Tahoma Font issues (missing
Texts/applicaition wont start)
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.adobe.com/go/tryaudition
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan(a)lugfl.de
Adobes Audition is having some Font issues with the Tahoma font.
In the default Wine config ( msxml3 insalled to get the it running) The
application starts but very important texts lime the Time and cursor position
frames are not showing any time information/text.
This issue also affects the Axes of the waveform display area as the captions
are missing.
Some of the Effect Plugins are also affected by the issue and the Plugin setup
dialog is only showing the controls but no text at all
(Effects->Special->Mastering as an example).
If now Microsoft's original Tahoma Font is placed into
~/.wine/drive_c/windows/Fonts/ the application wont start at all.
It quits with the error: "To continue working where you left off, please
restart Audition". The application terminated if the Alert box is closed. But I
noticed, Audition seems to use the Original font, as the Splash screen texts
seems to be renderen in Cyrilic signs instead of Latin text before Audition
fails to start.
The +font Debug flag did not output any usefull informations for me. Using Font
replacements does not change the behavior too.
The Issue can be reproduced with the Full licenced Version of Audition and the
Trial Version, which can be downloaded from Adobes servers here:
http://www.adobe.com/go/tryaudition
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22040
Summary: Adobe Audition 3.0 splash-screen damaged
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: onnsoft(a)googlemail.com
Created an attachment (id=26822)
--> (http://bugs.winehq.org/attachment.cgi?id=26822)
defect audition splash
Splash-screen of Adobe Audition 3.0 (trial-version) only shows a black box
instead of the fency splash-screen (see picture in attachement).
During the splash screen following debug-output appears: mmap() failed: Cannot
allocate memory
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22933
Summary: Adobe Audition 3.0 requires native msxml3
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: onny(a)project-insanity.org
Created an attachment (id=28385)
--> (http://bugs.winehq.org/attachment.cgi?id=28385)
Adobe Audition 3.0 console output without native msxml3
Adobe Audition 3.0 stops with the error message "To continue working where you
left off, please restart Audition" unless you've got a native msxml-version
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=24153
Summary: Adobe Audition 3 parts of interface not drawn
Product: Wine
Version: 1.3.1
Platform: x86
URL: https://www.adobe.com/cfusion/tdrc/index.cfm?loc=en_us
&product=audition
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Adobe Audition 3 trial now installs and starts in an empty .wine, but
large chunks of the interface aren't drawn. There are a few messages in the
log:
fixme:gdiplus:GdipDrawString not implemented for given parameters
fixme:gdiplus:GdipDrawImagePointsRect Color transforms not implemented
I was not able to find a usable workaround in a quick test, despite
trying winetricks gdiplus and winetricks msxml3; the app aborted with
a "To continue working..." dialog and then a "pure virtual call" error dialog.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28364
Summary: Adobe Lightroom 3.3 installer quits unexpectedly
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ccr(a)tnsp.org
Running Adobe Lightroom 3.3 installer results in the installer just stopping
without actually installing anything. No error messages are shown by the
installer itself, nor Wine.
Running "WINEDEBUG=+msi wine setup32.exe" revealed following in the trace:
trace:msi:msi_parse_summary template:
L"Intel,1033;0,,1033,2052,1028,1043,1040,1042,1046,1034,1053,1036,1031,1041"
warn:msi:msi_parse_summary unknown platform L"Intel,1033"
trace:msi:msiobj_release object 0x187360 destroyed
warn:msi:MSI_OpenPackageW failed to parse summary info 1633
Changing dlls/msi/package.c to check platform string a bit differently makes
the installer run completely.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14930
Summary: SPSS 16 evaluation installer fails during file
extraction
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.spss.com/registration/index.cfm?Demo_ID=37
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=15510)
--> (http://bugs.winehq.org/attachment.cgi?id=15510)
SPSS 16 standard error with cabinet traces
While trying to test bug 12018 with current Git (wine-1.1.2-551-g34aa6b7), I
encountered an installation failure during file extraction. The relevant
messages are:
err:msi:msi_cabextract FDICopy failed
err:msi:ACTION_InstallFiles Failed to extract cabinet: L"Bas.cab"
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
The issue seemingly lies in FDICopy, so I have attached cabinet traces.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15191
Summary: Lightroom SQLite GetVolumePathNameW error
Product: Wine
Version: 1.1.4
Platform: All
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=13203
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: prodrigestivill(a)gmail.com
CC: marcus(a)jet.franken.de
Adobe Lightroom 2 uses SQLite. It seams that SQLite or Lightroom thinks that
drive_c is not a local volume.
The error from application:
"Lightroom Catalogs can not be opened on network volumes, removable storage, or
read only volumes."
It shows the error after printing:
fixme:volume:GetVolumePathNameW (L"C:\\windows\\profiles\\user\\My
Pictures\\Lightroom", 0x32f3c8, 259), 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=21188
Summary: Lightroom demo 2.6 cannot start
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mrheinheimer(a)ohmyhead.com
Created an attachment (id=25437)
--> (http://bugs.winehq.org/attachment.cgi?id=25437)
lightroom demo 2.6 backtrace on failure to start
Installed latest Win 1.1.35, latest Adobe Lightroom demo (2.6). Install worked
fine, but execution gives:
Program Error. The program lightroom.exe has encountered a serious problem and
needs to close...
I collected a backtrace - it is attached. The big clue:
Unhandled exception: page fault on read access to 0x00000048 in 32-bit code
(0x4ec97cd7)
I just guessed that it was a gdiplus problem based on the backtrace.
Definitely change that in the bugzilla if necessary.
I'll be glad to run tests, debug, whatever. Lightroom is the *only* reason I
have Windows 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=16144
Summary: Photoshop CS4 crashing when opening complex PSD files
Product: Wine
Version: 1.1.8
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bpresles(a)gmail.com
Created an attachment (id=17385)
--> (http://bugs.winehq.org/attachment.cgi?id=17385)
Photoshop CS4 debug log while opening a complex PSD file.
I've tried to open several PSD files... While some very simple ones with few
layers open, more complex ones with several layers make Photoshop CS4 crash.
Attached is the debug trace of wine.
Steps to reproduce:
- Launch Adobe Photoshop CS4 through wine (see the Adobe Photoshop CS4 Wine
AppDB page (particularly the comments), to see how to get it installed working.
- Open a complex PSDs files with several layers and layers groups. Preferably
using CS3 or CS4 specific features.
Linux Distribustion: Ubunto 8.10 (intrepid)
Wine version: 1.1.8
CPU: Core2Duo 2.13GHz
Memory: 4GB
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22206
Summary: Unimplemented function msvcirt.dll.??0ios@@IAE@XZ
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=27096)
--> (http://bugs.winehq.org/attachment.cgi?id=27096)
console log with built-in msvcrt.dll
The above crashlog was generated by Wine-1.1.41 when starting MiG Alley (a
combat flight simulator, published in 1999). The game is quite an oldie, needed
Windows 98 mode to install and to start.
Fedora 12 x86
Wine-1.1.41 from source
Workaround: installing native msvcrt.dll and its companion ('winetricks
vcrun6').
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22207
Summary: MiG Alley: invisible menu items
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=27097)
--> (http://bugs.winehq.org/attachment.cgi?id=27097)
console log including a crash
Menu items are invisible in MiG Alley: both the demo and the retail version is
affected. You can blindly click on the menu items (causing an exception in
Wine) but you can't see them.
This is what it looks like the main menu in Wine:
http://i39.tinypic.com/34gwy7n.jpg
and this is a screenshot from Windows:
http://www.mobygames.com/game/windows/mig-alley/screenshots/gameShotId,3654…
The demo can be downloaded here:
http://www.clubic.com/lancer-le-telechargement-1920-0-mig-alley.html
(the site is in French, but the demo is in English)
Installing native mfc42 and its companion by winetricks doesn't help.
My terminal output contains a crash: Wine always crashes when you click on any
of the (invisible) menu items.
I tried the game with a couple of older versions of Wine (1.1.9, 1.1.15,
1.1.22, 1.1.27, 1.1.39): items were invisible in all.
Fedora 12 x86
Wine-1.1.41
Nvidia card with driver 195.36.08
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21483
Summary: changed token security breaks .NET Framework SDK tools
Product: Wine
Version: 1.1.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
some of Microsoft's tools from .NET Framework SDKs - namely managed debuggers
(CLR) - stopped working after 1.1.33+ release. They seem to be very picky about
object security.
I bisected this one but technically this isn't a regression because Rob's token
patches made Wine more correct - exposing another object security problem.
--- snip ---
$ git bisect bad
bd56916f90e68632993a7275fe30a55a7efa222a is the first bad commit
commit bd56916f90e68632993a7275fe30a55a7efa222a
Author: Rob Shearman <robertshearman(a)gmail.com>
Date: Mon Nov 16 20:11:06 2009 +0000
server: Extend get_token_user server call to also retrieve SIDs for the
token's owner or primary group.
:040000 040000 829f1543526675ae48f6fde8c8cedff74fd51797
7a77653291795c209ec529dd6660d52fc922a58c M dlls
:040000 040000 57735b53b28db37ac4627dc009000e225175164a
4dcc1388cb136e559c06106632c08e8e610fe557 M include
:040000 040000 4e83227cb0133c7e288a1e930461d4efe1130882
cf1c3539d6b3c91c854fa2b9b672f68ea601f639 M server
--- snip ---
"old" behaviour, where default process token was like this:
Token owner -> S-1-5-4 "NT AUTHORITY\INTERACTIVE" (well-known group)
Token user -> S-1-5-4 "NT AUTHORITY\INTERACTIVE" (well-known group)
Token primary group -> S-1-5-32-544 "BUILTIN\Administrators" (alias)
NtQueryInformationToken had the token owner info hard-coded (to
SECURITY_INTERACTIVE_RID) while Rob's patches moved the actual query to
wineserver.
---
Basically the app code that verifies the security of created objects goes like
this:
- get SD from created object (event) handle -> GetKernelObjectSecurity(
OWNER_SECURITY_INFORMATION | DACL_SECURITY_INFORMATION)
- get owner SID of SD -> GetSecurityDescriptorOwner() -> SID1
- get DACL of SD -> GetSecurityDescriptorDacl()
- for each ACE from DACL (GetAce) -> SID2: check ACE SID against SD owner SID
-> EqualSid( SID1, SID2)
- match -> profit! not -> fail!
--- snip ---
...
0023: create_event( access=001f0003, attributes=00000080, manual_reset=1,
initial_state=0, objattr={rootdir=0014,sd={control=00000004,owner=<not
present>,group=<not
present>,sacl={},dacl={{AceType=ACCESS_ALLOWED_ACE_TYPE,Mask=e01f001f,AceFlags=0,Sid={S-1-5-4}},{AceType=ACCESS_ALLOWED_ACE_TYPE,Mask=e01f001f,AceFlags=0,Sid={S-1-5-4}}}},name=L"Global\\CorDBIPCSetupSyncEvent_36"}
)
0023: create_event() = 0 { handle=01c4 }
...
0025:trace:advapi:GetKernelObjectSecurity
(0xc4,0x00000005,0x14ef40,0x00000050,0x33f7e8)
0025:trace:ntdll:NtQuerySecurityObject
(0xc4,0x00000005,0x14ef40,0x00000050,0x33f7e8)
0025: get_security_object( handle=00c4, security_info=00000005 )
0025: get_security_object() = 0 { sd_len=00000050,
sd={control=00000037,owner={S-1-5-4},group=<not
present>,sacl={},dacl={{AceType=ACCESS_ALLOWED_ACE_TYPE,Mask=e01f001f,AceFlags=0,Sid={S-1-5-4}},{AceType=ACCESS_ALLOWED_ACE_TYPE,Mask=e01f001f,AceFlags=0,Sid={S-1-5-4}}}}
}
0025:trace:ntdll:RtlGetDaclSecurityDescriptor
(0x14ef40,0x33f7c3,0x33f7ec,0x33f7c2)
0025:trace:ntdll:RtlGetAce (0x14ef60,0,0x33f7f0)
0025:trace:ntdll:RtlLengthSid sid=0x14ef54
0025: open_event( access=001f0003, attributes=00000002, rootdir=0034,
name=L"Global\\CorDBIPCLSEventAvailName_36" )
0025: open_event() = 0 { handle=00c8 }
...
--- snip ---
"new" behaviour, where default process token is now like this:
Token owner -> S-1-5-32-544 "BUILTIN\Administrators" (alias)
Token user -> S-1-5-4 "NT AUTHORITY\INTERACTIVE" (well-known group)
Token primary group -> S-1-5-32-544 "BUILTIN\Administrators" (alias)
--- snip ---
...
0024:trace:ntdll:NtOpenProcessTokenEx (0x1b0,0x00000008,0x00000000,0x318e6d0)
0024: open_token( handle=01b0, access=00000008, attributes=00000000,
flags=00000000 )
0024: open_token() = 0 { token=01b4 }
...
0024:trace:advapi:GetTokenInformation (0x1b4, TokenOwner, 0x184130, 20,
0x318e6e0):
0024:trace:ntdll:NtQueryInformationToken (0x1b4,4,0x184130,20,0x318e6e0)
0024: get_token_sid( handle=01b4, which_sid=00000004 )
0024: get_token_sid() = 0 { sid_len=16, sid={S-1-5-32-544} }
...
0024: create_event( access=001f0003, attributes=00000080, manual_reset=1,
initial_state=0, objattr={rootdir=0018,sd={control=00000004,owner=<not
present>,group=<not
present>,sacl={},dacl={{AceType=ACCESS_ALLOWED_ACE_TYPE,Mask=e01f001f,AceFlags=0,Sid={S-1-5-32-544}},{AceType=ACCESS_ALLOWED_ACE_TYPE,Mask=e01f001f,AceFlags=0,Sid={S-1-5-32-544}}}},name=L"Global\\CorDBIPCSetupSyncEvent_37"}
)
0024: create_event() = 0 { handle=01c8 }
...
0026:trace:advapi:GetKernelObjectSecurity
(0xc8,0x00000005,(nil),0x00000000,0x33f7e8)
0026:trace:ntdll:NtQuerySecurityObject
(0xc8,0x00000005,(nil),0x00000000,0x33f7e8)
0026: get_security_object( handle=00c8, security_info=00000005 )
0026: get_security_object() = 0 { sd_len=00000058,
sd={control=00000037,owner={S-1-5-4},group=<not
present>,sacl={},dacl={{AceType=ACCESS_ALLOWED_ACE_TYPE,Mask=e01f001f,AceFlags=0,Sid={S-1-5-32-544}},{AceType=ACCESS_ALLOWED_ACE_TYPE,Mask=e01f001f,AceFlags=0,Sid={S-1-5-32-544}}}}
}
...
--- snip ---
Using the "admins" sid (alias) as token user in
server/token.c:token_create_admin() instead of current "interactive" sid fixes
the problem. Though I don't know if this is the right thing to do.
I hope I provided enough infos and let Alexandre handle it ;-)
To get detailed token infos/dumps you might be interested in this little
console app, from cygwin's Corinna Vinschen ;-)
http://www.mail-archive.com/cygwin@cygwin.com/msg71800.html
It might provide useful information when run under different security
principals.
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=21235
Summary: Monopoly Deluxe crash while starting
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://cdn.media.zylom.com/games/2130/7/34/2964/monopo
lydownload.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=25512)
--> (http://bugs.winehq.org/attachment.cgi?id=25512)
backtrace
After the initial screen, when you click in the button to start the game it
just crash. I'm attaching the backtrace.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14239
Summary: Sonos Desktop Controller: Crashes clicking in the Music
Library list
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.sonos.com/support/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dunc(a)dflock.co.uk
Created an attachment (id=14528)
--> (http://bugs.winehq.org/attachment.cgi?id=14528)
Terminal trace of running Sonos Desktop Controller until crash.
When running the Sonos Desktop Controller software, v2.5 - available here:
http://www.sonos.com/support/, clicking around in the Music Library List on the
right hand side causes the software to crash.
Lots of other things also cause this software to crash running under Wine - it
crashes a lot - but this crash is pretty repeatable.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25966
Summary: AutoCAD 2009: Unimplemented function
msvcp80.dll.??0?$basic_ifstream@DU?$char_traits@D@std@
@@std@@QAE@XZ
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=33105)
--> (http://bugs.winehq.org/attachment.cgi?id=33105)
Terminal output on wine-1.3.12-272-g2d6b748
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) wine setup.exe
4) choose "install tools"
Behaviour:
Wine error.
Expected behaviour:
Page with list of tools to install.
Workaround:
winetricks vcrun2005
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27077
Summary: Need for Speed World needs native msvcp90 (purist)
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Launcher is fine, but the real game crashes on entry with
unimplemented function
msvcp90.dll.??0?$basic_ifstream@DU?$char_traits@D@std@@@std@@QAE@XZ
mscodescan.pl lists 90 missing symbols from msvcp90.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28353
Summary: Total Annihilation crashes on start, needs
msvcp90.dll.??0?$basic_ifstream@DU?$char_traits@D@std@
@@std@@QAE@XZ
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vhaarr+wine(a)gmail.com
Created an attachment (id=36342)
--> (http://bugs.winehq.org/attachment.cgi?id=36342)
stdout
When I start Total Annihilation it crashes immediately.
This is with wine git compiled with commit 05b2cc19 (todays push) - see bug
27780.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18642
Summary: Silverlight About Window reports wrong App version
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mellery(a)gmail.com
The Silverlight about window reports the version number as 1.0.0.0, looking at
the about window in Windows it is reported at 2.0.40115.0. It sounds like the
Silverlight installer running in wine might not be writing the correct version
number (and maybe other important keys) to the registry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18321
Summary: FireFox 3.0.9 + Silverlight 2.0 = Crash
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dave(a)higherform.com
Problem: Firefox 3.0.9 for Windows crashes when attempting to watch a Netflix
movie online.
Steps to reproduce:
Install PlayOnLinux 3.4, Wine 1.1.20
Use PlayOnLinux's install other application feature to create a new wineprefix
and install FireFox 3.0.9 into it
Install Microsoft Fonts into newly created wine prefix
Navigate to
http://www.microsoft.com/express/visual%20Studio%20Control%20TourTestPage.h…
Install Silverlight2.0.exe as prompted
Refresh the page, and after the silverlight file finishes buffering, FireFox
will crash
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=15845
Summary: Silverlight configuration tap "Application storage"
causes freeze
Product: Wine
Version: 1.1.7
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mellery(a)gmail.com
I'm using firefox to test silverlight, I'm streaming live video with it on
mlb.com and its working good, but when I right click on the config options and
select application storage the configuration window freezes and I have to kill
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=18345
Summary: Silverlight 2 installer fails
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://silverlight.net
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20895)
--> (http://bugs.winehq.org/attachment.cgi?id=20895)
Wine 1.1.20 +file +msi
Although others have had better luck, when I try to install Silverlight 2, the
installer claims to complete successfully, but doesn't do anything.
Tested with latest git and the same.
Tested with 1.1.11 and it installs fine.
Result of bisect:
86af876987a714cbd88b36858178d6ef1a36943e is first bad commit
commit 86af876987a714cbd88b36858178d6ef1a36943e
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Tue Mar 24 10:26:42 2009 +0100
msi: Only apply a transform when its language id matches the system
language id.
Fix for office 2007 sp1 installer.
:040000 040000 7e7d74822b91c0a5981893f375a05c22bb144360
800377a31f6cd5f9f9937cab3db26103ed282bf2 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=27649
Summary: Silverlight 4 fails to stream Netflix
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: dimesio(a)earthlink.net
Created an attachment (id=35352)
--> (http://bugs.winehq.org/attachment.cgi?id=35352)
Firefox 5, Silverlight 4 on Netflix
To reproduce:
1. Install Firefox 4 or 5.
2. Use the workaround in http://bugs.winehq.org/show_bug.cgi?id=18345#c23 to
install Silverlight 4.
3. Start Firefox and verify that the Silverlight plugin is listed as installed.
4. Log into Netflix and select something to play.
5. Firefox will seem to hang, but if you wait, a message will load that says
"Thanks for installing. Once installation is complete please restart your
browser to watch this movie."
6. Restarting the browser and attempting to watch the movie gives the same
results.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23461
Summary: Power Point Viewer 2007 Crashes to Open
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpxsat(a)gmail.com
Created an attachment (id=29279)
--> (http://bugs.winehq.org/attachment.cgi?id=29279)
backtrace
A few days back (1.2-rc4 i think) it worked just fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26472
Summary: Cant open ppt file in MS Power Point Viewer
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ferrazrafael(a)yahoo.com.br
Created an attachment (id=33707)
--> (http://bugs.winehq.org/attachment.cgi?id=33707)
error log
Power Point Viewer doesnt work. (Fedora 14)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16530
Summary: Power Point Viewer 2007
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amaciel81(a)gmail.com
PowerPoint Viewer 2007 stops to work. There is reports of application working
well in 1.1.5, but don't working in 1.1.8, then, I think this is a severe
regression. Installation is fine, but when I try to execute, the following
message is displayed:
fixme:heap:HeapSetInformation 0x110000 1 (nil) 0
No Window is displayed.
Thanks a lot,
Alexandre
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10820
Summary: Unhandled division by zero in ALSA_AddRingMessage
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sarulezzz(a)inbox.ru
Created an attachment (id=9686)
--> (http://bugs.winehq.org/attachment.cgi?id=9686)
dump
Microsoft Office PowerPoint Viewer 2007 randomly crashed with dump (in
attachment). If I set OSS as audio driver in winecfg PowerPoint Viewer works
fine.
--
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=12642
Summary: PowerPoint Viewer 2007 (Polish language version) crashes
on startup
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max.gilead(a)gmail.com
Hi!
Polish language version of PowerPoint Viewer 2007 (downloaded from
http://www.microsoft.com/downloads/details.aspx?displaylang=pl&FamilyID=048…,
size 27099144, MD5 sum 0f2cc7908333ecc2e53025ba4e86eed1) doesn't run on Wine
0.9.59 (installed from Wine repository) on Ubuntu Gutsy. Installation completes
successfully but all I get after trying to run the app is:
$ wine Program\ Files/Microsoft\ Office/Office12/PPTVIEW.EXE
fixme:heap:HeapSetInformation 0x110000 1 (nil) 0
$
Btw, English language version
(http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=048…,
size 27024112, MD5 sum 9b4b476488674ae103d2e97cd88cd222) works fine.
Cheers,
Max
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9936
Summary: Powerpoint Viewer 2007: crashes at start
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mathias.demare(a)gmail.com
Created an attachment (id=8437)
--> (http://bugs.winehq.org/attachment.cgi?id=8437)
The message that appears when trying to run Powerpoint Viewer 2007
When I start Powerpoint Viewer 2007, it crashes immediately (No screen shows
up, it's purely one 'fixme' message on the command line.
--
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=14734
Summary: PowerPoint Viewer 2007: Don't start in Ubuntu Hardy
Product: Wine
Version: 1.1.2
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=048dc840-14e1-467d-8dca-19d2a8fd7485&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pablo.olmosdeaguilera(a)gmail.com
Created an attachment (id=15227)
--> (http://bugs.winehq.org/attachment.cgi?id=15227)
wine PPTVIEW.EXE
When I try to start PowerPoint 2007 (wine PPTVIEW.EXE) it crashes immediatly
giving an one line error (in the 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=22897
Summary: Pradis: incorrect (or scrambled) mouse cursor used
(regression)
Product: Wine
Version: 1.2-rc1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vanoudt(a)gmail.com
CC: julliard(a)winehq.org
With today's git ( ), rather than showing the normal arrow mouse cursor,
Pradis shows a solid black square. Regression testing indicates the following:
-----------------------------
875ca461ae446546d2fa60453c229ed4dd20f185 is the first bad commit
commit 875ca461ae446546d2fa60453c229ed4dd20f185
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri May 21 12:51:14 2010 +0200
winex11: Reimplement creation of Xlib cursors to use the bitmaps returned
by GetIconInfo.
:040000 040000 c20dabc1a7e0fb4caef90335de3d862888c3c805
fb265c3d004b7e1c0b20a5ee1ef5867af387156b M dlls
-----------------------------
Also of note is that rather than showing the black square, commit
875ca461ae446546d2fa60453c229ed4dd20f185 shows the last used mouse cursor.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23311
Summary: Mouse cursor turns into black rectangle over
PowerPoint Viewer 2007 windows if DCOM98 is installed
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vaidasn(a)gmail.com
Steps to reproduce:
1. Install PowerPoint Viewer 2007
(http://www.microsoft.com/downloads/details.aspx?FamilyID=048dc840-14e1-467d…)
into empty wine prefix.
2. Install DCOM98 using winetricks:
> winetricks dcom98
3. Start PowerPoint Viewer 2007:
> wine 'C:\Program files\Microsoft Office\Office12\PPTVIEW.EXE'
4. Move cursor over PowerPoint Viewer's file choose dialog or any other window.
Mouse cursor turns into black rectangle which is about as twice bigger than the
cursor.
git bisect gave this commit as responsible one for this issue:
e25049e879b5fdbe3fe97d2ff00a64ed79eb3633
winex11: Create X11 cursors on demand when the cursor is set to a 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=13626
Summary: PowerPoint Viewer 2007: some sounds resembles pig
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: l.jirkovsky(a)gmail.com
Sound in attached presentation resembles grunting of pig.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12510
Summary: MS Powerpoint Viewer 2007 crashes when displaying
embedded table
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.microsoft.com/downloads/details.aspx?FamilyId
=048DC840-14E1-467D-8DCA-19D2A8FD7485&displaylang=en
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
powerpoint viewer 97 and 2003 can handle
http://kegel.com/wine/lugradiolive2008/lugradiolive2008.ppt
fine, but powerpoint viewer 2007 crashes when
it gets to the embedded table on page 6
with legend "BUT: market share still tiny!"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9942
Summary: Powerpoint Viewer 2007 doesn't handle .pptx
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Speedator(a)gmx.de
Tried this .pptx for example: "The Next Wave has arrived, but why should you
care?"(http://www.microsoft.com/nz/events/techbrief/agenda.mspx).
It is said that I need the Compatibility pack(which does not make sense,
because this small app is expecially for this file-format and btw. it is not
needed at Windows XP), so I installed
it(http://www.microsoft.com/downloads/details.aspx?familyid=941B3470-3AE9-4…
without an issue.
But it again wants this pack to be installed...
.ppt-files run fine(tested a lot from different office-versions).
The PP Viewer 2007 is installed with Windows XP-settings on gutsy.
--
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=23011
Summary: Powerpoint Viewer shows thing wrong and other files
doesn't open it at all
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpxsat(a)gmail.com
Hi:
I have several files that pptview (the one installed from ubuntu repositories)
shows certain things very very wrong, with wrong spacements, bad characters,
broken links and fails to the background (image).
On the other hand i have other files that pptview can't open at all.
The files are:
The "capitulo 4...ppt" is shown in a bad way
And "ppt_derecho...ppt" is not shown
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19170
Summary: Powerpoint viewer's installer doesn't show success
message at end of install (appinstall)
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://download.microsoft.com/download/a/1/a/a1adc39b-
9827-4c7a-890b-91396aed2b86/ppviewer.exe
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
Not a huge deal, but on wine, running 'ppviewer.exe /q' installs powerpoint
silently. Awesome.
So I wrote an ahk script for it, since it's one of the few 'Wine Supported
Applications'. Ran the test script on windows, but it hangs, since at the end
of the install, this message box pops up:
Microsoft Office PowerPoint Viewer 2003 Setup completed successfully.
On wine, of course, we get nothing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19171
Summary: Powerpoint viewer's shows weird characters
(appinstall)
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://download.microsoft.com/download/a/1/a/a1adc39b-
9827-4c7a-890b-91396aed2b86/ppviewer.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=22157)
--> (http://bugs.winehq.org/attachment.cgi?id=22157)
powerpoint
Compare screenshots. I'll attach the powerpoint as well.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19172
Summary: Powerpoint viewer's installs file in wrong location
(appinstall)
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://download.microsoft.com/download/a/1/a/a1adc39b-
9827-4c7a-890b-91396aed2b86/ppviewer.exe
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
Wine:
C:\austin\Application
Data\Microsoft\Installer\{90AF0409-6000-11D3-8CFE-0150048383C9}\ppvwicon.exe
Windows:
C:\Windows\Installer\{90AF0409-6000-11D3-8CFE-0150048383C9}\ppvwicon.exe
SHA1: d3d868146e59ef956922fb11a3ceb94c0991da1b ppvwicon.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=14659
Summary: Entity properties being switched around to other
entities and not being saved in valve hammer editor v
3.5
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leonard.lawton(a)gmail.com
To reproduce in the simplest way:
-create a block - tie to entity funk_breakable(does not really matter)
-create a light entity
-open properties and set the NAME attribute of that block to foo
-set the TARGET ON BREAK attribute to bar
-close the dialog and open the properties for the light
the NAME on the light has taken on the name from the block we just set, and
same thing with the target. doing this in the reverse order yields the same
results. upon saving, these properties don't even seem to be written
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13153
Summary: winex11 regression causes SmartBarXP to close during
startup
Product: Wine
Version: 1.0-rc1
Platform: PC
URL: http://www.majorgeeks.com/SmartBarXP_d4366.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
CC: julliard(a)winehq.org
While trying to test bug 8018, I fetched a copy of SmartBarXP, installed it,
and tried to run it. The profile window opens, but when I try to continue, the
program suddenly quits without any indication of the cause. Since the reporter
of bug 8018 used 0.9.34, I performed a regression test and found the breaking
commit to be:
63dd1a02ca401a7f5045c58317984fe2ee3bb5cb is first bad commit
commit 63dd1a02ca401a7f5045c58317984fe2ee3bb5cb
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Feb 28 17:01:10 2008 +0100
winex11: Merge the iconification support into the SetWindowPos driver
backend.
:040000 040000 1f8297ed2de39bd6e9a126e04cfe3e6993b82235
425d13f0e00d4b48488706e04c7c9b9bfd327ba4 M dlls
Reverting the commit caused the application to start normally.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10993
Summary: Flash 8 Crashes on Launch - BadAtom
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paulw(a)hardmilk.com
Created an attachment (id=9957)
--> (http://bugs.winehq.org/attachment.cgi?id=9957)
Terminal Output when trying to launch Flash
Hi
I've recently installed Flash 8 on my Gentoo install of Wine 0.9.52. Upon
trying to launch it, it will display the startup banner, then instantly exit.
I've used the following methods to try load the program:
Launcher (on Desktop) - env WINEPREFIX="/home/paulw/.wine" wine "C:\Program
Files\Macromedia\Flash 8\Flash.exe"
Run Application - env WINEPREFIX="/home/paulw/.wine" wine "C:\Program
Files\Macromedia\Flash 8\Flash.exe"
and
wine "C:\Program Files\Macromedia\Flash 8\Flash.exe"
and
wine ~/.wine/drive_c/Program\ Files/Macromedia/Flash\ 8/Flash.exe
Aswell as in a terminal by cd'ing to the folder and then launching flash
cd ~/.wine/drive_c/Program\ Files/Macromedia/Flash\ 8/
wine Flash.exe
When running in a Terminal, I get the error attached.
I have tried wiping my Wine installation and re-installing from scratch,
including fresh installs of Flash 8. I also installed Flash 8 through Wine
itself.
As a side note. Dreamweaver 8 works perfectly, it's only Flash which fails to
load at all.
--
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=9767
Summary: Some unicode characters show up as '?' in file selection
dialog
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ncliang(a)gmail.com
To reproduce, create a file with greek characters such as "ΑΒΓΔ.txt".
Run notepad and open the file in the open file dialog.
Observe that the filename shows up as "ΑΒ??.txt" instead of "ΑΒΓΔ.txt".
Lei pointed out that most fonts should have the glyphs needed to display greek
characters, so this is unlikely a font issue....
--
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=12017
Summary: py2exe fails because fixme:resource:get_resource_section
.rsrc isn't the last section
Product: Wine
Version: 0.9.56.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ahziem1(a)mailbolt.com
If you workaround bug 3591 with an imagehlp.dll override, then you run into
fixme:resource:get_resource_section .rsrc isn't the last section even though
bug 3897 implemented BeginUpdateResource & EndUpdateResource.
py2exe is handy for building Python Windows executables from Linux.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21555
Summary: Foobar2000 crashes when trying to "open containing
folder" of a file
Product: Wine
Version: 1.1.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gibmirspam(a)gmail.com
Created an attachment (id=25969)
--> (http://bugs.winehq.org/attachment.cgi?id=25969)
Output during the crash
Whenever a file in the playlist is right-clicked and the option "open
containing folder" is chosen, Foobar2000 crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28846
Bug #: 28846
Summary: SHELL32.dll.SHOpenFolderAndSelectItems not implemented
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: musher(a)mbnet.fi
Classification: Unclassified
Created attachment 37053
--> http://bugs.winehq.org/attachment.cgi?id=37053
Log of the unhandled exception
Music player foobar2000 crashes, reason unknown. It crashes into its own crash
handler, which then crashes wine with unhandled exception when trying to call
SHELL32.dll.SHOpenFolderAndSelectItems.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18876
Summary: Lightroom 2.3 flipped logos
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://trials.adobe.com/Applications/LTRM/2/LTRM2_WWEF
G_win.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=21704)
--> (http://bugs.winehq.org/attachment.cgi?id=21704)
wine-1.1.23-81-g8e0849f console output
Logos in Adobe Lightroom 2.3 appear upside-down.
Console fills with a bunch of gdiplus fixmes.
See attachments.
There are similar bugs open, but it's hard to tell if they're duplicates.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18641
Summary: Implement GdipCreateHICONFromBitmap
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://trials.adobe.com/Applications/LTRM/2/LTRM2_WWEF
G_win.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=21346)
--> (http://bugs.winehq.org/attachment.cgi?id=21346)
wine-1.1.22-86-gbf353f1 console output
Adobe Lightroom 2.3 Demo causes an unhandled exception due to unimplemented
function GdipCreateHICONFromBitmap following installation.
To use the trial, the patch from Bug 14930 must be applied.
http://bugs.winehq.org/attachment.cgi?id=17777
The trial only shows the fault immediately after installation. Subsequent
times it exits silently (which is probably a different bug).
Someone with a full version will have to confirm if this occurs repeatedly for
that.
With native gdiplus, the trial does not show an unhandled exception, and simply
exits silently.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18654
Summary: Wine uses native gdiplus with Adobe Lightroom 2.3 demo
by default
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://trials.adobe.com/Applications/LTRM/2/LTRM2_WWEF
G_win.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
After installing the Adobe Lightroom 2.3 demo (using
http://bugs.winehq.org/attachment.cgi?id=17777 to work around bug 14930) to a
new wine prefix, a +loaddll log shows:
trace:loaddll:load_native_dll Loaded L"C:\\Program Files\\Adobe\\Adobe
Photoshop Lightroom 2.3\\gdiplus.dll" at 0x4ec50000: native
The native gdiplus has some bugs that Wine can't fix, and we should always
default to builtin.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25441
Summary: Logos Libronix installer fails with
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dpobanz(a)gmail.com
When trying to install Libronix 3.0g, several "fixme" lines show up and one
error. The error is:
err:richedit:ReadStyleSheet missing style number
If I use winetricks and install riched20, this error goes away.
The installation is a two step process. The first step is to install the "core
installer". For testing, the "core installer" can be downloaded from
http://www.logos.com/support/downloads/ldls/newuser
Tested using wine 1.3.8
Don Pobanz
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23002
Summary: Dynamic HTML Editor unusable due to screen refresh
problem
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://www.dynamic-html-editor.com/en/download.asp
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Depends on: 13516
Created an attachment (id=28506)
--> (http://bugs.winehq.org/attachment.cgi?id=28506)
Screenshot showing refresh problem
The crash at startup of Dynamic HTML Editor has been fixed (bug 13516), but the
app is still unusable due to screen refresh problems. This affects both the
latest version of the app (5.5) as well as the older version (4.3).
Tested in wine-1.2-rc2-91-g4ae5325.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10785
Summary: Wine 0.9.51 crash when launching Slingplayer v1.5
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: bug list
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: giovanni(a)piccirilli.eu
CC: giovanni(a)piccirilli.eu
Created an attachment (id=9639)
--> (http://bugs.winehq.org/attachment.cgi?id=9639)
Bug report
Hello,
I have tried to run the slingplayer to connect to my slingbox using the
methodology described in http://cyberpunkcafe.com/page.php?74. This produces a
crash of Wine as per attachment.
Note that I am using Ubuntu Gusty 7.10, Wine 0.9.51, Slingplayer as per URL:
http://download.slingmedia.com/player/pc/SlingPlayer_PC_Setup%201.5-UK.exe
Any assistance to get this working is greatly appreciated.
--
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=13516
Summary: Dynamic HTML Editor 4.2 Demo installs, crashes on
startup
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Created an attachment (id=13437)
--> (http://bugs.winehq.org/attachment.cgi?id=13437)
Console log from Dynamic HTML Editor crash
Another user originally posted a question about this in the forum
(http://forum.winehq.org/viewtopic.php?t=1078), though without any console
output. I downloaded the demo from the website
(http://www.dynamic-html-editor.com/en/download.asp), which actually has a
warning on the download page telling Mac and Linux users that they need to use
Virtual PC, VMware, or "another Windows emulator" to run the program. The demo
installs fine. When I tried to run the program, I got an initial screen telling
me this was just a demo, and when I clicked okay, the program crashed. I'm
attaching the console log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11610
Summary: Microsoft Virtual Earth 3D beta fails to install
Product: Wine
Version: 0.9.55.
Platform: PC
URL: http://www.microsoft.com/Downloads/details.aspx?FamilyID
=e9298080-50c4-4f2e-9fc4-4009074996ba&displaylang=en
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=10817)
--> (http://bugs.winehq.org/attachment.cgi?id=10817)
Backtrace in current git
Microsoft Virtual Earth 3D beta fails to install, because of missing gdiplus
functions:
gdiplus.dll.GdipDrawImageRectI
gdiplus.dll.GdipDrawImageRectRectI
gdiplus.dll.GdipDrawLinesI
winetricks gdiplus works around this, then the installer hangs...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=11517
Summary: Microsoft Virtual Earth 3D beta fails to install
Product: Wine
Version: 0.9.54.
Platform: PC
URL: http://www.microsoft.com/Downloads/details.aspx?FamilyID
=e9298080-50c4-4f2e-9fc4-4009074996ba&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Microsoft Virtual Earth 3D beta fails to install, there is an OLE error and an
X11 bitmap error in the console
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15070
Summary: HxD cant find Internetupdate
Product: Wine
Version: 1.1.3
Platform: PC-x86-64
URL: http://mh-nexus.de/de/hxd
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Created an attachment (id=15741)
--> (http://bugs.winehq.org/attachment.cgi?id=15741)
wininet trace
The Function HttpQueryInfoW returns False in Wine with lpdwIndex=1 in XP it
returns True with lpdwIndex=0.
Sample Delphi Code:
HttpQueryInfo(hRequest, HTTP_QUERY_STATUS_CODE, @Result[1], len, dummy)
[len and dummy are 0]
The attachment contains a Trace with WINEDEBUG=wininet and improved
TRACE-Functions by me:
TRACE("(%p, 0x%08x)--> %d with lpdwIndex=%d (Adress) and value=%d\n",
hHttpRequest, dwInfoLevel, dwInfoLevel, lpdwIndex, *lpdwIndex);
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14040
Summary: Microsoft Virtual Earth 3D beta inner installer aborts
when reading registry
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, Installer, patch
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
[Copied from
To get past bugs 11517 and 14035, do 'winetricks gdiplus dotnet20'
(though that might not download the right service pack level of .net?)
Then download VirtualEarth3D.msi from
http://go.microsoft.com/fwlink/?LinkId=106129
and install that instead of the outer installer.
+relay,+msi shows that VirtualEarth3D.msi aborts shortly after
checking for a com object
Anastasius Focht wrote:
the cause of the failure is due to unsupported access flags.
0037:Call advapi32.RegCreateKeyExW(80000000,100138e0
L"CLSID\\{0DB074F0-617E-4EE9-912C-2965CF2AA5A4}\\InprocServer32",00000000,00000000,00000000,000f023f,00000000,7de9685c,7de96860)
ret=1000230d
0037:Ret advapi32.RegCreateKeyExW() retval=00000005 ret=1000230d
0xf023f = KEY_ALL_ACCESS (0xF003F) | KEY_WOW64_32KEY (0x0200)
...
dlls/advapi32/registry.c's KEY_ACCESS_MASK check doesn't include WOW64 flags
yet.
Sure enough, fixing that let the installer finish.
There's no .exe, but the app does create a menu entry
which does
wine "C:\Program Files\Internet Explorer\iexplore.exe"
http://go.microsoft.com/fwlink/?LinkId=75722
(This starts the app ok. It immediately complains
that the web browser isn't supported. If you continue,
it complains
System.Configuration.SettingsPropertyNotFoundException: The settings property
'DetailSetting' was not found.
at System.Configuration.SettingsBase.GetPropertyValueByName(String
propertyName)
at System.Configuration.SettingsBase.get_Item(String propertyName)
and lets you continue in 2D mode. But that's for a different bug report.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14035
Summary: Microsoft Virtual Earth 3D beta installer fails to
download .net framework
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.microsoft.com/Downloads/details.aspx?FamilyID
=e9298080-50c4-4f2e-9fc4-4009074996ba&displaylang=en
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To get past bug 11517, do 'winetricks gdiplus'.
The next problem is it fails downloading .net 2.0 sp1.
The installer offers to show you a log, but can't find the log itself
when you ask; it's really at
~/.wine/dosdevices/c:/windows/temp/VirtualEarth3DInstallLog.txt
and it says
[2008/06/21 12:35:44.709] DownloadManager: HTTP Status String: 'OK' for
'http://go.microsoft.com/fwlink/?LinkId=87970'
[2008/06/21 12:35:44.710] DownloadManager:
HttpQueryInfo(HTTP_QUERY_CONTENT_LENGTH) failed for
'http://go.microsoft.com/fwlink/?LinkId=87970' (System Error Code: 12150
(unknown), WinInet Error Code: 12150 ())
+wininet shows
trace:wininet:HTTP_GetResponseHeaders raw headers: L"HTTP/1.1 200
OK\r\nContent-Length: 24758792\r\nContent-Type:
application/octet-stream\r\nLast-Modified: Thu, 08 Nov 2007 00:36:49
GMT\r\nAccept-Ranges: bytes\r\nETag: \"dfcf19739f21c81:8037\"\r\nServer:
Microsoft-IIS/6.0\r\nX-Powered-By: ASP.NET\r\nDate: Sat, 21 Jun 2008 12:45:10
GMT\r\nConnection: k"...
...
trace:wininet:HttpQueryInfoW Attribute: HTTP_QUERY_CONTENT_LENGTH Modifier:
HTTP_QUERY_FLAG_NUMBER
trace:wininet:HTTP_GetCustomHeaderIndex L"Content-Length"
trace:wininet:HTTP_GetCustomHeaderIndex Return: -1
trace:wininet:HttpQueryInfoW 0 <--
001a:Ret wininet.HttpQueryInfoW() retval=00000000 ret=00404710
So we can't retrieve content-length for some reason, even though we've received
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=19492
Summary: SketchUp and OpenGL with ATI Video Cards
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P4
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuttocacca(a)gmail.com
After several attempts, I suppose there is a big bug with Google SketchUp 6 and
7 and the use of ATI Video Cards driver in Ubuntu 9.04
As ATI drivers (not proprietary) are already installed in Ubuntu 9.04 and is
not possible to use the proprietary driver such as ATI Catalyst and fglrx, it
is impossible to use Google SketchUp 7.
Installation is not a problem, then menus and tools bar are visible and usable
but the working screen is black and nothing appears. The black zone is the 3d
environment which requires the proper drivers and settings.
It's known it is possible to use SketchUp 7 with Invida graphics card but seems
impossible to use with ATI's.
Any ideas how to fix this 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.