https://bugs.winehq.org/show_bug.cgi?id=38617
Bug ID: 38617
Summary: GRID 2 requiers OLE
Product: Wine
Version: 1.7.40
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
Distribution: Fedora
Getting this in Terminal ( on Wine-Staging ):
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
MSDN:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms682521%28v=vs.85…
Possible Fix:
https://bbs.archlinux.org/viewtopic.php?id=189137
Quote from the link:
"EDIT/UPDATE:
installing internet explorer in the same wineprefix solved it for me."
Unfourtinetly author did not specify wich version he installed and using
installer or winetricks.
Hope this helps.
Hope this is not spam so you do not waste time.
Cheers.
--
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=38820
Bug ID: 38820
Summary: PunkBuster pbsetup 3.8 fails to download
Product: Wine
Version: 1.7.43
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Starting pbsetup in a clean 32bit wineprefix fails with the messagebox: "ERROR:
The attempt to download
'http://websec.evenbalance.com:6080/downloads/pbgame.htm' failed because the
connection timed out. Please make sure that you are properly connected to the
Internet and try updating again later."
Step to reproduce:
1. Create a new 32bit wineprefix.
2. Download pbsetup 3.8 from http://www.evenbalance.com/.
3. Unzip and copy pbsetup.exe to .wine/drive_c/.
4. cd to .wine/drive_c/ and run wine pbsetup.exe
5. Accept the licence agreement, click "ok" when pbsetup says it runs for the
first time.
6. pbsetup displays a progress bar.
What should happen:
pbsetup should download its game database and open the main window (empty at
first).
What actually happens:
pbsetup displays a dialog box with the aforementioned message. The program
closes when user clicks on the button.
Starting pbsetup with files copied from a wineprefix where it has run before
allows the program to start, but the error happens when clicking on "Update
PunkBuster".
Step to reproduce (continued):
6. click "add game" in the main window.
7. Select any game (APB Reloaded in my case).
8. Remove the path from the textbox and type C:\ in its place.
9. Click "add game".
What should happen:
The progress bar should move on while pbsetup downloads the files from the
server and ends with a successful update messagebox.
What actually happens:
Download doesn't start and pbsetup displays a dialog box with the
aforementioned message.
Additionnal info:
I get the error 99% of the time. Sometimes pbsetup manages to connect and
download. I'll roughly say that it works once every 4 hours or so.
I sent a ticket to evenbalance and they replied to me it was either a
firewall/antivirus blocking, or a temporary network issue.
However, I don't use any firewall/antivirus and I installed pbsetup in a
Windows Vista virtual machine on the same computer and it runs fine.
Here is the terminal output:
--- terminal output ---
~/.wine/drive_c$ wine pbsetup.exe
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
--- end terminal output ---
My system is Debian Wheezy 64bit.
Wine is compiled from git in pure 32bit.
integrated iexplore can browse the web and even download the files that pbsetup
wants.
I have this problem since Wine 1.7.43. I'm now using Wine 1.7.46-1 from git.
The last time pbsetup ran successfully was with Wine 1.7.23. and I did not use
it again until 1.7.43 was released.
--
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=38312
Bug ID: 38312
Summary: Crysis 2 black screen or other graphical corruption
during gameplay
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
Distribution: ---
Created attachment 51150
--> https://bugs.winehq.org/attachment.cgi?id=51150
Crysis 2 in-game menu
Screenshot of in-game menu and gameplay and Terminal log in attachments.
--
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=38302
Bug ID: 38302
Summary: Crash on launching The Settlers 7 - Path of King
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
Distribution: ---
Created attachment 51135
--> https://bugs.winehq.org/attachment.cgi?id=51135
Image of exlprter.exe freeze when launching The Settlers 7 - Path of KIng.
Launching game, then uPlay opens, then I click the 'Play', and then whole wine
( and explorer.exe ) simply freezes. Only thing I can get is the screenshot.
--
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=17055
Summary: wine does not put wine executable path into desktop icon
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: beagle7(a)shaw.ca
when installing an app, when wine installs a desktop icon (under KDE), it does
include the proper env WINEPREFIX, but it does not include the path to to wine
(e.g., /usr/local/1113/bin/wine) under which the app was installed. I.e., if I
do exactly this:
env WINEPREFIX=~/.wine-some-app /usr/local/wine-install-dir/wine
~/path/windows-app-installer.exe
the resulting desktop icon, in properties, would have under command, the
following:
env WINEPREFIX="~/.wine-app" wine "C:\Program Files\Path\app.exe"
or similar.
What I'd like it to have is:
env WINEPREFIX="~/.wine-app" /usr/local/wine-install-dir/wine "C:\Program
Files\Path\app.exe" (as appropriate)
--
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=33043
Bug #: 33043
Summary: Trying to install OCAD Trial Edition from
www.ocad.com/en/downloads/ocad-trial-edition using
Crossover
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ditchi56-bugzilla(a)yahoo.co.uk
Classification: Unclassified
Created attachment 43677
--> http://bugs.winehq.org/attachment.cgi?id=43677
Error trace produced by Crossover
Installation fails very quickly:
--
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=36851
Bug ID: 36851
Summary: The Wolf Among Us - crashes
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pepe(a)bloodkings.eu
Created attachment 48938
--> http://bugs.winehq.org/attachment.cgi?id=48938
backtrace from wine
This is the 2nd crash with this game. Nothing important, but its annoying.
It happened after 2 and 3 episode. In scene "Next time in The Wolf Among Us
will be:"
--
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=32985
Bug #: 32985
Summary: Need For Speed World Fatal error in gc
Product: Wine
Version: 1.5.23
Platform: x86
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 43576
--> http://bugs.winehq.org/attachment.cgi?id=43576
installation output
Installed the nfs world and when I tried to launche it it gave me and error
Fatal error in gc
http://i.imgur.com/OHF8GZN.jpg
--
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=38840
Bug ID: 38840
Summary: Mouselook doesn't "loop" properly in Unity game (Grow
Home) with CSMT patches enabled
Product: Wine
Version: 1.7.45
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: axfelix(a)gmail.com
Distribution: ---
Hi folks,
I'm not sure if I should be reporting Wine-CSMT issues here, so forgive me for
that, but I'm fairly sure I've isolated this issue to the CSMT patches being
enabled -- when playing Grow Home, a game that doesn't have an appDB entry but
which was written in Unity (so that it could theoretically be natively released
on Linux, but more importantly should have middleware in common with many other
titles;
http://steamcommunity.com/app/323320/discussions/0/604941528477623359/), it
seems impossible to rotate the camera using mouselook beyond a certain narrow
field of view. The mouse cursor is captured (and not visible) when the game has
focus, but it feels distinctly like the camera is only able to be rotated as
far as though I were actually moving the mouse cursor across the width of the
window (which in my case is 1680x1050 fullscreen).
This may be a known issue -- I know I saw some discussion around mouselook
issues in Guild Wars II when using the CSMT patches -- but it seems a bit
different in this context. I don't think I have any other Unity games that use
mouselook so I can't test further, but I wouldn't be surprised if this was more
widespread.
--
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=37650
Bug ID: 37650
Summary: visualTopo unexpetted crash
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fabrizio.toso63(a)gmail.com
Distribution: ---
Created attachment 50107
--> https://bugs.winehq.org/attachment.cgi?id=50107
backtrace
.
--
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=38246
Bug ID: 38246
Summary: Program won't run, cannot install some necessary files
it seems, trying to run skyrim on OS X
Product: Wine
Version: unspecified
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: qthomas27(a)hotmail.com
Created attachment 51056
--> https://bugs.winehq.org/attachment.cgi?id=51056
the text from the error message
Successfully downloaded skyrim on steam through wineskin, but it will not open,
also the specific wrapper is unable to run the winetricks "dlls" to provide the
necessary updates for running skyrim. This error message is what I receive when
trying to "play" skyrim through steam.
--
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=30756
Bug #: 30756
Summary: error, and white screens while playing Witcher:
Enhanced edition.
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: benboerma(a)yahoo.com
Classification: Unclassified
after going through loading screens my screen will turn white. I can still hear
music and gameplay, but the game itself is not visible. Also while playing
multiple times the game will come up with an Unknown error and make me have to
restart.
--
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=38860
Bug ID: 38860
Summary: nokia x manager,
NETFramework,Version=v4.0,Profile=Client" not
implemented
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: grendal74.geo(a)yahoo.com
Distribution: ---
[Tool][Windows][v1.1.0.0] Nokia X Manager [Root Nokia X, XL 100% working]
http://forum.xda-developers.com/showthread.php?t=2746370
Although .net 4.0 is installed
(http://portableapps.com/apps/utilities/dotnetinspector-portable says I have
all .net except 1.0) http://ibin.co/27OUwuOHkvyZ
, the app does not load
~/.wine/drive_c/Program Files (x86)/Nokia X Manager$ wine "Nokia X Manager.exe"
fixme:mscoree:parse_supported_runtime
sku=L".NETFramework,Version=v4.0,Profile=Client" not implemented
fixme:exec:SHELL_execute flags ignored: 0x00004100
fixme:exec:SHELL_execute flags ignored: 0x00000100
Can't find process Please Wait...
System.ComponentModel.Win32Exception: ApplicationName='adb.exe',
CommandLine='devices', CurrentDirectory='', Native error= File not found.
at System.Diagnostics.Process.Start_noshell
(System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process
process) [0x00000] in <filename unknown>:0
at System.Diagnostics.Process.Start_common
(System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process
process) [0x00000] in <filename unknown>:0
at System.Diagnostics.Process.Start () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
at Nokia_X_Manager.Form1.Form1_Load (System.Object sender, System.EventArgs
e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000] in
<filename unknown>:0
at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00000] in
<filename unknown>:0
fixme:exec:SHELL_execute flags ignored: 0x00004100
Shutting down finalizer thread timed out.
~/.wine/drive_c/Program Files (x86)/Nokia X Manager$
--
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=38545
Bug ID: 38545
Summary: Calculate surface size is wrong sometimes
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Distribution: ---
Bug 38178 is closed resolved by prohibit DXTn texture.
The real reason for the game crash is wrong sizes calculation in case of
compressed textures.
Even if we are not supporting DXTn compress/decompress we should allow the
application do this by own libraries and we must correctly calculate sizes in
those cases.
First what I see is the procedure calculate_dds_surface_size(..)
It adopted to block based textures but not to compressed textures
According to MSDN
https://msdn.microsoft.com/en-us/library/windows/desktop/bb205578(v=vs.85).…
the formula should be
max(1, ( (width + 3) / 4 ) ) x max(1, ( (height + 3) / 4 ) ) x 8(DXT1) or
16(DXT2-5)
But I see there are more caveats...
--
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=37445
Bug ID: 37445
Summary: Gamestudio: Missing DLL's
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: irrlight(a)yahoo.com
Distribution: ---
Created attachment 49818
--> https://bugs.winehq.org/attachment.cgi?id=49818
The output of wine when running WED and med
On the installation I clicked cancel on the second window (because the next
button not works). But when I try to run WED.EXE, med.exe it says that DLL's
are missing.
--
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=38118
Bug ID: 38118
Summary: Fallen Enchantress: text not rendered properly with
built-in usp10
Product: Wine
Version: 1.7.36
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: usp10
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 50803
--> https://bugs.winehq.org/attachment.cgi?id=50803
screenshot
The spacing between letters is broken, some letters are too close each other,
others are too far away.
Installing corefonts/allfonts doesn't help, but using native usp10.dll is a
workaround.
On the attached screenshot the images on the right are showing how text is
displayed with native usp10.
Fedora 21
Nvidia binary drivers 340.76
--
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=32616
Bug #: 32616
Summary: No restart of Skype Portable of RPC
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)bennyott.info
Classification: Unclassified
If I want to start skype, I get no error messages at the beginning, but the
design looks totally wrong. As soon as I would log in, I get ne error and the
program can not close without a kill.
--
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=37082
Bug ID: 37082
Summary: HOMMV will not start
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nickburns(a)gmx.us
Created attachment 49284
--> http://bugs.winehq.org/attachment.cgi?id=49284
Complete error report
Starting game through steam (POL), game resets graphics resolution and goes to
black screen like the intros about to start.
Then Program error:
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00b218cc)
--
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=35457
Bug ID: 35457
Summary: Keyboard lag in Call of Duty 4 Modern Warfare 3
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wow.timur(a)yandex.ru
Classification: Unclassified
My keyboard doesn't working in this game (USB port, but simple keyboard with
ps2 port not working 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=35216
Bug ID: 35216
Summary: Age of empires II HD Steam version: does not correctly
close
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: legluondunet(a)free.fr
Classification: Unclassified
Hello,
when I quit Age of empire II HD Steam version, Steam refuses to launch another
game because AOE Ii HD did not correctly close.
LGDN.
--
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=38854
Bug ID: 38854
Summary: Powerpoint 2007 crashes on save
Product: Wine
Version: 1.7.45
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: axfelix(a)gmail.com
Distribution: ---
Created attachment 51780
--> https://bugs.winehq.org/attachment.cgi?id=51780
stdout+stderr
Hi folks,
Possible regression here -- I notice this has only been reported as an issue
when setting Wine to Windows Vista or Windows 7 compatibility mode, and I have
it set to XP. Everything works OK otherwise but I get a crash on save and I
notice that wasn't happening a few Wine versions ago. Tested that I can still
use a File->Save dialog in other applications without trouble so I'm assuming
this is specific to Office 2007, if not to Powerpoint. stdout and stderr
attached.
--
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=36834
Bug ID: 36834
Summary: Multiple errors on launching GTA San Andreas on Linux
Debian on emulated desktop
Product: Wine
Version: 1.4.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugzillawinehq(a)gmail.com
Created attachment 48909
--> http://bugs.winehq.org/attachment.cgi?id=48909
Backrtrace
I tried to launch GTA San Andreas on my Debian 7.5 in emulated desktop
(800x600), it started, but graphics was horrible (there were only coloured
"stains") and when I tried to enter new game app got crashed. In attachment I
send a backtrace and wine output.
--
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=36836
Bug ID: 36836
Summary: Crash of Rome Total War Gold Edition upon opening of
file
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: olivermacpherson999(a)gmail.com
Created attachment 48920
--> http://bugs.winehq.org/attachment.cgi?id=48920
Program Error details
When using crossover, and having fully installed RTW Gold, the app says it has
encountered an error and needs o close. I have simulated reboot of the app and
re-tried, but it has still crashed. Attached is the error details.
--
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.