http://bugs.winehq.org/show_bug.cgi?id=7785
Summary: wotr (retail): Autoplay.exe produces segfault
Product: Wine
Version: CVS
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmh(a)aybabtu.com
Running 'd:\Autoplay.exe' (with win32 path! see bug 7663) results in segfault at
_dxinst.exe. I've debugged the problem to some extent, it goes as follows:
- Autoplay.exe runs Setup.exe
- Setup.exe runs _dxinst.exe with " -wd " (work directory) as parameter.
- Since _dxinst.exe found " -wd ", it expects a second parameter, which should
contain 'd:' (checked on WinXP), but can't find it. Segfaults since it isn't
prepared to fail gracefuly when this happens.
I found that the second param being empty is probably caused by:
0009:Call kernel32.MultiByteToWideChar(00000000,00000000,00124fc1
"",ffffffff,00431298,00000000) ret=004012d9
whose "" argument in the code corresponds to:
:004012CB FF742418 push dword[esp+18]
I suppose I would have to trace back to see where this 18(%esp) comes from,
unless someone can suggest a better/quicker way. Anyway, I run out of time for
now. Will look into that later.
--
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=7552
lav(a)etersoft.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vostok(a)etersoft.ru
--
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=7552
lav(a)etersoft.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lav(a)etersoft.ru
--
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=7723
------- Additional Comments From wine.dev(a)web.de 2007-18-03 06:54 -------
Your system is broken!
The test tried to open "COM1",
(trace:file:CreateFileW L"COM1" GENERIC_READ GENERIC_WRITE ... )
that is converted to the default target as expected
(trace:file:get_dos_device L"COM1" -> "/dev/ttyS0")
but then, CreateFile does not fail:
trace:file:CreateFileW returning 0x38
Since you have no serial Ports, this CreateFile must fail
(which is handled in our test).
In cour case, wine is able to create "/dev/ttyS0".
This is not possible for a normal user, so
1) you are running as root
or
2) your Distribution is broken
What is printed from the command: file /dev/ttyS0
--
By by ... Detlef
--
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=6794
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-18-03 05:38 -------
and the updated version from comment #20 works as well
--
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=7784
Summary: Fish Fillets 2 - dll loading problem
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chalucha(a)centrum.cz
This game is installed without any problem, but cannot be run, because of stack
overflow exception while loading some dll.
Demo is downloadable for example from:
http://www.gamespot.com/pc/puzzle/fishfillets2/download.html?sid=6167189
I'm using Gentoo Linux
Wine is compiled with gcc-4.1.1
I tried to use the native crypt32.dll mentioned in trace but it ends up with
"Could not open handle to Drive c:"
--
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=6794
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-18-03 04:59 -------
ha, i just tried the previous one, and it worked
--
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=6794
mikolaj.zalewski(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5422 is|0 |1
obsolete| |
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-18-03 04:41 -------
Created an attachment (id=5423)
--> (http://bugs.winehq.org/attachment.cgi?id=5423&action=view)
patch
There was a mistake in the previous version. This is an updated version.
--
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=7627
------- Additional Comments From Ronny.Standtke(a)gmx.net 2007-18-03 04:36 -------
Tested again with wine-0.9.33 and the bug is still there.
--
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.