http://bugs.winehq.org/show_bug.cgi?id=35807
Bug ID: 35807
Summary: Photoshop CS6 is randomly launched
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeff.artik(a)gmail.com
Created attachment 47804
--> http://bugs.winehq.org/attachment.cgi?id=47804
PhotoshopCS6 immediate crash
I encounter a strange bug. When I launch Photoshop CS6 or Photoshop CC,
sometimes it boots, sometime nothing happen, and sometimes it crash.
I add the terminal output for the two last states.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35247
Bug ID: 35247
Summary: Teleglitch: Die More Edition needs
msvcr110.dll._libm_sse2_sqrt_precise
Product: Wine
Version: 1.7.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 47008
--> http://bugs.winehq.org/attachment.cgi?id=47008
terminal output
The Steam version crashes on start:
...
wine: Call from 0x7b83a38e to unimplemented function
msvcr110.dll._libm_sse2_sqrt_precise, aborting
...
Mscodescan reveals some more stubs:
./Teleglitch.exe imports following stub symbols:
msvcp110:?_Add_vtordisp1@?$basic_ios@DU?$char_traits@D@std@@@std@@UAEXXZ
msvcp110:?_Add_vtordisp1@?$basic_istream@DU?$char_traits@D@std@@@std@@UAEXXZ
msvcp110:?_Add_vtordisp2@?$basic_ios@DU?$char_traits@D@std@@@std@@UAEXXZ
msvcp110:?_Add_vtordisp2@?$basic_ostream@DU?$char_traits@D@std@@@std@@UAEXXZ
msvcp110:?_Syserror_map@std@@YAPBDH@Z
msvcp110:?_Winerror_map@std@@YAPBDH@Z
msvcp110:?_Xbad_alloc@std@@YAXXZ
./Teleglitch.exe imports following stub symbols:
msvcr110:__crtTerminateProcess
msvcr110:__crtUnhandledException
msvcr110:_libm_sse2_sqrt_precise
./lua52.dll imports following stub symbols:
msvcr110:__crtTerminateProcess
msvcr110:__crtUnhandledException
msvcr110:_libm_sse2_sqrt_precise
There's a demo on Steam but I couldn't test it:
http://store.steampowered.com/app/234390/
The early non-Steam demo (available on several download sites, named
'Teleglitch_r6demo.zip' does *not* have the issue).
wine-1.7.9-43-gbfb4f28
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14268
Summary: carto exploreur 3 - crash
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aiglefr(a)free.fr
CC: dmitry(a)codeweavers.com
since this commit :
commit df76fe6f0cdd55568ba67489cc725813804061fd
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Tue Jun 24 16:11:40 2008 +0900
gdi32: Perform the world transform separately from font scaling.
carto exploreur3 : http://www.bayo.com/cartographie/index.php?prod=1
( no free download)
crash with this message :
wine: Unhandled page fault on write access to 0x00ff0004 at address 0x7ef9f426
(thread 0009), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7ef9f426
if i comment this line ( near line num 4422 ) in
dll/gdi32/freetype.c
4415 if (!is_identity_FMAT2(&font->font_desc.matrix))
4416 {
4417 FT_Matrix worldMat;
4418 worldMat.xx = FT_FixedFromFloat(font->font_desc.matrix.eM11);
4419 worldMat.xy = FT_FixedFromFloat(font->font_desc.matrix.eM21);
4420 worldMat.yx = FT_FixedFromFloat(font->font_desc.matrix.eM12);
4421 worldMat.yy = FT_FixedFromFloat(font->font_desc.matrix.eM22);
4422 // pFT_Matrix_Multiply(&worldMat, &transMat);
4423 needsTransform = TRUE;
4424 }
carto exploreur works correctly
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19608
Summary: Cannot open local copies of Adobe Flash SWF files with
iexplore.exe
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rodschaffter(a)gmail.com
Created an attachment (id=22865)
--> (http://bugs.winehq.org/attachment.cgi?id=22865)
Console output of 'wine iexplore.exe file:///C:/YuleLog05.swf'
I can't open local .swf files using Wine's browser (iexplore.exe), although I
can open them on remote machines.
For example, http://www.kboffset.com/ROCKFLUX/YuleLog05.swf opens fine, but
downloading the file to the Wine C: drive gives a blank white screen when it is
opened. I did add C:\ and C:\YuleLog05.swf to the trusted folders in the Flash
plugin without effect. I am able to open the local file in the Windows version
of Firefox 3.0 running in the same Wine environment.
This is important to me because I'm trying to run the Windows version of Poser
8, a 3D rendering application, which uses a Flash-based library application.
Poser uses a Webkit browser component to host the library GUI. I am able to
run the library application separately in a Firefox window, but it is more
awkward because I can't drag and drop from a separate browser.
Attached is the console output of iexplore.exe run in a fresh Wine Directory
with corefonts, tahoma and gecko installed using winetools, and the Flash 10
plugin installed using the executable from Adobe.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33883
Bug #: 33883
Summary: Scirra httpapi.dll error trying to Run a game
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toniparramon(a)gmail.com
Classification: Unclassified
Created attachment 44958
--> http://bugs.winehq.org/attachment.cgi?id=44958
The backtrace of error
I've installed Scirra R132 32bit, and everything is working good, but when i
try to run the game it gives me a crash closing wine.
It's just when I will try to run the game, the other functions works good.
I was trying to install DirectX and some dll more but it's still not working.
I'm receiving a httpapi.dll error.
Thank You
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33968
Bug #: 33968
Summary: Microsoft Pinball Arcade Trial: Graphics look horrible
with No palette set.
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Classification: Unclassified
Created attachment 45119
--> http://bugs.winehq.org/attachment.cgi?id=45119
Wine 1.6-rc4 blinking color log
I found an old demo of Microsoft Pinball Arcade, and the graphics appear
garbled and blinking in various 16bit-ish colors. The problem seems to spawn
from various "fixme:d3d_surface:d3dfmt_p8_init_palette No palette set." errors
in the terminal.
I saw there are some other similar bug reports, but I am not experiencing any
trouble playing the game or clicking around and no black screens, just bad
coloring.
Attaching 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=27020
Summary: Iexplore cannot view password protected urls
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 0001(a)techemail.com
Hello!
Have a test
wine iexplore http://koivi.com/php-http-auth/protect.php
The user is tester and the password is testing. But it never ask you. :(
I guess wininet
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31858
Bug #: 31858
Summary: Netflix on Firefox fails with Internet Connection
Problem when loading bar is at 99%
Product: Wine
Version: 1.5.14
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: 31589
Classification: Unclassified
Netflix generates an error "Internet Connection Problem" (N8156-6022) when
attempting to play movies.
Steps to reproduce:
0) Create a new Wine prefix and do not install Mono
1) Apply attachment 41923 to work around Bug #31589.
2) Download and install a recent Windows version of Firefox:
wget -O Firefox-14.0.1.exe
http://download.mozilla.org/?product=firefox-14.0.1-funnelcake13&os=win&lan…;
wine Firefox-14.0.1.exe
3) Launch Firefox
4) Download the Silverlight 4.x installer from within Wine Firefox (
http://go.microsoft.com/fwlink/?LinkID=149156&v=4.0 ). Due to Bug #31754 you
should not install Silverlight 5.x
5) Click "Save File" to save the Silverlight installer
6) Double click the "Silverlight.exe" file in the download window and click
"Ok"
7) Click "Install now"
8) Uncheck "Enable Microsoft Update" and click "Next>" and then click "Close"
9) Login to Netflix and attempt to play a movie/show
possibly relevant console information:
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000" 1 1 0x66025f0 (nil)
(nil) (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000" 1 4 (nil) (nil)
0x656c128 (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000\\." 1 1 0x66025f0 (nil)
(nil) (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000\\." 1 4 (nil) (nil)
0x656c128 (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000\\.." 1 1 0x66025f0 (nil)
(nil) (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000\\.." 1 4 (nil) (nil)
0x656c128 (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000\\MSPRindiv01.key" 1 1
0x66025f0 (nil) (nil) (nil)
fixme:advapi:SetNamedSecurityInfoW L"\\\\?\\C:\\users\\Public\\Application
Data\\Microsoft\\PlayReady\\Cache\\S-1-5-21-0-0-0-1000\\MSPRindiv01.key" 1 4
(nil) (nil) 0x656c128 (nil)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32022
Bug #: 32022
Summary: Universe at War (demo) - Black screen after start
Product: Wine
Version: 1.5.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
Classification: Unclassified
Hello,
the demo of the game "Universe at War" just shows a black screen after the
start. Also note that the installation succeeds but crashes after quiting the
"Setup successful" screen.
A download URL is attached.
Tested with wine-1.5.15.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30106
Bug #: 30106
Summary: Authentication support in gecko
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karaluh(a)karaluh.pl
Classification: Unclassified
As in summary. We have intranet webpage that requires authentication and
activex. The only way to display it on linux is using wine and Internet
Explorer which is suboptimal for several reasons. It would be nice if
wine-gecko had authentication support, so we could use wine without third party
software. Curently no login dialog is displayed and the browser goes straight
to 401 authentication error page.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.