http://bugs.winehq.org/show_bug.cgi?id=21178
Summary: FTD.COM Living Virtual Flower: Text scrambled and
transparency not working
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://www.gazup.com/n70bJ-install_lvf.15.exe-download
-mirrors
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25428)
--> (http://bugs.winehq.org/attachment.cgi?id=25428)
Wine buggies, Notice the LWA_COLORKEY not supported
In Windows XP mode FTD.com's Living Virtual Flower (a spyware free screen
mate), fails to show transparency and has light blue colored blocks around all
animations. Also the text is unreadable and contains random ASCII instead othe
what it should be saying.
In Windows 98 mode the transparency is not an issue but the text still is.
--
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=24041
Summary: 3ds max 2010 32bit fails at startup
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: EvilTwin1(a)gmx.de
i installed VCRedist 2005 & 2008 plus dotnet via winetricks and got max to show
its spashscreen
but then it does nothing more
--
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=27423
Summary: sln2mak.exe can not start
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
1. download sln2mak.exe
http://www.codeproject.com/KB/cross-platform/sln2mak.aspx
2. start with wine
$ wine sln2mak.exe
A message shows:
wine: Install Mono for Windows to run .NET 2.0 applications.
3. install mono
$ winetricks -q mono210
4. start sln2mak.exe again:
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 -
assuming all bytes
Unhandled Exception: System.TypeLoadException: A type load exception has
occurred.
sln2mak.exe cannot start.
Should I report a bug to mono?
--
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=22481
Summary: Error when I try to play a saved game in Half life
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ellisllk(a)ellisllk.lautre.net
Created an attachment (id=27538)
--> (http://bugs.winehq.org/attachment.cgi?id=27538)
shell error output
Half life used to run, I even finished it.
I can launch it, but with glitches, I see the menus, they work.
But I can't run a saved game, HL crashes and leaves me with its own screen
definition.
Debian Squeeze
Kernel 2.6.30-2-686
nVidia 6600 GT with the 195.36.15 driver
HL v45/1.1.0.8
--
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=13091
Summary: Input error compiling c++ sources with mingw
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: onido89(a)gmail.com
Hi,
i've searched for this bug but i don't know if it just exist, anyway i wanted
to tell you that i've found a bug while i was compiling a source code in c++
language, that was made like this:
--------------------------------------
#include <stdio.h>
int main()
{
int i=1;
char s[40],c;
while(i!=0)
{
printf("Number-->");
scanf("%d%c",&i,&c);
printf("String->");
gets(s);
}
}
--------------------------------------
When i try to use it in winecmd it doesn't get exactly the inputs method (it
overlay the string method, it seems to ignore it...). Anyway try it for
yourself if you want and i hope it will be fixed for 1.0.
Great work anyway, this is the best emulator that i've ever used ;)
Have a nice day, and keep rollin!
GTOnizuka
--
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=24756
Summary: Form do not have transparent region -
SetLayeredWindowAttributes do not work
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alejandro.lavarello(a)gmail.com
Forms with transparent regions works OK in Windows XP but the
transparency not work in Wine 1.3.2.
Transparency is obtained using the Windows API call to
SetLayeredWindowAttributes.
In more detail, this is the Lazarus code:
------begin of code -------------------------------------------------
unit Unit1;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, LResources, Forms,
Controls, StdCtrls, Graphics, Dialogs, ExtCtrls, Windows;
const
LWA_COLORKEY = 1;
LWA_ALPHA = 2;
LWA_BOTH = 3;
WS_EX_LAYERED = $80000;
GWL_EXSTYLE = -20;
{Function SetLayeredWindowAttributes Lib "user32" (ByVal hWnd As Long, ByVal
Color As Long, ByVal X As Byte, ByVal alpha As Long) As Boolean }
function SetLayeredWindowAttributes (hWnd:Longint; Color:Longint;
X:Byte; alpha:Longint):bool stdcall; external 'USER32';
{not sure how to alias these functions here ???? alias setwindowlonga!!}
{Function SetWindowLong Lib "user32" Alias "SetWindowLongA" (ByVal hWnd As
Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long }
Function SetWindowLongA (hWnd:Longint; nIndex:longint;
dwNewLong:longint):longint stdcall; external 'USER32';
{Function GetWindowLong Lib "user32" Alias "GetWindowLongA" (ByVal hWnd As
Long, ByVal nIndex As Long) As Long }
Function GetWindowLongA ( hWnd:Longint; nIndex:longint):longint stdcall;
external 'user32';
type
{ TForm1 }
TForm1 = class(TForm)
Button1: TButton;
Image1: TImage;
procedure FormCreate(Sender: TObject);
procedure Image1Click(Sender: TObject);
private
{ private declarations }
public
{ public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.lfm}
{ TForm1 }
procedure SetTranslucent(ThehWnd: Longint; Color: Longint; nTrans: Integer);
var
attrib:longint;
begin
{SetWindowLong and SetLayeredWindowAttributes are API functions, see MSDN
for details }
attrib := GetWindowLongA(ThehWnd, GWL_EXSTYLE);
SetWindowLongA (ThehWnd, GWL_EXSTYLE, attrib Or WS_EX_LAYERED);
{anything with color value color will completely disappear if flag = 1 or
flag = 3 }
SetLayeredWindowAttributes (ThehWnd, Color, nTrans,LWA_COLORKEY);
end;
procedure TForm1.FormCreate(Sender: TObject);
var
transparency:longint;
begin
{the color were going to make transparent the red that the form background
is set to}
transparency:= clLime;
{call the function to do it}
SetTranslucent (form1.Handle, transparency, 0);
end;
------end of code -------------------------------------------------
Tested in Wine 1.3.2 under Puppy Linux 4.3.1 and in
WineXO under Fedora Remix + Sugar in a XO-1.
--
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=20266
Summary: Email alert function fails in StrategyDesk, read
timeout in winsock
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://www.tdameritrade.com/StrategyDesk/SetupStrategy
Desk.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deefster(a)cheerful.com
Created an attachment (id=23920)
--> (http://bugs.winehq.org/attachment.cgi?id=23920)
WINEDEBUG=+all,-relay,-syslevel,-gdi,-heap wine StrategyDesk.exe
Overview:
The program is StrategyDesk, part of the TD Ameritrade brokerage trading
platform software.
The email alerts fail to send in wine, but send ok from native Win2k.
Steps to reproduce:
1. Login to program
2. Select Edit->Preferences
3. Fill in smtp server settings and press 'Test' to send a test email.
Actual results:
Email never sent, but no harmful impact to program.
My interpretation of the debug output is a timeout trying to interpret a
response from the SMTP server, or perhaps it just does not receive one after
the 'EHLO'.
This is not a regression, since it has not worked in past releases going back
to at least 1.0.
Platform:
Linux maestro 2.6.28-gentoo-r5 #1 SMP Fri May 29 00:23:31 CDT 2009 x86_64
Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz GenuineIntel GNU/Linux
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19653
Summary: Purchasing games in steam does not work
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tonglebeak(a)gmail.com
I have no idea when this issue started, as I haven't purchased a steam game for
quite a long time (since last October I believe).
After entering credit card information and clicking on the submit button, the
button's text changes to "working" and animates with dots. However, steam does
not go anywhere else. I have tried this several times. In the end I used
store.steampowered.com in firefox and was able to purchase games just fine.
tldr; buying games in the Steam client does not work, but buying games off of
Steam's website does work.
--
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=28802
Bug #: 28802
Summary: Tunatic interface freezes on startup, the application
is unusable.
Product: Wine
Version: 1.3.30
Platform: x86
URL: http://www.wildbits.com/files/TunaticSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Created attachment 37000
--> http://bugs.winehq.org/attachment.cgi?id=37000
Main window
I've nothing to add to the subject.
There are no messages logged in console beside
"fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretending there's only 2 channels".
--
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=23196
Summary: wine notepad: Resizing reloads the file, making it
excessively slow on long files
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://winehq.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Download attachment 28858 from bug 23193 and uncompress it. Open it in wine
notepad.
Resize the window. Everything freezes.
--
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=17907
Summary: build broken in dlls/ws2_32/tests/sock.c on OpenBSD 4.5
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: OpenBSD
Status: NEW
Keywords: download, source, testcase
Severity: blocker
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall
-pipe -fno-strict-aliasing -Wwrite-strings -Wpointer-arith -I/usr/local/include
-I/usr/local/include -I/usr/local/include/libpng -o sock.o sock.c
In file included from sock.c:28:
../../../include/ws2tcpip.h:60: error: conflicting types for `socklen_t'
/usr/include/sys/types.h:163: error: previous declaration of `socklen_t'
*** Error code 1
Going for the easy way out and using #define USE_WS_PREFIX just breaks things
worse (see attached).
Looks a bit similar to 16661, so some more includes may help, but filing a bug
for now.
Kai, perhaps you could take a look? If you need SSH access, let me know.
--
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=23918
Summary: ImgBurn finds no devices
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lyrik(a)live.dk
When starting "Imgburn" it cannot find any devices.
The error message is:
"The Program thdudf.sys has encountered a serious problem and has to close
With respect
Jens Erik Bech
lyrik(a)live.dk
--
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=22340
Summary: msvcrt.dll._setjmp unimplemented, needed for ioquake3
64-bit
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://www.ioquake3.org/files/angst/ioquake3-1.36_SVN1
778-21.3.x64.exe
OS/Version: Linux
Status: NEW
Keywords: download, source, win64
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
wine: Call from 0x7f27af25f2da to unimplemented function msvcrt.dll._setjmp,
aborting
--
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=25206
Summary: Anarchy Online v18.4, Ingame browser crashes
(Awesomium.dll)
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ao_main(a)gmx.net
Created an attachment (id=32006)
--> (http://bugs.winehq.org/attachment.cgi?id=32006)
output of the wine command
As of patch 18.4 funcom integrated an ingame browser based on the Awesomium.dll
(which itself bases on the chromium framework).
Starting the game (which worked flawless until the patch), the game client
crashes with the following in game error:
----------------------------
Exception code: 80000003 BREAKPOINT
Fault address: 00F8AFF0 01:008A9FF0 C:\Program Files\Anarchy Online - Clean
18.2.2\Awesomium.dll
Registers:
EAX:00000000
EBX:00000010
ECX:079DF434
EDX:00000001
ESI:079DF49C
EDI:079DF4A4
CS:EIP:0017:00F8AFF0
SS:ESP:001F:079DF434 EBP:079DF6B8
DS:001F ES:001F FS:103F GS:0037
Flags:00000246
Fpu control: 0x9001f
Stack: From adr 079DF434
009FAA9C 00000000 02E6A700 02E6B000 02E6A6E0 006F8E41 079DF4A0 079DF49C
079DF6B8 00000000
00000000 0000005F 009FB080 02E49600 02E6A6A0 02E6A700 02E6B000 0000005F
0000005F 9F4B3D04
013446B3 02E6B000 000003E5 00000000 02E6A6A0 00000032 00000004 019FBE58
019FBE1C 02E6A6E0
Call stack:
Address Frame Logical addr Module
00F8AFF0 079DF6B8 0001:008A9FF0 C:\Program Files\Anarchy Online - Clean
18.2.2\Awesomium.dll
7BC64FEA 079DF738 0001:00053FEA C:\windows\system32\ntdll.dll
7BC6BF07 079DFF88 0001:0005AF07 C:\windows\system32\ntdll.dll
GetLogicalAddress failed for 951DF85D
GetLogicalAddress failed for 951DF6E2
<end>
----------------------------
Anarchy Online has been started with a set $WINEPREFIX and "wine Anarchy.exe".
--
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=24107
Summary: MPQEdit: Ctrl-F4 doesn't work
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://zezula.net/download/mpqediten32_beta.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
1. Download MPQEdit and run it.
2. Hit Ctrl-N to create a new MPQ. Name it whatever and hit next using default
options for the next few screens.
3. You should have an empty folder on the left screen. Hit Ctrl-F4.
Ctrl-F4 doesn't do anything. Ctrl-W will work. Both keybinds are bound to the
same action 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.
http://bugs.winehq.org/show_bug.cgi?id=18290
Summary: Curse Client crashes since Curse.com enabled their
premium service
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://www.curse.com/client/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eiffel56(a)gmail.com
Created an attachment (id=20820)
--> (http://bugs.winehq.org/attachment.cgi?id=20820)
Output of wine with crashing Curse Client right after logging in
The Curse Client crashes since Curse.com enabled their premium
service(http://www.curse.com/articles/curse-en-news/462154.aspx). This is not a
regression in wine since it worked with exactly the same version(1.1.20) a few
hours ago. I also tested 1.1.14 and current git -> exactly the same.
Steps to reproduce:
1. Create a Curse.com account
2. Download and install the Curse Client
3. Create a new folder(e.g "WoW"). Create a folder called "Interface" in it,
and another folder called "Addons" in the Interface folder. Create a new file,
write something in it, and copy it as "Wow.exe" and "Launcher.exe". This is
needed to make the Curse Client think you have World of Warcraft installed. The
Client does also crash if you have a real World of Warcraft installation.
4. Open the Curse Client, click Manage Games->Add Game. Set Label to something,
Type to "World of Warcraft" and Install Path to the fake Wow folder you just
created.
5. Watch it crashing. If you start it up again, you will notice that it'll
crash again right after logging in.
I guess this is caused by that new ad that is shown in the client itself since
the premium service was enabled. It is not shown if you haven't registered at
least one game in Curse Client. It will not crash if you haven't added a game.
I will also attach the output of wine, which strengthens this theory.
--
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=16923
Summary: sscanf function missing hh modifier
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pcjc2(a)cam.ac.uk
The sscanf function in the Wine msvcrt runtime doesn't support the "hh"
modifier, as described here:
http://www.opengroup.org/onlinepubs/009695399/functions/sscanf.html
I've not tested or read the source thoroughly enough to see if any other of the
standard modifiers are missing from the Wine implementation.
Since I'm not sure whether Micosoft's msvcrt.dll supports this modifier (and
have no Windows box working to test at the moment), I appreciate this might be
closed "not a bug" if the behaviour is infact compatible with Microsoft's.
I'm developing applications on linux, cross-compiling and using wine to test.
The lack of an hh modifier caused memory corruption and some strange behaviours
in the app. We've changed our code to avoid the problem, but I thought I'd do
due diligence and mention it here in case it turned out to be a problem for you
guys.
Best regards
Peter Clifton
--
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=28881
Bug #: 28881
Summary: CommandLineToArgvW last argument is not equal to NULL
Product: Wine
Version: 1.3.31
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martijn.jstn(a)gmail.com
Classification: Unclassified
Created attachment 37108
--> http://bugs.winehq.org/attachment.cgi?id=37108
Test application
The last argument given by CommandLineToArgvW should be equal to NULL which it
is not. This causes application which use a pointer to increment and check for
NULL to crash.
Should be an easy fix, allocate argv to hold one more pointer and set it to
NULL.
--
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=18284
Summary: Crash durring Microsoft Money 2006 startup
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew(a)mleczko.net
Here you can find full traceback: http://pastebin.com/f5cab2ae1
--
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=22784
Summary: InstallShield: Fails with ole errors
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vanoudt(a)gmail.com
Created an attachment (id=28112)
--> (http://bugs.winehq.org/attachment.cgi?id=28112)
ole debug log
When trying to run the Pradis (
http://appdb.winehq.org/objectManager.php?sClass=version&iId=11417 )
InstallSHield installer, it fails with a whole swag of ole errors, popping up a
dialog box saying "1608: Unable to create InstallDriver instance, Return code:
-2147467262"
Manually running regsvr32 ole32 removes some of the err: log entries, but with
no real effect.
A WINEDEBUG=+ole log is attached.
Running on the latest git (wine-1.1.44-143-g2ba53f4) with wine32
--
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=28163
Summary: Runes of Magic cannot update Client!
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dr.strange.0815(a)gmail.com
Created an attachment (id=36082)
--> (http://bugs.winehq.org/attachment.cgi?id=36082)
Error!!!
siehe Photo...
Ich habe keine Ahnung, was da los ist, ich habe RoM installiert, mit Winetricks
und wenn ich den Client starte, lädt dieser die aktuellen patches runter, kann
sie aber nicht installieren, aber es gibt keinen konkreten Hinweis auf den
Fehler!!
(Leute, ich bin hier voll der Noob, also spart euch die Kommentare zu meiner
Unwissenheit. Ich bräuchte lediglich etwas Hilfe!)
--
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=22640
Summary: Microsoft Streets and Trips 2007 hangs at splash
screen
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: davem(a)mich.com
Created an attachment (id=27848)
--> (http://bugs.winehq.org/attachment.cgi?id=27848)
Wine terminal output when running MS Streets & Trips
Microsoft Streets and Trips 2007 hangs at the splash screen. Installs OK but
will not run. Must end the streets.exe process to terminate the application.
--
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=22586
Summary: X3 Terran Conflict (v 2.5) crashes when entering a
jump point
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chrisneilbrown(a)gmail.com
X3TC always crashes when I get to a jump gate with this error
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x525c23
--
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=22566
Summary: fixme:ole:OLEPictureImpl_get_hPal unimplemented for
type 3. Returning 0 palette. causes out of memory
error
Product: Wine
Version: 1.1.42
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fabio.a.miranda(a)gmail.com
VB 6 applications causing:
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winmm.dll" at
0x7dd40000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\MFC42.DLL" at
0x5f400000: native
trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\FXTLS532.dll" at
0x3d0000: native
trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\fxlbl50g.ocx" at
0x3a0000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\olepro32.dll" at
0x7ddf0000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\PICN13.dll" at
0x340000: native
trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\fximg50g.ocx" at
0x8460000: native
fixme:ole:OleLoadPictureEx
(0xb4fca4,12662,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f28c),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xb51ccc,129654,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0x32f088),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xb51cdc,15544,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0x32f088),
partially implemented.
fixme:font:SetMapperFlags (0x5eb0, 0x00000001): stub - harmless
trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\FM20.DLL" at
0x60000000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\riched20.dll" at
0x7dcf0000: builtin
fixme:ole:OleLoadPictureEx
(0xb5257c,1086,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32e874),
partially implemented.
fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0
palette.
fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0
palette.
fixme:ole:OleLoadPictureEx
(0xb533d4,2238,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0x32e710),
partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0xfad1a88)->(0xfad1b28, 0, (nil)), hacked
stub.
fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering
icons...
--
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=22485
Summary: Opening save dialog in Powerpoint 2000 fails on I/O
error 0.
Product: Wine
Version: 1.1.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan-winehq(a)h-i-s.nl
Created an attachment (id=27549)
--> (http://bugs.winehq.org/attachment.cgi?id=27549)
logging output
Opening the save as dialog responds with:
An unexpected error occurred: I/O error 0.
The +file log is attached
This occurs both on a newly created file, as on saving existing presentations.
--
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=17640
Summary: opening account file crashes quicken
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: idontlikespam(a)free.fr
Created an attachment (id=19824)
--> (http://bugs.winehq.org/attachment.cgi?id=19824)
output of winedbg
wine version 1.1.16 and older versions
quicken version: Home & Business 2007 edition
Can open an empty verion of Quicken, will translate an older data file to new
version. Crashes on opening data file
--
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=22288
Summary: AVRStudio stops during program load phase
Product: WineHQ Bugzilla
Version: 2.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jdoutt(a)whoi.edu
CC: jdoutt(a)whoi.edu
Created an attachment (id=27237)
--> (http://bugs.winehq.org/attachment.cgi?id=27237)
console log from install and run
AVRStudio installed fine on wine wine-1.1.42 compiled srom source.
But it fails when trying to run it.
Incidentally, it does seem to run (with some quirks) when msxml8 is installed
using winetricks (per suggestion from Vitaliy :-) )
--
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=22243
Summary: MapSource does not recognise MassStorage (Garmin)
devices any more), regression against v1.0.1
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ortylp(a)3miasto.net.pl
MapSource (version 6.15.7, the latest that launches without errors) does not
recognise MassStorage devices for data (map) transfer (menu: Transfer/Send to
Device). Drive is recognised in file/open dialog but is not available for map
upload.
Ubuntu lucid (updated on 02.04.2010)
Linux top 2.6.32-19-generic #28-Ubuntu SMP Thu Apr 1 10:39:41 UTC 2010 x86_64
GNU/Linux
hald started manually
Wine 1.1.41 (ubuntu ditribution): does not work
Wine 1.1.41 (vanilla build from source): does not work
Wine 1.0.1 (vanilla build from source): WORKS!
So it is a Bug, not configuration mismatch.
This feature got broken in 1.1.x a few months ago, but I am not sure when
exactly. The first problem which covers the issue I am reporting is missing
(not running) hald. It would be nice to get this feature working independent
of hald.
Please let me know if you need more data or testing
--
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=22345
Summary: AGTerminalV2 fails to connect remote server.
Product: Wine
Version: 1.1.42
Platform: x86
URL: https://rosnorb.ru/Web/win32/setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: czarkoff(a)gmail.com
Created an attachment (id=27339)
--> (http://bugs.winehq.org/attachment.cgi?id=27339)
wine log (since step 3)
To reproduce:
1. Install MDAC.
2. Download and install the application.
3. Run LC_ALL="ru_RU.utf8" wine "C:\ROSNO\T2\AGTERMINALV2.EXE"
4. Wait for logon window to appear.
5. Type in any username and password, hit Enter.
Expected result - the program window lauched. May be some dialog boxes along
the way.
Actual result - the dialog box stating (in Russian) that no server connection
is active, user not activated; then logon dialog again.
--
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=17089
Summary: SolidWorks 2009 Installation Manager doesn't work
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)science.su
Created an attachment (id=18923)
--> (http://bugs.winehq.org/attachment.cgi?id=18923)
wine sldim.exe &> /tmp/log.txt
When I run SolidWorks 2009 Installation Manager (sldim.exe, in Windows it runs
automatically by AutoRun) I get an error saying:
"The Installation Manager encountered a problem with the Microsoft Web Browser
control and must be shut down.
Notifiy your local support representative.
If you are running XP, check that you have the latest Service Pack installed.
The latest version Internet Explorer is also recommended."
Only available button is "OK"; after pressing it installation manager exits.
This is with Wine 1.1.13 (from current git) in clean Wine prefix with gecko
installed.
I have attached terminal output. In the log there is messages like this one:
...
0[19ebd0]:
nsNativeModuleLoader::LoadModule("c:\\windows\\gecko\\0.9.0\\wine_gecko\smime3.dll")
- Symbol NSGetModule not found
...
Are they harmless or something really missing?
If you need additional information please tell me.
--
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=22830
Summary: Trading solutions 4 freezes
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.tradingsolutions.com/downloads/eval.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chrisneilbrown(a)gmail.com
Trading solutions 4 freezes at various places
It does not seem to be random
There standard output log doesn't display any new information after it starts
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12630
Summary: Xilinx 4.2i: Registration is impossible
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joris_huizer(a)yahoo.com
For a school project around VHDL, I decided I wanted to try this program,
Xilinx student edition 4.2i (it actually didn't get used before now)
Anyway, a required step is registration.
The program shows three input fields, and it expects four digits per field.
However, the program won't allow to fill in more than three digits.
So I'm stuck, it wants four digits, but it can't get more than three.
(Copy/Pasting doesn't help either)
I'm not too really familiar with Wine code, wouldn't really know how to find
where the problem is really.
This isn't a free program - I got it combined with a book - (and it's a bit
dated too), so I can't give a download URL
--
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=19850
Summary: Anarchy Online crash
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ebruyere(a)videotron.ca
Anarchy Online will freeze at starting with a black screen and in window mode
it will crash creating a severe crashing warning.
--
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=22232
Summary: Crash on "Service Area" menu selection
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linards.liepins(a)gmail.com
Created an attachment (id=27139)
--> (http://bugs.winehq.org/attachment.cgi?id=27139)
Error log
Every time I focus / click on "Service Area" tab in Game ( after finishing race
or after loading Carrer from saved Game Slot ), I get crash.
I will try to add wine debugging symbols, but cannot promise - I am too busy in
work for detailed testing and trace debugging session(s).
--
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=21831
Summary: FM2010 patch 10.2 on Squeeze i386 + NVidia 190.53-1
gives empty screen
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ruvn33(a)yandex.ru
Created an attachment (id=26428)
--> (http://bugs.winehq.org/attachment.cgi?id=26428)
output of glxinfo
All information in attachments
--
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=14807
Summary: Painter X menues freeze while starting
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madheadcrash(a)gmx.de
Created an attachment (id=15359)
--> (http://bugs.winehq.org/attachment.cgi?id=15359)
logfile from console while starting Corel Painter X
After trying to start the application, wine breaks before any window appears.
After I've installed gdiplus via 'winetricks' the Painter X window appears, but
freezes before all menus are loaded.
--
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=21444
Summary: The game Lands of Lore 3 crashes in direct3D mode
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chessza(a)gmx.de
Created an attachment (id=25824)
--> (http://bugs.winehq.org/attachment.cgi?id=25824)
lands of lore 3 crash debug text file
I could install the game "Lands of Lore 3" and play the intro video, and play
in software mode, but when i tried to change the game setting into direct3D
mode the game stopped and crashed.
i send a text file with the wine debug.
--
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=19205
Summary: Install to harddisk fails
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msilva(a)portolinux.net
Created an attachment (id=22207)
--> (http://bugs.winehq.org/attachment.cgi?id=22207)
Debug log from execution until error
Hello.
Professional Dictionaries from Porto Editora (a Portuguese publisher) fully
work under Wine 1.1.x when using "Minimum Install" (it requires the original CD
to run) but if I try Full Install it fails.
I've tried different versions of Windows using winecfg but it always fails. The
attached files were using Windows 2000 but the process is similar when using
Windows XP configuration.
Once I've a netbook PC which I want to use for working while I'm travelling,
I'd like to create a Wine configuration with my dictionaries working to store
on a USB device and use it on my computers.
Regards,
Manuel Silva
--
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=22844
Summary: bloodbowl
Product: Wine
Version: 1.1.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dok(a)murmure.be
hi,
i have a problem with Blood Bowl. When i want to play, to create a game in
blitz or classic, or at the end of the first tutorial, an error message appears
:
"The program BB.exe has encountered a serious problem and needs to close. We
are sorry for the inconvenience.
This can be caused by a problem in the program or a deficiency in Wine. You may
want to check http:/appdb.winehq.org for tips about running this application "
--
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=21792
Summary: Acclaim Re-Volt: Online Battle Tags Crash w/ page
fault
Product: Wine
Version: 1.1.39
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=26353)
--> (http://bugs.winehq.org/attachment.cgi?id=26353)
wine: Unhandled page fault on read access to 0x69766584 at address 0x40bae2
(thread 0009), starting debugger...
This bug occurs when loading, unlike the nhood1 crash previously fixed this one
has a bit of a different readout and only affects battle tags.
Also if it matters... I've been using the older method
(http://www.thehandofagony.com/alex/dll/dplaydlls-win98se.tar.bz2) of
DirectPlay installation. e.g. manually add files w/o using winetricks install
of Directx9... so far these work perfectly for all other modes and all other
games I've tried. :)
--
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=22495
Summary: FAILE OPEN CCTV APLICATION
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: javieradrianr(a)gmail.com
Created an attachment (id=27560)
--> (http://bugs.winehq.org/attachment.cgi?id=27560)
Bug Backtrace
I have CCTV aplication, it name is SNS, and when I open it, the cams doesnt
see.
I have install in /windows/system32 next library:
MFC42.DLL
MFC40.DLL
MFC42U.DLL
MSVCP60.DLL
MSVCRT.DLL
--
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=19206
Summary: Intermittent silent crashing of Dungeons & Dragons
Online: Stormreach
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mattee(a)spin.net.au
Created an attachment (id=22209)
--> (http://bugs.winehq.org/attachment.cgi?id=22209)
Wine Output Window. This information displays as the game is loading.
Game will crash without warning of any kind.
Rolled back to 1.1.24 and problem persisted.
Ubuntu 8.04
I really don't know what to tell you.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21251
Summary: Prince of Persia Sands of Time: Artifacts at in-game
characters
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bartgenuit(a)gmail.com
Created an attachment (id=25545)
--> (http://bugs.winehq.org/attachment.cgi?id=25545)
Artifacts in PoP:SoT; Wine logfile
Glitches in PoP:SoT, where in-game characters other than the
prince or monsters (such as princess and vizier) render messy throughout the
game. Vectors radiate from these characters when you turn to them, not when
they are out of sight (see attachment). The (attached) logfile shows an error
"err:d3d_shader", which might be related. My setup:
ATi Mobility Radeon HD 3470
Driver: FGLRX 2:8:600-0ubuntu2
OS: Ubuntu 9.04
Wine 1.1.35
--
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=10082
Summary: City of Heroes chat window loses keystrokes, does not
snap back out
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matthew.b.gerber(a)gmail.com
In City of Heroes' chat window, the first character of each typed line is
always lost, and focus does not snap back away from the window after sending a
message.
1. If I enter the window by typing a slash, the slash itself is lost (whereas
it would normally be the first character to appear).
2. If I enter the window by hitting Enter, the first character *after* I hit
Enter is lost (whereas it would normally be the first character to appear).
3. After I send a message in the chat window, the focus remains in the chat
window rather than snapping back out to the game controls (which is the normal
behavior).
4. After I send a message in the chat window, the next character is also lost -
so to get back out after sending a message, you have to hit escape.
5. When I use the mouse to enter or exit the chat window, 1, 2 and 4 don't
happen; it focuses and defocuses properly. 3 still happens, however.
OS: Ubuntu 7.0.4
CPU: Intel Core 2 Duo
GPU: nVidia GeForce 6800 Ultra
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22804
Summary: Games refuse to start: Fatal error in ins1a[n].tmp
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: privatfriedhof(a)nurfuerspam.de
Created an attachment (id=28146)
--> (http://bugs.winehq.org/attachment.cgi?id=28146)
console dump
Tested on: Dungeon Siege 2 (retail & v2.2), Vampire the Masquerade: Bloodlines
(retail, v1.2, unofficial v6.5)
Installers work flawlessly. Trying to start the games' main .exe or Dungeon
Siege's video config executable leads to a GUI-error which roughly translates
to:
Program error
Fatal errors appeared in the program ins1a[n].tmp so it had to quit.
(with [n] being an incremental number and the prefix ins1a changing sometimes,
example above from Dungeon Siege 2 v2.2, there are no further explanations
given)
Tried with Wine (open -a Wine ....EXE and
/Applications/Wine.app/Ressorces/bin/wine ...EXE), with WineBottler, with
Crossover Games Demo; each using both X-servers available (Apple's X11 and
XQuartz)
Under Bootcamp both games install and play normally.
System: MacBook Pro i7 15"
2.66 GHz Intel Core i7
4 GB RAM
Graphics: Intel HD Graphics (integrated), NVIDIA GeForce GT 330M
Mac OSX 10.6.3 Snow Leopard
(a guess: on demand SnowLeopard silently switches to discrete graphics card and
back, thus leading to misbehaviour of X11?)
--
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=19364
Summary: Program terminated by Wine after exiting it about 2
minutes before
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)juengling-edv.de
About 2 minutes after exiting IMatch via [X] window button or File --> Exit,
the program is supposed to be terminated by Wine again. The message box reports
a grave error (in german "schwerwiegender Fehler") and tells me that
IMatch4.exe had to be terminated.
Running IMatch in Windows 2000 (natively or in a VirtualBox) I have never seen
something like this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18242
Summary: Cannot copy/paste from OneNote 2007 to gnome apps
Product: Wine
Version: 1.1.16
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bala(a)alumni.utexas.net
I am no sure if this is covered by any existing bug. I did a search for
copy/paste bugs.
Whenever, I try to copy or paste into OneNote 2007 it crashes.
Using wine version: 1.1.16
Let me know what other information is needed. 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=18173
Summary: Wrong font size in an application forms
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yhorror(a)mail.ru
Created an attachment (id=20640)
--> (http://bugs.winehq.org/attachment.cgi?id=20640)
Wine screenshot
The font size in some forms of the "DCI Reporter" application is too small in
Wine (6 instead of 8 in Windows). That makes the forms unreadable. The
screenshot (partially sloshed to hide confidential data).
--
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=13847
Summary: field content not visible
Product: Wine
Version: 1.0-rc4
Platform: PC
URL: http://realfast.com/associations/nc/ncnca/ncnca.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pfortin(a)pfortin.com
Created an attachment (id=13905)
--> (http://bugs.winehq.org/attachment.cgi?id=13905)
example of non-displaying text
[bug 5070 contains some of the original comments for this bug -- creating a
separate bug to track it properly]
Real Estate forms package (commercial) from RealFa$t (realfast.com) originally
available on Win95 (earlier?) uses its own "desktop" to manage its windows.
For each form which is opened, the app opens two windows: one with the full
text and another with a summary. If the problem was reversed (text visible on
full text version), this bug would be less aggravating :)
Data can be entered into fields on either representation of a form and appears
on both. In Wine, the full text version of the form will never display field
text unless that field is the currently selected one. One exception is a
checkbox field. (see attached screenshot)
In the screenshot, with both form representations visible, only the selected
field displays the field content (identified with green arrows) while the main
form does not display the field text (identified with red dots).
If there is a way to change text colors, I haven't located it yet... 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=19766
Summary: Bricscad lose Focus on main windows
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ricardoperry(a)gmail.com
Created an attachment (id=23143)
--> (http://bugs.winehq.org/attachment.cgi?id=23143)
The characters in command line are from F3 (R) and F8 (ś)
When in a command for instance LINE Bricscad lose focus on main windows, and
get focus on command windows.
The consequences is that while in the midle of a command is necessary to press
F3 for turning snap on/off or F8 for ortho on/off. This is the normal behaviour
of software in windows.
It is possible to work if one click in main windows, then the F3 and F8 work.
However the program get's the character and prints it in the command line, see
attached images.
--
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=22783
Summary: Vantive crashes | Duplicate Menu items
Product: Wine
Version: 1.1.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael(a)moser.net
Created an attachment (id=28111)
--> (http://bugs.winehq.org/attachment.cgi?id=28111)
Backtrace after crash
I installed Vantive in wine on OpenSuse 11.2. I can open multiple cases and
perform any action with no problem other than duplicate menu items (Ref:
http://bugs.winehq.org/show_bug.cgi?id=4197). However once I close a case and
subsequently attempt to open another, the program crashes citing the following:
Backtrace:
0x7bc463f3 RtlAllocateHeap+0x93 in ntdll: movl %eax,0x4(%edx)
System information:
michael.moser@G6WQ2D1 ~ $ uname -a
Linux G6WQ2D1 2.6.31.12-0.2-desktop #1 SMP PREEMPT 2010-03-16 21:25:39 +0100
i686 athlon i386 GNU/Linux
Full backtrace included as attachment, debug attachment to follow.
--
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=18471
Summary: Corel Painter IX.5: application freezes after starting
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aandred(a)gmail.com
Created an attachment (id=21087)
--> (http://bugs.winehq.org/attachment.cgi?id=21087)
Terminal log.
Corel Painter IX.5 freezes immediately after launch. There are just blank
windows where palettes and tools should be.
--
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=20428
Summary: X3 Terran Conflict (v 2.5) - intermittent crashes
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: DavidWalley(a)googlemail.com
Created an attachment (id=24246)
--> (http://bugs.winehq.org/attachment.cgi?id=24246)
Debug output
Crash with no obvious cause.
Described as "Unhandled page fault".
Debug output 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=18770
Summary: Last Chaos 2.0 is not running
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: haluk_durmus(a)yahoo.de
Created an attachment (id=21538)
--> (http://bugs.winehq.org/attachment.cgi?id=21538)
comandline output
The Game "Last Chaos 2.0" installed just fine,
but doesn't runs on my notebook.
Hardware:
hp nc6120
System:
ubuntu 8.04 32bit
--
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=21309
Summary: Richard Burns Rally: problem with Force Feedback
(Wingman GP)
Product: Wine
Version: 1.1.36
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spam(a)vsevjednom.cz
Created an attachment (id=25647)
--> (http://bugs.winehq.org/attachment.cgi?id=25647)
Richard Burns Rally control settings
Hello, I got a problem with my Logitech WingMan Formula GP (046d:c20e) in the
Richard Burns Rally. In control settings, there is a option "Force Feedback"
for whell settings, but i can't select it (in attachment is a screen).
By the way: I play F1 challenge, in this game is everything ok.
--
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=20667
Summary: Flash CS4 crashes on the splash-screen, after the
licensing-window is closed.
Product: Wine
Version: 1.0.1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alicesagt(a)yahoo.de
I have installed Adobe Photoshop and Flash CS4. PS works fine, but Flash
chrashes on the splash-screen, after the licensing-window is closed.
msxml6 gecko gdiplus vcrun2005sp1 ie6 winxp is installed in winetricks.
log is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19954
Summary: DVD Firmware app fails complaining about missing ioctl
2d0944
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lcid-fire(a)gmx.net
Not really sure whether this is really the problem - but it complains about:
fixme:ntdll:server_ioctl_file Unsupported ioctl 2d0944 (device=2d access=0
func=251 method=0)
and fails.
--
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=19536
Summary: Groove 2007 exits silently
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22743)
--> (http://bugs.winehq.org/attachment.cgi?id=22743)
wine-1.1.26-231-gfe9d360 console output
MS Office Groove 2007 installs fine but exits silently.
Installed as part of Office 2007 Enterprise. There is a downloadable trial,
but you have to register so I haven't tested it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21446
Summary: The settlers II - The next generation does not work
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas.mertes(a)gmx.at
Created an attachment (id=25827)
--> (http://bugs.winehq.org/attachment.cgi?id=25827)
Log and backtrace when "The settlers II - The next generation" crashes
"The settlers II - The next generation" does not work.
(german title: Die Siedler II - Die naechste Generation)
Greetings Thomas
--
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=18749
Summary: Certain Applications can't be resized larger than
screen resolution
Product: Wine
Version: 1.1.22
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefanmuenzel+winebugs(a)googlemail.com
My screen resolution is 1920x1200. When I resize foobar2000 or Supreme
Commander beyond a resolution of (approx) 1904x1200, the excess is not drawn
and contains the graphics that were previously at that location.
This does not occur with some other applications (e.g. explorer or winecfg).
This problem is unique to wine.
I am using xmonad as a window manager, without window decorations. This occurs
no matter where on the screen the window is positioned.
--
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=22606
Summary: Memory Map won't load under Wine Mint 9 rc on AMD64
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)peterwpaintings.co.uk
Created an attachment (id=27780)
--> (http://bugs.winehq.org/attachment.cgi?id=27780)
Error message
Further to bug report http://bugs.winehq.org/show_bug.cgi?id=22591
I made a fresh install of Mint 9 (rc) on a Dell Vostro 1000 running AMD Athlon
64 X2 processor. Mint 9 (release candidate) is Ubuntu 10.04 but with a decent
user interface.
The first action on the new install was to load Wine and try to load the
windows based program "Memory Map" found here:
http://www.memory-map.co.uk/downloads/mmv5/mmv5_os_513.exe
It failed with the message "This software requires IE 4 or later". See screen
shot.
The terminal output is given as an attachment.
Memory Map runs under Mint 8 32 bit release.
--
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=24936
Summary: windows live sdk fails to install
Product: Wine
Version: 1.3.5
Platform: x86
URL: http://www.microsoft.com/downloads/en/details.aspx?Fam
ilyID=b5a78784-922d-4267-a6e9-5d2ecf1dced8
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Get the sdk from the url above, and attempt to install. First, wants mono. I
tried that, but no dice, so I made a fresh wineprefix and installed dotnet20.
Gets a bit further, but then puts up a windows saying 'E_INVALIDARG' then after
pressing okay, a "send error to microsoft" error dialog. Dismiss that, and you
get a crash in mscorwks.
Terminal output hinted at gdiplus/msxml, so I tried native
gdiplus/msxml3/msxml4, but no luck.
I'm attaching the backtrace from the crash. The terminal output after native
overrides is below (pretty short):
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:advapi:LookupAccountNameW (null) L"austin" (nil) 0x32f168 (nil) 0x32f16c
0x32f160 - stub
fixme:advapi:LookupAccountNameW (null) L"austin" 0x139a18 0x32f168 0x1398d0
0x32f16c 0x32f160 - stub
fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 2 ignored
L"Upgrade" table values
fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 2 ignored
L"Upgrade" table values
fixme:msi:msi_unimplemented_action_stub MsiUnpublishAssemblies -> 2 ignored
L"MsiAssembly" table values
fixme:msi:install_assembly Manifest unhandled
err:msi:install_assembly Failed to install assembly:
L"C:\\users\\austin\\Temp\\Policy.4.500.Microsoft.WindowsLive.Id.Client.DLL"
80131042
fixme:msi:install_assembly Manifest unhandled
fixme:msi:msi_unimplemented_action_stub RemoveExistingProducts -> 2 ignored
L"Upgrade" table values
--
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=22464
Summary: Natural Selection 2 - Engine windows appears and
crashes.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mongzim(a)gmail.com
NS2 installs successfully and attempts to spawn
using 1.1.43 git before crashing. Disabling mmdevapi allows the
engine window to spawn (nice big black area) before crashing as a
result of some d3d calls looping indefinitely and using up all video
memory.
--
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=20794
Summary: Aquanox 1.15: black screen
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cweiske(a)cweiske.de
When running Aquanox 1.15 (cd version), I only get a black screen.
The console is overflown with following notes:
fixme:d3d_draw:drawStridedFast >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502)
from glDrawElements @ drawprim.c / 49
That application did actually worked a while ago, but does not do anymore:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=14941&iTesting…
--
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=12654
Summary: Dungeon Keeper 95 (GOLD) crashes running on AMD64 Gentoo
setup
Product: Wine
Version: 0.9.59.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugzilla(a)bennee.com
Created an attachment (id=12303)
--> (http://bugs.winehq.org/attachment.cgi?id=12303)
Backtrace dump of wine crashing
After running it with a Windows Path (wine "c:\Keeper\KEEPER95.EXE") and
specifying a virtual desktop to prevent my dual head setup confusing it it
still crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22471
Summary: Rar and Iso file with eMule emulation
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toniboni88(a)gmail.com
Created an attachment (id=27527)
--> (http://bugs.winehq.org/attachment.cgi?id=27527)
error message
When i select an .iso or .rar file in the shared list file in eMule (latest) I
receive this message:
"An invalid argoment was encountered"
--
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=18791
Summary: Logitech G15 keysyms are unmapped in
X11DRV_InitKeyboard
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vallidor(a)gangrenegang.com
Created an attachment (id=21562)
--> (http://bugs.winehq.org/attachment.cgi?id=21562)
key=>vkey mapping output, keypress output
G15 keysyms are receiving a NULL vkey mapping when passing through
X11DRV_InitKeyboard. This seems to result in the G1-G6 keys being recognised
by Wine as 'happening', but as Wine has no vkey to translate it to, yields no
keypress to the application being executed. (In my case, World of Warcraft. I
cannot bind Gx keys to actions as I do with other keys.)
My X11 is setup to pass and identify G15 'extra' keys as per the Ubuntu
tutorial described here: https://help.ubuntu.com/community/LogitechG15/ with
the exception of the XModMap setup, which I've identified for my own device
using 'xev'.
As I understand it the G15 key events are somewhat synthetic since they are
somehow pushed to X11 via uinput from g15daemon. I don't understand exactly
how that works, but Xev doesn't flag the keypress events as synthetic.
Log snippits are included which contain Wine output demonstrating
initialisation and .. well, me pressing the Gx keys, and Wine's reaction of
shock and amazement to this obscure event.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18565
Summary: Multiple DVD Installation (e.g. Sacred 2), doesn't ask
for second disk
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ghost_zero5(a)gmx.at
Hi,
I just tried to install Sacred 2 (though I know it probably won't work anyway)
and it never asked for the second disk and also reported an error after the
installation.
I tried the same thing with v1.0.1 and there it also didn't ask for the second
disk - I know that it does normally because I had it already installed under
Windows - BUT it did report the installation as a success though.
--
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=22674
Summary: daenete mojDESK Client 1.0.0.6: Hungs out after
several secunds
Product: Wine
Version: unspecified
Platform: x86
URL: http://translate.google.com/translate?js=y&prev=_t&hl=
en&ie=UTF-8&layout=1&eotf=1&u=http%3A%2F%2Fwww.daenet.
ba%2Fba%2Fstream.daenet%3Fkat%3D125&sl=auto&tl=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ADEMOMER(a)GMAIL.COM
Created an attachment (id=27923)
--> (http://bugs.winehq.org/attachment.cgi?id=27923)
Errors that Wine reports when executing application
I use:
- wine-1.1.42
- linux kernel version 2.6.31-14-generic
- Mint 8 (Helena)
- All run under VirtualBox v3.1.6 r59338, WinXP SP3 as HOST OS
Application is .NET and requires .NET 1.1.348. I used wintricks to install it
but it did not work. Then i download latest .NET re-distributable 1.1 from
Microsoft directly and installation went smoothly (both .NET and application).
Application logs on to the server and fetches various info like news, schedule,
and etc. Server of this application is .NET based and relays on MS SQL 2000.
Application starts normally and first error pops up after 10s, but application
still works, then i log on to the server and try to use something from it, some
functions works some hangs immediately.
I looked into the wine log file, and found that gdiaplus is needed and
installed it via winetricks. Application hangs in same manner, but log file
show less error messages. Log file is provided as attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21406
Summary: Pcsp Crash aplication Unhandled exception msvcr90.dll
Product: Wine
Version: 1.1.36
Platform: x86
URL: http://www.pcsp-emu.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maximu(a)gmail.com
Created an attachment (id=25777)
--> (http://bugs.winehq.org/attachment.cgi?id=25777)
Log (Console debug info)
Used wine 1.1.36
is an emulator for psp www.pcsp-emu.com exactaly the problem rarely closes the
application
Unhandled page fault on write access to 0x0b470018 at address 0x7855ae7a
(thread 0036), starting debugger...
when the application works without giving that error works aceleration Opengl
perfect, it is only in the charging
Added log info
--
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=22509
Summary: Galactic Civilisation 2 Twilight of the Arnor and Dark
Avatar
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chrisneilbrown(a)gmail.com
Created an attachment (id=27583)
--> (http://bugs.winehq.org/attachment.cgi?id=27583)
typical GC2 twilight error
The GC2 Launcher works but I cannot play the twilight or dark avatar game
The original GC2 game Dread lord does work
I also can not run the updater
--
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=11269
Summary: Keyboard commands do not work in Civilization I for
Windows (16-bt)
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Keyboard commands do not work in the game. The same orders given using menu
work properly.
--
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=22612
Summary: Spotify stops playing suddenly
Product: Wine
Version: 1.1.43
Platform: x86
URL: http://www.spotify.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: groennevik(a)hotmail.com
When using Spotify for x amount of minutes it stops playing the current track
and you cannot start another track but you need to restart Spotify instead. It
gives me no error, as another bug report claimed. It often happens when I
operate something else, like my web browser.
I ran it through the terminal as well, but it gave no message when it stopped.
--
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=22477
Summary: Chessbase cannot open multimedia databases
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jskartman(a)gmail.com
Hi,
chessbase light 2009, chessbase 10 ... cannot open the multimedia databases
from chessbase, the following errors constantly appears on console when the
menu of the database is show and you are trying to open a lesson / database:
...
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x1e8a20)->(0x12fb78)
fixme:mshtml:query_mshtml_copy (0x1ec108)
...
Using native mshtml and shdocvw solves the problem. You can also use the more
general solution "winetricks ie6".
note: "winetricks wm9" is needed too to provide the windows media codecs and
play video correctly but this is not part of 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=15782
Summary: ABBYY FineReader Pro 8.0: crash, If to open, or to close
a batch
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: inspirra(a)yandex.ru
Created an attachment (id=16889)
--> (http://bugs.winehq.org/attachment.cgi?id=16889)
Error Messages
This problem with all Wine versions (from 0.9.X to 1.1.7).
ABBYY FineReader Pro 8.0 - crash, if to open, or to close a batch (but not
always):
# wine ~/.wine/drive_c/Program\ Files/ABBYY\ FineReader\ 8.0\ Professional\
Edition/FineReader.exe > /tmp/wine.out 2>&1
"wine.out" in attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18486
Summary: Simply Invoice aborts with "System.Exception: Cannot
create ActiveX component"
Product: Wine
Version: 1.1.21
Platform: Other
URL: http://www.simplyinvoice.co.uk
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A Linux user mentioned in
http://ubuntuforums.org/showthread.php?p=7282541
that he wanted a package like "Simply Invoice"
http://www.simplyinvoice.co.uk/
for till management, but that he didn't want to
run "Simply Invoice" under Wine. (Presumably
because it wouldn't work well.) So I gave it a shot.
The installer first tried to install .net 2. That
didn't go so well, so I did "winetricks dotnet20".
Then it aborted with a "invoked runtime incorrectly" dialog,
so I did "winetricks vcrun2005". That failed because
some boot time thing was unhappy, so I wiped .wine,
did "winetricks vcrun2005 dotnet20", and reinstalled the
app. That did the trick. The app now installs and
starts up. However, when you try to log in to the trial
database, it complains it can't create an activex component,
and doesn't work after that.
--
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=22536
Summary: Office 2010 installation crashed
Product: Wine
Version: unspecified
Platform: x86
URL: http://www.microsoft.com/office/2010/de/default.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simon-65(a)live.de
Office 2010 Professional Plus beta and final can not be installed.
--
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=23024
Summary: LoTRO breaks with Gentoo
app-emulation/emul-linux-x86-baselibs-20100409.
Product: Wine
Version: 1.2-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel.santos(a)pobox.com
This may be an issue with Gentoo's
app-emulation/emul-linux-x86-baselibs-20100409 package or it may be an issue in
Wine that's only surfacing with this lib. I have filed bug report for the lib
as well:
http://bugs.gentoo.org/show_bug.cgi?id=322697
LoTRO will usually hang after the logo displays. Occasionally, it wont hang
there, but once in-game, chatting in chat channels (ooc, regional, etc.) is
non-functional. Additionally, it will usually hang when existing as well.
This effects wine versions 1.1.44 and 1.2-rc2. Simply put, masking
app-emulation/emul-linux-x86-baselibs-20100409 and remerging wine solves the
problem.
I'll upgrade my Gentoo emul-linux-x86 libs again and run winedbg to try to get
you some more technical info. But the last time I did, one thread had 200
frames where it apparently had infinite recursion, that I presume led to a
stack overflow (this was the hang on exit). When debugging the hang after the
logo, I believe there was some type of lock wait timeout.
--
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=26479
Summary: Microsoft Visual Basic 6 Setup Crash
Product: Wine
Version: 1.1.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ghilbert12_lhen03(a)yahoo.com.ph
When I run Visual Basic 6.0 Setup, on the first part was okay. However if the
setup was to the enter license key window, it crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21570
Summary: kernel32/heap tests fail with +heap
Product: Wine
Version: 1.1.37
Platform: x86-64
URL: http://test.winehq.org/data/7aaaf738ecd06c12bfd69200ee
74abd5cc9aef8b/wine_ae-ub910-heap/kernel32:heap.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=26009)
--> (http://bugs.winehq.org/attachment.cgi?id=26009)
terminal output
heap.c:241: Test failed: Expected gbl, got 00000000
heap.c:764: Test failed: 0x0: got heap flags 50000062 expected 00000000
heap.c:766: Test failed: 0x0: got heap force flags 40000060 expected 00000000
heap.c:495: testing heap flags 50000062
heap: 110 tests executed (0 marked as todo, 2 failures), 0 skipped.
etc.. 41 failures total.
--
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=28612
Bug #: 28612
Summary: Hidden Mysteries: Vampire Secrets crashes with
unimplemented basic_ifstream ctor
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: josh+wine(a)iswifter.net
Classification: Unclassified
When clicking Play, the game crashes with this error:
wine: Call from 0x7b839d72 to unimplemented function
msvcp90.dll.??0?$basic_ifstream@DU?$char_traits@D@std@@@std@@QAE@PBDHH@Z,
aborting
--
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=14400
Summary: AngelBot window freezes if text is copied via right-
click context menu
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://scguy318.freeshell.org/AngelBot.tar.gz
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=14713)
--> (http://bugs.winehq.org/attachment.cgi?id=14713)
AngelBot backtrace
With Wine version wine-1.1.0-459-g2893294, when running the AngelBot
application, if text from an edit control is copied via right-click context
menu, AngelBot will crash. AngelBot requires the Visual Basic 6.0 runtime,
which can be installed via winetricks. Backtrace is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20770
Summary: FineReader 8 crashes after importing images into an
empty batch
Product: Wine
Version: 1.1.33
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: acheron(a)front.ru
Created an attachment (id=24860)
--> (http://bugs.winehq.org/attachment.cgi?id=24860)
Crash log for an empty batch
When I import one or several image files into an empty batch, FineReader 8 adds
them to the batch, then crashes (displays a "seroius error" window) and
freezes. To stop it I have to press ^C in the terminal window.
When I start FineReader again after the crash, all the imported images are
there.
Similar crash happens after saving the batch, but in this case FineReader
doesn't freese after I close the error window.
--
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=20566
Summary: icons of size 24x24 are black
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b.neumann(a)ceyoniq.com
Created an attachment (id=24531)
--> (http://bugs.winehq.org/attachment.cgi?id=24531)
logging
In the VB6 based Software nscale Desktop the icons of size 24x24 are not
visible.
There is only a black backround.
--
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=20102
Summary: Runes of magic is unable to save configuration
settings
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kristoffer.ericson(a)gmail.com
Created an attachment (id=23670)
--> (http://bugs.winehq.org/attachment.cgi?id=23670)
some minor output while trying to change any setting and revisiting
In the startup menu of Runes of Magic there is an configuration button (aside
from the Play or Exit menu). Pressing this opens a window where you can set
graphical and audio settings. However when setting anything and revisiting
nothing has changed.
So its for some reason unable to save changes.
--
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=28848
Bug #: 28848
Summary: PCSX2 0.9.9 svn r4942: Using GSDX plugin results in
garbled graphics
Product: Wine
Version: 1.3.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dredgingthelake(a)gmail.com
Classification: Unclassified
Created attachment 37056
--> http://bugs.winehq.org/attachment.cgi?id=37056
GSDX garbled graphical output
PCSX2 svn with the latest GSDX video plugin results in garbled graphics.
Sometimes the glitches take the form of a meshed together mix of applications
previously run, or the screen is just covered in random pixels. Just broken
messed up output in any case. This occurs with the DX9 hardware renderer but
also the DX9 software renderer, and sdl renderer (so all GSDX renderers are
broken) Plugin works fine in windows, and (much) older versions from 2009 or
earlier work fine.
It's also broken with the current stable release of pcsx2 (0.9.8) so that
version can also be used to test for this bug.
Tested with:
wine: 1.3.31, 1.2 and 1.1.26.
nvidia-drivers: 290.03, 285.05.09, 275.09.07
Gentoo ~AMD64
Screenshot and terminal output are 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=27273
Summary: Microsoft Office Communicator does not install,
doesn't recognize MSXML 6.0 SP1 as installed
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christianuceda(a)yahoo.com
If attempting to install Microsoft Office Communicator 2007 R2 on Wine 1.3.20
the installer gives an error window saying:
"Microsoft Office Communicator 2007 R2 requires MSXML 6.0 SP1. Please download
from http://www.microsoft.com/downloads"
The issue lies on the fact that MSXML 6.0 SP1 is installed on the wine prefix,
I tried to install it both via winetricks and by hand from:
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=d21c292c-368b-4…,
but the communicator install seems to miss it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20839
Summary: Blue particles where there should be only fog in Age
of Empires III trial.
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://download.microsoft.com/download/d/7/3/d7348fe3-
d498-4e13-96c6-3da92e8f0c62/aoe3trial.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=24971)
--> (http://bugs.winehq.org/attachment.cgi?id=24971)
Screenshot of the problem
I think the screenshot will explain it better than I do, this happens in any
map I choose. I'm using Ubuntu 9.10 and an Intel GMA X4500HD. The drivers are
the latest from the xorg-edgers repository.
--
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=29165
Bug #: 29165
Summary: IApplicationAssociationRegistration not implemented
(needed by gecko)
Product: Wine
Version: 1.3.33
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Classification: Unclassified
Firefox / Gecko want to use IApplicationAssociationRegistration,
which is not implemended in Wine.
002a:err:ole:CoGetClassObject class {591209c7-767b-42b2-9fba-44ee4615f2c7} not
registered
002a:err:ole:CoGetClassObject class {591209c7-767b-42b2-9fba-44ee4615f2c7} not
registered
002a:err:ole:CoGetClassObject no class object
{591209c7-767b-42b2-9fba-44ee4615f2c7} could be created for context 0x3
--
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=15606
Summary: Lotr Bfme2: Big parts of characters appear in a glowing
white
Product: Wine
Version: 1.1.6
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcflow-forum(a)gmx.net
Created an attachment (id=16617)
--> (http://bugs.winehq.org/attachment.cgi?id=16617)
White armor
The picture shows the issue clear enough I think. The white glowing won't
appear on all objects. As far as I can tell now this are only parts of armor
that are reflecting light but I am not yet sure about this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21269
Summary: Babylon 5 - I've Found Her: crashes when colliding
with objects if using a joystick
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://ifhgame.ru/download/ifh11_setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 011001(a)web.de
The game crashes if you're using a joystick and your ship collides with an
object.
Setting the game not to use force feedback makes no difference to the bug but
setting the controls not to use a joystick at all makes it dissapear.
The fastest way to reproduce this i can think of is:
Go to http://www.ifhgame.ru/ and download the “Babylon 5: I’ve Found Her”
prequel campaign “Danger and Opportunity” Full Package for Windows.
Direct link: http://ifhgame.ru/download/ifh11_setup.exe
Install and start the game.
Start a new Campain, not the Training, and fly towards some nearby object till
you collide with it.
You might need to take a look at the control settings to do this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12228
Summary: No ALSA support for external soundcard since 0.9.57
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: uhkeller(a)web.de
Until 0.9.56, Wine allowed me to use an external USB soundcard as well as
built-in Intel HDA sound through ALSA. In Windows applications (e.g.
foobar2000) I could select the internal sound card as dimx:0 and the USB sound
card as dmix:1. Since 0.9.57, however, when the external USB sound card is
plugged in I get two dmix:0 entries, both select the internal sound. I see
these two entries both in foobar2000 and in winecfg under ALSA Driver/Wave Out
Devices. The external soundcard still is accessible through the OSS driver.
I'm using Wine 0.9.58 from the Wine repositories under Ubuntu 7.10. The
external soundcard is an M-Audio USB Transit (with madfu 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=28340
Summary: UFO: Extraterrestrials Gold - regression - crash at
start now can't be workarounded by using native
dsound/directplay
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mooroon2(a)mail.ru
CC: aeikum(a)codeweavers.com
Regression SHA1: 901af51ea32f2d192a598808abab2d1b6a940773
It was possible to workaround UFO:ET crash at startup by using native (i.e. MS
versions from DirectX runtime) versions of dsound and directmusic. After 1.3.25
it is no longer possible - game crashes at start no matter were the
dsound/directmusic overridden to native or not.
Regression testing comes with the following results:
901af51ea32f2d192a598808abab2d1b6a940773 is the first bad commit
commit 901af51ea32f2d192a598808abab2d1b6a940773
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Mon Jul 11 08:28:24 2011 -0500
winmm: Remove driver implementation of waveOut*.
:040000 040000 cccb55d925c166ba3838b0179cbdd655a44ba26a
428f760df6efda7a37b4a84f97721523ab72863f M dlls
Reverting that patch isn't possible with the 1.3.28 - a lot of other cleanup
work followed completing the "Rewrite of the audio support, using the Win7
architecture." task noted in the release notes for 1.3.25.
I suspect that the Right Way (tm) to fix this regression would be to fix bug
#25728 I had reported long ago. In any case, this is a regression in wine
obviously, as the app that was working pretty well before (with one workaround)
stopped to work with a new release.
--
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=27157
Summary: Brink: No sound
Product: Wine
Version: 1.3.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dredgingthelake(a)gmail.com
As summary suggests, no sound can be heard at any point of the game.
--
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=23867
Summary: Non-English characters don't display
Product: Wine
Version: 1.1.42
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gessos.paul(a)yahoo.gr
Created an attachment (id=29968)
--> (http://bugs.winehq.org/attachment.cgi?id=29968)
screenshot
I don't know if it is my own computer problem (a font problem) but I report it
and if you want, remove it.
See the attached picture.
--
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=26176
Summary: JavaScript custom-actions not running?
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ilan(a)cogniview.com
I have an MSI package that installs fine on Windows, but has a problem on Wine
1.2.2 and 1.3.14.
On a clean Ubuntu with Wine, it gives the error:
"A previous installation of Cogniview none was detected."
I have access to the people who develop this package, and we came to the
conclusion that it might be because some JavaScript custom actions are not
executed properly.
For example, the custom action "MakeInstalledName" definitely doesn't execute.
You can download the package that has the problem from:
http://download.cogniview.com/PDF2XL-Setup-Eval.msi
Note, that a *different* but similar package of the full product *works and
installs fine* (it has some custom actions that are different):
http://download.cogniview.com/PDF2XL-Setup-Full-4.10.msi
I tried running the package with full logs, something like:
msiexec /lv* log.txt /i ...
but the log output is very minimal and only gives me one line.
Any help will be greatly appreciated!
--
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=22767
Summary: Ragnarok and deforming sound
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dreamsoul14(a)gmail.com
Created an attachment (id=28075)
--> (http://bugs.winehq.org/attachment.cgi?id=28075)
log
When I run Ragnarok in wine on Ubuntu 10.04 (and others versions) sound in all
system started distorted. Not help on\off sound in Wine and Ragnarok setups,
and changes Ragnarok setups, slightly reduces the distortion decrease
resolution in RO setup, but play in window 600x400 not convenient. Same help
enable in Wine setup desktop emulation mode, sound deforming, but less. It also
affects the recording microphone.
--
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.