http://bugs.winehq.org/show_bug.cgi?id=18160
Summary: Compile broken in dlls/iphplpapi/ipstats.c on NetBSD 5.0
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: NetBSD
Status: NEW
Keywords: patch, source
Severity: blocker
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=20626)
--> (http://bugs.winehq.org/attachment.cgi?id=20626)
hack
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclar
ation-after-statement -Wwrite-strings -Wpointer-arith -I/usr/pkg/include
-I/usr/include -I/usr/X11R7/include/freetype2 -I/u
sr/X11R7/include -O2 -I/usr/pkg/include -I/usr/include
-I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -o ipstats.o ip
stats.c
ipstats.c: In function 'GetIcmpStatistics':
ipstats.c:496: error: storage size of 'icmp_stat' isn't known
ipstats.c:496: warning: unused variable 'icmp_stat'
ipstats.c: In function 'GetIpStatistics':
ipstats.c:663: error: storage size of 'ip_stat' isn't known
ipstats.c:663: warning: unused variable 'ip_stat'
ipstats.c: In function 'GetTcpStatistics':
ipstats.c:816: error: storage size of 'tcp_stat' isn't known
ipstats.c:816: warning: unused variable 'tcp_stat'
ipstats.c: In function 'GetUdpStatistics':
ipstats.c:922: error: storage size of 'udp_stat' isn't known
ipstats.c:922: warning: unused variable 'udp_stat'
*** Error code 1
Attached patch hacks around it. Need to investigate a proper fix.
--
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=18962
Summary: Netscape is crashing immediately after execution.
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fojtik(a)penguin.cz
Created an attachment (id=21822)
--> (http://bugs.winehq.org/attachment.cgi?id=21822)
Crash log.
Try to run netscape.exe. A wine crashes instead of running application. The
crash
dump is attached in attachment.
Please download exe files here.
http://www.penguin.cz/~fojtik/netscape/
Please let me know when I omit some 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=17733
Summary: Trivial Pursuit Unhinged +NoCD fails to load
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=15960
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=19946)
--> (http://bugs.winehq.org/attachment.cgi?id=19946)
Screenshot of error message
Atari Trivial Pursuit Unhinged (plus the NoCD crack to workaround SecuRom copy
protection) fails to load and shows error "**MAIN - Audio device didn't
initialize" which appears to be a problem in dmusic or dmloader.
err:dmloader:IDirectMusicLoaderImpl_IDirectMusicLoader_SetObject : could not
attach stream to file
Using "winetricks directx9" removes this error, but creates another two errors
(something to do with DataPak) followed by an unhandled exception, apparently
caused by an Ogg Vorbis problem (there is an ogg.dll that comes with the app).
Disabling audio through winecfg brings back the "**MAIN - Audio device didn't
initialize" message.
--
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=17709
Summary: AutoCAD 2008: Quick Help Toolbar incorrectly displayed
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=19908)
--> (http://bugs.winehq.org/attachment.cgi?id=19908)
Image that shows the problem
I'm using Wine 1.1.17 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is with incorrect display of "Quick Help Toolbar".
All cuttings on the left in attached image are incorrectly displayed.
All cuttings on the right show how it should be displayed.
Last cutting on the left is after pressing escape when the focus was on entry,
after that I have to restart AutoCAD to get this toolbar back and it is not how
it 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=18161
Summary: unintialized variables in dlls/ntdll/cdrom.c on NetBSD
5.0
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: NetBSD
Status: NEW
Keywords: patch, source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=20627)
--> (http://bugs.winehq.org/attachment.cgi?id=20627)
patch
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_NTSYSTEM_
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith
-I/usr/pkg/include -I/usr/include -I/usr/X11R7/include/freetype2
-I/usr/X11R7/include -O2 -I/usr/pkg/include -I/usr/include
-I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -o cdrom.o cdrom.c
cdrom.c: In function 'CDROM_DeviceIoControl':
cdrom.c:1728: warning: 'lun' may be used uninitialized in this function
cdrom.c:1728: warning: 'targetid' may be used uninitialized in this function
cdrom.c:1728: warning: 'busid' may be used uninitialized in this function
cdrom.c:1728: warning: 'portnum' may be used uninitialized in this function
attached patch fixes 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=16008
Summary: T-Online Internet Telefon - installation works,
execution not.
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benedikt.baumgart(a)gmail.com
The installation works without any problems. But running the program is not
possible. It's a VoIP client. I tried native ole32 and gdiplus.
see: http://forum.winehq.org/viewtopic.php?t=2809
Download: http://service.t-online.de/c/12/70/42/54/12704254.html
--
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=16651
Summary: Wizard101: Characters not rendered.
Product: Wine
Version: 1.1.11
Platform: Other
URL: http://www.wizard101.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cmaiku(a)gmail.com
Created an attachment (id=18266)
--> (http://bugs.winehq.org/attachment.cgi?id=18266)
Debug output.
In Wizard101 the characters (Player characters, NPCs, creatures, etc) are not
rendered. All the other 2d and 3d geometry is rendered correctly, just not the
characters.
--
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=12731
Summary: Lego Digital Designer fonts rendered look bad
Product: Wine
Version: 0.9.59.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: compbrain(a)gmail.com
A handful of text rendered in the Lego Digital Designer application
(ldd.lego.com)
look like they are compressed.
As an example:
In ldd-screenshot1.png the texts "Installing bricks..." and "Receiving...." are
the samples in question. Similar cases can be found throughout normal
application usage.
System: Ubuntu Hardy RC amd64
Wine Version: 0.9.59-0ubuntu4
Added msttcorefonts with no benefit.
--
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=11108
Summary: Unhandle exception
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tombert(a)gmx.at
Created an attachment (id=10142)
--> (http://bugs.winehq.org/attachment.cgi?id=10142)
Backtrace of crash
Application crashes sporadically, sometimes in between, sometimes on exit.
Backtrace is attached.
--
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=17553
Summary: Condor Dedicated Server not responding to client
Product: Wine
Version: 1.0.1
Platform: PC-x86-64
URL: http://forum.condorsoaring.com/viewtopic.php?p=99117#991
17
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sebastien(a)chaumontet.net
Following the Howto all seems works well but Dedicated server is just
responding to client by its name ... but do nothing else.
"When I started the server, the server looks okay and running, and I checked if
people could connect via "condor-club" "test server".
Condor-club told me it was connectable!!!
but.......... when I try connecting from a different windows computer, condor
just hangs."
--
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.