http://bugs.winehq.org/show_bug.cgi?id=9943
Summary: cannot activate Microsoft Office 2003 over the internet
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=8445)
--> (http://bugs.winehq.org/attachment.cgi?id=8445)
console output
When i press activate now over the internet in EXCEL 2003 I get a dialog box
saying communications failed.
--
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=30167
Bug #: 30167
Summary: Sibelius 7 refuses to install
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Sibelius 7's installer complains
"This program requires Windows NT version 6.0 Service Pack 2 or later"
There are failing calls to GetProcAddress for SetSearchPathMode,
InitializeConditionVariable, ShutdownBlockReasonDestroy,
ShutdownBlockReasonCreate, and ChangeWindowMessageFilterEx,
but since none of those were in that version of windows, that's probably
not the cause...?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27358
Summary: Can't run d3d apps on 2011 MBP with AMD Radeon HD
6490M
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikejbond(a)gmail.com
I have been unable to run any d3d app in wine on the new 2011 MacBook Pros with
the AMD Radeon HD 6490M gpu. Any attempts to launch a d3d app in wine causes an
error dialog at which point the only option is to terminate wine.
Tthe fact that the card is not listed in the gpu_description_table in directx.c
I suspect is the most likely cause, however simply adding it there with vendor
and card ids does not appear to work either so I am clearly missing something.
The vendor id for the card is 0x1002 (HW_VENDOR_AMD) and the card id is 0x6760,
memory is 256m. I tried using DRIVER_AMD_R600 for the driver.
I've attached the log using the changes below:
index a29533e..53daffc 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -1100,6 +1100,7 @@ static const struct gpu_description
gpu_description_table[] =
{HW_VENDOR_AMD, CARD_AMD_RADEON_HD5800, "ATI Radeon HD 5800
Series", DRIVER_AMD_R600, 1024},
{HW_VENDOR_AMD, CARD_AMD_RADEON_HD5900, "ATI Radeon HD 5900
Series", DRIVER_AMD_R600, 1024},
{HW_VENDOR_AMD, CARD_AMD_RADEON_HD6310, "AMD Radeon HD 6310
Graphics", DRIVER_AMD_R600, 1024},
+ {HW_VENDOR_AMD, CARD_AMD_RADEON_HD6490, "AMD Radeon HD
6490M", DRIVER_AMD_R600, 256},
{HW_VENDOR_AMD, CARD_AMD_RADEON_HD6800, "AMD Radeon HD 6800
Series", DRIVER_AMD_R600, 1024},
{HW_VENDOR_AMD, CARD_AMD_RADEON_HD6900, "AMD Radeon HD 6900
Series", DRIVER_AMD_R600, 2048},
/* Intel cards */
diff --git a/dlls/wined3d/wined3d_private.h b/dlls/wined3d/wined3d_private.h
index aaf1423..8e10918 100644
--- a/dlls/wined3d/wined3d_private.h
+++ b/dlls/wined3d/wined3d_private.h
@@ -1360,6 +1360,7 @@ enum wined3d_pci_device
CARD_AMD_RADEON_HD5870 = 0x6899,
CARD_AMD_RADEON_HD5900 = 0x689c,
CARD_AMD_RADEON_HD6310 = 0x9803,
+ CARD_AMD_RADEON_HD6490 = 0x6760,
CARD_AMD_RADEON_HD6800 = 0x6739,
CARD_AMD_RADEON_HD6900 = 0x6719,
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26761
Summary: SIV fails to report the workgroup name
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
SIV fails to report the workgroup name. This is caused by
NetGetJoinInformation() being a stub. Please can it be fixed?
When I run SIV the log typically starts:
ray@RUW:~/siv$ wine siv32x
fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
fixme:netapi32:NetGetJoinInformation Stub (null) 0x22981cc 0x22981d0
Note: netapi32 is missing from the Component list, so I have enterd -unknown.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26710
Summary: Minitroid tech demo does not start
Product: Wine
Version: 1.3.13
Platform: x86-64
URL: http://www.metroid-database.com/fanapps/MinitroidTechD
emo.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toddrme2178(a)gmail.com
Created an attachment (id=34021)
--> (http://bugs.winehq.org/attachment.cgi?id=34021)
commandline output when running "wine MinitroidTechDemo.exe"
The Minitroid tech demo does no start. When I run MinitroidTechDemo.exe,
before any window appears it pops up the following error message:
Runtime Error
An unexpected error occurred and the application was terminated. We
apologize for the inconvenience.
Please report this problem to the application developer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25779
Summary: world of tanks updater: never shows a gui without
winetricks ie7
Product: Wine
Version: 1.3.11
Platform: x86
URL: http://game.worldoftanks.com/update
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 25730
Created an attachment (id=32854)
--> (http://bugs.winehq.org/attachment.cgi?id=32854)
WINEDEBUG=+shdocvw,+urlmon,+tid wine WOTLauncher.exe &> ~/log.txt
First, workaround bug 25730 with winetricks msxml3.
Then, run the updater:
austin@midna ~/.wine/drive_c/Games/World_of_Tanks_closed_Beta $ wine
WOTLauncher.exe
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented
TransmitFile
fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x00000017
fixme:shdocvw:PersistStreamInit_InitNew (0x15f118)
fixme:shdocvw:navigate_url Unsupported args (Flags 0x32f870:3; TargetFrameName
0x32f860:8)
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:shdocvw:bind_to_object BindToObject failed: 8007007e
'winetricks ie7' works around it.
WINEDEBUG=+shdocvw,+urlmon,+tid 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=22865
Summary: Split Second demo foggy, doesn't show most of scene
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://www.fileplanet.com/212404/210000/fileinfo/Split
/Second-Demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Looks like there are some interesting d3d errors in the log, attached.
e.g.
fixme:d3d_texture:basetexture_generate_mipmaps iface 0xb9d50a8 stub!
fixme:d3d_shader:print_glsl_info_log Error received from GLSL shader #445:
fixme:d3d_shader:print_glsl_info_log Fragment info
fixme:d3d_shader:print_glsl_info_log -------------
fixme:d3d_shader:print_glsl_info_log 0(8) : warning C7050: "R0.z" might be
used before being initialized
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Filters not supported in software
blit
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Stretched blit not implemented
for bpp 64!
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Filters not supported in software
blit
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Stretched blit not implemented
for bpp 64!
fixme:d3d_shader:shader_glsl_validate_link Program 509 link status invalid.
...
fixme:d3d_shader:print_glsl_info_log Error received from GLSL shader #509:
fixme:d3d_shader:print_glsl_info_log Fragment info
fixme:d3d_shader:print_glsl_info_log -------------
fixme:d3d_shader:print_glsl_info_log (0) : error C6001: Temporary register
limit of 2 exceeded; 9 registers needed to compile program
...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21808
Summary: URU Complete Chronicles: Black Screen Freeze upon
UruExplorer.exe launch
Product: Wine
Version: 1.1.39
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=26390)
--> (http://bugs.winehq.org/attachment.cgi?id=26390)
fixme:d3d8 plus attempted "bt all"
Install works fine (after sh winetricks mfc42), as does setting up config using
"UruSetup.exe", but as soon as you click play, it begins to load (starts
UruExplorer.exe) and the screen goes totally black. Wine then becomes
non-responsive, log attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23566
Summary: Arcanum crash after start.
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: g.wurgengel(a)gmail.com
Created an attachment (id=29450)
--> (http://bugs.winehq.org/attachment.cgi?id=29450)
Arcanum Crash Log
Arcanum crash after start.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19200
Summary: Neverwinter Nights 2 crashes
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: axelgenus(a)gmail.com
Created an attachment (id=22199)
--> (http://bugs.winehq.org/attachment.cgi?id=22199)
Error log
The game starts with no problems. When I play the official campaign
nwn2main.exe crashes as soon as I exit the Daegun house.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.