https://bugs.winehq.org/show_bug.cgi?id=40335
Bug ID: 40335
Summary: Hardware Detection Possibly Limiting Hardware Via
Render Drivers
Product: Wine
Version: 1.9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ph4nt0m117(a)gmail.com
Distribution: -…
[View More]--
Through games such as Skyrim, Deus Ex Human Revolution, and games with similar
launchers, my R7 370 is detected as an HD 5600 series card. My 370 is still
labeled, but the render drivers are set back to the newest drivers to work with
the 5600 and limits the game as such, despite that the 370 can render Skyrim in
Ultra and the launcher suggests ultra. I wonder if the hardware detection
limits to render drivers and limits the card that you are using.
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=16550
Summary: ConnectNamedPort should never return OK in overlapped
mode
Product: Wine
Version: 1.1.10
Platform: Other
URL: http://chromium.org
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.…
[View More]com
Chromium contains the following code in
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/ipc_channel_w…
BOOL ok = ConnectNamedPipe(pipe_, &input_state_.context.overlapped);
DWORD err = GetLastError();
if (ok) {
// Uhm, the API documentation says that this function should never
// return success when used in overlapped mode.
NOTREACHED();
return false;
}
switch (err) {
case ERROR_IO_PENDING:
input_state_.is_pending = true;
break;
case ERROR_PIPE_CONNECTED:
waiting_connect_ = false;
break;
default:
NOTREACHED();
return false;
}
This triggers, for instance, if you build and run Debug/ui_tests.exe:
[1217/155712:FATAL:ipc_channel_win.cc(206)] Check failed: false.
The obvious one-line change to our ConnectNamedPipe lets the test
get further. I'll post a patch once I have a test case.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=37315
Bug ID: 37315
Summary: Trying to run Prevengos
Product: Wine
Version: 1.7.26
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yajo(a)openaliasbox.org
Created attachment 49625
--> https://bugs.winehq.org/attachment.cgi?id=…
[View More]49625
Screenshot of error
Hello.
I am trying to run a program called Prevengos (client), from www.prevengos.com.
According to http://www.prevengos.com/arquitectura/requerimientos, I did
"winetricks dotnet35 dotnet35sp1 dotnet40" and installed it.
Running the program fails with the screenshot attached.
Any clues on how can I make it work?
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=29381
Bug #: 29381
Summary: Sonic Generations: configuration tool turns into a
zombie process when closed
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: eunbolt(a)gmail.com
…
[View More]Classification: Unclassified
Created attachment 38028
--> http://bugs.winehq.org/attachment.cgi?id=38028
Sonic Generations Configuration tool console output
After choosing what hardware you have in the configuration tool for Sonic
Generations, you click "save and quit" the window closes but the process is
still in process monitor and is a zombie process
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=39484
Bug ID: 39484
Summary: Logically dead code in stub_manager_notify_unmarshal
(Coverity #731557)
Product: Wine
Version: 1.7.53
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
…
[View More]dead_error_condition: The condition ifstub->flags & MSHLFLAGS_NORMAL cannot be
true.
CID 731557 (#1 of 1): Logically dead code (DEADCODE)
dead_error_line: Execution cannot reach this statement:
if (m->norm_refs)
m->norm....
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=26864
Summary: Doesn't work
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: KRoy5(a)yandex.ru
error
./HSMsg/7/HackShield/HStcString.csv 7_2_5
and
./HSMsg/7/HackShield/HSInitMessage.csv 7_2_5
--
Configure bugmail:…
[View More]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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=38286
Bug ID: 38286
Summary: SpinTires has error with ARB shaders enabled
Product: Wine
Version: 1.7.39
Hardware: x86-64
URL: http://oovee.chicsystems.net/SpinTiresInstall_060613.z
ip
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: …
[View More]wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: stefan(a)codeweavers.com
Distribution: ---
Strings during playing:
err:d3d:state_undefined Undefined state.
err:d3d:wined3d_debug_callback 0x1ad5f00: "GL_INVALID_OPERATION error
generated. State(s) are invalid: fragment program.".
err:d3d:wined3d_debug_callback 0x1ad5f00: "GL_INVALID_OPERATION error
generated. Calling glEnd from the current immediate mode state is invalid.
Check glBegin() / glEnd() pairs.".
err:d3d_draw:drawStridedSlow >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502)
from glEnd and previous calls @ drawprim.c / 332
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=38257
Bug ID: 38257
Summary: Thief: Deadly Shadows: black squares popping up during
video playback
Product: Wine
Version: 1.7.39
Hardware: x86
URL: http://www.fileplanet.com/141189/140000/fileinfo/Thief
:-Deadly-Shadows-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority:…
[View More] P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 51082
--> https://bugs.winehq.org/attachment.cgi?id=51082
terminal output
Black squares are rendered on the screen when the intro videos (company logos)
are playing as well as in the main menu. Can be reproduce with the demo version
too.
Tried 'orm=backbuffer', 'strictdrawordering=enabled', disabling GLSL
but none of them fixed the issue.
The problem doesn't exist with the CSMT patchset.
Fedora 21
Nvidia binary drivers 340.76
t3_demo_uk.exe
sha1: df95d3a391331ebe446ec2ee132c6f45be672fb0
--
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.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=33022
Bug #: 33022
Summary: Starship Titanic hanging on video replay
Product: Wine
Version: 1.5.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: norbert(a)preining.info
Classification: Unclassified
Hi everyone,
I have recently …
[View More]installed Starship Titanic, updated it to the latest version
40c and tried to run it with both wine 1.4.1 and 1.5.6 on Debian/unstable
x86_64 linux.
In both cases I suspect that some video playback is the problem, reasons for
this are:
- when entering the CD into the drive, on the screen of the computer in the
game a short sequence of the logo of the game should appear. But here the game
continues without problem.
- when entering into the elevator, a black box appears in the middle of the
screen, here should be the bot speaking to me. The outer border of the game
screen is present, but the box in the middle remains black.
Unfortunately at the second stage the game hangs, due to the fact that one has
to interact with the elevator.
The last lines of the terminal output before Ctrl-C ing out are
err:iccvid:decode_cinepak CVID: corruption 0 (QT/AVI) != 5767508 (CV)
err:iccvid:decode_cinepak CVID: strip overflow (more than 32)
(many of these).
Concerning cinepak: It is known that newer libraries of the cinepak dll do not
work with the game. From the web site of the game (FAQ), which is luckily still
online:
Yes! Or rather, yes, it works until you install Service Pack 2, which
upgrades the Cinepak® Codec to a special non-working version.
The solution is to download Cinepak version 1.10.0.11
So it might be that the bug is related to too new cinepak libraries.
On my VirtualBox WinXP machine I got it running without problems, but I had to
install the correct version of the cinepak dll into the ST directory.
This I also did on the wine game, without success.
I have also run the game with wine 1.4.1 WINEDEBUG=+relay,+seh,+tid, but that
created a 1.6G (!) file of output, so no way that I can share that.
Any other information I could provide?
Thanks
Norbert
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=40179
Bug ID: 40179
Summary: Cannot insert mpg files in Powerpoint 2010
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
Distribution: SUSE
Created attachment 53687
--> https://…
[View More]bugs.winehq.org/attachment.cgi?id=53687
Log trying to insert mpg in Powerpoint 2010
The two videos from bug 17448,
http://fgouget.free.fr/tmp/wine-test-videos/daytona_crw.mpghttp://fgouget.free.fr/tmp/wine-test-videos/Ikea_Tidy_up_2_11.mpg
now work for me in Powerpoint 2003 and 2007, but not Powerpoint 2010.
Powerpoint 2010 pops up an error message that says "Powerpoint cannot insert a
video from the selected file. Verify that the necessary codec for this media is
installed, and then try again."
Terminal output (full log attached) includes this line:
** (wine:22741): CRITICAL **: gst_audio_format_to_string: assertion 'format !=
GST_AUDIO_FORMAT_UNKNOWN' failed
--
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.
[View Less]