http://bugs.winehq.org/show_bug.cgi?id=6195
------- Additional Comments From ead1234(a)hotmail.com 2006-21-09 08:20 -------
The bit torrent install always crashes, the traditional install offered at
fileshack and other download locations succeeds, but crashes when you do the
custom installation and choose not to installl AASM Server Manager
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6153
------- Additional Comments From wine(a)kapila.force9.co.uk 2006-21-09 07:38 -------
The code change did not seem to work - I get these errors.
fixme:d3d_draw:drawPrimitiveDrawStrided >>>>>>>>>>>>>>>>> 502 from
glBindProgramARB(GL_FRAGMENT_PROGRAM_ARB, pixelShader->prgId); @ drawprim.c / 1851
fixme:d3d_draw:drawStridedFast >>>>>>>>>>>>>>>>> 502 from glDrawRangeElements @
drawprim.c / 1253
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=6246
Summary: dbghelp:First class client just hangs.
Product: Wine
Version: CVS
Platform: Other
URL: http://www3.firstclass.com/ClientDownloads/FC82ClientDow
nloadFiles/FC8200US.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, after installation, trying to run the progra just hangs. No console output
at all.
Relevant part of the trace (i guess):
0009:Call dbghelp.SymSetOptions(00000202) ret=0073e7d5
0009:Ret dbghelp.SymSetOptions() retval=00000202 ret=0073e7d5
0009:Call dbghelp.SymInitialize(ffffffff,00000000,00000000) ret=0073e780
The dumb hack below makes the application start fine. Maybe someone who knows
dbghelp could fix this.
diff --git a/dlls/dbghelp/dbghelp.c b/dlls/dbghelp/dbghelp.c
index 6c5cd60..8ef6ed0 100644
--- a/dlls/dbghelp/dbghelp.c
+++ b/dlls/dbghelp/dbghelp.c
@@ -264,14 +264,14 @@ static BOOL check_live_target(struct pro
* mechanism (ie only load the debug information when we actually need it).
*/
BOOL WINAPI SymInitializeW(HANDLE hProcess, PCWSTR UserSearchPath, BOOL
fInvadeProcess)
-{
+{return FALSE;
struct process* pcs;
TRACE("(%p %s %u)\n", hProcess, debugstr_w(UserSearchPath), fInvadeProcess);
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3764
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
Summary|First Class BBS Client |First Class BBS Client
|Version 8.047 crashes Wine |Version 8.047 crashes Wine
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-21-09 06:42 -------
Hi, could you please retry with current wine (0.9.21). I tried installing first
class client version 8.2, and it installes just fine.
The app itsself wouldn't start because of another bug. I'll open another bug for
that one.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6245
Summary: NASCAR Season 2003 does not find 24bit graphic modes in
24bit X11
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frick(a)sc-networks.de
with all the changes away from 24bit to 32bit the x11drv no longer reports 24bit
color modes to the apps. NASCAR Season 2003 explicitly requests 24bit color
depth when using the opengl renderer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6195
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
------- Additional Comments From dank(a)kegel.com 2006-21-09 00:25 -------
Here's another report saying
wine-0.9.20 crashes when running the installer:
http://www.phoronix.net/forums/showthread.php?t=237
I haven't tried it myself yet.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6232
------- Additional Comments From dank(a)kegel.com 2006-21-09 00:01 -------
Thanks for the bug report. Can you post a minimal test
case, i.e. a small app that shows the problem,
with both sources and executable?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1348
------- Additional Comments From tonglebeak(a)gmail.com 2006-20-09 23:51 -------
Created an attachment (id=3668)
--> (http://bugs.winehq.org/attachment.cgi?id=3668&action=view)
implementation
This is a patch for the current git tree. I cleaned it up so it could apply to
the current GIT tree, but it was coded by Robert Reif and Vincent Povrik.
I do not get any errors whatsoever; one of the biggest problems before was
supposedly that once a program registers a hotkey, if another program were to
attempt to register it, an x error would return and crash x. However, I tested
this with the two apps affected by this bug (click on the appdb link) and when
trying to re-register hotkeys between the two, the program simply would not
allow it, no crashing, nothing, it worked beautifully.
Please test this, it'd be real nice to get this in git asap.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.