http://bugs.winehq.org/show_bug.cgi?id=4103
Summary: Oni crash with Segfailt after playing the intro
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b.buschinski(a)web.de
Oni crash with segmentation fault after playing the intro with the current cvs
(20051219)
I didnt test earlier versions
--
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=4067
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-19-12 11:08 -------
Created an attachment (id=1550)
--> (http://bugs.winehq.org/attachment.cgi?id=1550&action=view)
regression: demo fails with this error now
Hi , i tried the demo from http://www.gamershell.com/download_11913.shtml
Could you try if it fails with the same error for you (The X error i mean)
This demo also has a regression (i guess it's the same patch that broke your
app too), it's broken between 18-11 and now, and broken in opengl32.dll.so. Not
hard to track down that patch, i guess. i'll do some research
--
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=3429
agilmore(a)wirelessbeehive.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|RiverWare (and Viewer) fails|RiverWare (and Viewer) fails
|to install on NFS mounted |to install on SMP machine
|dir |
------- Additional Comments From agilmore(a)wirelessbeehive.com 2005-19-12 10:59 -------
Retested, works on other system mounted from same directory.
Changing description to SMP, since that is the other major difference left. I
hate bad assumptions. :/
Not sure of status of wine on SMP?
--
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=3806
------- Additional Comments From vitaliy(a)kievinfo.com 2005-19-12 09:46 -------
Is this with native msi? If so, please remove ~/.wine directory and try
installing your program again.
--
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=3969
------- Additional Comments From martin.buedenbender(a)gmail.com 2005-19-12 09:32 -------
tested with wine 0.9.3 from the cvs today ... still the same errors
greets
--
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=4100
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2005-19-12 09:27 -------
This is not a bug and pleas use mail lists/irc to ask this questions.
On the topic, you can copy whole compiled source tree. Or you can compile Wine
outside the source tree:
cd .. && mkdir wine-build && cd wine-build
../wine/configure && make.....
Also you don't have to install wine, you can run it from the source/build tree:
/path/to/the/tree/wine blah.exe
And please refer to developer's guide on winehq.org
--
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=3966
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-19-12 08:46 -------
Yes, Peto - Wine project is changing fast! This is the reason you cannot
exclude patches of some time range very simply. It ofter requires analytical
skills.
And that's why I told you to do cvs update near these patches. Or more exactly,
to update at '2005-05-16 14:44:00' and try reversing patches only then.
But now that you have found this patch (which was already mentioned by Tony),
you have workaround for the CVS Wine, I believe. set odbccp32 to native-DLL or
no-DLL in WINEDLLOVERRIDES:
WINEDLLOVERRIDES='odbccp32=n' wine ...
or
WINEDLLOVERRIDES='odbccp32=' wine ...
If the stuff works, this should confirm your finding. If so, try running
without overrides and use 'odbc' debug channel. Some text/string debug channel
would be helpfull but I don't know which one. Maybe try '+string', '+text' or
'+nls'. or all :) combined together:
WINEDEBUG='+odbc,+string,+text,+nls' wine ...
If you notice garbage in the log, the preceeding lines may give info on what
function of builtin ODBCCP32.DLL behaves wrong.
BTW, I prematurely say sorry, because all these are just my wild guesses. Maybe
all of them are wrong and you will require "+relay" log near the place where
garbage is introduced. Here I am weak tutorialer. :-/
--
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=3966
------- Additional Comments From tuharsky(a)misbb.sk 2005-19-12 07:49 -------
Even reverse-patchig against CVS date 2005-06-01 dosen't work!
--
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.