http://bugs.winehq.org/show_bug.cgi?id=27892
Summary: Iexplore blank page or binary
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Created an attachment (id=35686)
--> (http://bugs.winehq.org/attachment.cgi?id=35686)
Window filled with binary
wine iexplore http://suomi24.fi -> blank white page
wine iexplore. Copy/paste url and press enter -> window fills with binary code.
Also why this difference?
--
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=33191
Bug #: 33191
Summary: installer of AliWangwang: some text can be displayed
normally
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 43908
--> http://bugs.winehq.org/attachment.cgi?id=43908
Picture 1
reproduce:
1. download it
2. run it, the text in the second screen of the installer can be displayed
normally(as picture 1 in attachment)
Normally, it must be displayed as pircture 2.
I found "winetricks -q riched20" make it happier.
I am trying work on this bug.
--
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=29785
Bug #: 29785
Summary: Baid in the Box 2012 crashes at startup
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyunaev(a)ulduzsoft.com
Classification: Unclassified
Created attachment 38690
--> http://bugs.winehq.org/attachment.cgi?id=38690
WineDBG output
The Band in the Box 2012 application from www.pgmusic.com crashes at startup
without the useful backtrace using wine 1-4rc2. Clean installation with WMP9 or
WMP10 installed (tried both) as the exe is linked with WMVCORE.DLL and refuses
to start without it.
The generic start via:
wine bbw.exe
ends with a crash with an attached backtrace.
However by using:
WINEDEBUG="+relay" wine bbw.exe
starts the program without a crash. Same goes with +all, "trace+all". It
crashes with "trace+ntdll"
Attached is the debugger output with a crash. Will be happy to provide more
information.
--
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=26339
Summary: MSXML, HTTPS GET don't work
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://netikka.net/dev/msxml6.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
See example. http://netikka.net/dev/msxml6.exe
Click button.. With http address it's fine.
Note: Doesn't even work with winetricks msxml6 ie6
And using msxml3, doesn't make any difference. Ubuntu 10.10.
Code is very simple:
Uses comobj;
procedure TForm1.Button1Click(Sender: TObject);
var xmlhttp: variant;
starttime: dword;
begin
starttime:=gettickcount;
xmlhttp:=createoleobject('MSXML2.XMLHTTP.6.0');
xmlhttp.open('GET', edit1.text, true);
xmlhttp.send();
while (xmlhttp.readystate<>4) and (gettickcount<starttime+30000) do
application.processmessages;
if gettickcount>starttime+30000 then showmessage('timeout!') else
memo1.text:=xmlhttp.responsetext;
end;
--
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=20387
Summary: Crystal Report 6 abort install with wine 1.1.31
Product: WineHQ Apps Database
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gjotam(a)hotmail.com
Created an attachment (id=24167)
--> (http://bugs.winehq.org/attachment.cgi?id=24167)
Logs and back traces
Crystal Report 6 abort install with wine 1.1.31
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23448
Summary: F1 2000 and F1 Championship Season 2000 crash at
startup
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://www.fileplanet.com/53038/download/F1-Championsh
ip-Season-2000-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
F1 2000 is a car racing game by Electronic Arts.
Game installation works fine, but running the game results in a crash, showing
a Program Error dialog box.
With Wine set to Windows 98 mode, the Program Error dialog box is all that
appears. Set to XP mode, the game loading screen appears and there is some CD
activity (copy protection I guess). After a short time a Program Error dialog
box appears saying "The program F1_2000.ICD has encountered a serious..."
A possibly-interesting line from the console output in XP mode:
m Files\EA SPORTS\F1 2000\F1_2000.exe: pthread_mutex_lock.c:321:
__pthread_mutex_lock_full: Assertion `robust || (oldval & 0x40000000) == 0'
failed.
As far as I know, there isn't a downloadable demo for F1 2000. However, there
is a demo for the very similar F1 Championship Season 2000, which also crashes
on startup.
http://www.fileplanet.com/53038/download/F1-Championship-Season-2000-Demo
I will attach the console output for both F1 2000 and the F1 CS 2000 demo, with
Wine in Windows 98 and XP modes.
--
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=30043
Bug #: 30043
Summary: Infinite loop in mshtml navigate
Product: Wine
Version: 1.4-rc5
Platform: x86
URL: http://netikka.net/dev/tablecell.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Created attachment 39136
--> http://bugs.winehq.org/attachment.cgi?id=39136
Sourcecode
Found this problem in my application, here sample to reproduce.
http://netikka.net/dev/tablecell.exe
Click "Reset" button -> Everything is okay.
Click "Reset" again -> Infinite loop and I must kill it.
Attached source. Workaround winetricks ie6
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32161
Bug #: 32161
Summary: IAudioClient should support IMarshal
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
It looks like IAudioClient should support the IMarshal interface. This impacts
the Rocksmith PC game (it has a demo but only on Steam):
0040:trace:alsa:AudioClient_QueryInterface
(0x162ed8)->({00000003-0000-0000-c000-000000000046}, 0x680e92c)
0040:warn:alsa:AudioClient_QueryInterface Unknown interface
{00000003-0000-0000-c000-000000000046}
0040:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80040155
0040:err:ole:CoMarshalInterface Failed to marshal the interface
{1cb9ad4c-dbfa-4c32-b178-c2f568a703b2}, 80040155
0032:trace:alsa:AudioClient_Release (0x162ed8) Refcount now 1
0032:trace:alsa:AudioClient_Release (0x162ed8) Refcount now 0
--
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=27831
Summary: Tic Tac Toe Game (vbscript) cannot be played
Product: Wine
Version: 1.3.24
Platform: x86
URL: http://www.planet-source-code.com/vb/scripts/ShowCode.
asp?txtCodeId=48298&lngWId=1
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
To view page you need to
~/wine-git/wine iexplore file://c:/Game.htm
None of the blank squares can be populated(clicking) and thus the game cannot
be played.
Didn't quite know what to pick for the severity so I picked minor.
--
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=32109
Bug #: 32109
Summary: Wine GIT 32bit selfcompiled: Installation of CorelDRAW
12 fails because builtin MSI has bugs
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gjwucherpfennig(a)gmx.net
Classification: Unclassified
First "rm -rf .wine"
then
$ WINEDEBUG=+msi,+vbscript /var/chroot/opt/wine/bin/wine setup.exe
&>msi_vbscript.log
Sometimes the installer hangs and has to be cancelled,
sometimes I the installer seems to succeed and I get a 62MB output.
Wine GIT includes the fix from BUG 32080...
--
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.