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.
https://bugs.winehq.org/show_bug.cgi?id=38661
Bug ID: 38661
Summary: Demoscene 'Coronoid' (64-bit .NET app) fails to run,
Wine loader reports 'executable doesn't have an entry
point, it cannot be executed'
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
this has been reported in Wine-Staging first, shamelessly cloning it here for
discussion and raise awareness of this insufficiency in Wine loader.
https://bugs.wine-staging.com/show_bug.cgi?id=190
Requires 64-bit WINEPREFIX as the main .NET executable is 64-bit.
--- snip ---
$ wine ./still\ -\ coronoid.exe
err:process:start_process L"Z:\\home\\focht\\Downloads\\still - coronoid\\still
- coronoid.exe" doesn't have an entry point, it cannot be executed
--- snip ---
--- snip ---
$ file *.{dll,exe}
Core.dll: PE32 executable (DLL) (console) Intel 80386 Mono/.Net
assembly, for MS Windows
still - coronoid.exe: PE32+ executable (GUI) x86-64 Mono/.Net assembly, for MS
Windows
--- snip ---
The patch by Michael:
https://github.com/wine-compholio/wine-staging/tree/master/patches/ntdll-CL…
("Implement proper handling of CLI .NET images in Wine library loader")
For Wine-Mono bits ('mscoree._CorValidateImage') I'll create an extra ticket.
$ sha1sum still---coronoid.zip
3ab7239a42be3135fff996a77b6f4e3b34c73295 still---coronoid.zip
$ du -sh still---coronoid.zip
56M still---coronoid.zip
$ wine --version
wine-1.7.44
Regards
--
Do not reply to this email, post in Bugzilla using the
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.
https://bugs.winehq.org/show_bug.cgi?id=43747
Bug ID: 43747
Summary: Yermom demoscene demo shows only a blackscreen
Product: Wine
Version: 2.17
Hardware: x86
URL: http://www.pouet.net/prod.php?which=71570
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Depends on: 43638
Distribution: ---
The program needs "winetricks gmdls", and currently only works with
wine-staging due to bug 43638.
However, the screen is completely white, only the music plays. You're advised
to use "emulate a virtual desktop" if you want to test the hack, then you can
quit the fullscreen with ESC.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43638
Bug ID: 43638
Summary: Yermom demoscene demo crashes on start up
Product: Wine
Version: 2.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Distribution: ---
Created attachment 59057
--> https://bugs.winehq.org/attachment.cgi?id=59057
backtrace
Sometimes it shows
err:x11settings:X11DRV_ChangeDisplaySettingsEx Default mode not found!
sometimes it doesn't.
--
Do not reply to this email, post in Bugzilla using the
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.
https://bugs.winehq.org/show_bug.cgi?id=40748
Bug ID: 40748
Summary: iTunes 12.1.3.6: Unusable UI
Product: Wine
Version: 1.9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: orenjuice(a)yahoo.com
Distribution: ---
Created attachment 54656
--> https://bugs.winehq.org/attachment.cgi?id=54656
iTunes 12.1.3.6 Screenshot
Upon running iTunes this error message comes up:
iTunes was not properly installed. If you wish to import or burn CDs, you will
need to reinstall iTunes.
After clicking OK, the program opens with an unusable UI, as shown in the
screenshot. Upon tapping the menu button on the top left, a menu appears with
most of the options disbaled.
--
Do not reply to this email, post in Bugzilla using the
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.
https://bugs.winehq.org/show_bug.cgi?id=45374
Bug ID: 45374
Summary: Yet Another Process Monitor fails to start
Product: Wine
Version: 3.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zaplo00(a)mailfence.com
Distribution: ---
$wine YAPM.exe
wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe"
000b:err:wineboot:ProcessRunKeys Error running cmd
L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2)
Unhandled Exception:
System.NotImplementedException: The method or operation is not implemented.
at cEnvironment.get_IsAdmin () [0x00005] in
<31e422f344494f4b8251f93fa55b4832>:0
at Program.Main () [0x00039] in <31e422f344494f4b8251f93fa55b4832>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.NotImplementedException: The method
or operation is not implemented.
at cEnvironment.get_IsAdmin () [0x00005] in
<31e422f344494f4b8251f93fa55b4832>:0
at Program.Main () [0x00039] in <31e422f344494f4b8251f93fa55b4832>:0
--
Do not reply to this email, post in Bugzilla using the
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.
https://bugs.winehq.org/show_bug.cgi?id=40763
Bug ID: 40763
Summary: League of legends crashes when changing screen
resolution
Product: Wine
Version: 1.9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scrimekiler(a)yahoo.fr
Distribution: ---
Created attachment 54659
--> https://bugs.winehq.org/attachment.cgi?id=54659
Standard debug output
Since a few League of legends versions (or wine-staging versions), when I try
to change the game resolution, the game crashes.
The game client detects it and asks to reconnect, with success. (and asking if
we want to send a bug report to them).
I didn't see anything special in the default log output, but I added it as
attachment anyway.
Should I add more specific WINEDEBUG channels ?
I will also add the game logs as specified in the screenshot.
Using wine staging 1.9.11
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38701
Bug ID: 38701
Summary: Stalker CoP crashes with error "GL_OUT_OF_MEMORY error
generated. Failed to allocate memory for texture."
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: rief.the.dreamer(a)gmail.com
Distribution: ---
Created attachment 51626
--> https://bugs.winehq.org/attachment.cgi?id=51626
The wine log containing the error lines
Playing Stalker Call of Pripyat plus the Misery Mod in wine both 1.7.38 and
1.7.44 with maximum details results in some kind of memory leak and a crash
because no memory is left. The game crashes after 10-30 minutes.
You can find the full log attached and apparently the two important lines are
in the ogs are
err:d3d:wined3d_debug_callback 0x1956b0: "GL_OUT_OF_MEMORY error generated.
Failed to allocate memory for texture.".
err:d3d_texture:texture2d_prepare_texture >>>>>>>>>>>>>>>>> GL_OUT_OF_MEMORY
(0x505) from glTexImage2D @ texture.c / 937
My system has a GTX 970 with 4GB of memory (I set 4GB graphical memory). I'm
using NVIDIA drivers version 346.47.
The error seems similar to the one reported for dragon age 2 at
https://www.winehq.org/pipermail/wine-bugs/2013-May/353719.html.
Please note that I have played Stalker Call of Pripyat with the Misery Mod many
times thanks to wine. The only difference is that I have now a new computer and
I'm running at maximum details instead of low. I have been able to finish the
game previously. Let me know if you need more details and how to generate them.
--
Do not reply to this email, post in Bugzilla using the
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.
https://bugs.winehq.org/show_bug.cgi?id=46276
Bug ID: 46276
Summary: Unimplemented function urlmon.dll.414 called at
address 0x7bc51e59 (thread 00c8)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: theoguillerminet(a)gmail.com
Distribution: ---
Created attachment 62981
--> https://bugs.winehq.org/attachment.cgi?id=62981
log
Hi !
I would install Adobe InDesign (CC 2017 v12.0 Multilingual) with wine and my
terminal return this to me after blocking the installation.
I attach the message that Wine return to me.
I hope it will be fixable..
Have a good day !
Théo G.
--
Do not reply to this email, post in Bugzilla using the
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.
https://bugs.winehq.org/show_bug.cgi?id=37715
Bug ID: 37715
Summary: Adobe Lightroom 5.2 won't update displayed picture
upon changes
Product: Wine
Version: 1.7.32
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t0mcat(a)gmx.de
Distribution: ---
When editing pictures using Lightroom in DEVELOP mode moving adjustmnet sliders
or entering values (e.g. exposure) won't update the displayed picture. The
preview in the library gets updated, though.
SETUP:
* Wine 1.7.28 and 1.7.32 (ppa:ubuntu-wine/ppa) on two different 64 bit machines
with integrated Intel graphics
* Linux Mint 16 MATE and 17.1 MATE, 64 bit
* Adobe Lightroom 5.2 32 bit with 32 bit prefix
--
Do not reply to this email, post in Bugzilla using the
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.
https://bugs.winehq.org/show_bug.cgi?id=45867
Bug ID: 45867
Summary: I tried to start Adobe Digital Editions 4.5 and an
error came out.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: agatha.ukio(a)gmail.com
Distribution: ---
Created attachment 62365
--> https://bugs.winehq.org/attachment.cgi?id=62365
This is the error message from ADE 4.5
It was working before, but I had to reset wine due to the creation of dosdevice
and device_c in my home directory and outside .wine/
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47622
Bug ID: 47622
Summary: Wine 4.13 doesn't start Adobe Digital Editions 2 -
works with 4.12.1
Product: Wine
Version: 4.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: in-winebugs(a)whil.eu
Distribution: ---
Created attachment 65053
--> https://bugs.winehq.org/attachment.cgi?id=65053
Wine 4.13 not starting Adobe Digital Editions 2
Adobe Digital Editions 2 has been working fine till Wine 4.12.1
https://appdb.winehq.org/objectManager.php?sClass=version&iId=27978
After upgrading to Wine 4.13 the applications doesn't start. A "Program Error"
windows is shown. A screenshot is attached
Also attached are two logs: Running the application with Wine 4.12.1 and 4.13.
In both cases I'm using the same wineprefix. Downgrading from 4.13 to 4.12.1
lets the application start again
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37472
Bug ID: 37472
Summary: Adobe Digital Editions Crashes on Launch
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: henry(a)hedden.net
Distribution: ---
Created attachment 49854
--> https://bugs.winehq.org/attachment.cgi?id=49854
Program Error Details
Adobe Digital Editions installed correctly, but when I tried to launch it, it
immediately crashed. I used winetricks to download corefonts, windowscodecs,
and dotnet40, but I have not installed any other programs.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37854
Bug ID: 37854
Summary: install "adobe digital editions 4.xx" on
xubuntu-14.04-x86 + wine-1.7.33
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: erizo12(a)t-online.de
Distribution: ---
adobe digital editions 4.xx doesn't correctly install on xubuntu-14.04 (the
actual LTS version of ubuntu).
Obviously there are several conflicts or deficiencies with the 32bit-libraries
ubuntu<->wine.
Details in the winehq-forum:
https://forum.winehq.org/viewtopic.php?f=8&t=24039
ADE4 = "Adobe Digital Editions" is the regular software from Adobe:
http://www.adobe.com/de/solutions/ebook/digital-editions/download.html
--
Do not reply to this email, post in Bugzilla using the
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.
https://bugs.winehq.org/show_bug.cgi?id=45562
Bug ID: 45562
Summary: Have a severe error when installing the Adobe Digital
Editions PDF reader for encrypted files.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrizzone(a)gmail.com
Distribution: ---
Created attachment 61984
--> https://bugs.winehq.org/attachment.cgi?id=61984
The backtrace Wine gives.
Have a severe error when installing the Adobe Digital Editions PDF reader for
encrypted files. I'm borrow ebooks from archive.orghttps://www.adobe.com/solutions/ebook/digital-editions/download.html
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46018
Bug ID: 46018
Summary: Adobe Digital Editions 4.5 doesn't install
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.goldner(a)gmx.de
Distribution: ---
Created attachment 62598
--> https://bugs.winehq.org/attachment.cgi?id=62598
Wine
I tried to install Adobe Digital Editions 4.5.
During install an "endless loop" with "Adobe Digital Editions 4.5 is already
running. Please Close Adobe Digital Editions and restart"
After pressing the "Repeat" Button the same Dialogue comes up again. Pressing
Cancel wine reports an error (see attachment).
Regards
Robert
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43973
Bug ID: 43973
Summary: Wet Attack The Empire Cums Back: does not start
Product: Wine
Version: 2.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: megauser(a)yandex.ru
Distribution: ---
Created attachment 59625
--> https://bugs.winehq.org/attachment.cgi?id=59625
Error log
Linux Mint 18.2 64-bit, 32-bit libraries installed, ./wine configured as
32-bit. When I run wet2.exe, it crashes with an error: D3DRMERR_BADVALUE. I
downloaded d3drm.dll using winetricks. If I use Windows version of d3drm, game
"looking for 16-bit modes" then crash with error(see backtrace.txt). I
downloaded d3dxof using winetricks. With Windows versions of d3drm and d3dxof
the game starts, but mouse does not work(even does not appear). Windows
versions of dinput and dinput8 does not help. MouseWarpOverride
disable/enable/force does not help.
Hardware: AMD Athlon 64 X2 5600+, 4 Gb RAM, ATI Radeon HD 4770(radeon driver).
--
Do not reply to this email, post in Bugzilla using the
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.
http://bugs.winehq.org/show_bug.cgi?id=31503
Bug #: 31503
Summary: Adobe Audition 6.0 - Crash during UI paint at startup
Product: Wine
Version: 1.5.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan(a)lugfl.de
Classification: Unclassified
Created attachment 41418
--> http://bugs.winehq.org/attachment.cgi?id=41418
Backtrace and +wgl trace of start
Adobe Audition 6.0 crashes upon painting the main window after startup since
Wine 1.5.10
The backtrace looks like some of the latest wgl changes is causing this.
This is the important part of the backtrace:
Backtrace:
=>0 0x7e32856a wine_glGetString+0x2a() in opengl32 (0x0e9be7ac)
1 0x06ac066c in displaysurface (+0x1066b) (0x0e9be990)
2 0x00593290 in dvacore (+0x5328f) (0x0e9bea04)
3 0x78afc556 in msvcr100 (+0x5c555) (0x0e9bea3c)
4 0x78afc600 in msvcr100 (+0x5c5ff) (0x0e9bea48)
Full crash log and +wgl trace 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.
https://bugs.winehq.org/show_bug.cgi?id=42720
Bug ID: 42720
Summary: Can't play audio files in Adobe Audition CS5.5 since
Wine 1.7.54
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winepulse.drv
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
Created attachment 57696
--> https://bugs.winehq.org/attachment.cgi?id=57696
Adobe Audition CS5.5, audio debug log
As the title says, playing audio files is impossible with Wine versions newer
than 1.7.54. I tested multiple Wine versions and could narrow it down to Wine
1.7.55 with which the audio doesn't play anymore.
With Wine versions older than 1.7.55 audio can be played/paused/resumed without
any issues. With more recent Wine versions, such as Wine 2.4, Wine 1.9.X, the
audio playback doesn't work according to my tests.
I noticed that Wine 1.7.55 introduced multiple audio improvements, especially
to PulseAudio driver. I'm not 100% sure the bug is related to winepulse.drv but
it's a good guess.
At least, the following audio-related changes were introduced in Wine 1.7.55:
xaudio2/tests: Fix memory leaks.
xaudio2: For legacy xaudio2, prefer native version.
winecoreaudio: Handle sysex MIDI messages.
xaudio2_7: Update current buffer position after flushing buffers.
winepulse: Always mute buffer.
winepulse: In Shared mode, track device position in bytes.
winepulse: Prefer PulseAudio driver.
winepulse: Add initial stub for pulseaudio support.
winepulse: Add format and period probing.
winepulse: Add audioclient.
winepulse: Add IAudioRenderClient and IAudioCaptureClient.
winepulse: Add IAudioClock and IAudioClock2.
winepulse: Add audiostreamvolume.
winepulse: Add session support.
winepulse: Forward winmm functions to winealsa.
winepulse: Fixup IsFormatSupported calls.
winepulse: Add support for IMarshal.
winepulse: Handle stream create failing correctly.
winepulse: Add stub for GetPropValue.
winepulse: Return PKEY_AudioEndpoint_PhysicalSpeakers device prop.
I don't have any audio-related overrides in my winecfg settings.
I've attached a debug log, with all the flags suggested in
https://wiki.winehq.org/Sound
Debug session performed with 32-bit Wine 2.4 (Git version).
--
Do not reply to this email, post in Bugzilla using the
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=35524
Bug ID: 35524
Summary: Adobe Audition 3.0 crashes for wine >= 1.6.0
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: m27315(a)gmail.com
Classification: Unclassified
Created attachment 47428
--> http://bugs.winehq.org/attachment.cgi?id=47428
first-run log
Adobe Audition 3.0 works fairly well with wine-1.5.31 and downward. However,
it crashes immediately for versions between 1.6.0 (even betas and RC's) and
1.7.11 with the following pop-up error:
Runtime Error!
Program: ...\Audition.exe
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Please see attached first-run log for more details.
If you need anything from me, please let me know.
Thanks!
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47216
Bug ID: 47216
Summary: Regression: dxgi: Adobe Lightroom 8.1 crashes with X
error
Product: Wine
Version: 4.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: bugs(a)bzatek.net
Distribution: ---
Created attachment 64487
--> https://bugs.winehq.org/attachment.cgi?id=64487
console log
Adobe Photoshop Lightroom 8.1 (x86_64) crashes with X Error randomly when
working with UI (switching modules, switching to fullscreen, etc.). Lightroom
GPU Acceleration is enabled, Lightroom then uses D3D for picture canvas.
> 0029:fixme:d2d:d2d_path_geometry_Stream iface 0x43681040, sink 0x7fb81033fa18 stub!
> 0029:warn:d2d:d2d_path_geometry_triangulate Geometry has 0 vertices.
> 0029:fixme:d2d:d2d_device_context_PushLayer iface 0x401b2880, layer_parameters 0x23e358, layer 0x7fb810291750 stub!
> 0029:fixme:d2d:d2d_device_context_PopLayer iface 0x401b2880 stub!
> 0029:fixme:dxgi:dxgi_surface_GetDC iface 0x3e73db00, discard 0, hdc 0x23eaa8 semi-stub!
> 0029:warn:d3d:wined3d_texture_load_location Operation requires 0x2 access, but texture only has 0x1.
> X Error of failed request: BadWindow (invalid Window parameter)
> Major opcode of failed request: 10 (X_UnmapWindow)
> Resource id in failed request: 0x3a00001
> Serial number of failed request: 8240
> Current serial number in output stream: 8243
Windowmanager is Marco (Metacity clone), two 2560x2880 screens, xinerama
disabled during wine build, compositing enabled also in the WM. X.org running
amdgpu DDX driver (GPU Polaris 12), mesa 19.1-rc1/rc2, RADV vulkan driver.
--
Tested on 4.8 (and git master from May 16). This is a regression from 4.7 where
the application was running stable for hours.
Blind reverting of the following commits make things work again.
086f263a9e8457b97 dxgi: Acquire Vulkan image just before present when we have
user images.
711e68c9b8819219a dxgi: Add some asserts for Vulkan swapchains.
3084ea826966e7a28 dxgi: Make Vulkan swapchain image count independent of DXGI
buffer count.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44262
Bug ID: 44262
Summary: Virtual Chess 2: an error occured while creating the
device
Product: Wine
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Created attachment 60070
--> https://bugs.winehq.org/attachment.cgi?id=60070
Virtual Chess 2 screen capture
Hello,
Virtual Chess 2 (Titus 1998) crash at start with this dialog box message:
"an error occured while creating the device"
terminal log:
fixme:winediag:start_process Wine Staging 2.21 is a testing version containing
experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug
reports on winehq.org.
err:winedevice:async_create_driver failed to create driver L"WineBus": c0000142
fixme:d3drm:d3drm_device3_SetShades iface 0x18d1b8, count 256 stub!
fixme:d3drm:d3drm_device_win_HandleActivate iface 0x18d1bc, wparam 0 stub!
wine: Unhandled page fault on read access to 0x00000000 at address 0x46dc1d
(thread 0009), starting debugger...
I joined you the backtrace and a screen capture.
Thank you for your help.
LGDN
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33348
Bug #: 33348
Summary: Lightroom 4.3 64-bit does not run, the installation
goes well. startup error.
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cadet1985(a)mail.ru
Classification: Unclassified
Created attachment 44113
--> http://bugs.winehq.org/attachment.cgi?id=44113
Lightroom 4.3 64-bit
Lightroom 4.3 64-bit does not run, the installation goes well. startup 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=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=35108
Bug ID: 35108
Summary: Adobe Scout: Installs but immediately crashes on
startup
Product: Wine
Version: 1.7.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeff.ward(a)gmail.com
Classification: Unclassified
Created attachment 46830
--> http://bugs.winehq.org/attachment.cgi?id=46830&action=edit
Backtrace of detailed stack dump
System info:
>uname -a
Linux erdos 3.8.0-27-generic #40~precise3-Ubuntu SMP Fri Jul 19 14:38:30 UTC
2013 x86_64 x86_64 x86_64 GNU/Linux
> wine --version
wine-1.7.8
Install works fine:
> wine Setup\ Adobe\ Scout_1.0.0.exe
# install is successful, but attempting to start the program from the end of
the installer or from the commandline fails:
> wine cmd
C:\>cd program files
C:\Program Files>cd adobe scout
C:\Program Files\Adobe Scout>scout
C:\Program Files\Adobe Scout>wine: Unhandled exception 0xe06d7363 in thread 2c
at address 0x7b84971a (thread 002c), starting debugger...
Unhandled exception: C++ exception(object = 0x0023ef38, type = 0x00aa8ac8) in
64-bit code (0x000000007b84971a).
fixme:dbghelp_dwarf:compute_location Only supporting one reg (r9/337 -> -2)
...
... the rest of the debug output is attached in backtrace.txt.
The stack goes through dvacore.dll, which searching around appears to be an
Adobe-specific library I see in some other Adobe-related bug reports.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36017
Bug ID: 36017
Summary: Lightroom 3.0 64bit crashes on startup
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fengshui(a)webleicester.co.uk
Created attachment 48155
--> http://bugs.winehq.org/attachment.cgi?id=48155
Back trace from crash report
Installed Lightroom 3.0 from install disc - 64 bit version automatically
installed itself fine. Gave it the license key & it crashed!
Restarted it & it crashed.
Crash report attached.
Using Linux Mint 16 & Wine 1.6.2
--
Do not reply to this email, post in Bugzilla using the
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=35192
Bug ID: 35192
Summary: lightroom 5.3 needs KERNEL32.dll.CreateThreadpool
Product: Wine
Version: 1.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: belor666(a)gmail.com
CC: marcus(a)jet.franken.de, roland65(a)free.fr
Classification: Unclassified
Created attachment 46943
--> http://bugs.winehq.org/attachment.cgi?id=46943
lr5.3 startup log which throws the KERNEL32.dll.CreateThreadpool error
i managed to get lightroom 5.2 working with the help and patches of this bug
report: http://bugs.winehq.org/show_bug.cgi?id=30164
thx to roland baudin and marcus meissner for their work on this!
unfortunately i need to get the latest version (5.3) working, as my latest
camera (nikon d610) is just added recently in 5.3, but it throws a new kernel32
error.
"wine: Unimplemented function KERNEL32.dll.CreateThreadpool called at address
0x7bc4b910 (thread 0009), starting debugger..."
i tried with the following setup:
wine versions:
- 1.5.17 (from source with lr patches)
- 1.6 (from source with lr patches)
os:
- debian sid/unstable 32bit
i attached my full startup log:
KERNEL32.dll.CreateThreadpool_-_lr_5.3_startup.txt
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34629
Bug #: 34629
Summary: IBM DataServer Driver Package
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rodo(a)bloerp.de
Classification: Unclassified
Created attachment 46146
--> http://bugs.winehq.org/attachment.cgi?id=46146
Error Log
While installing the IBM DataServer Driver Package (
http://www-01.ibm.com/support/docview.wss?uid=swg21385217 ) an "unimplemented
function"-error appears shortly after starting the 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=34309
Bug #: 34309
Summary: Media Browser 3 Installer crashes immediately,
KERNEL32.dll.InitOnceExecuteOnce
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dod.doron(a)gmail.com
Classification: Unclassified
Created attachment 45673
--> http://bugs.winehq.org/attachment.cgi?id=45673
Backtrace from the crash
I'm trying to have MB3 (Media Browser 3 (*)) install under wine.
The installer crashes immediately, complaining about
KERNEL32.dll.InitOnceExecuteOnce . Backtrace attached.
Any chance?
(*) Website: http://www.mediabrowser3.com/
Binary: http://www.mb3admin.com/downloads/beta/server/setup.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=34562
Bug #: 34562
Summary: Unimplemented function
KERNEL32.dll.InitOnceExecuteOnce
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor.demyanov(a)gmail.com
Classification: Unclassified
Created attachment 46014
--> http://bugs.winehq.org/attachment.cgi?id=46014
Wine 1.6, log
Adobe Photoshop Lightroom 5.0 requires KERNEL32.dll.InitOnceExecuteOnce
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33194
Bug #: 33194
Summary: Multiple applications ported to WinRT/ARM using
MSVCR110.dll require msvcrt.__C_specific_handler
Product: Wine
Version: 1.5.25
Platform: arm
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 folks,
now we have the first version of builtin MSVCR110.dll some bugs :)
Miranda for ARM needs this.
--- snip ---
$ wine ./miranda32.exe
err:module:find_forwarded_export function not found for forward
'msvcrt.__C_specific_handler' used by L"C:\\windows\\system32\\msvcr110.dll".
If you are using builtin L"msvcr110.dll", try using the native one instead.
--- snip ---
It's only implemented for x86 64-bit in ntdll:
http://source.winehq.org/git/wine.git/blob/14a81773c7ce865dd6d919ddee89cad3…
--- snip ---
148 @ stdcall -arch=x86_64 __C_specific_handler(ptr long ptr ptr)
ntdll.__C_specific_handler
--- 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=31487
Bug #: 31487
Summary: Windows Essentials 2012 installer needs
kernel32.dll.InitOnceExecuteOnce
Product: Wine
Version: 1.5.11
Platform: x86-64
URL: http://g.live.com/1rewlive5-all/en/wlsetup-all.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
The newest Windows Essentials (formerly Windows Live Essentials) installer
crashes on start due to this unimplemented function:
wine: Call from 0x7bc4c710 to unimplemented function
KERNEL32.dll.InitOnceExecuteOnce, aborting
wine: Unimplemented function KERNEL32.dll.InitOnceExecuteOnce called at address
0x7bc4c710 (thread 0009), starting debugger...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35092
Bug #: 35092
Summary: Ableton Live 9.1 crashes
Product: Wine
Version: 1.7.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bique.alexandre(a)gmail.com
Classification: Unclassified
Created attachment 46813
--> http://bugs.winehq.org/attachment.cgi?id=46813
Crash log
After fixing http://bugs.winehq.org/show_bug.cgi?id=34902 Ableton now crashed
and I need help to understand the logs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34703
Bug #: 34703
Summary: kernel 32 register dump while installing and execution
lightroom 5
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yvanttt(a)gmail.com
Classification: Unclassified
Created attachment 46263
--> http://bugs.winehq.org/attachment.cgi?id=46263
core dump while installing LR 5
unable to install Adobe light room 5 nor to execute it.without this kernel32
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=33403
Bug #: 33403
Summary: Lightroom 5 will not 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: afx(a)afximages.com
Classification: Unclassified
Created attachment 44197
--> http://bugs.winehq.org/attachment.cgi?id=44197
LR 5 Beta startup log
Lightroom 5 will not start in Wine whereas LR 4.4 starts.
The Wine instance used is based on a patch to make LR4 work, see bug
http://bugs.winehq.org/show_bug.cgi?id=30164
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41353
Bug ID: 41353
Summary: Adobe lightroom 5.4 crash in Linus mint 18
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: vijayviswasam.k(a)gmail.com
Distribution: ---
Created attachment 55705
--> https://bugs.winehq.org/attachment.cgi?id=55705
Lightroom 5.4 crash in wine.
Hi,
LR 5.4 installs under windows 7 but crashes when the application is opened.
Error message attached.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33995
Bug #: 33995
Summary: Crash in installing Adobe Lightroom 5
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: f1023173(a)rmqkr.net
Classification: Unclassified
Created attachment 45173
--> http://bugs.winehq.org/attachment.cgi?id=45173
Error log while installing Lightroom5
I bought Lightroom 5 from Adobe and wanted to install it also under Linux
(Ubuntu 12.04 64) and Wine.
Installation goes on very far but at least Wine give the error in the file
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=37097
Bug ID: 37097
Summary: Automatic crash when installing Adobe Lightroom 5.
Product: Wine
Version: 1.6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: jackdeth(a)tds.net
Created attachment 49319
--> http://bugs.winehq.org/attachment.cgi?id=49319
Crash report trying to install or start Adobe Lightroom 5.
During installation of Lightroom 5 a crash window appears. The install seems to
finish, but I cannot attempt to start Lightroom without it immediately crashing
with an error report (attached).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39107
Bug ID: 39107
Summary: 7z.exe crashes while trying to list file contents
Product: Wine
Version: 1.7.49
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ismail(a)i10z.com
Distribution: ---
Created attachment 52106
--> https://bugs.winehq.org/attachment.cgi?id=52106
wine crash log
How to reproduce;
1. Install 7-zip 15.06 beta from http://7-zip.org/a/7z1506-x64.exe
2. Try wine 7z.exe somefile.zip
Expected Result:
7zip lists file contents
What happens instead wine throws an unhandled exception and crash.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38030
Bug ID: 38030
Summary: Adobe Lightroom 5.7 - Classic window dialog size
increase at each opening
Product: Wine
Version: 1.7.36
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: roland65(a)free.fr
Distribution: ---
Everytime a classic window dialog (Export, Edit Metadata, Edit Watermark, etc.)
is opened, it's size grows and after three or four times, the buttons at the
bottom become masked. This is very annoying when using the app.
This happens whatever native gdiplus and comctl32 are used or not.
To test, compile wine with the Threadpool patch from Marcus Meissner
(https://bugs.winehq.org/show_bug.cgi?id=35192) and set wine version to win7
before installing Lightroom.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39707
Bug ID: 39707
Summary: lightroom dont start after catalog creation request
Product: Wine-gecko
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: blustone(a)tiscali.it
Distribution: ---
Created attachment 52948
--> https://bugs.winehq.org/attachment.cgi?id=52948
log of program interruction
lightroom dont start after catalog creation request
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31415
Bug #: 31415
Summary: Adobe Lightroom: crashes when try to run
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: monika.k.kosinska(a)gmail.com
Classification: Unclassified
Wine crashes when I try to run application via PlayOnLinux
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42116
Bug ID: 42116
Summary: Lightroom 4.4 err:trackbar:TRACKBAR_WindowProc unknown
msg 0663
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
I don't know what this message is. But it's spammed a lot with Lightroom 4.4
Download to lightroom taken from another bug report.
http://www.adobe.com/support/downloads/detail.jsp?ftpID=5567
Wine should recognize the message, but currently it doesnt. Also it's a bit
weird that it prints it with err.
The interface is really slaggish I even used winedebug=-all, and it doesn't
improve much (at all?).
So this bug is about to translate that message & or silence it.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43759
Bug ID: 43759
Summary: Adobe Lightroom 6 doesn't start (runtime error)
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
Adobe Lightroom 6 (64-bit app) fails to start. There are actually two issues
related, the first one is a minor one, the second one is the major one.
1) After installation and launching the program, it fails loading of
mfc110u.dll (not found error). Simply putting this file into the Lightroom root
directory (drive_c/Program Files/Adobe/Adobe Lightroom/) and setting Native
override mfc110u in winecfg solves the issue.
2) This is the blocking part. After launching the program, wine output says as
follows (key parts):
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),6,3,(nil),0,(nil)) - stub!
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
fixme:ver:GetCurrentPackageId (0x33f6e0 (nil)): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
And user gets a runtime error soon after.
--
Do not reply to this email, post in Bugzilla using the
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.
https://bugs.winehq.org/show_bug.cgi?id=42012
Bug ID: 42012
Summary: Lightroom 5.x install error
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dataistruth(a)yahoo.ca
Distribution: ---
Created attachment 56457
--> https://bugs.winehq.org/attachment.cgi?id=56457
Wine install error
Install proceeded until fatal error
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35505
Bug ID: 35505
Summary: Miranda NG 0.94 crashes on start up
Product: Wine
Version: 1.7.10
Hardware: x86
URL: http://miranda-ng.org/distr/stable/miranda-ng-v0.94.9.
exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Classification: Unclassified
err:ntdll:RtlpWaitForCriticalSection section 0x5c2060 "heap.c:
HEAP.critSection" wait timed out in thread 0027, blocked by 0026, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x5c2060 "heap.c:
HEAP.critSection" wait timed out in thread 0009, blocked by 0026, retrying (60
sec)
wine: Critical section 005c2060 wait failed at address 0x7bc3b8b8 (thread
0009), starting debugger...
err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr
0x7bc3b8b8
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35499
Bug ID: 35499
Summary: Adobe Lightroom 4.4 crashes when entering the Book tab
Product: Wine
Version: 1.7.11
Hardware: Other
URL: http://www.adobe.com/support/downloads/detail.jsp?ftpI
D=5567
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Classification: Unclassified
Click the book tab and Lightroom crashes.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37396
Bug ID: 37396
Summary: MS Word 2010: Word doesn't save pdf file
Product: Wine
Version: 1.7.28
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rounaksingh17(a)gmail.com
Distribution: ---
Created attachment 49731
--> https://bugs.winehq.org/attachment.cgi?id=49731
Log file for: starting MS word2010, saving a file into pdf and exit.
Hi,
I am trying to save a pdf file in MS-Word 2010. After clicking on "Publish"
(save to a pdf)... A dialog box opens with a message that "file not found". And
nothing saves.
I am using latest wine 1.7.28 latest branch... Also, I have tried this with
wine 1.7.18 (same output). Moreover, I have set riched20.dll to native, and
installed msxml6.0 (tried using cfg 'native, build-in' for msxml6.0).
Attaching log file.
I think the problem is because of some unimplemented function in msxml6.0 .
Though I am not an expert.
Thanks. :)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33349
Bug #: 33349
Summary: Use Thumb binaries on ARM?
Product: Wine
Version: 1.5.27
Platform: arm
OS/Version: Linux
Status: NEW
Keywords: patch
Severity: enhancement
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
CC: focht(a)gmx.net
Classification: Unclassified
Created attachment 44115
--> http://bugs.winehq.org/attachment.cgi?id=44115
-mthumb -mthumb-interwork
We currently compile with "-marm", maybe we should use "-mthumb
-mthumb-interwork", or even without -mthumb-interwork?
@Anastasius: Would you mind testing the attached patch with some ARM apps,
especially with apps/msi that originate from MS, to see if it's the same
behaviour as with -marm?
Bonus would be to try the same without -mthumb-interwork. make clean should be
needed i guess.
I had a quick look at ELF sizes. it seems around 20% reduction in size with
"-mthumb -mthumb-interwork" is possible without "-g".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
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=29952
Bug #: 29952
Summary: Avant Browser, creating new tab doesn't work
Product: Wine
Version: 1.4-rc4
Platform: x86
URL: http://avantbrowser.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ieframe
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Install & run
Click "+"-sign under addressbar to create new tab. Enter some url -> window
remains blank
I believe it needs ieframe:IEHTMLWindow2_get_opener
Terminal:
fixme:oleacc:LresultFromObject {00020400-0000-0000-c000-000000000046} 0
0x2e650c8
fixme:ieframe:WebBrowser_put_RegisterAsBrowser (0x2e650c8)->(ffffffff)
fixme:ieframe:navigate_url Unsupported args (Flags 0x5769a0:10; TargetFrameName
0x5769a0:10)
fixme:ieframe:get_location_url semi-stub
fixme:ieframe:IEHTMLWindow2_get_opener (0x2e65218)->(0x3e8c5c0)
fixme:ieframe:get_location_url semi-stub
fixme:urlmon:URLMoniker_BindToObject use running object table
###!!! ABORT: Main-thread-only object used off the main thread: file
/build/wine-mozilla-1.4/xpcom/base/nsCycleCollector.cpp, line 1267
###!!! ABORT: Main-thread-only object used off the main thread: file
/build/wine-mozilla-1.4/xpcom/base/nsCycleCollector.cpp, line 1267
fixme:win:LockWindowUpdate (0x400c0), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial 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.
https://bugs.winehq.org/show_bug.cgi?id=47525
Bug ID: 47525
Summary: DirectX8 API calls are not being transferred to
DirectX9
Product: Wine
Version: 4.12.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hellator(a)gmail.com
Distribution: ---
This .DLL allows us to use DirectX8 to DirectX9.
https://github.com/crosire/d3d8to9
It does not work as expected in Wine as it does in Windows. The game Nin Online
uses this to improve performance and overhead.
https://www.ninonline.org/index.php
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32382
Bug #: 32382
Summary: Using oprofile causes many Silverlight demos to crash
immediately
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Classification: Unclassified
When using oprofile to look at Wine's performance this causes many Silverlight
demos to crash immediately. For example, the streaming performance demo:
http://www.iis.net/media/experiencesmoothstreaming
This demo works fine when oprofile is not being used, but the introduction of
oprofile somehow causes the Silverlight plugin to crash. This demo does not
require DRM, so Bug #31858 does not factor into this issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
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.
https://bugs.winehq.org/show_bug.cgi?id=46178
Bug ID: 46178
Summary: Dreamfall The Longest Journer: collisions detection
problem
Product: Wine
Version: 3.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hbatkiewicz898(a)gmail.com
Distribution: ---
Game has potentially serious problem with collisions detection. For now I've
just found it only in a one, specific location but it could be more serious in
the next chapters.
https://www.youtube.com/watch?v=0U9mu9L6NMw
--
Do not reply to this email, post in Bugzilla using the
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=33061
Bug #: 33061
Summary: Unimplemented function
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andre.rothe(a)phosco.info
Classification: Unclassified
Created attachment 43705
--> http://bugs.winehq.org/attachment.cgi?id=43705
trace information after a crash
I have tried to use a plugin from Garmin (www.garmin.com) which updates the
maps of my Garmin nüvi. The attached trace shows you an unimplemented function
within a 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=30852
Bug #: 30852
Summary: Thunderird upgrade crash
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schick27(a)gmail.com
Classification: Unclassified
Created attachment 40407
--> http://bugs.winehq.org/attachment.cgi?id=40407
crash report
Upgraded thunderbird portable running on usb drive. It started, then crashed.
It runs fine on Windows. Now will not even open with Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=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=29789
Bug #: 29789
Summary: unimplemented function firefox 10
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: guy.roussin(a)teledetection.fr
Classification: Unclassified
Hi,
unimplemented function
msvcp80.dll.??0?$basic_ifstream@DU?$char_traits@D@std@@@std@@QAE@XZ called in
32-bit code (0x7b83b9f2).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29854
Bug #: 29854
Summary: Firefox 10 crash when accessing netflix page which
uses Silverlight
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rblenis(a)gmail.com
Classification: Unclassified
Created attachment 38783
--> http://bugs.winehq.org/attachment.cgi?id=38783
generated backtrace
tried to use netflix. accessedpage and it required silverlight. installed
silverlight and went back to page, causing crash. crash happens every time I
visit that page (or any that requires silverlight?).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
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=34252
Bug #: 34252
Summary: Silverlight accelerated graphics cause a D3D critical
section lockup
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erich.e.hoover(a)gmail.com
Classification: Unclassified
Using Netflix or Maxdome we've* established that the problem with Silverlight 5
is not really a DRM issue (for most sites). The real problem is that there's a
critical section lockup that occurs when Silverlight's hardware acceleration
codepath is used:
err:ntdll:RtlpWaitForCriticalSection section 0xf67e9cb8 "wined3d_main.c:
wined3d_cs" wait timed out in thread 0030, blocked by 0075, retrying (60 sec)
This issue can be worked around by setting the registry key
"HKEY_CURRENT_USER\Software\Microsoft\Silverlight\DisableGPUAcceleration" to a
DWORD value of 1, which will disable the acceleration codepath and allow
Netflix and Maxdome to work with Silverlight 5.x.
I recognize that Netflix and Maxdome currently cannot work in stock Wine, so I
did a little hunting around for a non-PlayReady site where this issue can be
reproduced:
http://playready.directtaps.net/smoothstreaming/TTLSS720VC1/Default.html
Unfortunately, this website needs _one_ patch in order to work with stock wine:
http://source.winehq.org/patches/data/97769
So, I think this establishes that the issue is completely unrelated to the
PlayReady DRM fixes. You should be able to reproduce the issue on other sites
that don't ask for GPU acceleration if you set the "ForceGPUAcceleration"
registry key to a DWORD 1 value, but I'm not familiar with any other
non-PlayReady streaming sites.
* Myself, along with Michael Müller and "slackner" from the pipelight project
(https://answers.launchpad.net/netflix-desktop/+question/233520)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
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.
https://bugs.winehq.org/show_bug.cgi?id=41279
Bug ID: 41279
Summary: SonosController6.x crashes when starting
Product: Wine
Version: 1.9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dbacc(a)posteo.de
Distribution: ---
Installation runs fine however. On AppsDB people seemed to have success with
earlier versions of wine and Ubuntu14.04.
I also tried these versions, but I'm using arch.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37921
Bug ID: 37921
Summary: Sonos Desktop Controller 5.2
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: richard(a)veffer.net
Distribution: ---
Created attachment 50510
--> https://bugs.winehq.org/attachment.cgi?id=50510
backtrace
I have installed Sonoscontroller 5.2, and it seems to install OK. But then it
crashes when I run it.
I have done: winetricks cc580
The effect is that Sonos doesn crash, but it just doesn start anymore...
The attachment is from before I ran winetricks cc580
SonosDesktopController52.exe
My system runs Linux Mint 17 Cinnamon 32-bit (2.2.16), linux kernel
3.13.0-24-generic.
HW: Intel Core i5-2450M CPU @ 2.50GHZ x 2
Memory: 3.9GB
Graphics Card: Intel 2nd gen
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32328
Bug #: 32328
Summary: Many Silverlight websites loop forever querying the
interface list
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Classification: Unclassified
A lot of Silverlight websites set up a thread that queries the socket option
SIO_ADDRESS_LIST_CHANGE to be informed about changes to the interface list.
Currently these applications loop forever querying SIO_ADDRESS_LIST_CHANGE,
since the overlapped handle gets triggered automatically. At the very least
this routine should not trigger the overlapped handle, but it would be better
to implement this functionality by passing the overlapped handle to one if the
IP helper routines like NotifyAddrChange.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37621
Bug ID: 37621
Summary: SonosDesktopController51.exe
Product: Wine
Version: 1.4.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: willi.mergener(a)gmail.com
Distribution: ---
Created attachment 50069
--> https://bugs.winehq.org/attachment.cgi?id=50069
Wine backtrace
Install looks ok but Sonos Controller crashes after start with PlayOnLinux
http://update.sonos.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33862
Bug #: 33862
Summary: Silverlight crashes while loading Magister
Product: Wine
Version: 1.6-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: therbom(a)gmail.com
Classification: Unclassified
Created attachment 44915
--> http://bugs.winehq.org/attachment.cgi?id=44915
Terminal output
'Magister' is a Silverlight 5 application that is used widely in The
Netherlands as a digital environment for teachers and students in which they
can insert/look up grades, homework, timetables and such.
Unfortunately, Silverlight 5 is required and Moonlight keeps crashing on that.
For that I did the following:
1. I have Ubuntu 12.10 running with wine1.6-rc2 from the ppa
2. I downloaded and installed Firefox 21
3. I downloaded and installed Silverlight 5
4. I opened Firefox and navigated to https://zaamnoord.swp.nl/, the Magister
site of my school
5. The page loads in the beginning for +/- 75%, but then the contents of
Magister are gone and instead you see the previous page again. Here Firefox is
unresponsive but you can close the window.
Please note that I did not use winetricks.
Attached is a log. The line 'fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE
request: stub' was repeated a lot (in fact, I guess 90% of the log contained
that line), so I removed them and replaced them with '(...)'.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38937
Bug ID: 38937
Summary: Bully: Scholarship Edition crashes on starting a new
game (needs vcomp.dll._vcomp_for_static_simple_init
implementation)
Product: Wine
Version: 1.7.47
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: vcomp
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: sebastian(a)fds-team.de
Distribution: ---
Created attachment 51872
--> https://bugs.winehq.org/attachment.cgi?id=51872
terminal output
Prerequisites: Xaudio2 d3dx9_36 WMP10 devenum quartz
The game loads to the menu but crashes when starting a new game with built-in
vcomp.dll:
>...
>wine: Call from 0x7b839a6c to unimplemented function vcomp.dll._vcomp_for_static_simple_init, aborting
>...
Mscodescan output:
./Bully.exe imports following stub symbols:
vcomp:_vcomp_for_static_end
vcomp:_vcomp_for_static_simple_init
wine-1.7.47-118-ga90592c
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37493
Bug ID: 37493
Summary: Silverlight 5.1 msi installer fails with Wine 1.7.30
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian(a)fds-team.de
Distribution: ---
With Wine 1.7.30 the Silverlight installer fails, it worked well before with
1.7.29. No further patches applied.
Relevant lines in the terminal output:
--- snip ---
err:msi:ACTION_InstallFiles Failed to copy
L"C:\\ee4e8947d8b7676e9d60e43c3f73d4\\PFiles\\Microsoft
Silverlight\\5.1.30514.0\\agcp.exe" to L"C:\\Program Files\\Microsoft
Silverlight\\5.1.30514.0\\agcp.exe" (3)
err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1603
--- snip ---
Steps to reproduce:
$ wget
http://silverlight.dlservice.microsoft.com/download/F/8/C/F8C0EACB-92D0-472…
$ sha256sum Silverlight.exe
afa7a7081d30b00a4f57c32932bd6d84940bb43b3f5feb0828ff988c80e2d485
Silverlight.exe
$ WINEARCH=win32 WINEPREFIX=~/.wine-silverlight wine Silverlight.exe
Reverting commit 1e3f15d88c1e878f5c459e642ff2079b05aa5c41 makes it work again.
$ git show --stat 1e3f15d88c1e878f5c459e642ff2079b05aa5c41
commit 1e3f15d88c1e878f5c459e642ff2079b05aa5c41
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Tue Oct 21 11:29:08 2014 +0200
msi: Support more transform validation flags.
dlls/msi/msipriv.h | 1 +
dlls/msi/package.c | 2 +-
dlls/msi/patch.c | 215
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------
3 files changed, 191 insertions(+), 27 deletions(-)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31754
Bug #: 31754
Summary: Full-page Silverlight 5.x on Firefox fails to render
on top of browser elements
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Depends on: 31406
Classification: Unclassified
Regression SHA1: 514eb695846b45c89c0fc0d56653d187f1840eec
Created attachment 41757
--> http://bugs.winehq.org/attachment.cgi?id=41757
Hack to work around rendering issue
Silverlight 5.x appears to use Direct3D for rendering, and for some reason the
full-page windows no longer render on top of the browser window. This is
likely not a regression per se, but since commit
514eb695846b45c89c0fc0d56653d187f1840eec the Silverlight 5.x window can no
longer be seen if it's a full-page application. Examples of this are
applications like Netflix.
Regression test results:
===
514eb695846b45c89c0fc0d56653d187f1840eec is the first bad commit
commit 514eb695846b45c89c0fc0d56653d187f1840eec
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Sep 4 15:03:04 2012 +0200
winex11: Store the rectangle of the GL drawable and use it when updating
the window size.
:040000 040000 c02b6dc1c8940fc75d22753888c3fba415848f38
a5a07991ea9141a1f14275d875f27de77ae54c47 M dlls
===
The attached hack can be used to somewhat work around the issue (the window can
still be occluded, but mousing over elements will bring things back).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
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=30572
Bug #: 30572
Summary: Add support for vectored continue handlers
(AddVectoredContinueHandler,
RemoveVectoredContinueHandler)
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
an improvement, might come handy in future.
Newer .NET runtimes (3.x/4.x) and certain applications make use of vectored
continue handlers for better error reporting/diagnosis.
Currently there is no harm if the export is not found in kernel32 (error
reporting using event api):
--- snip ---
003b:Call KERNEL32.GetModuleHandleW(79203ef8 L"kernel32.dll") ret=792a7116
003b:Ret KERNEL32.GetModuleHandleW() retval=7b810000 ret=792a7116
003b:Call KERNEL32.GetProcAddress(7b810000,792a7210
"AddVectoredExceptionHandler") ret=792a712d
003b:Ret KERNEL32.GetProcAddress() retval=7bc21e3c ret=792a712d
003b:Call KERNEL32.GetProcAddress(7b810000,792a71f0
"RemoveVectoredExceptionHandler") ret=792a713a
003b:Ret KERNEL32.GetProcAddress() retval=7bc23534 ret=792a713a
003b:Call KERNEL32.GetProcAddress(7b810000,792a71d4
"AddVectoredContinueHandler") ret=792a7147
003b:Ret KERNEL32.GetProcAddress() retval=00000000 ret=792a7147
003b:Call KERNEL32.GetProcAddress(7b810000,792a71b4
"RemoveVectoredContinueHandler") ret=792a7154
003b:Ret KERNEL32.GetProcAddress() retval=00000000 ret=792a7154
003b:Call ntdll.RtlAddVectoredExceptionHandler(00000001,791f5a7c) ret=792a7182
003b:Ret ntdll.RtlAddVectoredExceptionHandler() retval=001586a0 ret=792a7182
003b:Call KERNEL32.GetModuleHandleW(792083bc L"mscoree.dll") ret=792a7064
003b:Ret KERNEL32.GetModuleHandleW() retval=79000000 ret=792a7064
003b:Call KERNEL32.GetProcAddress(79000000,00000018) ret=792a7086
003b:Ret KERNEL32.GetProcAddress() retval=79008017 ret=792a7086
003b:Call KERNEL32.GetProcAddress(603b0000,00000018) ret=79008056
003b:Ret KERNEL32.GetProcAddress() retval=603b4470 ret=79008056
003b:Call KERNEL32.SetUnhandledExceptionFilter(603e468a) ret=603b4791
003b:Ret KERNEL32.SetUnhandledExceptionFilter() retval=00404395 ret=603b4791
...
--- snip ---
MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms679273%28v=vs.85%…
(AddVectoredContinueHandler)
http://msdn.microsoft.com/en-us/library/windows/desktop/ms680567%28v=vs.85%…
(RemoveVectoredContinueHandler)
---
Some more information how it works:
Extract from "Chapter 25 - Unhandled Exceptions, Vectored Exception Handling,
and C++ Exceptions"
Windows Via C/C++
by Jeffrey Richter and Christophe Nasarre
Microsoft Press 2008
http://vmg.pp.ua/books/%D0%9A%D0%BE%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80%D1%…
MSDN blog:
http://blogs.msdn.com/b/zhanli/archive/2010/06/25/c-tips-addvectoredexcepti…
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=32323
Bug #: 32323
Summary: Netflix requires either Arial or Verdana to be
installed
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Blocks: 31858
Classification: Unclassified
Without MS true type fonts (specifically, either Arial or Verdana) the Netflix
Silverlight player will fail to load with "Error Code: 1001". By adding either
one of these fonts (or installing all the MS TTF) then the player will load
properly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31812
Bug #: 31812
Summary: Silverlight 4.x/5.x windows have repainting problems
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Classification: Unclassified
Regression SHA1: 33ac850c80634c891b0c157bbffa612f70954a40
Created attachment 41860
--> http://bugs.winehq.org/attachment.cgi?id=41860
Screenshot demonstrating the rendering problem
Silverlight windows have a problem repainting since commit
33ac850c80634c891b0c157bbffa612f70954a40 (screenshot attached, not a duplicate
of Bug #31754). The issue can be worked around by setting
ClientSideGraphics="N", but otherwise this issue makes it frustrating to use
Silverlight apps.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32242
Bug #: 32242
Summary: Silverlight 4.x can no longer install
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
CC: hans(a)meelstraat.net
Blocks: 31858
Classification: Unclassified
Regression SHA1: e2900c23c7f0b143078da780c9a0ff19a895bf45
Since commit e2900c23c7f0b143078da780c9a0ff19a895bf45 the Silverlight installer
says that it completes successfully even though no files are 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=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=33143
Bug #: 33143
Summary: Power Point Viewer crashed at 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: nick222(a)yandex.ru
Classification: Unclassified
Created attachment 43847
--> http://bugs.winehq.org/attachment.cgi?id=43847
wine backtrace
Xubuntu 12.10-64 Rus
Wine 1.5.25
Power Point Viewer 2007
When I try to start PPTViewer - it started and open browse-file-window - and
then (in 1-2 seconds) I see wine-window with error-message.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=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=30203
Bug #: 30203
Summary: Powerpoint Viewer 2010 crashes after opening file
select dialog
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alister.hood(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
I have an Nvidia MX440 graphics card and am running Arch Linux. I have no idea
if this is a problem with Wine or with the nouveau drivers or something.
When I run MS Powerpoint Viewer 2010, a file select dialog opens for me to
select a powerpoint file, but then it crashes a second or so after the dialog
opens.
This occurs with Wine from current Git, but also with released versions going
back a number of months. I don't know whether there are any previous version
which didn't have the problem.
The backtrace is attached.
Powerpoint Viewer 2007 works 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=33737
Bug #: 33737
Summary: MS Office Power Point Viewer can not start
Product: Wine
Version: 1.5.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nick222(a)yandex.ru
Classification: Unclassified
Created attachment 44674
--> http://bugs.winehq.org/attachment.cgi?id=44674
Terminal output
MS Office Power Point Viewer (Office 14) can not start.
See attachment - terminal output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40533
Bug ID: 40533
Summary: Microsoft PowerPoint Viewer shows error dialog when
clicking System Info button (msinfo32.exe not
implemented)
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
To reproduce:
1. Open a presentation.
2. Click the menu in the lower-right corner, then Help, About PowerPoint
Viewer, System Info.
On Windows, a System Information window appears. On Wine, the message "Error
Starting MSINFO32.EXE" appears.
This is the installer I used:
$ sha1sum PowerPointViewer.exe
ab48a8ebac88219c84f293c6c1e81f1a0f420da6 PowerPointViewer.exe
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41430
Bug ID: 41430
Summary: Nothing visibly happns when clicking System Info
button in Microsoft PowerPoint Viewer 14.0
(msinfo32.exe lacks a GUI)
Product: Wine
Version: 1.9.19
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
To reproduce:
1. Open a presentation.
2. Click the menu in the lower-right corner, then Help, About PowerPoint
Viewer, System Info.
On Windows, a System Information window appears. On Wine, the About window
closes but no new window appears.
It would be nice to have msinfo32 at least display an About Wine dialog.
--
Do not reply to this email, post in Bugzilla using the
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.
https://bugs.winehq.org/show_bug.cgi?id=45525
Bug ID: 45525
Summary: Heroes 3 Horn of the Abyss crashes on create a host
TCP/IP multiplayer game
Product: Wine
Version: 3.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mo78(a)abv.bg
Distribution: ---
Created attachment 61913
--> https://bugs.winehq.org/attachment.cgi?id=61913
wine.log
Heroes 3 Horn of the Abyss crashes on create a host multiplayer TCP/IP game
with tje last 1.5.3 version. I tried multiple wine versions, including 2.xx to
no avail.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47200
Bug ID: 47200
Summary: err:module:import_dll Library libjasper-4.dll
Product: Wine
Version: 4.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wvpsvm(a)openmailbox.org
Distribution: ---
```
$ wine /lethean-gui-win-64bit-HEAD-2d9cf7c/lethean-wallet-gui.exe
.
.
.
running 0033:err:module:import_dll Library libjasper-4.dll (which is needed by
L"Z:\\home\\m\\Downloads\\lethean-gui-win-64bit-HEAD-2d9cf7c\\imageformats\\qjp2.dll")
not found
```
Program download link:
https://github.com/LetheanMovement/lethean-gui/releases/download/v4.0.0/let…
--
Do not reply to this email, post in Bugzilla using the
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=32076
Bug #: 32076
Summary: .NET SqlConnection with windows authentication fails
to connect: cannot initialize SSPI package
Product: Wine
Version: 1.5.16
Platform: x86
URL: http://www.microsoft.com/en-us/download/details.aspx?i
d=8961
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
affects any .NET application that tries to connect to SQL server using windows
authentication (e.g. MS SQL Management studio)
Console log contains these 3 lines that are absent when using SQL
authentication:
err:ntdll:NtQueryInformationToken Unhandled Token Information class 11!
fixme:secur32:nego_AcquireCredentialsHandleW forwarding to NTLM
fixme:ntlm:ntlm_AcquireCredentialsHandleW AcquireCredentialsHandle:
SECPKG_CRED_BOTH stub
Windows authentication does not work with wine mono, only with native .NET.
winetricks dotnet20 win7 is needed to install SQL management studio. SQL server
is not needed to reproduce 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=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.
https://bugs.winehq.org/show_bug.cgi?id=44592
Bug ID: 44592
Summary: Arx Fatalis does not run (steam only)
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Created attachment 60577
--> https://bugs.winehq.org/attachment.cgi?id=60577
log with +ddraw
When i try to run Arx Fatalis on Steam (and only on Steam), than message box
appears:
A DDraw object has a non-zero reference count (meaning it was not properly
cleaned up). This Program will now exit.
This happens in Steam prefixes:
- WinXP (32bit)
- Win7 (64bit)
CD version of Arx Fatalis runs OK. Same message appeared in bug 34476.
--
Do not reply to this email, post in Bugzilla using the
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.
https://bugs.winehq.org/show_bug.cgi?id=45507
Bug ID: 45507
Summary: Heroes 3 Horn of the Abyss crashes on load game when
Online Lobby is used
Product: Wine
Version: 3.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mo78(a)abv.bg
Distribution: ---
Created attachment 61882
--> https://bugs.winehq.org/attachment.cgi?id=61882
wine.log
Heroes 3 Horn of the Abyss crashes on load game when Online Lobby is used. The
game works very well with HD mod except this problem. If you try to load 30
times for example, you may suceed one or two times. In 99% the game crashes.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45436
Bug ID: 45436
Summary: HoMM 3: Horn of the Abyss severe performance
regression with non GDI mode from HoMM3 HD
Product: Wine
Version: 3.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mo78(a)abv.bg
Distribution: ---
There is severe performance regression with non GDI mode with this game, when
HoMM3 HD Launcher is used. The regression occurs both with vanilla and staging
3.xx wine versions. I also tried and PBA to no avail. If I choose 32-bit GDI or
32-bit True (stretchable) GDI, the game running fine. All other modes has slow
performance problems and some of them are very serious - with mouse, scroll and
horse movement lag. I tried Nvidia proprietary driver and Nouveau with the same
result. With Wine 2.21 all is working correct and there isn't performance
problems at all.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
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.
https://bugs.winehq.org/show_bug.cgi?id=47676
Bug ID: 47676
Summary: Logos Bible Softare no longer loads due to crash
Product: Wine
Version: 4.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johnpgoodman(a)gmail.com
Distribution: ---
Created attachment 65129
--> https://bugs.winehq.org/attachment.cgi?id=65129
backtrace after crash
Up to 4.6 this app loaded with most functions working except downloading
resources. Now it crashes and fails to load since 4.14.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44619
Bug ID: 44619
Summary: Multiple 64-bit applications need various Win7+
user-mode scheduling (UMS) API stubs (x64dbg, ACDSee
Pro 9.0)
Product: Wine
Version: 3.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
continuation of bug 43351
To work around several 'msvcr120'/'msvcp120' insufficiencies (covered by other
bug reports), both must be still set to 'native' (app provides the runtime
itself in install directory). The UMS API is actually pulled in by native
'msvcr120' - the 'purist' mode is unusable.
A Wine-Staging patchset exists:
https://github.com/wine-staging/wine-staging/blob/master/patches/kernel32-U…
Dmitry says:
--- quote ---
64-bit ACDSee Pro 9.0 on start up queries them with GetProcAddress() and
fails to start if any of these APIs is missing.
--- quote ---
So there is another app requiring these API.
--- snip ---
$ WINEDEBUG=+seh,+relay wine ./x64dbg.exe >>log.txt 2>&1
...
002b:Call KERNEL32.GetModuleHandleW(003b1020 L"kernel32.dll",) ret=00310ab5
002b:Ret KERNEL32.GetModuleHandleW() retval=7b460000 ret=00310ab5
002b:Call KERNEL32.GetProcAddress(7b460000,003b1dd8 "CreateRemoteThreadEx",)
ret=00310ac5
002b:Ret KERNEL32.GetProcAddress() retval=7b46c988 ret=00310ac5
002b:Call KERNEL32.GetModuleHandleW(003b1020 L"kernel32.dll",) ret=00310aeb
002b:Ret KERNEL32.GetModuleHandleW() retval=7b460000 ret=00310aeb
002b:Call KERNEL32.GetProcAddress(7b460000,003b1df0 "CreateUmsCompletionList",)
ret=00310afb
002b:Ret KERNEL32.GetProcAddress() retval=00000000 ret=00310afb
002b:Call KERNEL32.GetLastError() ret=00310e8e
002b:Ret KERNEL32.GetLastError() retval=0000007f ret=00310e8e
002b:Call ntdll.RtlPcToFileHeader(003bd4b8,0023e370,) ret=0034ee94
002b:Ret ntdll.RtlPcToFileHeader() retval=002f0000 ret=0034ee94
002b:Call KERNEL32.RaiseException(e06d7363,00000001,00000004,0023e340,)
ret=0034eed3
002b:trace:seh:NtRaiseException code=e06d7363 flags=1 addr=0x7b490ac8
ip=7b490ac8 tid=002b
002b:trace:seh:NtRaiseException info[0]=0000000019930520
002b:trace:seh:NtRaiseException info[1]=000000000023e4b0
002b:trace:seh:NtRaiseException info[2]=00000000003bd4b8
002b:trace:seh:NtRaiseException info[3]=00000000002f0000
002b:trace:seh:NtRaiseException rax=000000007b473408 rbx=00000000003bd4b8
rcx=000000000023e130 rdx=0000000000000020
002b:trace:seh:NtRaiseException rsi=000000000023e340 rdi=000000000023e150
rbp=000000000023e280 rsp=000000000023e110
002b:trace:seh:NtRaiseException r8=0000000000000004 r9=000000000023e340
r10=0000000000000000 r11=0000000000000000
002b:trace:seh:NtRaiseException r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
...
--- snip ---
https://sourceforge.net/projects/x64dbg/files/snapshots/snapshot_2017-07-03…
Imports from 'msvcr120':
* CreateUmsCompletionList
* CreateUmsThreadContext
* DeleteProcThreadAttributeList
* DeleteUmsCompletionList
* DeleteUmsThreadContext
* DequeueUmsCompletionListItems
* EnterUmsSchedulingMode
* ExecuteUmsThread
* GetCurrentUmsThread
* GetNextUmsListItem
* GetUmsCompletionListEvent
* InitializeProcThreadAttributeList
* QueryUmsThreadInformation
* SetUmsThreadInformation
* UmsThreadYield
* UpdateProcThreadAttribute
I didn't check how many of these are really needed as pure stubs, semi-stubs,
functional.
$ sha1sum snapshot_2018-01-28_12-18.zip
8ff850f135ff1f3e185c1fd3e1fb2c4de661bd06 snapshot_2018-01-28_12-18.zip
$ du -sh snapshot_2018-01-28_12-18.zip
33M snapshot_2018-01-28_12-18.zip
$ wine --version
wine-3.2-206-g9ae8b8c00f
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44428
Bug ID: 44428
Summary: x64dbg needs unimplemented function
msvcr120.dll.??0_NonReentrantPPLLock@details@Concurren
cy@@QEAA@XZ
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
follow-up of bug 43538
--- snip ---
$ wine ./x64dbg.exe
002c:fixme:file:FindFirstFileExW flags not implemented 0x00000002
002c:fixme:nls:get_dummy_preferred_ui_language (0x8 0x23f890 0x23f7d0 0x23f898)
returning a dummy value (current locale)
Adjust scroll bars for new size
002c:fixme:file:FindFirstFileExW flags not implemented 0x00000002
wine: Call from 0x7b490a78 to unimplemented function
msvcr120.dll.??0_NonReentrantPPLLock@details@Concurrency@@QEAA@XZ, aborting
...
--- snip ---
'winetricks vcrun2013' works around.
Download:
https://sourceforge.net/projects/x64dbg/files/snapshots/snapshot_2018-01-28…
$ sha1sum snapshot_2018-01-28_12-18.zip
8ff850f135ff1f3e185c1fd3e1fb2c4de661bd06 snapshot_2018-01-28_12-18.zip
$ du -sh snapshot_2018-01-28_12-18.zip
33M snapshot_2018-01-28_12-18.zip
$ wine --version
wine-3.0-180-g85635db0ea
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43538
Bug ID: 43538
Summary: x64dbg needs unimplemented function
msvcp120.dll.??0_Concurrent_queue_base_v4@details@Conc
urrency@@IAE@I@Z
Product: Wine
Version: 2.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zaplo00(a)mailfence.com
Distribution: ---
Crashes on startup, using Aug 11 2017 snapshot build.
wine: Call from 0x7b43ea34 to unimplemented function
msvcp120.dll.??0_Concurrent_queue_base_v4@details@Concurrency@@IAE@I@Z,
aborting
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:fetch_thread_info Couldn't open thread 77 (87)
wine: Unimplemented function
msvcp120.dll.??0_Concurrent_queue_base_v4@details@Concurrency@@IAE@I@Z called
at address 0x7b43ea34 (thread 0009), starting debugger...
Unhandled exception: unimplemented function
msvcp120.dll.??0_Concurrent_queue_base_v4@details@Concurrency@@IAE@I@Z called
in 32-bit code (0x7b43ea34).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45915
Bug ID: 45915
Summary: Crash when closing x32dbg x64dbg
(msvcr120.dll.??0_Scoped_lock@_NonReentrantPPLLock@det
ails@Concurrency@@QAE@AAV123@@Z)
Product: Wine
Version: 3.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: jimbo1qaz(a)gmail.com
Distribution: ---
Upon closing x32dbg Jun 19 2018, 18:59:42 (a bit old :( ), I get error:
Unhandled exception: unimplemented function
msvcr120.dll.??0_Scoped_lock@_NonReentrantPPLLock@details@Concurrency@@QAE@AAV123@@Z
called in 32-bit code (0x7b43c69c).
Wine 3.16 on Debian 9 Virtualbox VM.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29349
Bug #: 29349
Summary: Summoner launch screen: corrupted graphics
Product: Wine
Version: 1.3.34
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ftn768(a)gmail.com
Classification: Unclassified
Created attachment 37972
--> http://bugs.winehq.org/attachment.cgi?id=37972
Screenshot of Summoner launch screen
The clickable controls do not line up with the background graphics, see
attached screenshot.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=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.
https://bugs.winehq.org/show_bug.cgi?id=44439
Bug ID: 44439
Summary: Whatsapp installer newest version fails:
System.ArgumentException: WriteEntryTo or
OpenEntryStream can only be called once.
Product: Wine
Version: 2.21
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 60383
--> https://bugs.winehq.org/attachment.cgi?id=60383
last part of consoleoutput
Hi, the newest installer (I don`t know the version, it`s not displayed on the
website) crashes with the attached log, both in staging (2.21) and in current
wine (after using hack to work around bug 40613).
The older installer used to at least install the application fine.
Steps to reproduce:
1. winetricks dotnet462
2. Cd into the directory where the installer resides and do:
/opt/wine-staging/bin/wine runas /trustlevel:0x20000 WhatsAppSetup.exe
sha1sum WhatsAppSetup.exe
39df6c3fd3be3b7ad0898fd9579a638130e5cafc WhatsAppSetup.exe
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
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.