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=30322
Bug #: 30322
Summary: Securom 7.27 unhappy with some compilers? (affects Sid
Meier's Railroads Demo)
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
On Ubuntu 12.04 beta 2, the app from bug 11059,
9cf82945770bc4b959964ae28f8966759e9d5cda RailroadsDemo.zip
aborts on startup, complaining
"A required security module cannot be activated."
"This program cannot be executed (3000)."
A scan of the demo shows that it's protected with securom 7.27.
The problem persists even if you build wine with gcc-4.5.
--
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=8332
--- Comment #20 from Hans Leidekker <hans(a)meelstraat.net> 2012-05-06 04:16:30 CDT ---
(In reply to comment #19)
> Hans, any update on this? Should we leave this bug opened till this is
> implemented or maybe mark it as wontfix?
The privilege issue is certainly outside of Wine but I think it's better to
leave this open. Otherwise equivalent bugs will be opened over and over 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.