https://bugs.winehq.org/show_bug.cgi?id=40248
Bug ID: 40248
Summary: Exception when I try to call Translate method
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: gennady.alimov(a)gmail.com
Distribution: ---
Created attachment 53797
--> https://bugs.winehq.org/attachment.cgi?id=53797
code & exception
if I try to translate SIDs to Names I've got the exception
"Index was outside the bounds of the array."
It looks like there is no mapping between account names and SIDs.
--
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=36373
Bug ID: 36373
Summary: Requiem: Avenging Angel - Black screen in-game
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: ubuntugamingproject(a)gmail.com
Created attachment 48430
--> https://bugs.winehq.org/attachment.cgi?id=48430
Black screen log
The game installs and runs correctly, but then if you start a new game, there's
only a black screen, and the only thing can be done is going back to the menù.
So the game is unplayable.
Log 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=35940
Bug ID: 35940
Summary: Server (and perhaps others) may fail to build on some
platforms
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: carlo.bramix(a)libero.it
In my opinion there is a severe mistake in the build system for the server.
>From the man page of GCC, the documentation for '-I' option says:
`-I DIR'
Add the directory DIR to the list of directories to be searched
for header files. Directories named by `-I' are searched before
the standard system include directories. If the directory DIR is
a standard system include directory, the option is ignored to
ensure that the default search order for system directories and
the special treatment of system headers are not defeated .
When building the server, a '-I' option is placed on the command line, pointing
to the source directory of the server.
The file wine/port.h provides this piece of code:
[...cut...]
#ifdef HAVE_PROCESS_H
# include <process.h>
#endif
[...cut...]
The problem comes out because, inside the directory with the sources of the
server, there is a file named process.h and since the -I option allows to take
the files before the standard system include directories, the wine/port.h won't
include the system file, but the one in the server directory: infact, it
happens that the local process.h file is included two times.
This is the cause for the server not compiled correctly on my platform (cygwin)
but probably it can be also applied to others.
I did an experiment and I have bypassed the problem by changing the generated
Makefile: I replaced the '-I' option that pointed to the source directory of
the server with '-idirafter'. The final result is a server that installs and
runs correctly on Windows.
Actually, this defect caused a failure on the server, but probably it may apply
to all components of WINE with some local include files: the option that allows
to point to the source directory of the component being compiled (and only this
one) should be changed with '-idirafter' or something similar, depending on the
compiler used, while all other paths could be left to '-I' without troubles.
--
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=39532
Bug ID: 39532
Summary: Assassin's Creed Unity doesn't run
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx10
Assignee: wine-bugs(a)winehq.org
Reporter: anakin.cs(a)gmail.com
Distribution: ---
Created attachment 52679
--> https://bugs.winehq.org/attachment.cgi?id=52679
terminal log
I've been trying to run Assassin's Creed Unity from Uplay on my laptop, both on
the Intel card and Nvidia card (with primusrun), and I always get the following
error message (translated from French):
"Can't launch the game. Your video card doesn't support DirectX 11 or the video
drivers need to be updated."
My video card is an Nvidia Geforce 850M.
Attached is the terminal output after trying to launch the game.
--
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=26407
Summary: Shadowgrounds Survivor crashes after viewing the map
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://www.gamershell.com/download_23192.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33629)
--> (http://bugs.winehq.org/attachment.cgi?id=33629)
terminal output
In the game the crash always occurs when I switch back to normal mode after
viewing the map (by pressing <Tab>).
Sometimes the game "survives" 2-3 switches between the two modes but eventually
it will crash.
How to reproduce the problem in the demo:
1. Choose only Physx and Windows Media Codecs when the installer asks for it
(native d3dx9_36.dll will be placed in the game directory).
2. Start the game either by survivor.exe or with the launcher.
3. Choose <New Game> from the menu. When you gain control over your character
press <Tab> to switch to map mode then press <Tab> again to get back to normal
mode. This might need to be repeated 2-3 times. Sooner or later the game will
crash.
If I don't use the map mode, the game seems to be stable (I've played for about
30-40 minutes).
I can reproduce the crash with Wine-1.0.1, too.
The crash happens even if I lower the gfx details to the minimum and with
disabled audio.
When starting the game with WINEDEBUG=warn+heap (is that the correct syntax?)
the crash doesn't occur.
Fedora 14 x86
Nvidia GeForce 250 / driver 260.19.36
--
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=44625
Bug ID: 44625
Summary: Cybernoid 2 exits but x window drawing updates are
frozen
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dav75uk(a)yahoo.co.uk
Distribution: ---
You can get this game from
https://www.classic-retro-games.com/games/action/cybernoid-2--the-revenge-3…
When you quit the game, x windows no longer updates the screen - events are
being responded to though (you can click stuff then change to a terminal tty
and back and see the updates). The only way to get back to a sane system is
kill xwindows with ctrl alt backspace.
This is seen on opensuse 42.3 which uses xf86
--
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=31665
Bug #: 31665
Summary: Femap unexpected crash on rebuild database (or any
command that involves it i.e. import)
Product: Wine
Version: 1.5.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dark.schneider(a)iol.it
Classification: Unclassified
Created attachment 41633
--> http://bugs.winehq.org/attachment.cgi?id=41633
Backtrace of crash triggered by file->rebuild in femap 10.3 with wine 1.5.12
1) wine femap.exe
2) file->rebuild...
3) answer yes.
The crash happen with any action that implies a rebuild database by femap. I.e.
if you import a "large" bdf, lunching a rebuild is just a fast way to check if
the bug is present or not.
Wine version I tested without the bug (those are working):
1.0.1
1.1.29
1.3.6
Wine versions i tested with the bug (crash with similar backtrace to one
attached):
1.4.1-2 (from debian repo)
1.5.6-2 (from debian repo)
1.5.12
I have tested with both femap 10.2 and femap 10.3 and they share the same
problem with no difference (i.e. probably the code on their side did not
changed and if someone has an older version around it may show the same bug). I
have not tested Femap 10.3.1, but may show the same problem.
All of this is related to 32 bit version of femap and wine running on a AMD 64
bit system. I have no chance to test 32 bit on 32 bit.
The bug persist on another system with ati/amd video driver, tested with both
open source and closed opposed by this system that has closed source nvidia
blob. Due to this bug seems unrelated to the video rendering (e.g. the problem
with femap not redrawing automatically the gl window looks unrelated, if needed
I can post another bug for that, but it's minor glitch)
Best Regards,
Gabriele Dini Ciacci
P.S.
Unrelated practical thing that make it desirable to have a recent version of
wine working: With 1.5.6-2 and 1.5.12 the program is much faster (especially on
start-up and actually faster than on windows)
--
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=45358
Bug ID: 45358
Summary: AC Syndicate is completely broken
Product: Wine-staging
Version: 3.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: Debian
Created attachment 61658
--> https://bugs.winehq.org/attachment.cgi?id=61658
Graphic rendering completely broken
Hello,
With wine-3.10, it's possible to launch the game without crash.
Now, there is a very big issue with graphic rendering with wined3d. (see
screenshot)
In the output console, i have a lot of message about :
- "d3d_shader:shader_sm4_read_instruction_modifier Unhandled modifier
0xXXXXXXXX" - "err:d3d:wined3d_debug_callback 0x35451990:
"GL_INVALID_OPERATION in glGetUniformLocation(program not linked)""
- "fixme:d3d_shader:shader_glsl_dump_program_source ..."
- "fixme:d3d:context_bind_shader_resources Shader 0x34e90740 needs 34 samplers,
but only 32 are supported."
For Wine dev who want to reproduce the issue, you need wine-staging to avoid
the issue with UPlay (bug #35902) + Wine AND the issue with AC Syndicate +
Uplay with online mode (bug #45312)
Google drive link for the log :
https://drive.google.com/open?id=15Q2gY9uk_JohSwqlhwix9HK8BgUWCY5E
--
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=44009
Bug ID: 44009
Summary: Syberia Gog version: crash after cinematics
Product: Wine
Version: 2.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Created attachment 59671
--> https://bugs.winehq.org/attachment.cgi?id=59671
Syberia Gog wine 2.20 backtrace
Hello,
I just acquire the Syberia Gog version and it is impossible for me to play this
game on Linux with Wine. Happily the game was free.
How to reproduce:
Install Syberia Gog version
Launch the game, you can see cinematics but just when the menu appear the game
crash.
I joined you the terminal log/backtrace.
Config:
Ubuntu 17.10
Nvidia 384.90
--
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=25009
Summary: Password Memory 2010 - Titlebar color rendering error
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rsflynn(a)gmail.com
Created an attachment (id=31694)
--> (http://bugs.winehq.org/attachment.cgi?id=31694)
Password Memory 2010 Screenshot
Password Memory 2010 v3.0.3
Download URL:
http://download.cnet.com/Password-Memory-2010/3000-18501_4-10770367.html
Titlebar is not rendered correctly. Half the title bar is in the application
default blue, the other half is black.
--
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=29417
Bug #: 29417
Summary: Mouse pointer laggy/slow in Dweebs and Dweebs 2
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
This bug applies to the games Dweebs and Dweebs 2 by Mutation Software.
Demos can be downloaded from
http://www.tucows.com/preview/272853/DWEEBS-Platinum-Remix
and
http://www.tucows.com/preview/281667/DWEEBS-2-The-New-Breed
Download and run one of the demos. Click Setup. On the title screen the mouse
pointer is fine. However if you click Help, Credits or Exit, the pointer is
very "laggy" on those screens. In-game the pointer lags slightly, but less than
on the Help/Credits/Exit screens.
(Also, with earlier versions of the first Dweebs game -- I tested the one on
the Arcade Master CD published by eGames -- the pointer lags on the title
screen as well.)
I thought this problem might be the same as bug 29325, but it also occurs with
Wine 1.3.31.
--
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=27745
Summary: Racer is unplayable
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugmenot123456(a)mailinator.com
Created an attachment (id=35498)
--> (http://bugs.winehq.org/attachment.cgi?id=35498)
Output of racer under wine-1.3.24
Racer used to work fine with wine-1.3.14. Somewhere between version 1.3.14 and
1.3.17 it stopped working. Now racer infinitely loops with following error
after pressing "Race" button:
RNetwork: waiting for connecting id response...
RNetwork: out of loop, client connected: 0, id 0 (objectIDbatch=-640664278)
RNetwork: connect attempt failed; be persistent (try 1)
enet_host_connect; out of (1) peers
** Error: QNClient:Connect(); failed to create enet peer; out of connections
Link to the program: http://racer.nl/download/racer0655.zip
--
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=32346
Bug #: 32346
Summary: Window is too large with Batman and Head Over Heels
remakes
Product: Wine
Version: 1.5.18
Platform: x86-64
URL: http://retrospec.sgn.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Created attachment 42686
--> http://bugs.winehq.org/attachment.cgi?id=42686
Batman window showing trash at right and bottom
This issue applies to at least two game remakes available from
http://retrospec.sgn.net/
Head Over Heels: http://retrospec.sgn.net/game-links.php?link=hoh
Batman: http://retrospec.sgn.net/game-links.php?link=batman
I'm testing with wine-1.5.18-114-ga61f68f, Lubuntu 11.10 x86-64, Nvidia driver
304.64.
Wine seems to create the game window larger than it should be. There are strips
at the bottom and right sides which are never rendered into; they contain
trash/garbage. If you move the window, the trash changes, presumably reflecting
whatever was in that part of the video memory beforehand? The size of the
strips looks about the same as the size of the window decorations.
--
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=26545
Summary: Crysis2: Red color on highlights of Bumpmap/Specular
Highlights
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mgavl69(a)juno.com
Bumpmaps are highlighted in red. This goes goes the sky as well as objects.
--
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=28192
Summary: regedit: The usage message arrives too late in the
wine console
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
To reproduce this start the console with 'wine wineconsole cmd' and then type
'regedit /?' in the wine console.
You will get something like this:
c:\>regedit /?
c:\>Usage:
regedit filename
regedit /E filename [regpath]
regedit /D regpath
[...]
Notice how the second wineconsole prompt appears before the regedit usage?
I believe this happens because regedit uses msvcrt's stdio functions: it uses
the '$(top_srcdir)/include/msvcrt' headers and that seems to be enough for it
to link with msvcrt. So there are probably two things here:
* This looks like a bug in the MSVCRT stdio functions.
* regedit should probably use the WriteConsole() / WriteFile() functions
anyway like all the other Wine tools.
See the XCOPY_wprintf() function in programs/xcopy/xcopy.c or the output_*()
functions in programs/net/net.c for a model on how to do this. And if making
the switch to WriteConsole(), verify that running 'regedit /?' still works fine
in a regular xterm or equivalent.
(split off from bug 13861)
--
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=34016
Bug #: 34016
Summary: Star Wars KOTOR II: The Sith Lords: Disabling hardware
mouse removes the mouse entirely
Product: Wine
Version: 1.6-rc3
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ipickert55(a)gmail.com
Classification: Unclassified
In order to get around bug 9462 (http://bugs.winehq.org/show_bug.cgi?id=9462) I
disabled the hardware mouse option in swkotor2.ini, however, this caused my
mouse to disappear entirely.
--
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=34199
Bug #: 34199
Summary: Star Wars KOTOR II: environments and characters are
invisible
Product: Wine
Version: 1.6-rc5
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winemac.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ipickert55(a)gmail.com
Classification: Unclassified
Created attachment 45502
--> http://bugs.winehq.org/attachment.cgi?id=45502
A wine log of starting steam and playing the game
The environments and characters are either invisible or very wierd (see the bad
portrait screenshot), and this issue was not present under X11, therefore it is
an issue with the mac driver.
--
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=34530
Bug #: 34530
Summary: Star Wars KOTOR II: Frame Buffer Effects and Soft
Shadows can't be turned on
Product: Wine
Version: 1.7.2
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ipickert55(a)gmail.com
Classification: Unclassified
Not much else to say, the buttons are just greyed out in the options menu.
--
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=43590
Bug ID: 43590
Summary: Rise of Nations Thrones & Patriots weird graphics
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: brabec.tomislav(a)gmail.com
Distribution: ---
Created attachment 59003
--> https://bugs.winehq.org/attachment.cgi?id=59003
Weird map rendering
I have a problem with Rise of Nations: Thrones & Patriots graphics. While the
basic version of game works fine, the expansion has weird rendering while
playing (image).
--
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=40891
Bug ID: 40891
Summary: Shaders fail to compile in League of Legends
Product: Wine
Version: 1.9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: hevanen(a)googlemail.com
Distribution: ---
Created attachment 54981
--> https://bugs.winehq.org/attachment.cgi?id=54981
Game client console output (stdout+stderr)
When going into a game, the loading screen stays black and the game crashes
after a few seconds. Using native D3D9 works around the problem.
The full console output is attached. There's a repeat of messages like the
following:
fixme:hlsl_parser:hlsl_parse Array.
fixme:d3dcompiler:make_assignment Check for casts in the lhs.
fixme:d3dcompiler:make_assignment Check for casts in the lhs.
err:d3dcompiler:compile_shader HLSL shader parsing failed.
League of Legends.exe(00000009): ERROR| PixelShader::Load: failed to create
shader program for
<Data/Shaders/HLSL/Filters/Dilate/PS_2PASS_DILATE_FILTER_1.ps_2_0>
The following two messages are also shown for some shaders:
fixme:hlsl_parser:declare_vars Complex initializers are not supported yet.
fixme:d3dcompiler:make_assignment LHS expression not supported in compound
assignments yet.
--
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=39489
Bug ID: 39489
Summary: Nvidia Graphics Libs dog food
Product: Wine
Version: 1.7.53
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: micsxdrachet(a)gmail.com
Distribution: ---
When you are installing Wine, the software center says you: Nvidia x64 libs are
going to be unistalled.
My computer:
Asus Laptop F555LD
Intel core I7-5500U
Nvidia Geforce 820M
Ram:8GB
Os: Win8+Ubuntu 14.04 Unity
Hard Disk:1TB
--
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=44632
Bug ID: 44632
Summary: abend after installation and startup of IPcamViewer
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: freek.weggeman(a)gmail.com
Distribution: ---
Created attachment 60625
--> https://bugs.winehq.org/attachment.cgi?id=60625
show details after the message above and save as
IPCameraViewer has expierecesd a serious error and has to be closed.
This error appeares at installation time as well as at startup
--
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=19469
Summary: ResEdit crashes checking for updates
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.resedit.net/ResEdit-UNICODE.7z
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Created an attachment (id=22630)
--> (http://bugs.winehq.org/attachment.cgi?id=22630)
Crash log
ResEdit 1.4.7 (unicode build) crashes checking for updates. Attached log
produced with 'Help -> Check for update' menu command.
--
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=39466
Bug ID: 39466
Summary: MOPy Fish does not install
Product: Wine
Version: 1.7.52
Hardware: x86-64
URL: https://web.archive.org/web/20020206231256fw_/http://1
93.129.255.5/mopyfish/binaries/setup.exe
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: usp10
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Blocks: 21316
Distribution: Debian
Created attachment 52586
--> https://bugs.winehq.org/attachment.cgi?id=52586
log + backtrace
Related to bug 21316. The installer crashes before showing anything in the
screen.
Most of the backtrace is inside usp10 so guessing it as component.
--
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=39250
Bug ID: 39250
Summary: help!
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: krisfoxes(a)aol.com
Distribution: ---
Created attachment 52306
--> https://bugs.winehq.org/attachment.cgi?id=52306
This is what Feral heart gave me and logs me out
Hello,
I play Feral heart on my mac and it logs me out all the time, sometimes 5 times
a day or more on this game giving me an error report form wine. Please help!
I would like to play this game without this error report showing up and logging
me out. Is there anything I can do??
Please help
Thank you,
Kris
--
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=21316
Summary: MOPy Fish: Unable to allocate required memory, cannot
continue.
Product: Wine
Version: 1.1.35
Platform: x86-64
URL: http://www.mediafire.com/file/w13znjlvyko/setup-1.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
This is classic MOPy Fish 1.9a, a free virtual pet for your computer. (
http://en.wikipedia.org/wiki/MOPy_fish )
It fails to start and gives no terminal output even when using winedbg. It
simply says "process terminated".
Url given for the free download.
--
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=43215
Bug ID: 43215
Summary: regression | freeze | nfsw.exe
Product: Wine
Version: 2.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nfsgraine(a)gmail.com
Distribution: ---
[Need for Speed World]
The game freezes after I confirm my chat language/connect with other players.
I am using latest wine-staging 2.10(tried normal wine too). An experienced
friend told me this particular problem gets solved with wine 1.6.x.
I don't know how to build a wine by myself so I tried a 1.6.2 with q4wine but
now I get another problem, when I'm not on lowest graphics settings, it crashes
with error "out of directx resources". Even at lowest settings, when I open a
map or join a race, basically make it use more resources, it crashes with this
directx error. I'm guessing it's because 1.6.2 didn't have support for my
Pentium G4560's iGPU.
So now I can't effectively use 1.6.2 as well although it does fix the former
freeze problem.
I would be grateful if this gets fixed.
--
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=44983
Bug ID: 44983
Summary: Uplay does not work.
Product: Wine
Version: 3.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zefkerrigan(a)gmail.com
Distribution: ---
Created attachment 61116
--> https://bugs.winehq.org/attachment.cgi?id=61116
Uplay does not work. This is the full console output.
Uplay does not work. And when Uplay checks for updates it will last forever but
completely unsuccessfully.
--
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=44921
Bug ID: 44921
Summary: PathStripToRootA fails to find root path.
Product: Wine
Version: 3.5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shlwapi
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 61012
--> https://bugs.winehq.org/attachment.cgi?id=61012
testcases
Here is a set of testcases for PathStripToRootA.
Attaching here, so it isn't lost.
--
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=44778
Bug ID: 44778
Summary: Progecad 2018 (.Net 4.0 program) installer throws
error window in the end and fails
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 60805
--> https://bugs.winehq.org/attachment.cgi?id=60805
debuglog, last 3500 lines before troubles start
Hi , followup of 44772
-In a fresh WINEPREFIX installed dotnet40 with winetricks
- Work around bug 44772 by applying e patch from that bug
In the end the installer throws up error messagebox while in console it says:
0032:err:module:import_dll Library hasp_windows_98673.dll (which is needed by
L"C:\\users\\louis\\Temp\\is-8S7CR.tmp\\Oem.dll") not found
0032:err:module:import_dll Library skeydrv.dll (which is needed by
L"C:\\users\\louis\\Temp\\is-8S7CR.tmp\\Oem.dll") not found
Both dlls are then already installed in the program directory but apparently
the installer cannot find them. Haven`t got a clue really why
(Work around for now: Ctrl^c the installer as the messagebox appears, copy both
dlls to system32 (so the installer finds them) and run the installer again;
then it succeeds)
--
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=42186
Bug ID: 42186
Summary: Uplay games don't work anymore since latest update
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: paulthetall(a)gmail.com
Created attachment 56814
--> https://bugs.winehq.org/attachment.cgi?id=56814
Uplay issue output
Hey Guys, Since the latest Uplay update of 15 December the games won't launch
anymore. Uplay does login and download and install goes fine as well. But if
you play a game it starts the intro of the game but exits back to uplay.
I tested with Anno2070 and Rayman Legend, both worked fine before but since
latest version of Uplay they have the same issue.
I attached the log.
--
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=43565
Bug ID: 43565
Summary: software crash
Product: Wine
Version: 2.14
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: neneda(a)www.bccto.me
Distribution: ---
Created attachment 58974
--> https://bugs.winehq.org/attachment.cgi?id=58974
this is a game platform
i install gametea this game ,when i log in ,the game 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.
https://bugs.winehq.org/show_bug.cgi?id=40045
Bug ID: 40045
Summary: Thinking Worlds Player: Direct3D 9 application doesn't
display anything
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: zionnimchuk(a)gmail.com
Distribution: ---
Created attachment 53508
--> https://bugs.winehq.org/attachment.cgi?id=53508
Verbose error log warn+all
Wine runs the application, gets no significant errors, but nothing shows up. I
have to force quit (Ctrl-C) the application to close it.
Tested operating systems: 64-bit Arch Linux, 64-bit Ubuntu 15.10
Wine versions tested: 1.9.2, 1.9.1 (from Arch Linux package)
I initially posted this as a forum post. You can see it here:
https://forum.winehq.org/viewtopic.php?f=8&t=26045
Error log (normal output):
fixme:win:EnumDisplayDevicesW ((null),0,0x32f724,0x00000000), stub!
fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event
If you look at the more verbose error log, you can see, on line 295-298 it
says:
warn:d3d_surface:surface_init Creating a lockable surface with a POOL of
DEFAULT, that doesn't specify DYNAMIC usage.
warn:d3d9:d3d9_swapchain_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce}
not implemented, returning E_NOINTERFACE.
warn:d3d9:d3d9_swapchain_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce}
not implemented, returning E_NOINTERFACE.
warn:d3d9:d3d9_device_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce} not
implemented, returning E_NOINTERFACE.
Which I think is the problem.
You can view the verbose error log (warn+all) here:
http://paste.scratchbook.ch/view/ec9a60dc (same as attachment)
--
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=23124
Summary: Philippine English locale defaults to wrong SUBLANG
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
I understand that following 1.2 .po file are going to be used, so this should
be easier to resolve then.
Philippine English follows American English rules, but currently defaults to
pick up SUBLANG_NEUTRAL which is British English. It should be picking up
SUBLANG_DEFAULT for American English.
I'm not sure if this can be changed before the introduction of .po files but
it's not urgent.
http://en.wikipedia.org/wiki/Philippine_English
--
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=43280
Bug ID: 43280
Summary: Gothic 1, no Music
Product: Wine-staging
Version: 2.10
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shitman71(a)hotmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Music not working in Gothic 1 and other games, this was introduced with windows
vista sp1. They did some changes to their soundsystem or something like this,
this affected many games. I gues this was introduced in wine too.
I dont know what exactly was done but i know problems with music existed even
in win8.1.
--
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=28692
Bug #: 28692
Summary: Korg M1 DLE Load Program dialogue does not show files
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gigaday(a)googlemail.com
Classification: Unclassified
Created attachment 36878
--> http://bugs.winehq.org/attachment.cgi?id=36878
No files shown under Wine
The Load Program dialogue should show files with extensions *.m1prog, but they
are not shown although the exist in the directory.
Screen shots of Windows and Wine 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=11446
Summary: Gangsters: Wrong 2d rendering
Product: Wine
Version: 0.9.51.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wielkiegie(a)gmail.com
Created an attachment (id=10577)
--> (http://bugs.winehq.org/attachment.cgi?id=10577)
Wine messages when starting with OpenGL as DDraw renderer
OpenGL as DirectDraw driver causes unhandled page fault when playing intro (I
tried GDI for testing). When the game starts or after changing menu screen,
main menu is completely black. Graphics can be visible only after pushing any
button in the menu, but releasing mouse button elsewhere. Buttons doesn't
contain any text and colors of whole screen are ugly.
--
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=38740
Bug ID: 38740
Summary: Mathearbeit installer hangs during installation
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 51652
--> https://bugs.winehq.org/attachment.cgi?id=51652
Console output from Slackware 14.1 with wine 1.7.44
Hello everyone,
I would like to submit a bug concerning the installation of "Mathearbeit" which
can be downloaded from the following URL:
http://www.mathearbeit.de/download.html
I tried "Mathearbeit G" but the installer hangs on my Slackware 14.1 32-Bit
System. Console output is 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=29559
Bug #: 29559
Summary: GTA IV freeze in videos or scripted game events
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linuxuser-sky(a)gmx.de
Classification: Unclassified
Hi
My GTA 4 freezes or sometimes crashes when i watch a ingame video (like when
you get your next mission) or on ingame scripted videos/events (like right
before you go and kill this guy with a sniper, mission from Francis "Lure")
(without the black sripes so it does not look like a video but i guess it could
be the same background stuff rolling...).
The Mission Lure is a great example it freezes like 9 out of 10 tries by me.
Then only one i got it to work was when it was night. Do not know if this has
something to do with it. Also a lot of freezes when i would go to Francis for
new missions.
Crashes (We are sorry for the inconvenience dialog....) are very rare only had
two since i play with is 1 moth or so....
Tested wine Version: 1.3.35,1.3.36
In Console i get:
fixme:keyboard:X11DRV_MapVirtualKeyEx keyboard layout (nil) is not supported
err:d3d_shader:walk_constant_heap >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION
(0x502) from walk_constant_heap() @
/var/tmp/portage/app-emulation/wine-1.3.36/work/wine-1.3.36/dlls/wined3d/glsl_shader.c
/ 434
wine: Unhandled page fault on write access to 0x084173f1 at address 0x7bc48a6c
(thread 0028), starting debugger...
Attached is a savegame so you can easy test it by yourself, just drive down to
the "F" on the map. I bet it will freeze right in the video and if you skip
this by pressing left mouse button in will freeze later on the roof....
--
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=29512
Bug #: 29512
Summary: bad fonts rendering in mochasoft's tn5250
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: washuu(a)eastnews.com.pl
Classification: Unclassified
Created attachment 38219
--> http://bugs.winehq.org/attachment.cgi?id=38219
WINEDEBUG=fixme+all,warn+all mtn5250.exe
The program affected is Mochasoft's teminal 5250 emulator, downloadable from
http://www.mochasoft.dk/mw5250.exe
It installs cleanly. After first run, we see "fuzzy" fonts on the toolbar even
without any action from user side.
Moreover, when we connect to some AS400 (I know they are none public AS400
servers...), some letters on the screen are missing, and when we try to mark
some areas, letters are completely garbled.
I attach log from WINEDEBUG=fixme+all,warn+all. There are a lot of lines
regarding to missing fonts.
I tried to install winetricks corefonts but it doesn't do any good.
--
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=29492
Bug #: 29492
Summary: DemonStar window cannot be moved in virtual desktop
mode
Product: Wine
Version: 1.3.35
Platform: x86-64
URL: http://www.mking.com/demonstar_game.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
This bug applies to the game DemonStar, a cut-down version of which is on
several eGames CD-ROMs. The game is also downloadable from
http://www.mking.com/demonstar_game.html
There are two issues which are probably related.
Ther first issue applies when using virtual desktop mode. In some cases the
window can't be moved by dragging its title bar. To reproduce the problem:
1. Download and run the game installer.
2. Use winecfg to enable virtual desktop mode.
3. Start the game. Notice the game window can be dragged normally.
4. Select the File->Options menu item. Select "Window 2x" for View Size and
click OK. The window doubles in size.
5. Notice how the window is not draggable any more.
6. If you change the view size back to Window 1x the window becomes draggable
again.
The second issue applies when Wine is not in virtual desktop mode. Then,
setting the view size to Window 2x has no effect; the window remains at its
original small size.
--
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=29462
Bug #: 29462
Summary: BurnPlot inserts lots of spaces in the default name
for a screenshot
Product: Wine
Version: 1.3.35
Platform: x86-64
URL: http://download.imgburn.com/BurnPlot_1.0.1.5.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
When attempting to use BurnPlot's built-in save screenshot function, the
default name it uses is "BurnPlot" followed by 1,025 space characters. On
Windows XP, it's just "BurnPlot" with no spaces. Attempting to save a file with
all these spaces in the name will cause the program to hang, though it works
after manually deleting them.
Steps to reproduce:
1. winetricks vb6run wsh57 native_oleaut32
Note that wsh57 is a workaround for bug 28605 and native_oleaut32 is a
workaround for bug 29461.
2. Start the program and go to file -> save BurnPlot screen capture
Workaround: native shlwapi, shell32, and comdlg32. Since native shlwapi+shell32
doesn't prevent the problem, I guess it's most likely comdlg32 to blame. (I
can't get this far using native comdlg32 without the other two.)
No terminal output.
--
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=35621
Bug ID: 35621
Summary: MDI2DOC fills the file selection dialog textbox with
59000 spaces
Product: Wine
Version: 1.7.12
Hardware: x86
URL: http://www.bugysoft.com/setup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Classification: Unclassified
Just install the program (winetricks mfc42 vb6run) and open it, after that
press the first toolbar icon (Open). Note that the caret is not in the initial
position but instead in the middle of the textbox, if you press the right mouse
button then select all and finally paste in a text editor you will see 59000
spaces.
This does not happen in XP.
sha1sum faf176e9e624611ebacb12da14a66c10a5a40be8 setup.exe
--
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=29416
Bug #: 29416
Summary: Unreal 2: Texture memory is corrupted on certain
action
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jisaak98(a)gmail.com
Classification: Unclassified
Created attachment 38074
--> http://bugs.winehq.org/attachment.cgi?id=38074
All textures got mixed :)
All textures get mixed up when you shoot spiders eggs (second game mission).
Only game restart helps to fix this. See screenshots for details.
--
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=44831
Bug ID: 44831
Summary: Resizing Wine on a Chromebook prevents Wine from
launching again until a reboot
Product: Wine
Version: 3.4
Hardware: x86
OS: Android
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: duboisj(a)codeweavers.com
Created attachment 60870
--> https://bugs.winehq.org/attachment.cgi?id=60870
logcat output
Hardware: Google Pixelbook Chrombook
OS: Stable channel Chrome OS (M64.0.3282.190) Android subsystem v. 7.1.1
Wine package: wine 3.4 package from winehq Downloads page
On first launching Wine's Android package on a Chromebook, the Wine desktop is
smaller than a user might want. Like other Android apps, the Wine desktop has
Chrome OS window decorations on top, which include a resize control.
Using this control to ask that Wine be put in a maximized window results in a
message saying that Wine will be restarted in order to change the window size.
Some percent of the time, this appears to work (whether the desktop can truly
cope with the resize is a separate matter, but wine will at least run after the
resize).
A high percent of the time, however, Wine dies after the restart and cannot be
restarted again until a reboot. What happens, in this state, is that you click
on the Wine icon and a window briefly flashes, then disappears.
If you have a machine in developer mode, you can see that after each click on
the Wine icon, new instances of cmd / wineconsole are being launched and stay
running. The original wineserver (from before the resize) appears to also stay
running, and never exits. When wine is running in a sane state, there is also
a process for the java vm / explorer - labelled 'org.winehq.wine' in the output
of a 'ps'. That process is the one which appears to be killed by the resize
and never manages to restart.
--
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=43415
Bug ID: 43415
Summary: All versions of Google Chrome fail to display a
webpage
Product: Wine
Version: 2.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arnfranke(a)yahoo.com
Distribution: ---
Created attachment 58770
--> https://bugs.winehq.org/attachment.cgi?id=58770
Backtrace for an error Chrome 59 32-bit threw in Win7 mode
All versions of Google Chrome fail to display a webpage.
Versions tested: 1.0.154.59, "chrome32_49.0.2623.75", "chrome64_49.0.2623.75",
"Chrome-48.0.2564.97", "Chrome64_48.0.2564.109", "chrome32_50.0.2661.75",
"chrome64_50.0.2661.75", "chrome32_55.0.2883.75", "chrome32_58.0.3029.96",
"chrome64_58.0.3029.96", "chrome32_59.0.3071.86", "chrome64_59.0.3071.86".
Wine versions tested: 2.12, 2.13
AppDB page:
https://appdb.winehq.org/objectManager.php?sClass=application&iId=8177
I really don't have many details about this problem, but it should be easy to
reproduce.
--
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=33676
Bug #: 33676
Summary: Builtin iexplore can't downlod chrome
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ieframe
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
The command
wine iexplore 'http://www.google.com/chrome/eula.html'
displays the Chrome download page very nicely, but when you click
on the Download Chrome button, all you get is:
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 67 of
CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 63 of
CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 84 of
CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 28
--
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=42247
Bug ID: 42247
Summary: Chrome 39 Offline installer dosen't Install even on
the latest version of Wine
Product: Wine
Version: 1.7.50
Hardware: x86-64
URL: https://docs.google.com/uc?id=0B4aAK9c4Px0Ud3EwWG5Td1V
zR28&export=download
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: samashokp(a)gmail.com
CC: samashokp(a)gmail.com
Distribution: Other
Created attachment 56925
--> https://bugs.winehq.org/attachment.cgi?id=56925
Logs of Failed to install Chrome 39 Offline Installer, Generated by Wine
Chrome 39 Offline installer dosen't Install even on the latest version of Wine
Chrome 39 Offline Installer
https://docs.google.com/uc?id=0B4aAK9c4Px0Ud3EwWG5Td1VzR28&export=download
I've tested the following on Ubuntu, Linux Mint, Knoppix, etc..
Failed to Install on all of them.
--
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=29331
Bug #: 29331
Summary: 8BallClub "New member" GUI is broken
Product: Wine
Version: 1.3.34
Platform: x86
URL: http://www.8ballclub.com/Downloads/Install8BC.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Install -> run -> click "new member". GUI is broken and you can't register new
member.
Workaround: winetricks ie6
--
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.