http://bugs.winehq.com/show_bug.cgi?id=1337
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-03-21 04:37 -------
Hmm, strange errors.
Please attach a --debugmsg +relay,+files,+dosfs,+server logfile.
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=1337>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1303
------- Additional Comments From torbjorn.e.andersson(a)tietoenator.com 2003-03-21 03:42 -------
I wonder if this is the same thing that's causing Escape From Monkey Island to
"stutter", as if I was hitting the movement keys rapidly instead of pressing and
holding them down. I know it, too, happened sometime after the 20030115
snapshot. I'll see if I can pinpoint it more closely during the weekend. The
other comments that have been posted here should give me a good start.
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=1303>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1337
Summary: Application support broken: Les Secrets de
l'intelligence, UbiSoft
Product: Wine
Version: 20030318
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jerome.bouat(a)wanadoo.fr
I previously used "Les Secrets de l'intelligence, Ubisoft"
and it worked well.
This application was designed for Windows 95.
Now, I can't make it run
with the last release.
What changed in my config:
automount use for /mnt/cdrom.
Trace:
---------------
[j@laptop Les Secrets]$ wine SECRETS.exe
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll wing.dll still not found
- 16-bit dll or version conflict.
file_set_error: Permission denied
fixme:ntdll:RtlNtStatusToDosError no mapping for 0001869f
wine: Unhandled exception, starting debugger...
[1]+ Stopped wine SECRETS.exe
[j@laptop Les Secrets]$ bg
[1]+ wine SECRETS.exe &
[j@laptop Les Secrets]$ killall wine
[1]+ Terminated wine SECRETS.exe
[j@laptop Les Secrets]$
---------------
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=1337>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1334
------- Additional Comments From traxtopel(a)hotpop.com 2003-03-21 02:12 -------
Not sure what has changed but somewhere between cvs 20030320 1pm CET & 20030321
8am CET dns resolving is working again?
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=1334>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1336
------- Additional Comments From spetreolle(a)yahoo.fr 2003-03-20 21:58 -------
View of the directory :
[syl@snoop midi]$ ls -la /c/Temp/midi/
total 12
drwxr-xr-x 3 syl wine 4096 mar 21 04:49 .
drwxrwx--- 16 syl wine 4096 mar 21 03:59 ..
-r--r--r-- 1 syl wine 0 mar 21 02:41 file
drwxr-xr-x 2 syl wine 4096 mar 21 03:21 rep
-r-xr-xr-x 1 syl wine 0 fév 26 05:34 Uninstal.exe
[syl@snoop midi]$ wcmd /c attrib
AR Uninstal.exe
AR file
[syl@snoop midi]$
Trying to delete 'file':
[syl@snoop midi]$ wcmd --debugmsg +file
trace:file:CreateFileW L"C:\\\\autoexec.bat" GENERIC_READ FILE_SHARE_READ
OPEN_EXISTING attributes 0x80
trace:file:CreateFileW returning 0x38
trace:file:WriteFile 0x8 0x4090241c 19 0x40901ff4 (nil)
WCMD Version 0.17
trace:file:WriteFile 0x8 0x409020dc 13 0x40901cb4 (nil)
C:\Temp\midi>trace:file:ReadFile 0x4 0x40902a6c 1024 0x40902848 (nil)
del file
trace:file:DeleteFileW L"file"
warn:file:FILE_CreateFile Unable to create file '/c/Temp/midi/file' (GLE 2)
trace:file:WriteFile 0x8 0x40901d74 16 0x4090194c (nil)
File not found
trace:file:WriteFile 0x8 0x40901d70 1 0x40901948 (nil)
trace:file:WriteFile 0x8 0x409020dc 13 0x40901cb4 (nil)
C:\Temp\midi>trace:file:ReadFile 0x4 0x40902a6c 1024 0x40902848 (nil)
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=1336>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1336
Summary: WCMD : Delete a read-only file says not found
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: spetreolle(a)yahoo.fr
Trying to delete a read only file with wcmd actually should fail,
option is not yet implemented.
But it fails abnormally : it says that the file isnt found.
A first test is done to see if no handle can be obtained, it passes.
If I enable the --debugmsg +file it returns a GLE 2 fault. (file not found).
Comments ?
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=1336>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1331
------- Additional Comments From tony_lambregts(a)telusplanet.net 2003-03-20 20:54 -------
> I knows Wine for several years
> and I wonder if it will work one day.
It works now but is not perfect.
> I think that Microsoft will change its API
> so that Wine could not work.
This assumes rapid adoption of the new api features by developers which AFAICT
is not going to happen. Most programs written today will run on Windows 95/8
since the installed base is so large.
>
> Moreover, what is the limit
> between XWine and Wine ?
> will Transgaming really
> give back some enhancements to Wine ?
Wine is LGPL and WineX is AFPL these are mutulaly exclusive licences. There is
trading of code between the two bases through ReWind (X11) but it is limited.
>
> I would like to contribute
> but I don't want to install Windows for testing
If you don't want to you don't have to. I have been using wine for almost a year
without needing windows.
> and I don't want to work for free for Transgaming.
Wine changed its licence to ensure that none of its code could be used in this
way. You can sell a winelib program, but not a proprietory version of Wine
useing the source code in Wine's CVS
>
> The best hope is maybe winelib
> for porting Windows applications
> with less effort.
This is the ideal situation, but this only works for applications written in C
or C++ at least at the momment.
>
> In all case, I continue to play
> with new releases of Wine : )
> but it still be a toy.
Wine is a tool not a toy. Please have a look at
http://www.winehq.com/about/index.php?why
The bottom line here is that you reported a bug and we would like to fix it. If
you dont want to help us get it fixed, that is up to you.
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=1331>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1319
------- Additional Comments From pwdre_ser(a)hotmail.com 2003-03-20 20:37 -------
Well, native linux openGL programs all run fine. (glxgears, tuxracer, quake2 linux and quake3 linux)
Additionally, I tried running the windows versions of quake2 and quake3, redirecting the same way I'd done before, with identical results. No opengl calls except the init.
Is there anything else I can do to help?
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=1319>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1333
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2003-03-20 18:57 -------
The patch that fixes this is here
http://cvs.winehq.com/patch.py?id=7543
Please apply and report.
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=1333>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1319
------- Additional Comments From lionel.ulmer(a)free.fr 2003-03-20 13:55 -------
Well, yeah, try to run with 'normal' Linux GL applications to see if it puts
garbage too.
Otherwise, as told, I do not see any GL call in your trace so I do not see why
this garbage only happens in GL applications.
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=1319>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.