http://bugs.winehq.org/show_bug.cgi?id=10024
Summary: Steam un-minimize animation problem
Product: Wine
Version: 0.9.47.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ambro(a)b4ever.net
If I minimize a Steam window using the minimize button on the window, when I
un-minimize it, the moving titlebar animation in KDE goes to the lower-left
corner of the screen instead to the previous position of the window, but the
window appears at the right place. Un-minimize animation works fine if I
minimize the window by clicking on its entry in the toolbar.
--
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=9351
Summary: Playing Videos in iTunes 6.0 leads to crash
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: r.swanwick(a)gmail.com
When trying to play a video in iTunes 6.0.5 a crash occurs. The 1st frame of
the video is displayed and then locks up.
terminal:
err:wave:DSDB_MapBuffer Could not map sound device for direct access
(Input/output error)
err:wave:DSDB_MapBuffer Please run winecfg, open "Audio" page and set
"Hardware Acceleration" to "Emulation".
fixme:ddraw:IDirectDrawImpl_GetFourCCCodes (0x18ef80)->(0x339208, (nil)): Stub!
with the last line repeated twenty or so times
Rich
--
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=11701
Summary: Steam/TF2 crashing in mid-game. (Regression?)
Product: Wine
Version: 0.9.56.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gilboad(a)gmail.com
Created an attachment (id=10923)
--> (http://bugs.winehq.org/attachment.cgi?id=10923)
Steam/TF2 crash log. (gzipped)
Steam started with "-dxlevel 81 -width 1280 -height 1024 -heapsize 512000
-applaunch 440"
Stack trace doesn't look to informative - so let me know if I can help you
debug this bugger.
While I can't be too certain about it - I don't remember seeing this crash in
0.9.54. (Though it might relate to the latest batch of steam updates.)
- Gilboa
--
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=11388
Summary: DameWare Mini Remote Control is'nt able to work normaly.
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: HASH.DuOrden(a)gmail.com
DWRCC.exe part of DameWare NT Utilities (DameWare Mini Remote control) upon
start drops "fixme:" lines in console (in attach), on start, on open of
"Connect dialog", On start of typing new host to connect to, On attempt of
connect to host DWRCC shows error:
Header: "MRC Credentials"
Body: "Failed to save Credentials"
And drop another bunch of "fixme" lines in console.
And can not connect, just showing "Initializing..." in status string of main
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=10317
Summary: After CreateNamedPipe and ReadFile, CancelIO returns
false.
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skiy(a)actionpos.co.za
Created an attachment (id=8972)
--> (http://bugs.winehq.org/attachment.cgi?id=8972)
Test case output, source code
Call CreateNamedPipe with FILE_FLAG_OVERLAPPED and PIPE_ACCESS_INBOUND, then do
a ReadFile after someone has connected (in this case, just a CreateFile in the
same thread). Now this read would normally return fine, if we just waited for
the data to appear, however, if for whatever reason we have to stop waiting,
i.e. using a CancelIO call, then the CancelIO returns false on Wine. It returns
true on Windows. The problem is not with CancelIO, but rather with
NtCancelIoFile, as the attached test case will show. (NtCancelIoFile should
return 0 on Wine -- as it does on Windows -- instead it returns 192, which
confuses the CancelIO and makes it return false.) Please do not patch CancelIO
to just map the 192 to a true, this is not right! The problem is with
NtCancelIoFile (or somewhere within it).
--
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=10261
Summary: Crashing HL2 Episode One on screening menu (animated
background)
Product: Wine
Version: 0.9.48.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvilka(a)gmail.com
Half-life 2 Episode One crashing on screening menu (attempt to show scene
animated menu bakcground), but not on new game, after i`m copy save files from
my old account.
--
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=10118
Summary: Diercke Globus 3D crashes after start in
read_process_memory
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: klaus.layer(a)gmx.de
Created an attachment (id=8683)
--> (http://bugs.winehq.org/attachment.cgi?id=8683)
+all trace
Diercke Globus 3D version 1.1 crashes after start in read_process_memory.
Tested with 0.9.47 as well as wine compiled from latest git. Attached you find
an +all trace.
--
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=11716
Summary: star wars battlefront regression
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ajw1980(a)gmail.com
Created an attachment (id=10942)
--> (http://bugs.winehq.org/attachment.cgi?id=10942)
battlefront pagefault output
There is a regression in star wars battlefront that causes a page fault. I'll
attach the output. I did a bisect and traced it to this:
2a117a20176815b3b8e52c0e4b56a40c4e41e74d is first bad commit
commit 2a117a20176815b3b8e52c0e4b56a40c4e41e74d
Author: Maarten Lankhorst <maarten(a)codeweavers.com>
Date: Mon Nov 5 23:23:11 2007 +0100
dsound: Add support for WAVEFORMATEXTENSIBLE format.
:040000 040000 c15e15dea6363c9afea9cc1b16aedfe9d68aacab
30550b00f81d89f2aac88946e5d3a5bfd48d02fd 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=10253
Summary: Fraps does not record videos or take a screenshot
Product: Wine
Version: 0.9.47.
Platform: Other
URL: http://www.fraps.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marc(a)mwiriadi.id.au
Created an attachment (id=8880)
--> (http://bugs.winehq.org/attachment.cgi?id=8880)
winedebug=error+all wine fraps.exe
Fraps loads but does not take a screenshot. The console implies that it cannot
create a file for some reason.
--
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=9637
Summary: Switchball doesn't run.
Product: Wine
Version: 0.9.44.
Platform: PC
URL: http://www.atomicelbow.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sacrediou(a)yahoo.fr
Created an attachment (id=8037)
--> (http://bugs.winehq.org/attachment.cgi?id=8037)
Switchball start log
I installed the game "Switchball" ; the installation was fine, but I couldn't
manage to start the game.
wine Switchball.exe
The log is attached to this bug message.
--
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=11304
Summary: Wine Notepad: Overflow.
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey(a)esin.name
Created an attachment (id=10410)
--> (http://bugs.winehq.org/attachment.cgi?id=10410)
Little "exploit" to test this bug.
Overflow in Wine Notepad.
There is a overflow when opening a file containing a line which contain 24576
symbols (>= 24 Kb). If open such file Wine Notepad will exit with message:
lastik@lastik:~/src/wine/cvs$ wine notepad
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 18 (X_ChangeProperty)
Value in failed request: 0x1
Serial number of failed request: 6697
Current serial number in output stream: 6696
If you will open text file which contains string with more than 8192 symbols
(>= 8 kb), you will see the effect of coating lines at each other. So if open
file with 8191 symbols in string it's will ok.
--
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=11510
Summary: Adobe Illustrator 10 crashes when trying to move a
color.
Product: Wine
Version: 0.9.55.
Platform: PC
URL: http://wiki.winehq.org/AdobeIllustrator
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.b.lankhorst(a)gmail.com
Adobe Illustrator 10 installs properly and more or less works, but if you
create a new document, then try to drag the white 'color' box around wine the
application totally crashes.
Backtrace doesn't give any useful info.
In adobe illustrator you can drop a color on a gradient for example.
--
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=10644
Summary: DPGTools fails while converting during detecting
DirectShow Stream
Product: Wine
Version: 0.9.50.
Platform: PC
URL: http://http://home.att.ne.jp/blue/moonlight/20070716_dpg
tools131_for_moonshell171.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx-dshow
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=9456)
--> (http://bugs.winehq.org/attachment.cgi?id=9456)
Error log
DPGTools 1.3 (Distributed with Moonshell 1.71) fails to encode videos.
It gives an error message in japanese while "Detect DirectShow Stream"
(Engrish, lolz)
Then it just hangs at "Detect DirectShow" indefinitely.
Error log included.
--
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=9622
Summary: Binary/Text IO in C++ under Wine
Product: Wine
Version: 0.9.44.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nmnnotmyname(a)gmail.com
In C++ Input, Wine appears to act weird when reading a binary file as a text
file. In both Windows and Cedega, this condition does not exist. Since i am in
contact with the developer of the program that had this bug, I was able to have
him fix it. Actual code is given here:
ifstream fin(file.c_str(), ios::in | ios::binary); # this works for binary
files in wine, windows and Cedega
ifstream fin(file.c_str()); # this works for binary files in windows and Cedega
The first thing i thought of was in MSVCRT, but i don't know whether or not
wine implements that or it uses the real thing, or by default it uses its own
version. However, I can not trace the actual cause :( I've tried, and i have
the source. Maybe I'm missing it. After all, all i did was a quick scan
through.
I'd also like to note that I believe this is likely an bug by Microsoft:
Perhaps this is because Windows does not make an actual correlation between
binary and text files. I don't really know.
As a final note: I don't know how well Wine handles 64-bit computers (whether
it uses assembly to glue 64-bit wine libraries to 32-bit executables or doesn't
support 64-bit windows/wine libraries and programs or whatever) but i will note
once more this is a 64-Bit computer with 64-bit Sabayon(Modified Gentoo) (But i
did update wine by hand to get the latest version)
--
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=10709
Summary: Portal from Valve Software crashes on loading screen.
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blahboybang(a)gmail.com
Created an attachment (id=9541)
--> (http://bugs.winehq.org/attachment.cgi?id=9541)
Portal run log
Portal, a game from Valve software, crashes on the loading screen after being
started. I'm using the steam version. Run log is attached.
--
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=10631
Summary: 3DMark01 - Test4 Nature is extremely slow
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www.futuremark.com/download/3dmark2001/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgbricola(a)web.de
3DMark2001se - Game4 Nature is extremely slow. 208,6FPS before this patch and
0.5FPS after this one.
959212304dfaf0e7459374593b20b74fe22a0b57 is first bad commit
commit 959212304dfaf0e7459374593b20b74fe22a0b57
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Nov 20 21:14:10 2007 +0100
wined3d: Track vertex declaration changes on vertex shaders.
If an attribute has type D3DDECLTYPE_D3DCOLOR, the red and blue channels
are swizzled in the shader. Since the attribute is stored in the vertex
declaration and not the vertex shader, it can change by setting a new
vertex declaration. If this happens, we have to recompile the shader
with the swizzling of that specific attribute turned on or off.
:040000 040000 327661a4d0f8a02bdc18380084589c891b64af9c
e35a2bcbf9514e4f261d8b7a93dcb24c0b3c89a7 M dlls
The console output is all the time:
fixme:d3d_shader:IWineD3DVertexShaderImpl_CompileShader Vertexshader 0x2481888
recompiled more than 50 times
This patch (http://bugs.winehq.org/attachment.cgi?id=9337) doesn't help.
My System: Fedora7, Geforce 8800GTS, Driver 100.14.23.
--
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=11072
Summary: Gun Metal thinks POV2 Up is permanently set
Product: Wine
Version: 0.9.52.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shacklein(a)gmail.com
Created an attachment (id=10091)
--> (http://bugs.winehq.org/attachment.cgi?id=10091)
GunMetal demo v1.14, WINEDEBUG=+dinput, wine 0.9.52
Tested with Gun Metal full version 1.09.1.1, Gun Metal demo 1.01 and 1.14. Same
behaviour all-round.
When trying to set controls with a gamepad, Gun Metal picks up POV2 as pointing
up. My controller is PlayStation 2 style and has: X, Y, Z, Rz, POV1 and 12
buttons. The driver used is evdev (joystick_linuxinput.c), since Gun Metal
doesn't seem to detect joydev (joystick_linux.c) devices.
My theory is that at some point (I don't know where), the value for POV2, and
possibly POV3 and POV4, is getting set to 0 instead of -1. I haven't been able
to test this with other programs/games because they correctly detect that there
is only one POV.
Note that if you want to run even the demo of Gun Metal, you need native
quartz.dll, and I've had more luck getting the game to run when using
WINEDEBUG=+relay.
--
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=11507
Summary: Resource files in nwn2 dm toolkit do not get loaded
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cngnome(a)gmail.com
This is dotnet fw 2 program.
Starting program gives these errors:
fixme:process:IsWow64Process (0xffffffff 0x34f8dc) stub!
fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported
err:ole:CoGetObjectContext apartment not initialised
fixme:shell:URL_ParseUrl failed to parse L"msvcm80"
fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"NWN2Toolset"
fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
fixme:shell:URL_ParseUrl failed to parse L"OEIShared"
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
fixme:shell:URL_ParseUrl failed to parse L"Accessibility"
fixme:shell:URL_ParseUrl failed to parse L"DotNetMagic2005"
fixme:win:EnumDisplayDevicesW ((null),0,0x7cf07fcc,0x00000000), 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=9771
Summary: Steam Friends doesn't work
Product: Wine
Version: 0.9.45.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P5
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xoxion(a)gmail.com
Steam Friends doesn't work.
When I type a message nothing pops up.
When I close the chat screen steam will say the message is send...
But my friends ain't receiving it!
System:
Dell Dimension E521
AMD Athlon X2 4000+ (64-bit)
Ubuntu Feisty AMD64
--
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=10563
Summary: Wine 64-bit build error in ole32 on x86_64 GNU/Linux
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: devel.sjanki(a)gmail.com
Created an attachment (id=9325)
--> (http://bugs.winehq.org/attachment.cgi?id=9325)
Build error message
I'm getting this error building 64-bit Wine on x86_64 on Bluewhite64 Linux
12.0:
irot_c.c:638:2: error: #error Invalid build platform for this stub.
--
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=11506
Summary: Poor performance in
d3d_surface:fb_copy_to_texture_direct
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cngnome(a)gmail.com
This is dotnet fw 2 program.
When I create an area, the program draws a graphical area and everything else
on the window becomes black, including menu's and buttons. If I move cursor
over items, they clip nicely so they are there and useable, but for some reason
black. If I click picture and menu's, there is significant lag on switching
them. The following error is displayed on this:
d3d:getColorBits Unsupported format: WINED3DFMT_R32F
err:d3d:IWineD3DImpl_IsPixelFormatCompatibleWithRenderFmt Unable to check
compatibility for Format=WINED3DFMT_R32F
err:d3d:IWineD3DSwapChainImpl_Present Cannot change the destination window of
the owner of the primary context
fixme:d3d_surface:fb_copy_to_texture_direct Doing a pixel by pixel copy from
the framebuffer to a texture, expect major performance issues
err:d3d_surface:fb_copy_to_texture_direct Texture filtering not supported in
direct blit
--
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=10831
Summary: Guild Wars: "Observe" menu does not display additional
information about selected game
Product: Wine
Version: 0.9.51.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P5
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoppq(a)mbnet.fi
Created an attachment (id=9698)
--> (http://bugs.winehq.org/attachment.cgi?id=9698)
Working Observe menu shot (Cedega)
The Observe menu allows to observe past PvP matches. When a game is selected,
it should show at the bottom the tabards/flags of the teams, the map being
played on and when the game was played. This display is completely missing when
playing with Wine. Attached is a working menu shot (from Cedega) to show what
it SHOULD look like.
I do not know why it is not displaying it (or what wine component this should
be filed under, wine-net was a pure guess). From the looks of it there is no
apparent display glitch (a Wine user who has never seen GW on Windows or Cedega
wouldn't necessarily know there is anything missing, hence the attached shot to
show what should be there). It seems more like GW is deciding not to display
it, which might be due to missing data (problem with networking?) or some other
issue.
--
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=10900
Summary: database corrupted when download with Troopmaster DOTNET
Product: Wine
Version: 0.9.51.
Platform: PC-x86-64
URL: http://www.troopmaster.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: timgelvin(a)gmail.com
When using the Troopmaster DOTNET feature, I unlock the database to download
the current database from Troopmaster's server to install on my computer. It
even acts like this was done successfully, so I click on the icon for scout
management and the entire program closes. But when clicking the icon for adult
management everything is fine until I switch to a different adult database. So
I'm thinking whatever got downloaded got corrupted.
--
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=11682
Summary: [wine-0.9.44] [Origin 7.0] crash when I'm trying to save
a project
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ruppertus(a)o2.pl
Created an attachment (id=10895)
--> (http://bugs.winehq.org/attachment.cgi?id=10895)
Log from a console
I use wine 0.9.44 from debian lenny/testing distribution. I've installed Origin
7.0220 (B220). It works quite good but when I'm try to save a project.
Can you check it, please?
Robert
--
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=10837
Summary: DirectDrawRenderer opengl ATI: screen flickers,
partially updates
Product: Wine
Version: 0.9.51.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nospam(a)thenerdshow.com
Created an attachment (id=9716)
--> (http://bugs.winehq.org/attachment.cgi?id=9716)
screenshot
When setting DirectDrawRenderer to opengl the screen flickers and partially
updates, making graphics look bad.
Apps affected: All games exported from windows version of Blender 2.45.
Hardware affected: ATI R200
Hardware not affected: Nvidia 6800, others?
Steps to reproduce: Install Blender 2.45 under wine (or in windows). Create a
very simple game and export to .exe format. Open up regedit and set
DirectDrawRenderer to opengl. Run the game under wine.
Result: Flickering, tearing, page flipping not updating, See attachment
Workaround: Set DirectDrawRenderer to gdi
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.