http://bugs.winehq.org/show_bug.cgi?id=31725
Bug #: 31725
Summary: The Sims 2 crashes
Product: Wine
Version: 1.4
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
Classification: Unclassified
Installing the Sims 2 worked, but starting it results in a crash.
The program locks up. Using alt-tab reveals two error message popups
(in german, because I use the german version called "Die Sims 2"):
(X) Direct3D hat einen Fehler festgestellt: D3DERR_INVALID_CALL! Die
Anwendung wird nun beendet.
(X) Die Anwendung ist abgestürzt und wird nun beendet.
Translation of the two error message popups:
(X) Direct3D found an error: D3DERR_INVALID_CALL! The
application will be terminated now.
(X) The application crashed and will be terminated now.
After waiting for several minutes I switched to a text console and
killed the program. The console where I started the Sims 2
contains several log messages (see attachment).
uname -a returns:
Linux penguin 3.2.0-30-generic #48-Ubuntu SMP Fri Aug 24 16:54:40 UTC 2012 i686
i686 i386 GNU/Linux
wine --version returns
wine-1.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=29798
Bug #: 29798
Summary: Cisco IP Communicator 8.6(1): crashes after Audiosetup
Product: Wine
Version: 1.4-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roger(a)gunis.de
Classification: Unclassified
Created attachment 38709
--> http://bugs.winehq.org/attachment.cgi?id=38709
Backtrace from the abort of the Wizzard
Installing the Cisco IP Communicator worked fine. The first step is an audio
configuration site. I could configure the Audio Devices and testing it.
Unfortunately after testing the audios the wizzard could not be closed
successful. Instead the wizzard fails and wine is reporting a 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=11387
Summary: SMP/Dual core performing worse than single core
Product: Wine
Version: 0.9.54.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jcollins(a)asgardsrealm.net
I searched for another bug report on this but did not find anything. I've
tested the same application on two similar systems with similar software loads.
Essentially, the application (Majesty) preforms considerably better on a
single core system than it does on a more powerful dual core system.
Single Core System:
AMD Athlon(tm) 64 Processor 3300+
1.5 Gig RAM
GeForce 6200 256M
Dual Core System:
AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
2 Gig RAM
GeForce 7800 256M
Both systems are running Debian Etch, with kernel version 2.6.18-5-k7, NVIDIA
GLX Module 100.14.19, and Wine 0.9.53 (using Scott's packages).
I would expect the dual core system to run as well, if not better, than the
single core system. However, it is extremely sluggish on the dual core system
and blazingly fast (in some cases needing to be slowed down) on the single
core.
I have also tested the dual core system with 0.9.54 (built using Scott's 0.9.53
package as a basis), with no improvement. I'll happily provide any additional
information that would be helpful.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38292
Bug ID: 38292
Summary: cmd.exe has no /? option
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
I had to use a windows vm to find what options should work.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37633
Bug ID: 37633
Summary: .NET's DownloadString method fails (due to RAS?)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: rasapi32
Assignee: wine-bugs(a)winehq.org
Reporter: andrew(a)bamsoftwaregroup.com
Distribution: ---
Using: wine-1.7.31
I am trying to run a .NET app that I have the source code to.
The C# code looks as follows:
var xml = new
WebClient().DownloadString("https://raw.githubusercontent.com/Epix37/Hearthstone-Deck-Tracker/master/He…");
I see these messages appear in my console:
fixme:ras:RasEnumConnectionsW (0x7804d68,0x33e43c,0x33e440),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program
to use LAN connection/winsock instead!
fixme:ras:RasConnectionNotificationW (0xffffffff,0x2cc,0x00000003),stub!
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
And then the C# stack trace which bubbles, originating from DownloadString:
########## 11/25/2014 8:58:27 PM ##########
System.Windows.Markup.XamlParseException: The invocation of the constructor on
type 'Hearthstone_Deck_Tracker.MainWindow' that matches the specified binding
constraints threw an exception. ---> System.AccessViolationException: Attempted
to read or write protected memory. This is often an indication that other
memory is corrupt.
at
System.Net.UnsafeNclNativeMethods.SafeNetHandlesXPOrLater.freeaddrinfo(IntPtr
info)
at System.Net.SafeFreeAddrInfo.ReleaseHandle()
at System.Runtime.InteropServices.SafeHandle.InternalDispose()
at System.Runtime.InteropServices.SafeHandle.Dispose(Boolean disposing)
at System.Net.Dns.TryGetAddrInfo(String name, AddressInfoHints flags,
IPHostEntry& hostinfo)
at System.Net.Dns.TryInternalResolve(String hostName, IPHostEntry& result)
at System.Net.ServicePoint.GetIPAddressInfoList(Int32& currentIndex,
IPAddress[] addresses)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure,
Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState
state, IAsyncResult asyncResult, Exception& exception)
at System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object
owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket&
abortSocket6)
at System.Net.PooledStream.Activate(Object owningObject, Boolean async,
GeneralAsyncDelegate asyncCallback)
at System.Net.Connection.CompleteStartConnection(Boolean async,
HttpWebRequest httpWebRequest)
at System.Net.Connection.CompleteStartRequest(Boolean onSubmitThread,
HttpWebRequest request, TriState needReConnect)
at System.Net.Connection.SubmitRequest(HttpWebRequest request, Boolean
forcedsubmit)
at System.Net.ServicePoint.SubmitRequest(HttpWebRequest request, String
connName)
at System.Net.HttpWebRequest.SubmitRequest(ServicePoint servicePoint)
at System.Net.HttpWebRequest.GetResponse()
at System.Net.WebClient.GetWebResponse(WebRequest request)
at System.Net.WebClient.DownloadBits(WebRequest request, Stream writeStream,
CompletionDelegate completionDelegate, AsyncOperation asyncOp)
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest&
request)
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at Hearthstone_Deck_Tracker.Helper.CheckForUpdates(Version& newVersionOut)
I am not positive what the exact error here is, although it is pretty severe
that a simple .NET web-related download method fails. Any insight to get this
to work would be appreciated.
--
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=36719
Bug ID: 36719
Summary: Potemkin_Emulator: Everytime it trys to emulate a game
it freezes and a window pops up saying wine did it
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blakeusoris101(a)yahoo.com
Basically I've been trying to get a game and you need an emulator for it. I got
Potemkin the PSP emulator and when ever I try to open a ROM the program freezes
and a window pops up saying there is a problem with Wine. Please help!
--
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=23996
Summary: alt.binz version 0.25.0 not loading
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.altbinz.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leo_mancini(a)yahoo.com
Created an attachment (id=30137)
--> (http://bugs.winehq.org/attachment.cgi?id=30137)
Alt.binz 0.25.0 not working... Here is the error message
Hi all,
When loading alt.binz program, it does not load at all.
and displays the error message as attached in the screenshot.
It used to work prior to my upgrade to Opensuse 11.3 when I was using version
11.2 instead.
--
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=18390
Summary: Roblox can't join a game
Product: Wine
Version: 1.1.20
Platform: Other
URL: http://roblox.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After working around bug 18388 and bug 18389,
trying to join a game fails; the browser says
it can't start the game, and tells you to start
the app (which you already did). On the console,
one sees a suspicious error message from gecko:
fixme:shdocvw:HttpNegotiate_BeginningTransaction (0x5c239a8)->(L"" L"" 0
0x33c794)
0[15c4c8]: file (null), line 0: uncaught exception: [Exception... "Unexpected
error" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame ::
http://www.roblox.com/ScriptResource.axd?d=lz2oPY8_Yxfc8W_Nr5tWGxJ8z2w_ENPF…
:: anonymous :: line 2144" data: no]
Possible workaround: launch games directly using e.g.
wine roblox.exe -play
http://www.roblox.com/Game/join.ashx?jobID=cc310936-d9bd-46a5-99cd-494d6b14…
as mentioned at http://forums.roblox4linux.co.cc/index.php?topic=37.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.
https://bugs.winehq.org/show_bug.cgi?id=37747
Bug ID: 37747
Summary: Scottrade desktop program crashes.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rosarionyc(a)gmail.com
Distribution: ---
Created attachment 50261
--> https://bugs.winehq.org/attachment.cgi?id=50261
Scottrade desktop program crashes.
Scottrade desktop program crashes.
--
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=30985
Bug #: 30985
Summary: Event handling in external (non-default) monitor issue
Product: Wine
Version: 1.5.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marco_silva85(a)sapo.pt
Classification: Unclassified
currently I have setup dual monitors
when I execute an application with wine (ex. winecfg), it opens on the default
monitor, if I drag it to the other monitor, wine stops handling events, it
doesn't repaint it nor any keyboard/mouse events work (maybe it thinks its
minimized).
Notes:
My DE is xfce.
Native applications work well.
Other xrandr configurations and resolutions have the same 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.