http://bugs.winehq.org/show_bug.cgi?id=29551
Bug #: 29551
Summary: Panta Rhei demoscene demo crashes on startup due to
missing opengl32.dll glDebugEntry export/stub
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
after bug 27701 is fixed the demo still crashes.
--- snip ---
...
0024:Call opengl32.glClearColor(00000000,00000000,00000000,00000000)
ret=004210c9
0024:Ret opengl32.glClearColor() retval=00000000 ret=004210c9
0024:Call opengl32.glClear(00004100) ret=004210d4
0024:Ret opengl32.glClear() retval=00000000 ret=004210d4
0024:Call opengl32.glMultMatrixd(00001701) ret=004210e1
0024:trace:seh:raise_exception code=c0000005 flags=0 addr=0x406a9157
ip=406a9157 tid=0024
0024:trace:seh:raise_exception info[0]=00000000
0024:trace:seh:raise_exception info[1]=00001701
0024:trace:seh:raise_exception eax=ffffffa8 ebx=7ec6c000 ecx=f772c6c0
edx=00001701 esi=080ffde4 edi=080ffd64
0024:trace:seh:raise_exception ebp=080ffd58 esp=080ffcc0 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00010206
0024:trace:seh:call_stack_handlers calling handler at 0x7bc919f5 code=c0000005
flags=0
...
wine: Unhandled page fault on read access to 0x00001701 at address 0x406a9157
(thread 0024), starting debugger...
...
Backtrace:
=>0 0x406a9157 in libnvidia-glcore.so.290.10 (+0xfe5157) (0x080ffd58)
1 0x7bc64866 call_entry_point+0x29() in ntdll (0x080ffd78)
2 0x7bc64a91 relay_call+0x1bb(descr=0x2037a628, idx=0x100af, stack=0x80ffddc)
[/home/focht/projects/wine/wine-git/dlls/ntdll/relay.c:435] in ntdll
(0x080ffdc8)
3 0x202cce39 in opengl32 (+0xce38) (0x080ffdfc)
4 0x004210e1 in flp-pr (+0x210e0) (0x080ffdfc)
5 0x004202a1 in flp-pr (+0x202a0) (0x080ffe40)
6 0x7b85e308 call_process_entry+0xb() in kernel32 (0x00000000)
--- snip ---
Calling glMultMatrixd() with that 0x1701 address seemed rather strange.
Prototype:
http://www.opengl.org/sdk/docs/man/xhtml/glMultMatrix.xml
--- snip ---
void glMultMatrixd(const GLdouble * m);
--- snip ---
Application code:
--- snip ---
...
004210D4 8B35 7C034300 MOV ESI,DWORD PTR DS:[43037C] ; IAT of custom
loader
004210DA 68 01170000 PUSH 1701
004210DF FFD6 CALL ESI ; opengl32.glMultMatrixd
--- snip ---
This was the first call that was really failing.
Debugging further other API imports were somehow suspicious but slipped through
without harm.
For instance opengl32.wglUseFontBitmapsW() is explicitly imported by ordinal
but the app is clearly ANSI.
I found a pattern: the suspicious imports (ordinal) were off by one.
Instead of calling opengl32.glMultMatrixd(), the preceding function
opengl32.glMatrixMode() with "GLenum mode" parameter made perfect sense with
the constant pushed on stack.
Also opengl32.wglUseFontBitmapsA() which precedes
opengl32.wglUseFontBitmapsW().
Armed with that knowledge, I found the discrepancy in the list of opengl32
exports:
http://www.ccp14.ac.uk/ccp/ccp14/ftp-mirror/programming/mingw32/home/janjaa…http://svn.dsource.org/projects/bindings/trunk/def/opengl32.def
There is an additional glDebugEntry() function listed in opengl32.dll which
leads to ordinals for various exports shifted off by one.
This mailing list post also mentions the undocumented export:
http://tech.groups.yahoo.com/group/opengl-gamedev-l/message/15027
Prototype:
--- quote ---
void APIENTRY glDebugEntry(DWORD dwArg1, DWORD dwArg2)
--- quote ---
Wine source:
http://source.winehq.org/git/wine.git/blob/03c7dfbd4d5cb847af1f905c0414832c…
--- snip ---
...
58 @ stdcall glCullFace( long ) wine_glCullFace
59 @ stdcall glDeleteLists( long long ) wine_glDeleteLists
60 @ stdcall glDeleteTextures( long ptr ) wine_glDeleteTextures
...
--- snip ---
After adding glDebugEntry() stub the demo starts fine.
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=35618
Bug ID: 35618
Summary: Demoscene 4k ergon crashing on wine
Product: Wine
Version: 1.4.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: benoit.tuduri(a)gmail.com
Classification: Unclassified
Created attachment 47567
--> http://bugs.winehq.org/attachment.cgi?id=47567
ergon backtraces and programs (compessed and not compressed)
Hello,
The crash program that I run with wine. Its uses directx (direct3d) and a
compressor named "crinkler" [1] and HLSL shaders. I tested with some differents
resolutons. (As seen in the FOSDEM 2014 room).
This program was launched with :
- an Ubuntu 13.04 amd64
- wine-1.4.1 packaged with my Linux Distribution
- cpu : Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz
- gpu : NVIDIA GeForce 9600 GT
Here sha1sum programs I used for testing (this programs are in attachments) :
469ad8c3cf8fcd664a001ec20996e3019695884a FRQ_ergon_1920x1080_high.exe
469ad8c3cf8fcd664a001ec20996e3019695884a FRQ_Ergon_800x600_high.exe
I contacted the author [2] of this program has allowed me to get an
uncompressed with crinkler release. Here is the sha1sum :
1b0358bf9b5724bdec81fb3748871c46a439540f ./ergon.exe
In attachments, you will found the backtraces and the programs compessed and
not compressed.
Sincerly,
[1] http://www.crinkler.net/
[2] http://code4k.blogspot.fr/
--
Do not reply to this email, post in Bugzilla using the
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=36045
Bug ID: 36045
Summary: the timeless 64k demoscene demo crashes in Wine
Product: Wine
Version: 1.7.16
Hardware: x86
URL: http://www.pouet.net/prod.php?which=62935
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
I cannot get a usable backtrace, sorry.
Backtrace:
=>0 0xb5a337f4 in libnvidia-glcore.so.337.12 (+0x14ed7f4) (0x00000000)
1 0xb5a362af in libnvidia-glcore.so.337.12 (+0x14f02ae) (0xb3623008)
2 0xb5bf7204 in libnvidia-glcore.so.337.12 (+0x16b1203) (0xb3623008)
3 0xb5bfab15 in libnvidia-glcore.so.337.12 (+0x16b4b14) (0x0032d748)
4 0xb5a6d688 in libnvidia-glcore.so.337.12 (+0x1527687) (0x0032d898)
5 0xb5a6d93c in libnvidia-glcore.so.337.12 (+0x152793b) (0x0032d898)
6 0xb5a6d9b7 in libnvidia-glcore.so.337.12 (+0x15279b6) (0x00000000)
7 0xb5bf78bf in libnvidia-glcore.so.337.12 (+0x16b18be) (0x00000000)
8 0xb5c033c0 in libnvidia-glcore.so.337.12 (+0x16bd3bf) (0x00000000)
9 0xb574c802 in libnvidia-glcore.so.337.12 (+0x1206801) (0xb37bf9c8)
10 0xb574cb86 in libnvidia-glcore.so.337.12 (+0x1206b85) (0x00008000)
11 0xb574ce0e in libnvidia-glcore.so.337.12 (+0x1206e0d) (0x00008000)
12 0xb5c0b420 in libnvidia-glcore.so.337.12 (+0x16c541f) (0xb37a0000)
13 0xb56ad844 in libnvidia-glcore.so.337.12 (+0x1167843) (0x00000000)
14 0xb6f1902c glClear+0x6b() in opengl32 (0x0032fd0c)
0xb5a337f4: movzwl 0x8(%ebp),%ebx
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35460
Bug ID: 35460
Summary: 1.7.11 Graphics corruption on 2nd,3rd,4th etc. load of
save game, but not on 1st
Product: Wine
Version: 1.7.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lynx.light0(a)gmail.com
Classification: Unclassified
Under archlinux with wine-1.7.11-1-x86_64, GTA San Andreas save games will load
first time fine. Then, on second loading of a save, graphics are completely
borked, characterized by spikey balls and random flickering walls.
This problem goes away when I donwgrade wo wine-1.7.10-1-x86_64.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35408
Bug ID: 35408
Summary: demoscene fr-038: theta crashes
Product: Wine
Version: 1.7.11
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Classification: Unclassified
Created attachment 47249
--> http://bugs.winehq.org/attachment.cgi?id=47249
Crashlog from wine-1.7.11
Demoscene fr-038: theta crashes when run. I did the regression test between
wine 1.7.9 and 1.7.11 and the faulty commit is wine-1.7.10-307-g10a8b2c:
10a8b2cd7f6b285abb4730f3f3d45fb50616871d is the first bad commit
commit 10a8b2cd7f6b285abb4730f3f3d45fb50616871d
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Wed Jan 15 22:02:15 2014 +0100
wined3d: Remove resource->allocatedMemory.
Reverting on top of 1.7.11 makes that problem go away.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35543
Bug ID: 35543
Summary: WINED3D_LOCATION_DISCARDED,WINED3D_LOCATION_TEXTURE_RG
B
Product: Wine
Version: 1.7.12
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: michael(a)truthiness.biz
Classification: Unclassified
In the latest version of NoLimits Coaster, there is a bug that makes certain
objects invisible, which really takes away from the game. In the screen shot I
attached, you can see the trunk of a tree on the middle right of the screen,
however all of its leafs and branches are missing due to the bug. There are a
few other objects that are missing, and I believe these are a result of this
bug.
Terminal is filled with this message when the simulator loads:
fixme:d3d_surface:surface_load_location Unimplemented copy from
WINED3D_LOCATION_DISCARDED to WINED3D_LOCATION_TEXTURE_RGB for depth/stencil
buffers.
To reproduce the bug:
-Download the demo on the link provided and install
-The exe to run is in /Program Files/NoLimits\ 2\ Demo/32bit/nolimits2app.exe
-When the game opens, click “Play”
-Select “Forest Hills Park”, then click “OK”.
-The game takes awhile to load, but once it does you can see the bug.
NOTE: Wine 1.7.12 resolved an issue that prevented the game from even opening.
Please make sure to use this, otherwise you won’t be able to view the bug.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32742
Bug #: 32742
Summary: Installing 'Logos' fails with
"qmgr:BITS_IBackgroundCopyJob_SetNotifyInterface not
implemented"
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dpobanz(a)gmail.com
Classification: Unclassified
Created attachment 43202
--> http://bugs.winehq.org/attachment.cgi?id=43202
logfile of terminal output
Trying to install "Logos 4" software fails with a program message saying "Setup
was unable to download a required file."
Right before this box pops up the terminal output is:
fixme:qmgr:BITS_IBackgroundCopyJob_SetPriority (0x139d68,0x00000000) stub
fixme:qmgr:BITS_IBackgroundCopyJob_SetNotifyInterface Not implemented
fixme:qmgr:BITS_IBackgroundCopyJob_GetError Not implemented
fixme:qmgr:BITS_IBackgroundCopyJob_Cancel Not implemented
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=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=32124
Bug #: 32124
Summary: UnderGarden Demo crashes when trying to compile an
ascii effect (purist)
Product: Wine
Version: 1.5.16
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
Classification: Unclassified
Continuation of bug 25385. The demo
facf90c422ac2f2f242100f39bedfe7df0c95f7a
TheUnderGarden_PC_B34_SRTB.30_28OCT10.exe
installs ok; declining the three offered runtime libraries
and starting the game yields a crash, with the log
fixme:d3dx:d3dx9_base_effect_init HLSL ascii effects not supported, yet
fixme:d3dx:ID3DXEffectCompilerImpl_CompileEffect iface 0xfa992f8, flags 0x1000,
effect 0xfa98eac, error_msgs (nil) stub
wine: Unhandled page fault on read access to 0x00000014 at address 0x650e88
(thread 0009), starting debugger...
Bug 28055 looks related, but this bug crashes faster and cleaner.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
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=34818
Bug #: 34818
Summary: Gothic3 orientation issue
Product: Wine
Version: 1.7.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: helmut_rhomberg(a)gmx.at
Classification: Unclassified
In the game Gothic3:
The problem with the mouse and the orientation issue, which prevents the user
to rotate the protagonist accordingly is still present.
I forced the mouse override and enabled the "catch the mouse in fullscreen
mode" but without any success. The result was that I couldn't load my save game
due to the fact that the mouse position was always reseted to the middle of the
screen.
It seems that the mouse override doesn't affect Gothic3. Another possible
explanation could be that the "not visible mouse symbol" hits the edge of the
display.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=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=31483
Bug #: 31483
Summary: InDesign CS6 crashes on File->Save
Product: Wine
Version: 1.5.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)translucidedesign.com
Classification: Unclassified
Created attachment 41386
--> http://bugs.winehq.org/attachment.cgi?id=41386
Terminal Output, Screenshot and Shell script to install InDesign CS6
InDesign CS6 crash on "file -> save" before any dialog box appears.
InDesign cs6 was installed using the install script I provided on the app DB
page (see comments from graben) Exporting in InDesign Markup/XML does the save
behaviour as well as "save as" or "save a copy"
Here is (as attachments) the complete terminal output I have when the crash
occurs, a screenshot of what happens, and the installation shell script I used
to run InDesign CS6 in the first place.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
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=31397
Bug #: 31397
Summary: Lego Football Mania : Nothing happens at game
launching
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testing.tigerwolf(a)mail.com
Classification: Unclassified
Created attachment 41262
--> http://bugs.winehq.org/attachment.cgi?id=41262
Lego Football Mania execution log
Launching Lego Football Mania game through FindDisc.exe fails and prints the
following error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32866
Bug #: 32866
Summary: [Adobe Indesign CS3 5.0] interface's wrong z-order
rendering, general painting glitches.
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sarbash.s(a)gmail.com
Classification: Unclassified
Created attachment 43402
--> http://bugs.winehq.org/attachment.cgi?id=43402
The name of the file speaks for it.
I've used 'winetricks ie6' and patches from Bug14879 and Bug18070 to install
and run Indesign CS3.
It is likely that it works at least I successfully edited a publication.
Opening, creating, reopening and saving work as well.
There is only the one big showstopper for this app to use under Wine.
My English isn't so good but I hope that screenshots will show the problem much
better than my words.
Seems like z-order of painting is reversed so when Wine renders a content of
panels, a background is painted over the content. The some moment I noticed the
content behind the background of some panel while switching panels.
Also, using native gdiplus (winetricks gdiplus) the whole image is much better
you may see that on my screenshots.
If I can somehow be of use I'm glad to help.
Regards.
P.S. IMHO, this problem applies to Photoshop CS3 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=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=32041
Bug #: 32041
Summary: Adobe Audition CS6 - Crash during UI paint at startup
(again)
Product: Wine
Version: 1.5.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan(a)lugfl.de
Classification: Unclassified
Created attachment 42233
--> http://bugs.winehq.org/attachment.cgi?id=42233
+WGL trace and crash log
Adobes Audition Crashes upon painting the UI for the first time after start up
again since wine 1.5.15.
I investigated the faulty patch this time being
53806917a3fc32460201a40a9edd6d8d24983c25
Current master still crashes the application.
I've attached a backtrace of the crash and +wgl trace. (using current git
master)
Please let me know when a +relay trace is needed, as its going to be very large
again it cant be attached but needs to be uploaded separately.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.