http://bugs.winehq.org/show_bug.cgi?id=22878
Summary: Power Point 2007 chashes when is opened
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: remasterload(a)hotmail.com
CC: remasterload(a)hotmail.com
When I open PowerPoint 2007 after the upgrade of wine yo 1.42 rc this
application fail. And never is opened.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19267
Summary: Using a Depth + Stencil format is causing a memory
leak
Product: Wine
Version: 1.1.25
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hpestilence(a)gmail.com
I was having a memory leak with eve-online and found the patch that caused the
memory leak was the added support of depth stencil formats with
commit f8c4832276fb740e527fed87aa27975f91546d26
wined3d: Use GL_DEPTH24_STENCIL8_EXT for depth stencil formats.
I disabled the stencil format in the eve-online options by choosing 24-bit
depth only and the memory stayed stable.
I wasn't sure if this was an ATI driver bug so I'm reporting it here first.
I also tested using a HDR demo from here
http://www.daionet.gr.jp/~masa/rthdribl/
The demo starts with a 16-bit depth first which can be changed to a depth +
stencil format by going to File->Config 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=23442
Summary: FireFox 3.6.6: Firefox crashes on flash pages
Product: Wine
Version: 1.2-rc5
Platform: x86-64
URL: http://www.filehippo.com/download_firefox/
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=29244)
--> (http://bugs.winehq.org/attachment.cgi?id=29244)
Firefox log
This is something to do with the flash implementation on FireFox 3.6.6, this
does not occur in FireFox 3.6.3. I've downgraded my firefox due to the new wine
bug.
The crash happens right around:
fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported
Attached is the log. I'm using flash 10.1.53.64. Tested site was
Transformice.com.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23286
Summary: Disconnected: Server unable to authenticate Steam ID
Product: Wine
Version: 1.0-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq.org(a)eternaldusk.com
Playing Left4Dead and Left4Dead 2, I get consistently dropped from online games
with the message "Disconnected: Server unable to authenticate Steam ID". This
may happen anywhere from 10 seconds to 20 minutes into an online game.
At first, I thought this was a game bug, as some Windows users had reported the
same problem. Unfortunately, most of those users were having the problem due
to corrupt cache files, which I've ruled out. Copying the game files from my
Linux partition to my Windows partition and vice-versa, the game only fails
when run under Wine.
What I've tried:
- Deleting the ClientRegistry.blob,
- Deleting all of the Steam files and re-downloading.
- Validating/defragging the games' cache files
- Forcing steam to use TCP instead of UDP (-tcp option)
- Turning down all in-game settings to ridiculous levels (though they run fine
at 'high' levels)
- Renaming and re-copying my entire steam directory from my Windows NTFS
partition, where it works fine, to my Linux EXT3 partition.
- Creating a fresh Wine prefix.
I do not see anything in the console log that indicates an error when the
disconnection occurs. :(
Any suggestions for further troubleshooting are welcome.
Specs:
OS: Kubuntu 10.04 & 10.10 alpha (AMD64 - fully patched 10--6-20)
Processor: Intel Core i7 980X
Memory: 6 GB DDR3-1600 Triple Channel
Video Card: Asus EN9800GTX+ (tested with nvidia 195.36 & 256.35 drivers)
Motherboard: Intel X58
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21758
Summary: another CommandLineToArgvW bug with empty lpCmdLine
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pleasenospam325(a)mail.ru
CommandLineToArgvW() with empty lpCmdLine truncates result to 6 characters.
http://source.winehq.org/git/wine.git/?a=blob;f=dlls/shell32/shell32_main.c…
Looks like some bug in GetModuleFileName() was fixed and this broke
CommandLineToArgvW
Test: (builds with mingw)
*************************************
#include <windows.h>
#include <stdio.h>
int main()
{
int i, numargs;
for (i = 0; i < numargs; i++)
{
printf("argv[%d]: %S\n", i, CommandLineToArgvW(L"", &numargs)[i]);
}
return 0;
}
*************************************
result:
*************************************
[il@archvm ~]$ pwd
/home/il
[il@archvm ~]$ wine commandlinetoargv.exe
argv[0]: Z:\hom
[il@archvm ~]$
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22963
Summary: Tooltip for the system tray icon appears for the wrong
application
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://www.foobar2000.org/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
- Make sure you have a Notification Area applet in the panel.
- Start uTorrent; wait a bit; start Foobar2000.
- Move the mouse cursor on the uTorrent system tray icon, wait a bit, notice no
tooltip appears.
- Move the mouse cursor directly on the Foobar2000 system tray icon, notice a
tooltip appears for uTorrent (see attached screenshot). Normally it should show
the Foobar2000 tooltip, which sais "foobar2000".
You can get these applications from the following URLs:
http://www.foobar2000.org/downloadhttp://www.utorrent.com/downloads/complete?os=win
I'm using Ubuntu 10.04 64, Metacity.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10836
Summary: Skijump fails to start:Could not find the selected
Direct3D adapter.
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.mediamond.fi/dsj3/downloads/dsj3v161.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
A user submitted this version with garbage test results into appDb. It pops up
a message with "Could not find the selected Direct3D adapter."
--
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=15486
Summary: Impulse: Cannot connect to server
Product: Wine
Version: 20050930
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)dbzer0.com
Created an attachment (id=16384)
--> (http://bugs.winehq.org/attachment.cgi?id=16384)
The wine console output
When trying to use Impulse (http://www.impulsedriven.com/), the first thing one
must do is login or create an account. Both of these actions do not work as you
will get an error that you cannot connect to the server ("Server not
responding, please check your internet connection")
Impulse needs DotNet2 so that only change I have done to .wine is install that
which requires that I copy the native l_intl.nls into the
~/.wine/drive_c/windows/system32 directory
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21593
Summary: Grand Prix World v1.01: crash on startup
Product: Wine
Version: 1.1.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teemu.j.paakkonen(a)gmail.com
Created an attachment (id=26045)
--> (http://bugs.winehq.org/attachment.cgi?id=26045)
Log of Grand Prix World v1.01 crashing.
Wine crashes when attempting to start Grand Prix World v1.01. Same thing
happens with the winXP patched version too.
I am running the game in 16 bit color depth mode, as the game requires.
Something unimplemented in the ddraw component perhaps?
Wine output 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=23101
Summary: Simutrans 102.2.2: unimplemented function
msvcr80.dll._findfirst64i32
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://www.simutrans.com/download.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
Created an attachment (id=28701)
--> (http://bugs.winehq.org/attachment.cgi?id=28701)
crash log
Simutrans 102.2.2 fails because of: unimplemented function
msvcr80.dll._findfirst64i32 called in 32-bit code.
Possibly related to bug 22044.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.