http://bugs.winehq.org/show_bug.cgi?id=29850
Bug #: 29850
Summary: Scilab does not display Chinese
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download Scilab installer
http://www.scilab.org/download/5.3.2/scilab-5.3.2.exe
2. make sure "WenQuanYi Micro Hei" is installed. wqy-microhei.ttc
3. setting Chinese font replacements.
;; wine.inf
HKCU, Software\Wine\Fonts\Replacements,"SimSun",,"WenQuanYi Micro Hei"
4. wineboot
5. install Scilab with LANG=zh_CN.utf8, select Chinese language for installing.
6. start Scilab:
$ wine WScilex.exe
Expect result:
Display Chinese
Actual result:
Chinese font is displayed as boxes, I can't find any workaround by overriding
FontLink registry.
Extra info:
- Chinese display correctly for the Scilab installer, but wrong for WScilex.exe
- It seems WScilex.exe does not use ExtTextOutW family function for output
characters. (But the installer use ExtTextOutW)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=8174
--- Comment #13 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Is this still an issue in Wine 1.7.45 or later?
--
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=30652
Bug #: 30652
Summary: Wrong TextOut font substitution under en_US locale
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hqm03ster(a)gmail.com
Classification: Unclassified
Created attachment 40125
--> http://bugs.winehq.org/attachment.cgi?id=40125
The screenshots, test code, and test font
The test program "tunihan.c" behaves differently on Windows and Wine (under
linux). When a Unicode string containing CJK characters is TextOut-ed using a
custom font, Wine font substitution isn't working properly like Windows does.
To reproduce:
1. Install the font "nkf11_magicum_texturae.ttf". The font can be downloaded
for free at:
http://hwm3.gyao.ne.jp/shiroi-niwatori/nkf11_magicum_texturae.zip
Windows standard CJK fonts NSimSun, PMingLiu, MS UI Gothic, Tahoma are also
required to completely reproduce the attached screenshots.
2. Compile attached tunihan.c using MinGW on Windows with command line:
gcc -otunihan.exe tunihan.c -lgdi32
3. Run the generated tunihan.exe under Windows, with global non-Unicode program
locale set to English (US). Attached screenshot "enUS-windows.png" should be
reproduced.
4. Copy/link all Windows fonts into Wine.
5. Run the generated tunihan.exe under Wine using command line:
LANG=en_US.utf8 wine tunihan.exe
Attacehed screenshot "enUS-linux.png" should be reproduced.
Test environment:
Windows: A Chinese Edition of Windows 7 with global non-Unicode program locale
set to English (US).
Wine: Wine 1.5.4 on Arch Linux 3.3.5, with all windows fonts symlinked into
"C:\windows\Fonts" in Wine.
Notes:
A. The attached font, "nkf11_magicum_texturae.ttf", is an incomplete fictional
glyph set for ASCII characters. It is chosen as a test font because it is
missing glyphs for a number of ASCII symbols (e.g. '[', ']'), is clearly
distinguishable from any potential substitution font, and is clearly not a
Windows standard font.
B. This behavior can't be reproduced using AppLocale. The Windows machine must
have its global non-Unicode program locale set to English (US).
C. tunihan.c writes 7 lines of texts to a Window:
Line 1: A line of ASCII/CJK characters in a Simplified Chinese font
Line 2: A line of ASCII/CJK characters in a Traditional Chinese font
Line 3: A line of ASCII/CJK characters in a Japanese font
Line 4: A line of ASCII/CJK characters in the test font
Line 5: A line of ASCII characters in the test font, using TextOutW
Line 6: A line of ASCII characters in the test font, using TextOutA
Line 7: A line of ASCII/CJK characters in Tahoma
In line 4, Windows is providing font substitution for the test font through a
Japanese substitution font (deduced from unified Han character shape), thus
displaying all ASCII/CJK characters correctly, despite that there isn't such a
rule defined in the registry. Wine failed to do the same.
On the other hand, Windows doesn't provide the same font substitution if a
completely-ASCII string is TextOut-ed.
The CJK characters are chosen to include both unified Han characters with a
different shape in each font and non-unified characters for each individual
font.
Implications:
1. This bug may be related to a few weird CJK script rendering problems.
2. This bug may be related to a few western font rendering problems when CJK
fonts are installed.
3. I'm not sure if the issue is even CJK related. Windows could be using
similar font substitution for other scripts like Hebrew.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=3507
--- Comment #15 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Probably unchanged.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=3680
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #13 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Let's say that it is...
--
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.
https://bugs.winehq.org/show_bug.cgi?id=4291
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--- Comment #25 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Is this still an issue in Wine 1.7.45 or later?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=3845
--- Comment #15 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Is this still an issue in Wine 1.7.45 or later?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=8183
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |ABANDONED
--- Comment #5 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Abandoned
--
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.
https://bugs.winehq.org/show_bug.cgi?id=8532
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
Version|unspecified |0.9.53.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=2624
--- Comment #31 from Artem S. Tashkinov <t.artem(a)mailcity.com> ---
(In reply to Ken Sharp from comment #30)
> Is this still an issue in Wine 1.7.45 or later?
Yep.
--
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=14085
Summary: an importlib for multiple dlls is not supported
(avicap32 + avifil32 + msvfw32 => vfw32)
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
The Wine build-env does not support a single importlib for multiple dlls.
Microsoft use this for vfw32.lib (avicap32.dll + avifil32.dll + msvfw32.dll)
According to julliard on IRC, the needed magic in winebuild is the Problem.
The importlib vfw32 is needed for the Wine testsuite:
http://www.winehq.org/pipermail/wine-patches/2008-June/056310.html
--
By by ... 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=20390
Summary: chromium ipc_tests.exe hangs sometimes on
IPCSyncChannelTest.Multiple
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
wine ipc_tests.exe --gtest_filter=IPCSyncChannelTest.Multiple
hung on the second run here on wine, but didn't hang in the eight runs I did on
Windows.
Source for the test is at
http://src.chromium.org/viewvc/chrome/trunk/src/ipc/ipc_sync_channel_unitte…
though it uses a bunch of classes and will be hard to extract.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=2624
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |source
--
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.
https://bugs.winehq.org/show_bug.cgi?id=2624
--- Comment #30 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Is this still an issue in Wine 1.7.45 or later?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=4510
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?, source
--- Comment #20 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Is this still an issue in Wine 1.7.45 or later / WONTFIX?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=8226
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |source
--- Comment #15 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Is this still an issue in Wine 1.7.45 or later?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=4785
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--- Comment #12 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Is this still an issue in Wine 1.7.45 or later?
--
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=21035
Summary: Desktop sounds integration missing
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atari(a)gabo.pl
WINE does not play 'system sounds' on events (show messagebox, etc.).
WINE should map Windows sound events to XDG Sound Theme and Naming
Specifications (http://freedesktop.org/wiki/Specifications/sound-theme-spec).
It could be implemented using libcanberra
(http://0pointer.de/lennart/projects/libcanberra/)
--
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=18089
Summary: import_dll should check SharedDLLs
Product: Wine
Version: 1.1.19
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tarasov.igor(a)gmail.com
import_dll should lookup in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDlls for
matching library, if it can't find it anywhere else.
Here's how I came to this: there are lots of programs that don't start in wine
unless you do special tricks, such as copying dlls to folder where the .exe
resides or to system32, or something else. If you search the bugzilla for
import_dll, you'll find a lot of bugs having this kind of errors:
err:module:import_dll Library something.dll not found
Mostly, questions arise as if software has installed correctly or something
else. But, I've made a test, installing it in windows, and launching directly,
that is without specifying "start in" parameter (as it would with .lnk files).
And in windows it works perfectly.
So, I've exported the registry from XP box and compared it to identical
installation in wine. The only mentions of dlls in question are in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDlls
Google says, that this registry node is supposed only to track if installed
libraries are used by any installed application or not.
But it seems, that in windows, ntdll looks up into this registry part in order
to try to find where the libraries in question are located.
This would fix quite a lot of problems.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=7198
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |imwellcushtymelike(a)gmail.co
| |m
--- Comment #9 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Still an issue in Wine 1.7.18. Cannot test later right at this moment in time.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=27888
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--- Comment #4 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Is this still an issue in Wine 1.7.45 or later?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=7695
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--- Comment #20 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Is this still an issue in Wine 1.7.45 or later?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=7007
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--- Comment #16 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Is this still an issue in Wine 1.7.45 or later?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37469
Bug ID: 37469
Summary: I am trying to play Nosgoth but it says that setup.exe
has encountered a serious problem and it does not let
me play?
Product: Wine
Version: 1.7.29
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spencer_coulter(a)icloud.com
Created attachment 49846
--> https://bugs.winehq.org/attachment.cgi?id=49846
This is the Setup.exe saved as
I am trying to play Nosgoth but it says that setup.exe has encountered a
serious problem and it does not let me play?
--
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=30175
Bug #: 30175
Summary: Ported Need For Speed World and it freezes after a
race
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mhaffelfinger(a)yahoo.com
Classification: Unclassified
In winetricks to play the game I use Directx9, ie8, glsl=enabled, dotnet20
(later replaced with dotnet40), and when i start the game the launcher works
fine and it loads easily. I start a race and the game runs fine but after i get
my rewards the game will freeze. I still hear sound but the game is
unresponsive.
Im running mac osx 10.6.8
i will supply a log when i get the 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=26616
Summary: Need for Speed Shift 2 installer "assertion failed in
.\wcautil.cpp, 89"
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Towards the end (after 15 minutes) the installer pops up a window
titled "Debug Assert Message" with body "assertion failed in .\wcautil.cpp, 89"
Clicking Ignore seems to let the installer continue.
--
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=36446
Bug ID: 36446
Summary: Windows/System32/explorer.exe crash
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dyvazar(a)numericable.fr
Created attachment 48476
--> http://bugs.winehq.org/attachment.cgi?id=48476
details crash
>From Metatrader 4 b646 Fxpro
when i use the menu: File -> Open Data Folder
i get that crash; but if i right click on explorer.exe (from the file manager)
to open it with wine, then there is no trouble.
--
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=33916
Bug #: 33916
Summary: Strange work around for infinite loading screen in
witcher 2 using ctrl+alt+F1
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eliad.kimhy(a)gmail.com
Classification: Unclassified
Hi,
I'm using ubuntu 13.04, and the Witcher 2 GOG Enhanced Edition game was
installed using playonlinux, but this issue is probably relevant to all other
versions of the game. My hardware is very old, a core 2 duo and a geforce
8400GS, but the issue is related to software, as others are reporting it
regardless of hardware.
Infinite loading screen- a situation in which the game "loads" for a very long
time (over 10 minutes) or an infinite time (over 20 minutes observed), without
showing signs of crashing or otherwise bad behavior.
Upon trying to quit this infinite loading screen (by using ctrl + alt +
backspace) my finger missed and I ended up pressing F12! Lo and behold the
screen went to console (or whatever that limbo zone might be called), and the
game started running in the background! I immediately started switching alt +
Fn 'till I found alt + F7 and the game was working!
Now every time I play the game I press ctrl + alt + F1 whenever it starts
loading.
The game now loads within 20 seconds (!!!), a huge difference. There's
obviously some sort of bug here, and I wonder why switching to console releases
the loading screen. Could be solvable, and it could be an issue that affects
other areas of the game as well, so it might be worth figuring out.
Anyway, for all of you who get stuck at the loading screen, the game is now
playable.
--
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=33773
Bug #: 33773
Summary: EVE Online hangs on focus restore with latest X.Org
Product: Wine
Version: 1.5.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vorot93(a)yandex.ru
Classification: Unclassified
Sometimes when I restore focus EVE Online visuals hang. That is, I see the
cursor but can't see anything of the game, just what I had before focus
restore.
Problem is present in latest X.Org git crack (xorg-edgers PPA) and not in
packaged Stack.
Using Ubuntu 13.10 Saucy Salamander x86-64
--
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=35443
Bug ID: 35443
Summary: the witcher 1 on intel haswell 5200 iris pro
Product: Wine
Version: 1.7.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thenewwes123999(a)yahoo.com
Classification: Unclassified
Created attachment 47307
--> http://bugs.winehq.org/attachment.cgi?id=47307
the witcher 1 on intel haswell 5200 iris pro
the witcher 1 on intel haswell 5200 iris pro
seems to still be running out of ram or something, i have been using the
following command witch seems to make haswell iris pro 5200 work correctly
IE--out of memory erros,1920x1080 resolution would not work without this
"REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"VideoMemorySize"="8000 Mb"
"
the above was needed to make "oblivion, skyrim, dishonerd" load and run
correctly,
the witcher beetween loading areas and cut scenes still seems to run out of
memory.the screen will start to have black areas with missing graphics and then
within 5 minuets it will crash,sometimes i can play 2 hours before a crash.
--
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=32891
Bug #: 32891
Summary: Counter-Strike : Global Offensive/Portal 2: Slowdowns
after map loading/editing settings.
Product: Wine
Version: 1.5.22
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: creepus0(a)creepus.org
Classification: Unclassified
In Counter-Strike: Global Offensive and Portal 2, changing maps (or completing
a test chamber in Portal 2) results in a severe slowdown. There are no errors
in the developer console. There aren't any other Wine error/debug messages in
the erminal window apart from the occasional WSAServiceLookupBegin error when
Steam starts.
--
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=35642
Bug ID: 35642
Summary: Equation editor 3.0 does not work with power point
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xluigi84(a)hotmail.it
I'm using wine 1.7.13 for Microsoft PowerPoint 2007 (but older version are also
affected (for sure 1.2.3). The wine version is 32bit.
>From Object-> Math Equation 3.0 the window show up, I can write the equation
but when I close it the object is empty as it was not saved.
I'm already using riched20 and usp10 as native.
Any suggestion to fix it? Let me know if you need more information or debug
logs.
Thanks!
--
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=29105
Bug #: 29105
Summary: Stutter during file loading using DirectX
Product: Wine
Version: 1.3.32
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roy(a)marples.name
Classification: Unclassified
When things load using the DirectX renderer, the on screen display stutters. As
in there is a noticeable stop and then continues.
This is heavily evident in Starcraft and World of Warcraft.
I think this is a bug with the DirectX component as when using the OpenGL
renderer for warcraft (ie, effectively bypassing DirectX emulation) there is no
stutter. The same amount of disk activity occurs though, which suggests that
something in the DirectX emulation is blocking the thread.
If this could be fixed then it will probably improve the performance of many
games.
There's probably a duplicate bug about this, but I couldn't find anything and I
cannot really provide anything more technical.
--
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=33135
Bug #: 33135
Summary: SWTOR freezes after starting the process swtor.exe
Product: Wine
Version: 1.5.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: omazhary(a)hotmail.com
Classification: Unclassified
Created attachment 43831
--> http://bugs.winehq.org/attachment.cgi?id=43831
The terminal output.
After I run the launcher.exe and login, I hit play. This is when it crashes.
The splash screen appears and the icon in the bottom right moves a little, then
it freezes completely.
System Specs (just in case):
-- Ubuntu 12.04 LTS
-- nVidia GT550M
-- 4 GB RAM
-- Intel Core i5
Does anyone have any idea how to make it work? I followed these steps, although
they were for fedora, they made a lot of sense. I didn't use playOnLinux
however, I installed it in my default wine prefix.
I've attached the terminal output associated with the run attempt.
--
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=30178
Bug #: 30178
Summary: Starcraft II goes offline immediately after loging
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karaluh(a)karaluh.pl
Classification: Unclassified
As in summary. After starting SC II you get battle.net login window. Login is
succesfull, however right after loging in achievements get disabled and profile
information is unavailable, which means SC thinks I'm offline.
--
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=35777
Bug ID: 35777
Summary: Notepad++ explorer plugin: final character in file
names missing
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: e2136631(a)drdrb.com
Created attachment 47770
--> http://bugs.winehq.org/attachment.cgi?id=47770
notepad++ file explorer missing letter
Final letter in all file names in file list in Notepad++ Explorer plugin is
missing. In case of directories the enclosing bracket is missing, and if you
disable brackets in configuration, final letter in all directory names is
missing too.
--
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=35853
Bug ID: 35853
Summary: ACAD 2000 crashes
Product: Wine
Version: 1.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fourrivers_wi(a)yahoo.com
Created attachment 47869
--> http://bugs.winehq.org/attachment.cgi?id=47869
Dump info and acad version info.
ACAD 2000 crashes when attempting a Copy command. Also tried to do a Move
Command. Crashes. Did not want to spend rest of night testing all the other
commands.
Not a programer, just a savy user who wants to run acad2000 without issue.
Thanks.
--
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=35340
Bug ID: 35340
Summary: Ultima Online: Crashes During Login As Dialog Window
Size Changes
Product: Wine
Version: 1.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wordpoet(a)gmail.com
Classification: Unclassified
Created attachment 47142
--> http://bugs.winehq.org/attachment.cgi?id=47142
Ultima Online: Crash on Login
Ultima Online: Crashes During Login As Dialog Window Size Changes
The software loads but once the character is selected, the screen size changes
and the program crashes.
Running Wine through PlayOnLinux and CrossOver and both exit with the same
result.
Tried using various versions of Wine, including 1.7 without success. Note that
If the option, "Allow the Windows manager to control windows" is disabled then
the crash does not happen.
Currently using Ubuntu 12.04LTS
--
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=32212
Bug #: 32212
Summary: Mouse cursor not released from Blizzard based games
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kantlivelong(a)gmail.com
Classification: Unclassified
ALT+Tabbing and workspace switching doesn't work properly while playing Diablo
3, StarCraft 2, or World Of Warcraft. The game can be minimized/moved but the
cursor still shows as the games cursor and not X11. I am able to type in other
apps but clicking results in sending the click event to the game instead.
--
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=35647
Bug ID: 35647
Summary: Anno 2070 ubisoftgamelauncher.exe crash running from
steam
Product: Wine
Version: 1.7.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rohmux(a)gmail.com
Created attachment 47606
--> http://bugs.winehq.org/attachment.cgi?id=47606
Backtrace Ubisoft Game Launcher crash
I try running Anno 2070 Steam Edition
Did overwrite winhttp and crypt32, autopatcher seems to work.
I tried several ways (clean prefix, wine32, wine64) and different versions of
wine (1.7.2, 1.7.8, 1.7.12, 1.7.13)
Game always crashes on ubisoftgamelauncher.exe
Even on playonlinux it is listed as working, but it doesn't
Also see http://appdb.winehq.org/objectManager.php?sClass=version&iId=29925
--
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=35909
Bug ID: 35909
Summary: Need for speed most wanted 2012 doesn't work
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: emoxam(a)gmail.com
Created attachment 47955
--> http://bugs.winehq.org/attachment.cgi?id=47955
Log
I use wineskin to make a wrap, so after i created it it won't start - here's an
error log.
Thank you.
--
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=30530
Bug #: 30530
Summary: Byki language program crashes on startup
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabor.me(a)gmail.com
Classification: Unclassified
Created attachment 39940
--> http://bugs.winehq.org/attachment.cgi?id=39940
Debug output
I have installed the Byki language learning program from its CD with
Playonlinux. The installation went fine.
When I started the program, tried two times, it crashed immediately.
--
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=28434
Summary: Panzer Corps: Chrashes at "Quit to desktop"
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: slackers.mailbox(a)gmail.com
Wine 1.3.28 on Ubuntu 11.04 x86_64:
The application always chrashes when selecting (and confirming with "yes")
"Quit to desktop" from the ingame menu. Selecting "Exit" from the main menu
works fine, however. This is no serious error since ther is no data/game
progress lost and you want to quit the game anyway when selecting this option.
--
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=33665
Bug #: 33665
Summary: EVE Online: Slow text rendering
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: btbn(a)oromit.de
Classification: Unclassified
Rendering text is realy slow in EVE Online with wine.
This is most notable when the game renders the initial EULA/TOS(no idea if it
still does this with the new launcher, but running ExeFile.exe directly with a
fresh install should still display it), on Windows, the EULA is rendered
imediately, without any noticable delay.
On wine, it takes several minutes until it's done rendering the EULA. The
client does not freeze while it renders it, but you have to wait for the text
to appear, because you have to scroll down and accept the EULA.
Ingame there is no such large freeze, but the texts it renders are a lot
smaller. But activating the FPS meter(Ctrl+F) shows a short negative fps spike
each time something that renders notable ammounts of text happens, like opening
a new window, a long chat message, and so on.
This doesn't happen on windows, and it seems related to the realy slow text
rendering of the EULA.
There is nothing suspicous in the wine output that could explain the slow
rendering.
I tested this with wine 1.5.31 and the latest EVE client of today, and it still
happens there.
--
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=28781
Bug #: 28781
Summary: No sound come from DSound application
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elettronik(a)gmail.com
Classification: Unclassified
After the abandon of Jack audio driver I used snd-aloop module of alsa to make
a Loopback cards that connect to JAck server.
After rewrite of dsound to make use of mmdev api the Loopback card stop
working, even the real card, after stop jackd using that use it, work.
I tried to look at trace of dsound and alsa but seeem there's no clue on what
appen. Maybe could dsound only look first card of system or something like
this?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=8177
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #33 from Bruno Jesus <00cpxxx(a)gmail.com> ---
Closing abandoned bugs.
--
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=24778
Summary: No Audio and Extremely low framerate in NBA 2k11
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: illbashu(a)gmail.com
I'm getting an extremely low frame rate (less then 6) in NBA 2k11 and I'm
getting now sound. From what I've read people on windows have fixed the sound
prob by updating directx but that isn't really an option with wine...
--
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=33361
Bug #: 33361
Summary: Starcraft II sound overrun
Product: Wine
Version: 1.5.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scrimekiler(a)yahoo.fr
Classification: Unclassified
when I play Starcraft II with all sound enabled (music, voices, etc...) I have
huge lags and even sometimes some temporary freezes (like 10 seconds frozen)
while ingame but also while in menu.
I often get this message in my terminal output :
"ALSA lib pcm.c:7339:(snd_pcm_recover) overrun occurred"
--
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=35598
Bug ID: 35598
Summary: Rainbow Six Vegas 2 freezes at splash screen
Product: Wine
Version: 1.7.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: bwarren(a)yandex.com
Classification: Unclassified
Created attachment 47547
--> http://bugs.winehq.org/attachment.cgi?id=47547
Partial debug log of crash
Rainbow Six Vegas 2 freezes (not crash) as soon as the initial splash screen
appears, forcing the user to kill the process to return to the desktop. When
the splash screen appears, the intro sound plays for about half a second before
the process freezes. The game is launched through Steam with the Steam overlay
disabled. This may be a regression of bug number 8366
This defect was discovered using the following:
* AMD Radeon R7 260X using FGLRX driver version 14.1
* Kubuntu 13.10
* Play On Linux 4.2.1 with Wine 1.7.12
It's important to note that I tested this prior with a Radeon 6770 using the
open source ATI/Radeon driver and the game worked near flawlessly.
The only useful information in the log is:
err:ole:CoGetClassObject class {e2085f28-feb7-404a-b8e7-e659bdeaaa02} not
registered
err:ole:CoGetClassObject class {e2085f28-feb7-404a-b8e7-e659bdeaaa02} not
registered
err:ole:create_server class {e2085f28-feb7-404a-b8e7-e659bdeaaa02} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {e2085f28-feb7-404a-b8e7-e659bdeaaa02}
could be created for context 0x17
and perhaps:
fixme:d3d9:D3DPERF_SetOptions (0x1) : stub
fixme:dinput:IDirectInputDevice2WImpl_GetProperty DIPROP_VIDPID not implemented
fixme:dinput:IDirectInputDevice2WImpl_GetProperty DIPROP_VIDPID not implemented
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
--
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=18840
Summary: Empire Earth 2 LAN play looses synchonisation
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
URL: http://www.gamershell.com/download_8799.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dunerkahl(a)yahoo.de
Created an attachment (id=21647)
--> (http://bugs.winehq.org/attachment.cgi?id=21647)
standard console output by running a network game
By playing Empire Earth 2 over LAN, after a few minutes of gameplay an
errormessage appears that the client is out of sync, then the game stopps.
Always the wine based client looses synchronisation.
A multiplayer demo is available at
"http://www.gamershell.com/download_8799.shtml"
--
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.
https://bugs.winehq.org/show_bug.cgi?id=8997
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #59 from Bruno Jesus <00cpxxx(a)gmail.com> ---
Closing abandoned bugs.
--
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=32656
Bug #: 32656
Summary: make error in Mint 14: wtypes.idl:25: error: syntax
error
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ssewall(a)comcast.net
Classification: Unclassified
I'm using the packages installed from the build-deps of wine 1.5 from the
ubuntu PPA. I installed them over the 1.4 deps. The only thing ./configure
talks about is lack of libOSmesa and hal support. It seems some freebsd users
where getting this error in 1.1, but no one mentions a solution.
../tools/widl/widl -I. -I. -I../include -I../include -h -o activaut.h
activaut.idl
wtypes.idl:25: error: syntax error, unexpected aIDENTIFIER, expecting aSTRING
or aUUID
make[1]: *** [activaut.h] Error 1
make: *** [include] Error 2
--
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=30354
Bug #: 30354
Summary: HomeWorld 1.05 crashes after startup
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: akos(a)maroy.hu
Classification: Unclassified
Created attachment 39678
--> http://bugs.winehq.org/attachment.cgi?id=39678
windows backtrace screenshot
After installing HomeWorld 1.05, it crashes after showing the initial video
animations (Sierra & relic animations).
Please see a screenshot of the Windows backtrace, and the wine stdout output.
(one a side note: one can only get as far if Homeworld is run a window. if it
is allowed to run fullscreen, it ruins the whole X session, the only way out is
to killall -u username from a console)
--
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=36845
Bug ID: 36845
Summary: Tera Online launcher crashes
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: furyhamster(a)gmail.com
Created attachment 48932
--> http://bugs.winehq.org/attachment.cgi?id=48932
1st bactrace from when it instantly crashed
On wine 1.7.17 and 1.7.21, on a 32 and 64 bit prefix, the Tera Online launcher
crashes.
--
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=33977
Bug #: 33977
Summary: Supreme Commander 1.1.3280 crash on start, likely
something to do with graphics.
Product: Wine
Version: 1.6-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: artbot345(a)gmail.com
Classification: Unclassified
When I start the game from terminal I get:
p11-kit: couldn't load module: /usr/lib/pkcs11/p11-kit-trust.so:
/usr/lib/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file
or directory
p11-kit: couldn't load module: /usr/lib/pkcs11/gnome-keyring-pkcs11.so:
/usr/lib/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No
such file or directory
err:d3d:wined3d_dll_init VideoMemorySize is 0 but must be >0
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32fae0 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32f930 1 C) semi-stub
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_SETFILTERKEYS)
fixme:msvcrt:type_info_name_internal_method type_info_node parameter ignored
fixme:winediag:AUDDRV_GetAudioEndpoint Winepulse is not officially supported by
the wine project
fixme:winediag:AUDDRV_GetAudioEndpoint For sound related feedback and support,
please visit ubuntuforums.org/showthread.php?t=1960599
fixme:win:EnumDisplayDevicesW ((null),0,0x32f1a8,0x00000000), stub!
fixme:d3d:wined3d_debug_callback ctx 0xa4dd8b0, type 0x8251: "FBO incomplete:
no attachments [-1]\n".
fixme:win:EnumDisplayDevicesW ((null),0,0x32f1a8,0x00000000), stub!
Then it gives me:
Please verify video hardware meets minimum specifications.
Please ensure system has current video drivers.
--
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=32781
Bug #: 32781
Summary: EVE Online Anti Aliasing Option Can't Be Enabled
Product: Wine
Version: 1.5.22
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pwthomas95(a)satx.rr.com
Classification: Unclassified
When I click on the anti aliasing option box it only loads one option -
Disabled. I Have ran across a thread in the EVE forums that said to edit the
registry: HKCU -> Software -> Wine -> Direct3D -> Multisampling = enabled.
However I could not even find the Direct3D section.
--
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=33353
Bug #: 33353
Summary: Resizing of game window "distorts" rendered content
Product: Wine
Version: 1.5.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sven.koehler(a)gmail.com
Classification: Unclassified
For example, run Diablo 3 in windowed mode and resize the game window.
Under Windows 7, the game would adjust the viewport. With wine however, it
seems like the game renders as the same resolution and the window shows some
scaled version of the rendered image.
Basically I can't play Diablo 3 in windowed mode.
This also affects other games, I believe, such as Starcraft 2.
--
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=27973
Summary: Treeviews and listviews of the Starcraft 2 Editor
freeze very often for a few seconds.
Product: Wine
Version: 1.3.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florian(a)fkoeberle.de
The Stacraft 2 Editor is very inresponsive:
For example selecting an item in the top left tree view of the trigger editor
makes the editor freeze for 3 seconds until it becomes responsive again.
It doesn't matter how you select an item in the top left trigger view: Giving
the tree view focus, clicking with the mouse and using up and down arrows to
switch the currently selected item causes all a 3 second freeze. The left top
treeview is a very large but collapsed tree.
Other treeviews of the trigger editor show also a very bad performance.
Response times range from 1 to about 10 seconds. They seem to be depend on the
size of the tree.
The archive browser, which can be used to browse textures or models, takes
about a half minute (!) to open.
Switching to a differnt listview tab in the data editor can also take multiple
seconds. Selecting an item in a long list takes about 2-3 seconds.
Once you reduce the number of items displayed by the data editor by for example
filtering the performance increases and it becomes very responsive. Even the
treeview below the list is faster when the list above is smaller.
--
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=14904
Summary: Starcraft Battle.net & Window Manager
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: panos.laganakos(a)gmail.com
When you've enabled: "Allow the windows manager to control the windows"
battle.net won't let you connect, saying that it's unable to make out you
client version.
Disabling it works fine, though you can't alt+tab to other apps.
--
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=35961
Bug ID: 35961
Summary: shadow wolf mystries cursed wedding
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 45225198k(a)gmail.com
Created attachment 48058
--> http://bugs.winehq.org/attachment.cgi?id=48058
shadow wolf mystries error
error while playing shadow wolf mystries cursed wedding
--
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=32339
Bug #: 32339
Summary: Many textures are black in World of Tanks ||
err:d3d_surface:surface_upload_data
Product: Wine
Version: 1.5.18
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: surfing86(a)live.it
Classification: Unclassified
Many textures does not appear in the game World of tanks. They appear all
black.
In the console there is this error:
err:d3d_surface:surface_upload_data >>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500)
from glTexSubImage2D @ surface.c / 2382
No improvement with or without glsl-disable
Ubuntu 12.04 LTS 64bit
Wine vers. 1.5.18
ATI HD 4850
--
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=26190
Summary: Photoshop & Fireworks CS5
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zwicken(a)hotmail.com
The Text-Tools in Photoshop and Fireworks CS5 let the application crash.
--
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=26986
Summary: The Sims 3 blacks out the screen immediately when
starting.
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: open.jacob.a.brown(a)gmail.com
Created an attachment (id=34415)
--> (http://bugs.winehq.org/attachment.cgi?id=34415)
Output from terminal
Installed fine on Ubuntu 10.10 but the screen goes black when the game starts
and I can only exit the game by killing the process. I installed Directx 9.0c
and set the Options.ini file to use windowed mode with 800x600 1 resolution and
that didn't fix this. I have seen others with the same concern in the Wine
forum and in at least two other forums related to Ubuntu.
This was my third attempt at installing The Sims 3 on this system having used
Wine, Winetricks and Playonlinux.
My system is a Acer Aspire Timeline X laptop 4820T-7633. It has the bear
minimum hardware to run the game, but I have tested on WinXP and it ran fine.
--
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=32457
Bug #: 32457
Summary: Starcraft 2: An application has made an attempt to
load the C runtime library incorrectly.
Product: Wine
Version: 1.5.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debianuser4(a)gmail.com
Classification: Unclassified
This bug has been around since early August but there is still no fix for it.
The launcher opens properly but if you try to launch the game it crashes with
that error.
--
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=31804
Bug #: 31804
Summary: Distorted Korean font
Product: Wine
Version: 1.5.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: AleXoundOS(a)ya.ru
Classification: Unclassified
Created attachment 41844
--> http://bugs.winehq.org/attachment.cgi?id=41844
a screenshot of Korean text with block/bricks instead of Hangul syllables
StarCraft BroodWar shows Korean font like a complex of dots, bricks and blocks.
It is not empty boxes.
However other applications like regedit or notepad show Korean fonts correctly.
Tried batang.tff, gulim.ttf, hline.ttf with same result.
--
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=24558
Summary: Wine: Starcraft II - CPU freq. not running at max
performance
Product: Wine
Version: 1.3.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xinamius(a)gmail.com
CPU: AMD Phenon II X4 955
Ubuntu 10.10 64
In Starcraft 2 my framerate increases by 70-80% by setting "cpufreq-selector -g
performance". I haven't tested any other games.
--
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=33802
Bug #: 33802
Summary: Starcraft II: some textures are missing
Product: Wine
Version: 1.6-rc1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sven.koehler(a)gmail.com
Classification: Unclassified
When running Starcraft and starting a game, the following errors appear:
err:d3d:wined3d_debug_callback 0x7b3b960: "GL_INVALID_OPERATION in
glCompressedTexSubImage2D".
err:d3d_surface:surface_upload_data >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION
(0x502) from glCompressedTexSubImage2DARB @
/var/tmp/portage/app-emulation/wine-1.6_rc1/work/wine-1.6-rc1/dlls/wined3d/surface.c
/ 2337
I'm using nouveau graphics drivers (mesa 9.1.3). Also, libtxc_dxtn 1.0.1 to
enable S3TC. Still this error appears. There is no such error with nvidia's
binary drivers, but I'd like to run nouveau drivers.
Please clarify: is there anything wine could do? Or is this a driver bug that I
should report elsewhere?
If I need to report this elsewhere, I might need some additional information
about what is happening here (I'm a programmer but not an OpenGL expert).
--
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=21470
Summary: Starcraft gets slow when you select one and only one
overlord
Product: Wine
Version: 1.1.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wiebe(a)halfgaar.net
#14373 is reported fixed, but it's not.
Starcraft becomes very slow when you select certain units, most notably 1
overlord. When you select two overlords, it's not slow and when you select one
again it's ok as well. However, if you select something else and then an
overlord, it's slow again.
Problem exists with both GDI and OpenGL renderer, but it shows very severely
only with the GL renderer (whereas gameplay is superfluent otherwise in GL
mode). Most people, especially on modern hardware, might not notice the
slowness in GDI mode, but when you're a gamer and used to snappy response, it
becomes very difficult to "micro" with that slowness.
Points from the other bug:
- It doesn't have to do with the drawing complexity of the overlord, since you
can have a million in your view and more than 1 selected and works fine.
- The new patch of Starcraft introduced CPU throttling, which doesn't help.
- Selecting the default non GL renderer doesn't solve it, it hides it on very
fast machines. Machines faster than mine, anyway.
Hardware: Dual Core Athon X2 3800+ 2 GB memory.
Linux Distro: Gentoo Linux
--
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=34338
Bug #: 34338
Summary: System Shock 2 v2.42 randomly crashes frequently
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saleck(a)saleck.net
Classification: Unclassified
Created attachment 45706
--> http://bugs.winehq.org/attachment.cgi?id=45706
Crash #1 under Wine 1.7.0
I'm using System Shock 2 NewDark 2.42 and the game will constantly, and without
warning, crash.
I've used GOGs version, my own boxed version patched to v2.42, I've used a
variety of Wine versions, PlayOnLinux and normal Wine and changed many many
settings in the game around, on and off but this issue constantly persists to
make the game unplayable.
Intel i7 computer, Ubuntu 13.04, GeForce GTX 680
Asus Xonar D2 sound card
--
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=33816
Bug #: 33816
Summary: "Unhandled exception 0xc000000d" and a game installer
crashes
Product: Wine
Version: 1.5.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anonymous_temp_mail(a)yahoo.co.jp
Classification: Unclassified
Created attachment 44827
--> http://bugs.winehq.org/attachment.cgi?id=44827
The output after crash
When trying to install a game called "処女はお姉さまに恋してる 2人のエルダー", the installer
failed to start.
The output after crash and +relay log is also attached.
Any suggestion is welcome to debug the problem.
So should I install the debug info of wine try to find the reason?
--
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=35094
Bug #: 35094
Summary: the error of running Blade Soul
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mengya325400(a)hotmail.com
Classification: Unclassified
Created attachment 46815
--> http://bugs.winehq.org/attachment.cgi?id=46815
logs and back traces
trying to run Blade Soul,after Enter the account name,error
logs and back traces in the attachment
--
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=34714
Bug #: 34714
Summary: Can't activate Office 2010
Product: Wine
Version: 1.7.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gnomez.grave(a)gmail.com
Classification: Unclassified
Created attachment 46283
--> http://bugs.winehq.org/attachment.cgi?id=46283
Error Screenshot
I have installed Wine on Arch Linux x64 as a 32bit installation. And I have
installed Microsoft Office 2010 32bit as well. But when I try to activate it
using Internet, it says can't connect to Internet with the error number
0x80072f94. But when I run Internet Explorer, it can connect to Internet
without any problem. Can anyone help me fix it?
--
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=23584
Summary: FXCM FX Trading Station 1.08 freeze at launch
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.fxcm.co.uk/forex-software-download.jsp
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yleny(a)laposte.net
Created an attachment (id=29473)
--> (http://bugs.winehq.org/attachment.cgi?id=29473)
FXCM FX Trading Station launch log
I have downloaded the FXCM FX Trading Station (Forex client) at
http://download.fxcorporate.com/FXCM/FXTS2InstallFra.EXE.
I use Wine 1.2-rc6 on Mandriva Linux 2010.0.
I clean the /home/user/.wine folder.
I do :
#sh winetricks winxp
#sh winetricks msxml3
and when I launch the FXCM FX Trading Station sofware,
the program freeze during the launch.
I can pass the login step
I add launch log as an attachment.
--
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=32944
Bug #: 32944
Summary: Sony Vegas 8 problems
Product: Wine
Version: 1.5.23
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: levanchelidze(a)gmail.com
Classification: Unclassified
Created attachment 43504
--> http://bugs.winehq.org/attachment.cgi?id=43504
backtrace
This are the problems I encountered
I am using ubuntu 13.04 x64 alpha I installed dotnet 30 sp1 and visual studio
2005 redistributable
on wine 1.5.23 x32 vegas installed with no problem
But when I tried to run it, it crashed, but when I changed wine version to
1.3.37 it started without any problem after I would change it back to 1.5.23 it
started even better than on 1.3.37 but after I would restart the os 1.5.23
would not start it and I would have to start 1.3.37 all over again
I will attach a video to show the issue
--
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=35036
Bug #: 35036
Summary: wLauncher freezes StarCraft: Brood War in battle.net
Product: Wine
Version: 1.7.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: AleXoundOS(a)ya.ru
Classification: Unclassified
Created attachment 46704
--> http://bugs.winehq.org/attachment.cgi?id=46704
standard wine output
wLauncher is a launcher for StarCraft: Brood War, that is required to play
online on popular Korean servers (mostly Fish server). It includes special
plugins that are responsible for antihack, improved latency, etc.
The problem is that the game completely freezes after logging into battle.net
using the launcher (even without any plugins enabled). And after several
minutes the game crashes.
--
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=34685
Bug #: 34685
Summary: I.G.I. Project Slow
Product: Wine
Version: 1.2.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderstormpolska(a)o2.pl
Classification: Unclassified
Created attachment 46232
--> http://bugs.winehq.org/attachment.cgi?id=46232
IGI Project Log from Wine 1.7.1
Hello!
This is probably the "long" bug :P
In Version 1.7.1+ the Game is really slow [menu + game] (fps 15?)
In version 0.9.40 the Game is fast (probably normal FPS)
In Version 1.0.1 the Game is fast (it looks fast, but I think little slow than
0.9.40, but the game doesn't have FPS Counter)
In Version 1.2.3 the Game works slow (menu works fast, but a game is
unplayable)
I have log only from 1.7.1 (because it's normal wine, the rest is from
PlayOnLinux)
--
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=30481
Bug #: 30481
Summary: Blizzard Game Downloader Crashes W/Segfault...
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: JessePalser(a)GMail.com
Classification: Unclassified
Created attachment 39861
--> http://bugs.winehq.org/attachment.cgi?id=39861
Blizzard Downloader Crash Terminal Output
Running current WINE 1.5.2 on Linux Mint 12 KDE 64Bit. When I try to download
StarCraft 2 game using official Blizzard downloader program, after a few
minutes WINE 1.5.2 crashes with a segfault. Terminal output is 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=35934
Bug ID: 35934
Summary: crash
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: judypepper(a)yahoo.com
Created attachment 47990
--> http://bugs.winehq.org/attachment.cgi?id=47990
Back Trace
Microsoft Money 2007 crashes seconds after opening.
--
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=35969
Bug ID: 35969
Summary: Microsoft Powerpoint 2007 crashes at start
Product: Wine
Version: 1.7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: grave_123(a)riseup.net
Created attachment 48078
--> http://bugs.winehq.org/attachment.cgi?id=48078
Log of last run
Whenever I execute Powerpoint 2007, it immediately crashes before the splash
screen even appears.
Wine: 1.7.15
OS: Ubuntu GNU/Linux 13.10
Arch: x86_64
--
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=31818
Bug #: 31818
Summary: smooth scroll in notepad++
Product: Wine
Version: 1.5.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: icegood1980(a)gmail.com
Classification: Unclassified
If one press key up/down without release, application doesn't scroll and after
release application scrolls for distance depended on press time. While under
windows no accumulation while pressing present. Instead just smooth scrolling
for small distance for each press event.
--
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=27867
Summary: StarCraft 1 failed to run mouse pointer under Lion
Product: Wine
Version: 1.3.24
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ak(a)axet.ru
Unable to use mouse under Wine/Starcraft1/OSX Lion. Mouse pointer running on
screen with light speed and seems only in diagonal direction from upper left to
bottom right...
--
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=30742
Bug #: 30742
Summary: SmartHeap Library reports MEM_BAD_POINTER using
DraftSight
Product: Wine
Version: 1.5.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: v_mil(a)ukr.net
Classification: Unclassified
Created attachment 40257
--> http://bugs.winehq.org/attachment.cgi?id=40257
Creating new clean Wine directory. Installing and automatically running
DraftSight
In Ubuntu 12.04 x86-64.
I use different versions (including current) of DraftSight on WineHQ x86
(versions from 3 to 4) on Ubuntu 11.04 x64 on multiple PCs
without any problems! The .wine folder by default doesn't have "Program
Files(x86)" folder
See
http://appdb.winehq.org/objectManager.php?sClass=application&iId=11827
But in Ubuntu 12.04 x64 I try different versions of DraftSight with Wine 4 and
Wine 5 (both x64 with "Program Files(x86)" by default) with the same crush:
SmartHeapLibrary - MEM_BAD_POINTER
I press OK, OK ... OK and the window opens. But no response to any click or
key. To close it I must restart Ubuntu.
To reproduce this bug
1. Download DraftSight.exe from direct link:
http://www.draftsight.com/download-windows
2. Copy it to Wine's drive c or any subdirectory of it. If the path is very
long or contains any localized characters the installation process crashes. For
example, I can not start it from "~/Завантаження".
3. Run it on wine x64 (on x86 it works successfully) at Ubuntu 12.04 and
complete install. It is necessary to press Options on first dialogue.
4. Try to start it. This step usually performs automatically after
installation.
I try two versions of WineHQ: Stable 1.4 and latest 1.5.4 with the same result.
I also try to create x86 .wine directory by erasing old .wine directory and use
command:
WINEARCH=win32 winecfg
There are no differences in DraftSight's behaviour.
With best regards.
Viktor.
--
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=26527
Summary: The Witcher registration doesn't work
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavel.ondracka(a)gmail.com
Created an attachment (id=33787)
--> (http://bugs.winehq.org/attachment.cgi?id=33787)
+wininet,+chain log
The Witcher (1.0 CZ DVD) online registration doesn't work. I can insert my
account data, however there is an error dialog with "InternetException,12037"
when I click send.
Winetricks wininet works around this.
--
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=31324
Bug #: 31324
Summary: Works in windows, crahes in wine, registration problem
Thread32
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kari.torikka(a)saunalahti.fi
Classification: Unclassified
Created attachment 41162
--> http://bugs.winehq.org/attachment.cgi?id=41162
Thread32.ocx not registred
This PovUltima.exe works properly in Windows but crashes in Wine. Some problem
with Thread32's registration. I hope that the attachment helps You.
--
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=31502
Bug #: 31502
Summary: Dota 2: switching focus from game corrupts it
Product: Wine
Version: 1.5.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phoenix(a)mail.ru
Classification: Unclassified
Created attachment 41415
--> http://bugs.winehq.org/attachment.cgi?id=41415
Game gets corrupted after alt-tab
Repro:
1. Launch game
2. Alt-tab out of it
Result:
Viewable area shrinks, showing just small rectangle in the center of the
screen. Game freezes, at least visually (image within this rectangle doesn't
update). See attached screenshot.
Expected:
No game corruption.
Note:
This could be gnome3-specific bug. Using virtual desktop works around it
perfectly fine.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37673
Bug ID: 37673
Summary: Internet explorer crash after access to DVR
surveillance system (registered special ocx)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kukulo2011(a)windowslive.com
Distribution: ---
Created attachment 50148
--> https://bugs.winehq.org/attachment.cgi?id=50148
Backtrace log
The Internet explorer 7 crashes in mfc42.dll after connecting to DVR
surveilance system with special activex component. The activex component is
available for download at:
http://www.evolveo.eu/ftp/monitoring_system/Detective-S4CIH7/software/IEAct…
. The installation is within playonlinux with wine 1.7.22. The required
packages directx dlls and mfc are installed. The machine is 32bit 14.04 Ubuntu.
The error comes up as a special dialog window is shown where the user can
choose which stream to display. The ordinary windows crash window is shown.
Backtrace is attached.
In an ordinary windows installation the component is working properly.
--
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=36756
Bug ID: 36756
Summary: EVE Online: short freezes for 2-3 seconds on gates, at
before warp
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christian.doehn(a)gmail.com
short freezes for 1-2 seconds on gates, and before warp
It semms to load some data and freezes for a short time.
On Windows it was better.
--
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=36740
Bug ID: 36740
Summary: Invalid CFLAGS for gstreamer on Fedora 20 x86_64 for
wine 32bit
Product: Wine
Version: 1.7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: jonas.th(a)web.de
Wine 1.7.20's ./configure script on Fedora 20 x86_64 puts
-I/usr/lib64/glib-2.0/include into its gstreamer-app-0.10 CFLAGS. (as assigned
in configure.ac line 1530)
Obviously, this doesn't go well: gint64 has wrong size, the config test fails.
After hacking the correct non-64 glib path into the configure.ac file it works
fine.
If this is related to some upstream (Fedora) weirdness, please tell me so I can
file a bug there.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38099
Bug ID: 38099
Summary: Used PLayonlinux to download League of Legends. During
League patcher error to create dump file occured.
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: whoopzs(a)aim.com
Distribution: ---
Created attachment 50766
--> https://bugs.winehq.org/attachment.cgi?id=50766
Program error details
Was not able to start League of Legends. Error to create dump file occured
during League of Legends installed patches. Tried re-installing many times and
same error occurs.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37348
Bug ID: 37348
Summary: Open .xlsx using Excel installed with PlayOnLinux
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ludovicgerrard(a)gmail.com
Hello , when I'm try to open an xlsx file, it's load until 98% and crash. The
file size is 358,7 Ko, and have a lot of filtres columns.
I have attached the backtrace
Thank for helps
--
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=28173
Summary: Pharaoh (sometimes) fails to start
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: charlespigott(a)googlemail.com
see attachment + title
sometimes it fails to start, sometimes it does (generally with terminal) - i
have not properly tested this, all i know is that it worked (from terminal),
shut down computer, tried again - didn't work, rebooted, it did (from terminal)
hope i've made sense! :)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36532
Bug ID: 36532
Summary: GTA Vice City crashes after loading a game.
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: axledude88(a)Yahoo.com
Created attachment 48620
--> https://bugs.winehq.org/attachment.cgi?id=48620
The logfile.
The introductory movies seem to work fine, and the menu works with full audio
(even if it's a little slow), but the game crashes as soon as it finishes
loading a save.
--
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=35923
Bug ID: 35923
Summary: OpenGL Renderer Not Selectable On osu!
Product: Wine
Version: 1.7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: espionage724(a)gmail.com
osu! has a choice between two renderers, OpenGL, and Direct3D. When changing
renderers, osu! has to restart.
When choosing OpenGL, upon restart, the game changes back to Direct3D.
There is no clear reason as to why this happens from Terminal.
--
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=36663
Bug ID: 36663
Summary: mt4 start up issues
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: theaaronjo(a)gmail.com
Created attachment 48704
--> http://bugs.winehq.org/attachment.cgi?id=48704
error msg
when i start up mt4 i get an error message saying terminal.exe has experienced
a serious problem and needs to close. the error message says there may be a
deficiency in wine or problem in the program.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=35849
Bug ID: 35849
Summary: InterLok does not work
Product: Wine
Version: 1.7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bique.alexandre(a)gmail.com
Ableton Max4Live does not work because InterLok fails to initialize:
This software requires the installation of InterLok(R) device drivers and a
reboot before running. If you have not installed the InterLok drivers, please
download the latest installer from www.paceap.com, run the installer and reboot
your system.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37496
Bug ID: 37496
Summary: Wine shows the Unity desktop dash when an application
runs in full-screen with a resolution diferent from
the native
Product: Wine
Version: 1.7.30
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: es20490446e(a)gmail.com
Distribution: ---
Created attachment 49882
--> https://bugs.winehq.org/attachment.cgi?id=49882
Screenshot.png
HOW TO REPRODUCE
1. In the "Configure Wine" application, go to the graphics tab.
2. Under the "window settings" section, check the three first boxes and uncheck
the latest.
3. Run a Windows application in full-screen mode using a screen resolution
different from the default in the desktop.
EXPECTED BEHAVIOUR
- The application to be presented in full-screen.
REAL BEHAVIOUR
- As seen in the attached screen-shot.
ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: wine 1:1.6.2-0ubuntu6
ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
Uname: Linux 3.16.0-24-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
SourcePackage: wine1.6
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36701
Bug ID: 36701
Summary: Adobe Photoshop Version: 8.0 (8.0x043)
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: usef_62(a)yahoo.com
Created attachment 48748
--> https://bugs.winehq.org/attachment.cgi?id=48748
file report crash
with open file, select some file and the program window is closed
--
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=36028
Bug ID: 36028
Summary: Installer Crash when trying to install PagePlus X7
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fengshui(a)webleicester.co.uk
Set up a 32bit PlayonLinux virtual drive with Wine 1.7.17
Added components dotnet20SP2, vcrun6, vcrun2005, MSXML, IE6 SP1 (as per page on
codeweavers site for PP demo version)
installer crashed repeatedly when installing from HDD (tried first) & then from
install DVD)
--
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.