http://bugs.winehq.org/show_bug.cgi?id=33238
Bug #: 33238
Summary: Dota 2 + Intel HD: Texture rendering issues
Product: Wine
Version: 1.5.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)bharr.is
Classification: Unclassified
Created attachment 43960
--> http://bugs.winehq.org/attachment.cgi?id=43960
Console log
As seen in attachment (top right - http://i.imgur.com/HVq2SNP.jpg), character
textures only render when in front of other models - invisible otherwise. As
this only happens with an Intel HD gfx (based on
http://appdb.winehq.org/objectManager.php?sClass=version&iId=24458), maybe this
is a driver issue?
I'm using Ubuntu 12.10
Tried with Wine versions 1.5.25 (Ubuntu ppa package) and 1.5.26 (built from
git). Kernel versions 3.7, 3.8 and 3.9 (from the intel driver git branches). X
drivers from xorg-edgers.
I've tried AlwaysOffscreen, StrictDrawOrdering and UseGLSL. And I've played
with all the options in driconf.
The only interesting things in the log are
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d_surface:surface_load_location Unimplemented copy from SFLAG_INSYSMEM
to SFLAG_INTEXTURE for depth/stencil buffers.
err:d3d_surface:surface_modify_location Surface 0xfe60e58 does not have any up
to date location.
--
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=30545
Bug #: 30545
Summary: Text not readable in Sims
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hendrik.knackstedt(a)t-online.de
Classification: Unclassified
Created attachment 39957
--> http://bugs.winehq.org/attachment.cgi?id=39957
Screenshot
I'm trying to run The Sims 3 on a laptop with a NVIDIA GeForce 9300M GS under
Ubuntu Precise 12.04 with Nouveau open source driver. Launcher and game start
without any problems. However, at the loading screen there is no text at all
and after loading is completed displayed text is unreadable (see attached
screenshot).
--
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=20476
Summary: configure uses GCC's keyword typeof
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yann(a)droneaud.fr
configure script uses typeof() which is a GCC extension not available in C99.
Running configure script with a C99 compliant compiler (eg gcc --std=c99)
reports errors about missing libs/features.
--
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=25403
Summary: Adobe Acrobat 10.0.0 Pro does not work
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rusivi2(a)gmail.com
Downstream bug may be found at:
https://bugs.launchpad.net/ubuntu/+source/wine1.2/+bug/684589
1) lsb_release -rd
Description: Ubuntu 10.10
Release: 10.10
2) apt-cache policy wine1.3
wine1.3:
Installed: 1.3.8-0ubuntu1~maverickppa1
Candidate: 1.3.8-0ubuntu1~maverickppa1
Version table:
*** 1.3.8-0ubuntu1~maverickppa1 0
500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ maverick/main i386
Packages
100 /var/lib/dpkg/status
3) What is expected to happen is Adobe Acrobat 10.0.0 Pro (Adobe Acrobat X Pro)
installs and works.
4) What happens instead is that it seemingly installs successfully but does not
run. Steps to reproduce:
Download file via:
https://www.adobe.com/cfusion/tdrc/index.cfm?product=acrobat_pro&loc=en&sdi…
Secondary click AcrobatPro_10_Web_WWEFD.exe, primary click Open With WINE
Windows Program Loader, choose Existing Files Skip, in the newly created
Desktop folder Adobe Acrobat X secondary click Setup.exe, primary click Open
With WINE Windows Program Loader, install the trial version, choose a Complete
Install, open the Terminal, change to directory:
~/.wine/drive_c/Program Files/Adobe/Acrobat 10.0/Acrobat
and type:
wine Acrobat.exe
(please see attached wine 1.3.8: wine Acrobat.exe.txt).
--
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=25428
Summary: Memory allocation issue when working with a PAE kernel
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iliverez(a)gmail.com
Created an attachment (id=32366)
--> (http://bugs.winehq.org/attachment.cgi?id=32366)
Memory allocation test program.
It seems that when using wine with A PAE kernel on a system with enough memory
to put PAE into effect (e.g. 5GB), the maximum limit of memory that an
application can allocate is about 1.5GB. Using the same kernels on the same
system but with 3GB, the limit is 2GB.
I have created a small test that allocates memory with a step of 64MB with a
maximum total allocated space of 2GB. Then I compiled it both with winegcc and
gcc.
On the 3GB RAM setup, I could reach the MAX value, both with the winegcc and
the gcc compiled executable
On the 5GB RAM setup, the winegcc version stopped at ~1.5, while the gcc
version reached the MAX value.
Kernels tested:
2.6.31.12-rt21-avlinux-realtime-pae-rev3
2.6.36-liquorix-avlinux-pae
Wine versions tested:
1.3.5, 1.3.7
Known applications affected by this issue:
NI Kontakt 4
--
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=25434
Summary: ChesseBase 9
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vinko.oblak(a)gmail.com
Hello,
I have new instalation Ubuntu 10.10(maverick), Kernel Linux 2.6.35-23-generic
Gnome 2.32.0 and 32-bit Wine 1.2.1 or 1.3.
The windows 32-bit aplication ChessBase Light 2009 crash down all the time
after few minute on the diferent computer based on Intel or AMD procesor.
Best regards,
Vinko
--
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=25460
Summary: Microsoft Office 2003: File->Properties dialog TAB
inserts tab symbol
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pleasenospam325(a)mail.ru
In Word/Excel File->Properties dialog.
When I type something in a text box and press TAB, the next text box becomes
active (as expected). But before that the tab symbol is inserted into the first
text box.
--
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=25473
Summary: Mount & Blade: Warband does not handle multiple
screens gracefully (resolution problem)
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brian(a)brianvuyk.com
I am running Linux Mint 10, and I am running a desktop with two monitors - a
1920x1080 on the left, and a 1280x1024 on the right, configured in a Twinview
configuration using Nvidia's tools.
This gives me a desktop resolution of 3200x1080.
When I start Mount and Blade: Warband (or the original Mount & Blade), the game
pops up in the left (1920x1080) monitor. I get a notification from the game at
the bottom left of the screen that says 'Multiple Screen mode enabled.'
However, the game picks up the 3200x1080 desktop resolution, and uses that on
the single 1920x1080 monitor it is displaying on. As a result, the actual game
output is displayed in a 60% wide (1920px/3200px) column in the center of the
monitor.
I can navigate to the video configuration settings, but the only resolution
available to the game is the 3200x1080 desktop resolution.
As a side note, the mouse seems to work with correct resolution - that is, when
I point the cursor over where a menu item *should* be, the menu item lights up,
while if I point the mouse cursor where the item displays with the corrupted
resolution, the menu item doesn't activate.
On Windows XP, this works as expected - the game displays on one monitor with
the correct resolution.
--
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.