http://bugs.winehq.org/show_bug.cgi?id=34066
Bug #: 34066
Summary: Wine looping endlessly on first run, and when
installing Steam
Product: Wine
Version: 1.6-rc5
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: camillo.lugaresi+wine(a)gmail.com
Classification: Unclassified
When first running Wine after installation, the prefix gets created or updated.
Under Wine 1.6rc5, wine (running wineboot?) seems to get into an infinite loop.
If you try to launch other Wine program, they hand for a few minutes before
finally continuing with the message "err:process:__wine_kernel_init boot event
wait timed out". After killing the initial runaway wine process, the problem
seems to go away.
When trying to install Steam, msiexec also gets into an endless loop. There is,
again, a runaway wine process taking up a whole CPU. However, in this case,
other wine programs can launch normally while msiexec is stuck.
--
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=34651
Bug #: 34651
Summary: 'INFINITY' and 'NAN' undeclared
Product: Wine
Version: 1.7.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: version-2013(a)myopera.com
Classification: Unclassified
attempting to compile 1.7.3 in Puppy Linux 4.3.1
some dependencies installed
terminal snip ->
make[1]: Entering directory `/opt/wine-1.7.3/dlls/wined3d'
...snip
In file included from cs.c:20:
wined3d_private.h: In function 'float_16_to_32':
wined3d_private.h:214: error: 'INFINITY' undeclared (first use in this
function)
wined3d_private.h:214: error: (Each undeclared identifier is reported only once
wined3d_private.h:214: error: for each function it appears in.)
wined3d_private.h:215: error: 'NAN' undeclared (first use in this function)
wined3d_private.h: In function 'float_24_to_32':
wined3d_private.h:236: error: 'INFINITY' undeclared (first use in this
function)
wined3d_private.h:237: error: 'NAN' undeclared (first use in this function)
make[1]: *** [cs.o] Error 1
make[1]: Leaving directory `/opt/wine-1.7.3/dlls/wined3d'
make: *** [dlls/wined3d] Error 2
<- terminal snip
--
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=32984
Bug #: 32984
Summary: jre-7u13-windows-i586.exe
Product: Wine
Version: 1.5.23
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matze-porsche(a)web.de
Classification: Unclassified
Created attachment 43574
--> http://bugs.winehq.org/attachment.cgi?id=43574
backtrace from the error occured during installation of JRE 7
Java Runtime Environment (jre-7u13-windows-i586.exe) installs fine. At the end
the installer tries to call a file remove.exe and fails. I think remove.exe
should clean up and delete unnecessary files from the installation process.
Still JRE 7 works fine for me, but I only used it to install/run the FlexNet
Publisher License Server Manager.
--
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=32375
Bug #: 32375
Summary: Submit form by code fails
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
I use this kind of code to submit form. Submit actually works, but it displays
OLE error message box.
procedure TForm1.Button2Click(Sender: TObject);
var
forms: IHTMLElementCollection;
doc2: IHTMLDocument2;
Form: IHTMLFormElement;
begin
doc2:=Webbrowser1.document as IHTMLDocument2;
forms:=doc2.forms as IHTMLElementCollection;
form:=forms.Item('testform','') as IHTMLFormElement;
form.submit;
end;
http://netikka.net/dev/submit.exe
Click button "submit".
Terminal: err:mshtml:HTMLFormElement_submit Submit failed: 804b0002
--
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=21808
Summary: URU Complete Chronicles: Black Screen Freeze upon
UruExplorer.exe launch
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=26390)
--> (http://bugs.winehq.org/attachment.cgi?id=26390)
fixme:d3d8 plus attempted "bt all"
Install works fine (after sh winetricks mfc42), as does setting up config using
"UruSetup.exe", but as soon as you click play, it begins to load (starts
UruExplorer.exe) and the screen goes totally black. Wine then becomes
non-responsive, log 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=31557
Bug #: 31557
Summary: Guild Wars 2 screenshots look bad
Product: Wine
Version: 1.5.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmlipman(a)gmail.com
Classification: Unclassified
Created attachment 41501
--> http://bugs.winehq.org/attachment.cgi?id=41501
Screenshot with problem
Attached is what they look like. I've tried many combinations of settings and
they all look like 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=23566
Summary: Arcanum crash after start.
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: g.wurgengel(a)gmail.com
Created an attachment (id=29450)
--> (http://bugs.winehq.org/attachment.cgi?id=29450)
Arcanum Crash Log
Arcanum crash after start.
--
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=2195
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2013-10-11 12:30:14 CDT ---
Closing bugs fixed in 1.7.4.
--
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=34506
Bug #: 34506
Summary: __unDName doesn't support thunks with vcall
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)vmpsoft.com
Classification: Unclassified
??_9CView@@$BBII@AE
--
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.