http://bugs.winehq.org/show_bug.cgi?id=26808
Summary: Blue Toad Murder Files crashes on startup: "No Audio
Device Detected!" (needs XactEngine3_7.dll et al.)
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://demos.gamersgate.com/21741
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=34160)
--> (http://bugs.winehq.org/attachment.cgi?id=34160)
terminal output
The demo installs fine but won't run even after the following native components
are installed via winetricks: d3dx9_36 vcrun2008 xact.
The game throws an error dialogue, saying that no audio device can be found.
To reproduce the issue in the demo:
1) Install the demo by wine msiexec /i InstallBlueToadSeasonOneDemo.msi
2) winetricks vcrun2008 d3dx9_36 xact
3) Launch the demo by wine BT01Application.win32.exe >> an error dialogue is
shown and the game crashes.
---excerpt from the log---
...
err:ole:CoGetClassObject class {5a508685-a254-4fba-9b82-9a24b00306af} not
registered
...
---
That refers to a newer version of the Xaudio libraries which come bundled in
the June 2010 DirectX redistributable.
However, the current winetricks script installs directx libs from the February
2010 package, in which they're not included. The required files:
XAudio2_7.dll
XactEngine3_7.dll
XAPOFX1_5.dll
You have to hunt them down from a Windows machine (with up-to-date directx),
place them in /system32 and register them with regsvr32.exe.
The game will start correctly afterwards.
--
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=42813
Bug ID: 42813
Summary: Sixa crashes
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jey.and.key(a)gmail.com
Distribution: ---
Sixa the streaming thin client for gaming 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.
https://bugs.winehq.org/show_bug.cgi?id=43004
Bug ID: 43004
Summary: qedit/tests/mediadet.c intermittent crash
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Created attachment 58144
--> https://bugs.winehq.org/attachment.cgi?id=58144
backtrace/log from crash
Intermittently crashes trying to execute IMediaDet_put_Filename (line 294).
Also sometimes shows a third behaviour in which the program will gracefully
crash, showing a message box saying "Internal errors - invalid parameters
received". Attaching logs for each case.
The crash itself is in push_data() in winegstreamer.
--
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=16978
Summary: Corel Paint Shop Pro Photo X2: Fails to start with an
"illegally modified" message.
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: npiguet(a)romandie.com
Created an attachment (id=18764)
--> (http://bugs.winehq.org/attachment.cgi?id=18764)
Command line output
Corel Paint Shop Pro Photo X2 fails to start correctly and displays the
following error message:
"This copy of Paint Shop Pro has been damaged or illegally modified. Please
reinstall from your original source."
I had to install msxml3 with winetricks to get the application to start without
crashing.
--
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=26991
Summary: Movie Outline 3's delete and backspace functions don'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: bluemonsterstail(a)gmail.com
Text in Movie Outline 3 Screenwriting software can not be erased. Backspacing
or deleting text results in a hard return.
--
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=40284
Bug ID: 40284
Summary: Unable to change resolution for LVDS panels
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gang65(a)poczta.onet.pl
Distribution: ---
If Wine want to change the resolution on laptop screen, there is only one
supported mode. For example xrandr -q shows:
LVDS-0 connected primary 1680x1050+0+0 (normal left inverted right x axis y
axis) 331mm x 207mm
1680x1050 59.88*+
This is because the native resolution is the only one that your internal panel
supports, while your HDMI monitor supports a variety of different modes. Note
that unlike other modesetting interfaces, RandR 1.2 provides control over the
actual physical mode timings being sent to the monitor, so only supported
timings are listed.
More information about issue:
https://devtalk.nvidia.com/default/topic/922395/340-96-xrandr-1-5-0-and-nat…
This is causing error during run like for Commandos 2:
wine Comm2.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f1a4,0x00000000), stub!
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found
640x480x16 @0! (NoRes)
To resolve missing resolution for laptops, the scale should be used.
With randr it could be set as:
xrandr --output LVDS-0 --scale-from 640x480
--
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=19353
Summary: The Talking Moose: No audio, no animation, always
crashes
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.halls.md/moose/index.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neuroshock(a)hotmail.com
Created an attachment (id=22416)
--> (http://bugs.winehq.org/attachment.cgi?id=22416)
Console error output for Talking Moose program
When it functions properly on a Windows machine, the Talking Moose application
is a desktop toy (based on an app for the old Macintosh Plus from the 80's) in
which an animated talking moose avatar periodically pops up in the upper-right
corner of the screen to offer witty remarks, puns, or mild insults. (The phrase
database can be modified and augmented.) The moose also comments on various
system activities, like the opening and closing of programs. There's also a
system tray icon, and right-clicking offers a host of other options, as well as
a control panel to control the moose's behavior.
I can't get the application to work in wine. (
I can successfully install the application, and it starts up and creates a
system tray icon without crashing.
But there's no animation or sound or talking, the moose avatar displays the
text "Voice Error: I'm Sick", and clicking on the moose avatar itself or
right-clicking on the system tray icon and trying to open the control panel
causes an immediate crash of the program, generally with an error box saying
"Run-time error '-2147200966 (8004503a)': Automation error."
Solving this problem might be helpful more generally, because it might shed
some more light on the Microsoft text-to-speech system in the process.
I've tested the program on clean wineprefix, with/without vbrun, with/without
native ole. I also tried installing Microsoft Text-to-Speech (see, for example,
http://www.bytecool.com/voices.htm), but none of this changed the application's
behavior in any way.
Please see the attached console error output.
Thanks!
--
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=22053
Summary: Steam games crash on startup if in-game community is
not disabled
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(I looked, but couldn't find a bug for this, so here goes.)
Launching any game (say, Braid Demo) hangs quickly.
To work around this, go to Settings > Friends > "Notifications and Sounds",
uncheck all checkboxes, and select "Never" for "Flash Window".
Then go to Settings > In-Game and uncheck the "Enable Steam Community In-Game"
checkbox. The game should launch ok now.
--
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=16964
Summary: NavyFIELD cannot read its .data files
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://www.navyfield.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flamehawk96(a)yahoo.com
after placing msvcp60.dll in to wine's system32 folder and setting quartz to
native, Wine is able to get passed the EULA and into the log in screen. The
problem starts when attempting to log in. The game console just says that the
data files are corrupt (unless you try to log in with something wit htoo many
or too little characters). In a normal situation this would be remedied by
deleting all of the .data files (in the NF folder) and letting the game patcher
replace them. I've noticed that the patcher keeps downloading something every
time I run it. I'm guessing that it is replacing the .data files when it does
this. but again, it doesn't solve the problem.
--
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=34227
Bug #: 34227
Summary: AVR Studio 4.19 (build 730) fails to communicate with
programmer
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ghieber(a)fastmail.net
Classification: Unclassified
Created attachment 45542
--> http://bugs.winehq.org/attachment.cgi?id=45542
screen shots and log file
AVR Studio can control a variety of programmers and in-circuit-emulators. While
the programming part could be worked around by using AVRDude or comparable
applications, emulation can't.
I have two of the oldest supported devices, an Atmel STK500 evaluation board,
and a (not original) JTAGICE programmer / emulator. Basic communication with
both devices works. The JTAGICE can not be further testet due to lack of a
suitable target. The STK500 behaves as follows:
connecting to the board (Tools > Program AVR > Connect, then click Connect)
opens the STK500 dialog, Tab 1. screen shot 1. The lower panel indicates that
communication is established. trying to transfer any data, for example by
clicking the "read Signature" button results in the error message, screen shot
2. The same when clicking the "Fuses" tab, screen shot 3.
the attached log contains a session consisting of starting up AVR Studio,
connecting to the STK500 and trying the described read operations. All the
output came during startup, except the last 4 lines, 2 of them are written when
the error message pops up
The bug appears under Wine 1.6, Wine 1.7 and Crossover 12.2.1. Operating system
is Fedora19 / 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.