http://bugs.winehq.com/show_bug.cgi?id=1234
lionel.ulmer(a)free.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |lionel.ulmer(a)free.fr
Status|NEW |ASSIGNED
------- Additional Comments From lionel.ulmer(a)free.fr 2003-02-06 15:43 -------
OK, the dinput problem is reproductible with the demo, I am starting to investigate.
For the original submitter of this bug (Steven), could you attach your OpenGL
log to bug 1254 to compare with Kristoffer's log ?
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1234>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1254
------- Additional Comments From lionel.ulmer(a)free.fr 2003-02-06 15:28 -------
I know it won't be easy, but could you try to prevent Wine to load your glide
library ?
I.e. is it possible to 'remove' glide from your system without 'hurting' your
OpenGL library ?
Because what I can see in the log is the following : Tribes loads OpenGL / GLU
without any problem. And then tries to load 'glide2x' without any problem either.
So their logic is, I think, to say 'Oh, this is a 3DFx system, better to use
Glide than OpenGL then' and OpenGL is never actually used.
I will try with the demo (once it has been downloaded) to see if I can reproduce
stuff here.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1254>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1256
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
------- Additional Comments From tony_lambregts(a)telusplanet.net 2003-02-06 15:17 -------
Perhaps it something I am doing wrong but I cannot download the files via your
link. Please attach the files http://bugs.winehq.com/createattachment.cgi?id=1256
Also it seems that you picked the wrong version of wine or you should be upgrading.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1256>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1255
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From tony_lambregts(a)telusplanet.net 2003-02-06 14:56 -------
Good god... You are running a very old version of wine there. Please update you
version of wine http://www.winehq.org/download/ I would recommend you install
the latest tarball.
Also the documentation you have is very out of date. --managed and --winver are
no longer command line options. The latest documentation is always available at
the following link. http://www.winehq.org/Docs/
If you still have the same problem after installing a new version of wine please
reopen.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1255>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1257
Summary: Regression in dll loading
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: tony_lambregts(a)telusplanet.net
CC: dpaun(a)rogers.com
The following patch caused a regression in SimCity 3000
http://www.winehq.com/hypermail/wine-cvs/2002/09/0193.html
The second part of the patch is the one that causes the regression
--- wine/loader/loadorder.c:1.58 Thu Feb 6 19:37:34 2003
+++ wine/loader/loadorder.c Thu Feb 6 19:37:34 2003
@@ -98,7 +98,7 @@
/* default if nothing else specified */
static const enum loadorder_type default_loadorder[LOADORDER_NTYPES] =
{
- LOADORDER_DLL, LOADORDER_BI, 0, 0
+ LOADORDER_BI, LOADORDER_DLL, 0, 0
};
static struct loadorder_list cmdline_list;
This regression is rather curious in that I had discovered it 4 months ago but
did not report it at that time. That is because I assumed the patch that broke
the program was correct and the problem was with our implementation of
MSVCRT.DLL. At this point I have re-evaluated the situation and have come to the
conclusion that the behavior of the loader is not correct. SimCity 3000 has its
own implementation of MSVCRT.DLL but with this patch applied wine does not load it.
As a matter of fact at this point there is no way I can get SimCity 3000 to load
its own MSVCRT.DLL without reverting the patch.
I have tried the following dll overrides and none of them work.
[AppDefaults\\sc3.exe\\DllOverrides]
"F:\Program Files\Maxis\SimCity 3000\Game\MSVCRT.DLL" = "native"
"F:\Program Files\Maxis\SimCity 3000\Game\MSVCRT" = "native"
"msvcrt" = "native"
I even tried copying SimCity's version of MSVCRT to my fake windows directory
with no success.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1257>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1256
Summary: edit control bug
Product: Wine
Version: 20010112
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: felipewd(a)elipse.com.br
Severe bug with the edit control: When you put a lot of text in an edit
control and then begins to backspace them, the app simply seg faults.
I'm using wine-20030115 but also tried wine-20021031, and both have this bug.
Both the source and the executable for test are available here:
ftp://elipse.com.br/pub/EditControl/about1-src.tar.gz
ftp://elipse.com.br/pub/EditControl/about1-exe.tar.gz
Yeah, I stole the example from Petzold's book....so please enter help->about
to see the dialog :)
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1256>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1255
Summary: When trying to run Matlab 6 I get BadWindow ..
Product: Wine
Version: 20010824
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: horacio6217(a)mchsi.com
The command I type in is:
wine --managed --winver win98 matlab.exe
This is what I get:
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 24 (X_ConvertSelection)
Resource id in failed request: 0x0
Serial number of failed request: 21
Current serial number in output stream: 21
err:ntdll:RtlpWaitForCriticalSection section 0x41833684 "x11drv_main.c:
X11DRV_CritSection" wait timed out, retrying (60 sec) fs=008f
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1255>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1254
------- Additional Comments From kristoffer_e1(a)hotmail.com 2003-02-06 01:45 -------
Created an attachment (id=392)
wine --debugmsg +opengl,+relay,+x11drv Tribes.exe
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1254>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1234
------- Additional Comments From kristoffer_e1(a)hotmail.com 2003-02-06 01:34 -------
attachment 02/06/03 01:31 is a gz file, so use save as and rename it to .gz
sorry by first attach-post.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1234>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1234
kristoffer_e1(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
------- Additional Comments From kristoffer_e1(a)hotmail.com 2003-02-06 01:33 -------
*** This bug has been confirmed by popular vote. ***
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1234>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.