http://bugs.winehq.org/show_bug.cgi?id=1631
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sbungay(a)smartsonsite.com
------- Additional Comments From thestig(a)google.com 2007-20-03 12:39 -------
*** Bug 7689 has been marked as a duplicate of this bug. ***
--
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=7689
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From thestig(a)google.com 2007-20-03 12:39 -------
sounds like the same bug.
*** This bug has been marked as a duplicate of 1631 ***
--
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=7801
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
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=7507
------- Additional Comments From kde(a)3danim.de 2007-20-03 12:34 -------
Very embarrassing. I did recompile but then ran my default wine installation
instead of the patched version... The patch works indeed.
--
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=7805
------- Additional Comments From mad.kanie(a)gmail.com 2007-20-03 12:21 -------
hi, tom:
I've just found out problem is in /etc/X11/xorg.conf. I notice this problem
happened to some others programs, so it wasn't a isolated problem of winecfg.
To solve the problem, I commented some lines in xorg.conf:
Section "Device"
Identifier "NVIDIA Corporation NVIDIA Default Card"
Driver "nvidia"
# Option "XAANoOffscreenPixmaps" "true"
# Option "MultisampleCompatibility" "true"
# Option "AllowGLXWithComposite" "true"
# Option "AddARGBGLXVisuals" "true"
Option "RenderAccel" "true"
EndSection
yeah, I've worked with aixgl+beryl, and nvidia driver has some problems with
emerald window decorated, so these options are necessary.
Sorry about this post, but I hope it is useful to help anyone.
--
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=7709
------- Additional Comments From alex(a)thehandofagony.com 2007-20-03 11:17 -------
I was not able to get a backtrace even when running it with winedbg. It
simply prints
err:d3d_shader:vshader_input_is_color Either no vertexdeclaration present, or
register not matched. This should never happen.
fixme:winmm:MMDRV_Exit Closing while ll-driver open
Process of pid=000a has terminated
At which point a backtrace is impossible.
I tried adding a breakpoint for vshader_input_is_color, but it a message about
the function not being found, and that winedbg would try once a new dll was
loaded.
I am running a hand-built GIT version, ie. not a stripped 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=7805
------- Additional Comments From Speeddymon(a)gmail.com 2007-20-03 11:09 -------
Could you list the following please?
Distro and version
wine version
Does winecfg run at all or does it print that the second you hit enter on the
command line?
try deleting ~/.wine then run wineprefixcreate and then run winecfg and see if
it fixes it
--
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=7805
Summary: Winecfg crashes
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mad.kanie(a)gmail.com
Winecfg crashes arbitrarily.
--
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=7084
------- Additional Comments From Speeddymon(a)gmail.com 2007-20-03 11:00 -------
Looking thru the trace it _looks_ like EnumResourceNamesW is failing. But if
you look in windows\temp the xpm files are there. So I decided to look inside
my desktop WinRAR.desktop to see why the icon wasn't showing..
Icon=0a2e_winrar.0
is what I see, but when I look in windows\temp it is named 0a2e_winrar.0.xpm
So I tried to just add the .xpm and refresh.. That did not work. So I went into
the properties of the icon and manually selected that xpm to be the icon.. Then
went back into the file with kwrite (thats what I used in the first place) and
now the icon line looks like this:
Icon=/d/windows/temp/0a2e_winrar.0.xpm
/d is not a real windows drive.. it is reiserfs formatted blank specifically for
wine usage..
So the problem now is that wine is not putting the proper path and filenames
into the files.. That is about as far as I can get into fixing this issue, as I
can't code stuff even this advanced to save my life.
--
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.