http://bugs.winehq.org/show_bug.cgi?id=7698
------- Additional Comments From l_bratch(a)yahoo.co.uk 2007-27-04 12:03 -------
This doesn't help with CS:S, but I think it could be something to do with that
"HL2DM".
I searched the Steam directory for "HL2DM", and there are some results, but
there are no CS:S equivalent files...
--
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.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8191
------- Additional Comments From focht(a)gmx.net 2007-27-04 12:00 -------
Hello,
the application employs SafeCast 3.x software protection (basically it's
SafeDisc without Media).
Framemaker starts Adobe License Manager Service which waits for client to connect.
The client crashes immediately leaving the service live locking with one of it's
server threads in WaitForSingle/Multiple loop with short timeout eating all CPU.
You can simulate this by starting the service first by hand (using some NT
service tool):
$ WINEDEBUG=+tid,+seh,+sync wine sc.exe start "Adobe LM Service"
...
and then start framemaker itself.
Both will crash then.
The service itself can't be attached by debugger due to protection (at least by
conventional means).
The Client (Framemaker) employs various anti debugging measures
(IsDebuggerPresent, ZwQueryInformationProcess, encrypted IAT, emulated opcodes
and the like) effectely preventing easy reverse engineering
It could be a wine API bug or just problematic anti debugging stuff which causes
this.
With more time investment it could be tracked down (by removing various
protection measures first to see if it's a wine API or anti debug issue), but i
dont see the value to get this type of software protection to work, speak
"support" it.
Regards
--
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=8192
liquitsnake(a)gmx.net 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=8192
Summary: BattleTech Simulator crashes on start
Product: Wine
Version: 0.9.35.
Platform: PC
URL: http://www.virtualcommander.com/download/bts_demo12.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
The simulator crashes without any log I could make anything of.
wine: Unhandled page fault on read access to 0x0000003d at address 0x4a2e74
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x0000003d in 32-bit code
(0x004a2e74).
The game can be freely download from the link given. I'm not attaching my
+seh,+relay log, since it's _really_ huge...
--
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=8191
Summary: Framemaker 7.2 Tryout version crashes on startup
Product: Wine
Version: CVS
Platform: Other
URL: http://www.adobe.com/products/framemaker/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I saw a user asking about Framemaker 7.1 support
( http://groups.google.com/group/bit.listserv.techwr-l/msg/7d3aa82797d761cc ),
but all I could download from Adobe's site was Framemaker 7.2,
so I tried that.
Framemaker 7.2 trial installs fine but crashes quickly on
startup. After the crash, a service "Adobelmsvc.exe"
is running and chewing up all CPU time.
+relay,+seh shows
0009:Call advapi32.OpenSCManagerW(00000000,00000000,00000001) ret=015048b0
0009:Ret advapi32.OpenServiceW() retval=0017cc38 ret=015047d2
0009:Call kernel32.GetLastError() ret=0150476c
trace:seh:raise_exception code=c0000005 flags=0 addr=(nil)
--
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=2065
------- Additional Comments From mike(a)tashcorp.net 2007-27-04 09:35 -------
At the time, the problem was consistent across 7.0 and 7.1. I'd assume that 7.2
is a good proxy.
I'm not sure how relevant it is, but it now works under the Codeweavers builds.
Mike
--
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=2065
------- Additional Comments From dank(a)kegel.com 2007-27-04 09:30 -------
Mike, I'd like to test this. Adobe only offers the
7.2 trial download; do you know where I can get a
copy of the 7.0 trial?
--
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=8164
------- Additional Comments From dmitry(a)codeweavers.com 2007-27-04 06:49 -------
As an easiest workaround probably the code removed from GetFileSecurity could
be moved to NtQuerySecurityObject to replace existing code.
But since NtSetSecurityObject is implemented, NtQuerySecurityObject should be
properly implemented 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=7114
------- Additional Comments From focht(a)gmx.net 2007-27-04 06:18 -------
Hello,
the error message with missing file name part is nice .. sloppy devs :)
It's due to GetShortPathNameA() with a path containing a symlink failing.
WINEDEBUG=+file
--- snip ---
...
trace:file:GetShortPathNameA "c:\\windows\\profiles\\focht\\My Documents\\test7.QDB"
trace:file:GetShortPathNameW L"c:\\windows\\profiles\\focht\\My
Documents\\test7.QDB"
trace:file:FindFirstFileExW L"c:\\windows\\profiles\\focht\\My Documents" 0
0x349474 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"c:\\windows\\profiles\\focht\\My
Documents",0x348be4,0x348bec,(nil))
trace:file:RtlGetFullPathName_U (L"c:\\windows\\profiles\\focht\\My Documents"
520 0x348934 0x348bec)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\profiles\\focht\\" ->
"/home/focht/.wine/dosdevices/c:/windows/profiles/focht/"
trace:file:NtQueryDirectoryFile (0x234 (nil) (nil) (nil) 0x348bd4 0x33f51b0
0x00002000 0x00000003 0x00000000 L"My Documents" 0x00000001
trace:file:read_directory_stat trying optimisation for file L"My Documents"
trace:file:append_entry long L"My Documents" short L"MY_D~D41" mask L"My Documents"
trace:file:match_filename (L"My Documents", L"My Documents")
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (120)
trace:file:FindNextFileW 0x33f5170 0x349474
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\profiles\\focht\\My
Documents" -> "/home/focht/.wine/dosdevices/c:/windows/profiles/focht/My Documents"
warn:file:check_dir_symlink suppressing dir symlink
L"\\??\\C:\\windows\\profiles\\focht\\My Documents" pointing to parent "/home/focht"
trace:file:NtQueryDirectoryFile (0x234 (nil) (nil) (nil) 0x348b34 0x33f51b0
0x00002000 0x00000003 0x00000000 L"My Documents" 0x00000000
trace:file:read_directory_stat trying optimisation for file L"My Documents"
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 80000006 (0)
trace:file:FindFirstFileExW L"c:\\windows\\profiles\\focht\\My Documents" not found
trace:file:GetShortPathNameW not found!
...
--- snip ---
"warn:file:check_dir_symlink suppressing dir symlink" is the culprit.
To temporarily work around this, use the standard path without symlink.
E.g. if your "My Documents" directory symmlinks to "/home/<username", browse to
"/home/<username>" and create/open the file there.
Regards
--
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=8096
------- Additional Comments From infyquest(a)gmail.com 2007-27-04 05:54 -------
please send this as a patch to wine-patches(a)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.