http://bugs.winehq.org/show_bug.cgi?id=14114
Summary: Problem with Photoshop
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: naftali.a.santos(a)gmail.com
After complete install it runs quite well. But by the second time on it gives
me a message saying that there was a problem with the system, and the problem
is unrecoverable. Attached follows the screen shot of the 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=13954
Summary: Only top half of screen visible
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: michael(a)araneidae.co.uk
Created an attachment (id=14107)
--> (http://bugs.winehq.org/attachment.cgi?id=14107)
In game menu with only half of screen covered.
For this bug report I'll concentrate on Thief (The Dark Project), but I'm
seeing this problem in a lot of places. In brief, only the top half of the
screen is visible in certain graphical modes.
In more detail: Thief seems to use four different graphical modes, each with
different behaviour.
1. The first mode, used for the menu screens on entry to the game, work
normally. I'm doing this test with a wine virtual desktop at 640x480
resolution (and my real desktop is 1280x1024).
2. On entry to the game it uses hardware 3d graphics that runs very slowly.
This seems to be a known problem with Thief, though I can't see a bug report
for this.
3. Hitting ESC brings up the in-game menu which normally replaces the entire
display; in this report only just under the top half the screen is visible.
Fortunately I can see just enough of the configuration menu to select software
3d graphics.
4. Software 3d graphics used to work tolerably (in a somewhat earlier release,
maybe 0.9.59?), but now I see only the top quarter or less of the screen!
I'll try and attach some screenshots to illustrate this. Um -- how am I
supposed to add more than one screenshot in this message? I've attached an
example for case (3).
This is with Wine 1.0-rc5 built from git, but I've been seeing this problem for
a while now.
--
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=16212
Summary: http://www.winehq.org/site/images/shots/full/wine_1.png
Product: WineHQ.org
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vladimiroski(a)gmail.com
Full size Screenshots do not exist anymore, but thumbnails are still showed in
the main page.
A page with a 404 error is displayed instead when you click a thumbnail.
Besides it, a funny error is displayed about where to report the bug, in the
404 error page it says that you should report the bug to the following url:
http://bugs.winehq.org/enter_bug.cgi?product=WineHQ.com
WineHQ.com? sure... :)
--
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=16778
Summary: « News » link in winehq's French home page leads to
an error
Product: WineHQ.org
Version: unspecified
Platform: Other
URL: http://www.winehq.org/news/
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan(a)ernstfamily.ch
Clicking on "Nouvelles" (News) in winehq's French home page, leads to an error
:
"500 News not found!"
--
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=15419
Summary: Test Data reports should include wine stable versions
(i.e. 1.0, 1.2...) and not just recent betas
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: milest3g(a)gmail.com
For AppDB test data to be usefull to users, and since we know have stable wine
releases, "Add Test Data" page should list wine 1.0 as a Tested release, and
not just list 1.1.0 to 1.1.5 (for example), since corporate users and users
looking for stability will be sticking to 1.0 for a long time.
It should be the same for future stable releases like 1.2 - but those should
not supersede 1.0 since some users/distributions might keep 1.0 for a long
time.
--
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=16941
Summary: interrupts cause nested trace output
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
The winmm periodic timer interrupt (used e.g. by the dsound PCM player) causes
confusion in wine's debug log. I believe every line in the log should be output
atomically. This is not the case and makes the log harder to analyse.
Please search your traces using the following regexp
.[0-9]{4}:[a-zCR]
to find sections where one thread manages to interrupt another one amid a log
line.
In my case, all such occurrences are caused by one thread, identified as
follows:
0019:trace:mmtime:TIME_MMSysTimeThread Starting main winmm thread
Here's a sample where the main thread's (0009) logline is interrupted by the
timer's thread (0019) trace output:
0009: get_handle_fd(0019:Call KERNEL32.GetTickCount()
0019:Ret KERNEL32.GetTickCount()
0019:trace:dsound:DSOUND_timer (1,0,0x1fbbb0,0x0,0x0)
0019:[many lines omitted]
handle=00a4 ) <- This is the remains of the trace output
from the interrupted thread (0009)
0009: *fd* 00a4 -> 83
Here's another example, involving a redispatch to thread 0018:
001e0019:Call KERNEL32.GetTickCount()
0019:Ret KERNEL32.GetTickCount() ...
0019: [many lines omitted]
: create_key() = 0 { hkey=0020, created=0 }
^^^^ remains from thread 001e
0018: get_new_process_info( info=0038 )
0018: select() = PENDING { timeout=infinite, ...
001e:trace:reg:NtCreateKey <- 0x20
The interruptor's pattern is always the same:
- 2x GetTickCount()
- trace:dsound:DSOUND_timer
- dsound perform mix etc.
Looking at libs/wine/debug.c:default_dbg_vlog() I see no obvious mechanism to
ensure atomic output, while and dlls/ntdll/debugtools.c:NTDLL_dbg_vlog() might
have the machinery given a temporary output buffer and a single call to
write().
--
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=16469
Summary: Favicon is too large and trimmed by web browsers
Product: WineHQ.org
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andriusmao(a)gmail.com
winehq.org has a too large favicon, both chrome and firefox do not display the
entire icon, I believe that's not intentional as
http://www.winehq.org/favicon.ico seems different ( this link do not work in
firefox, but ok in chrome)
--
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=16468
Summary: Freelancer renders huge fonts sizes
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kai(a)kaishome.de
My resolution is set to 1600x1200 which computes to 126dpi on my monitor. In
Xorg this is fine, programs render nice. But it's common knowledge that most
windows programs look ugly or render unusable dialogs when the font resolution
is set other than 96dpi. So in winecfg I set it to 96 dpi and all windows
programs I try render correctly (with tiny fonts however - but that's okay for
a windows program ;-)).
But it looks like either wine doesn't respect that when rendering Freelancers
fonts or it renders font sizes wrong on opengl surfaces independent of dpi
settings.
In Freelancer there are overlapping texts in almost any dialog (attaching an
example screenshot). The buy screen is almost unusable.
Maybe it's related: In some dialogs (eg. mission briefings) I find something
that looks like html code and I suppose it comes from the dialogs utilizing rtf
code to do the formatting. Some rtf tags are ignored by wine and rendered plain
text - so formatting isn't really working. Maybe this relates to the incorrect
font sizes...
--
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=16425
Summary: Starmoney 6.0 installation hangs and programm don't work
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dgersching(a)web.de
Installationscript linux_setup.sh from starmoney 6.0 linuxversion hangs after
IE6 has been installed. Also the installed programm with wine 1.1.8 don't work
with wine 1.1.10.
Kind regards
Detlef
--
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=16395
Summary: winetest should recover if it somehow brings down the OS
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
It seems the ddraw:d3d tests cause my machine to reboot. While it would be nice
to fix them or skip that test somehow, this shouldn't stop me from running the
test suite. Winetest should be able to resume the tests where it left off when
the machine starts again and make a note that a particular test apparently
brought down the system.
Windows has an API for this sort of thing:
http://msdn.microsoft.com/en-us/library/cc948909(VS.85).aspx
--
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=13845
Summary: Paint Shop Pro X (PSP10) pagefaults immediately after
splashscreen
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
Created an attachment (id=13902)
--> (http://bugs.winehq.org/attachment.cgi?id=13902)
PSP10 Pagefault
The application installs fine but when you try to run it it will display the
splashscreen and then pagefault out. 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=13770
Summary: GTA: Vice City, graphics missing/running poorly only
when game has focus
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bobgoat37(a)yahoo.com
It has been like this for the last couple of versions. While in the actual game
almost all of the graphics are gone except for maybe the background, headlights
things like that. Performance is also very bad, though the sound is alright.
What is strange is if focus is taken away the graphics return to normal and the
game performs fine. Another similar problem is in the cutscenes, which look and
sound alright but are extremely choppy. Take focus away and they run fine. Must
have something to do with the input handling I guess.
Using NVIDIA drivers 173.14.05 on kernel 2.6.25 in Gentoo.
--
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=12882
Summary: UpDownWindowProc & CoGetClassObject
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
URL: http://www.pl32.com/
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bart(a)neeneenee.de
Photoline 14.52 works with Wine 0.9.57 but has some bugs:
- the icon of the toolbars looks lousy
- the horizontal toolbars are to small
- some times the cursor is not visible when an image is opened and you try to
edit it
Besides a lot of "fixme fixme:font:GetCharacterPlacementW" at the application
start i'm getting these errors on the console window:
err:updown:UpDownWindowProc unknown msg 0407 wp=0000 lp=00000000
err:ole:CoGetClassObject class {a1f4e726-8cf1-11d1-bf92-0060081ed811} not
registered
The complete trace is available at:
http://www.neeneenee.de/wine_photoline1451.txt
I split the trace in different action:
* Application Start
* Open an image
* Edit the Preferences
* Opening an Photoshop PSD image
* Moving Toolbars
* Clicking throug different painting tools of the toolbox
--
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=10549
Summary: GetKeyNameText returns different text from Windows
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djq(a)kerridge.com
In our app we generate accelerator text using the virtual key code of the
accelerator key and a couple of shift flags. e.g. a menu item's text would say
something like 'Do Stuff CTRL+D'
Under Wine for certain keys which appear both on the left and right of the
keyboard, in this case Alt, Shift and Ctrl. The text returned is specific to
the left/right scan code. This differs from Windows.
So our menu item will read something like 'Do Stuff Control_L+D' which is a
little ugly and implies you have to use the left Ctrl key.
Code snippet:
TCHAR szText[64];
LONG lParam;
// MapVirtualKey returns the scan code for the left control key.
// Left shift for the call to GetKeyNameText
lParam = MapVirtualKey(VK_CONTROL, 0) << 16;
// The string returned by GetKeyNameText on Windows does not differentiate
// between right and left and is 'CTRL' or 'Ctrl' depending on the Windows
Version
// Under Wine it returns 'Control_L'
GetKeyNameText(lParam, szText, sizeof(szText)/sizeof(szText[0]));
--
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=9545
Summary: Extrude function crashes solidworks 2007
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis.bonnenfant(a)diderot.org
Create a new file,
draw a sketch ( a rectangle, for example )
select extrude function.
the application crashes, the windows remains displayed and inactive.
same behavior with surfacic extrusion.
This is the only 3D function with this behavior. revolve, loft, fillet,
chamfer, symmetry... are working correctly.
--
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=9288
Summary: Gecko fails to load page
Product: Wine
Version: 0.9.43.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)javadeveloper.eu
Created an attachment (id=7555)
--> (http://bugs.winehq.org/attachment.cgi?id=7555)
Trace from failed page load
when starting ArmedAssault for the first time the gecko engine displays "Please
wait while the page is loading..." and fails to load a valid page.
I've tried using ies4linux but that seems to have trouble connecting over an
ssl connection unless win98 mode is used. Using win98 mode is not an option as
the game requires win2k or higher.
Trace 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=16823
Summary: Notepad++: Safes invalid files with unicode encoding
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: belbono(a)gmx.de
This is present in all wine versions I've had so far (>=0.9.X).
Steps:
- create a file
- switch to unicode encoding
- write some text (maybe a simple java hello world and try to compile it)
- safe file
- open file with less
You'll wine added a first character (U+FEFF = BOM?). So e.g. sourcecode cannot
be compiled.
Using Unicode without BOM works, but there's still a newline as first character
in the file.
Sorry I'm not sure if this is really a Bug, all I can say is that compiling
should work even if using unicode encoding.
--
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=16415
Summary: 1C:Enterprise 8.1 on starting debugging session has
err:ntdll:RtlpWaitForCriticalSection wait timeout
Product: Wine
Version: 1.1.9
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=14182
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fragster(a)mail.ru
when we start debug session from 1c:enterprice 8.1 configurator it freezes and
1c:enterprice app freezes too... in console we have many messages like:
"err:ntdll:RtlpWaitForCriticalSection section 0x7741b880 "?" wait timed out in
thread 0009, blockd by 0021, retrying (60 sec)"...
if we start 1c:enterprice not from debugger - 1c:enterprice starts normally
this bug is appeared in 1.1.9, i'm not sure about 1.1.8 (i think, there is no
bug in 1.1.8)... now using 1.0 stable - no bug on starting, it freezes on
adding watch value in 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=16401
Summary: Problems with ignition
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sergio_andvar(a)yahoo.com
The transition into car and car when you are selecting one is fast (In Windows
is slower and it is better).
The bigger problem is the SLOW sound, in Windows XP the game (Video/Sound) Runs
Perfectly.
Distro: Ubuntu 8.04
Desktop Environment: GNOME 2.22
I Tried with a portable version
GBU
--
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=16382
Summary: Braille2000 incorrectly displayed text
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dale(a)archcape.com
Created an attachment (id=17700)
--> (http://bugs.winehq.org/attachment.cgi?id=17700)
screen shot 1024X768 resolution
See bug 16376 for additional details of this bug,
The program "braille2000" is used to transcribe braille. One text box
of "utility functions" should display a menu in columns. On my
testing under Ubuntu 8.04 with wine versions 1.1.7, 1.1.8, and 1.1.9
the text is overlapped.
I assumed that this would be the situation for all users, however
when describing the problem in bug 16376 I was informed that another
tester saw correct text "Proxy Settings" rather than the string "ttings"
which I observe.
I have included two screen shots which I captured using "import".
These are with resolution settings of 1024X768 and 1280x1024. These
screen captures were made with the "import" command and Ubuntu 8.04
running under VMware. Note that I observe the same text when running
native Ubunutu 8.04 at 1024x768 so VMware is not involved in this.
I can perform additional debugging with WINEDEBUG options if that
would be useful.
While the problem is minor for this program as the particular
feature is not critical, if the feature was of more importance
this display bug could be a more serious obstacle.
--
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=14442
Summary: wrong resolution in fullscreen mode
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: starmatz71(a)yahoo.de
The max screen resolution of my monitor seems not to be recognized correctly by
the game or wine, because the lower part of the graphic is outside of the
display. I have a widescreen lcd with a resolution of 1400x900 pixel but i
think wine try to use 1280x1024 as resolution and as the result of this the
lower part does not match into the screen...
Ihis issue starts in wine 1.1.1 after resolving the novideoplayback issue of
bug 8604. I think in videoplayback wine switch to the wrong resolution and
after this the rest of the game leave this wrong resolution active and it does
not fit into the screen. Perhaps this issue have something to do with bug 8604.
--
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=13741
Summary: Halo displays a different angle camera of the bottom
left of the screen on the top left
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
Created an attachment (id=13777)
--> (http://bugs.winehq.org/attachment.cgi?id=13777)
Screenshot of the alternate camera view
When in-game in Halo it displays a small copy of the bottom left section of the
screen on the top right, it isn't always there and disappears at certain
angles. Looking at my screenshot again, it seems like it's another camera
entirely as it's what I currently see, but from a different angle.
Screenshot attached to show more clearly what I'm referring to.
--
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=13681
Summary: Some programs can`t save their files
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lisovenko.s(a)gmail.com
Some programs can`t save their files
--
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.