http://bugs.winehq.org/show_bug.cgi?id=3952
--- Comment #67 from Saulius K. <saulius2(a)gmail.com> 2010-05-06 02:56:16 ---
Vitaliy, would specific linux LKM help Wine then?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3952
--- Comment #66 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2010-05-06 01:32:04 ---
(In reply to comment #65)
> Some dummy drivers or a specific routine for emulating them so GameGuard can
> recognize them.
Except this is not how Wine works. All solutions like that are just not
acceptable for number of reasons.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3952
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|All |Other
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3952
Knightlain <pastorrub(a)msn.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pastorrub(a)msn.com
--- Comment #65 from Knightlain <pastorrub(a)msn.com> 2010-05-05 21:53:35 ---
(In reply to comment #64)
> (In reply to comment #63)
> > Why is this bug still marked as NEW?
> You want it to be closed as won't fix? Can do.
>
> Wine can never support root-kits. Wine has no kernel in the same sense as
> native platforms.
Well, there can be many solutions:
Some dummy drivers or a specific routine for emulating them so GameGuard can
recognize them.
There can be many ways for emulating them, or maybe some module just for
emulating gameguard as it can check for it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3952
--- Comment #64 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2010-05-05 21:45:25 ---
(In reply to comment #63)
> Why is this bug still marked as NEW?
You want it to be closed as won't fix? Can do.
Wine can never support root-kits. Wine has no kernel in the same sense as
native platforms.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3952
Vitor Gatti <vitorgatti(a)yahoo.com.br> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vitorgatti(a)yahoo.com.br
--- Comment #63 from Vitor Gatti <vitorgatti(a)yahoo.com.br> 2010-05-05 21:22:41 ---
Why is this bug still marked as NEW?
There must be a way to fix this... LOTS of games will start working if
GameGuard runs on WINE.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5935
--- Comment #22 from Joshua Davison <jd(a)ozchat.org> 2010-05-05 20:47:37 ---
This issue does not appear to affect mIRC 7 and above.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22200
Summary: Dragon Age: Origins needs
msvcr80.dll.__CxxFrameHandler3 implemented
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Now that we've got our own nifty msvcr80.dll, Dragon Age fails to launch.
Workaround is winetricks vcrun2005.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3548
Damjan Jovanovic <damjan.jov(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |damjan.jov(a)gmail.com
--- Comment #27 from Damjan Jovanovic <damjan.jov(a)gmail.com> 2010-05-05 14:36:57 ---
Wine has 2 desktops: the user desktop under C:\users\user\Desktop, and the
public desktop under C:\users\Public\Desktop.
Applications that install .lnk files to the public desktop end up putting those
files under ~/.wine/drive_c/users/Public/Desktop, from which winemenubuilder
generates a .desktop file in ~/Desktop. All is well.
But some applications (eg. WinRAR) want to install .lnk files to the user's
desktop, which is ~/.wine/drive_c/users/user/Desktop, but that isn't a
directory, it's just a symlink to ~/Desktop. So the .lnk file goes onto the
real desktop instead of the hidden one.
The selection of where to save the .lnk happen in shell32's IShellLink's
IPersistFile COM interface, before winemenubuilder is launched. By the time
winemenubuilder runs, the .lnk file already exists in the wrong place.
It would be possible for winemenubuilder to move or delete the .lnk file after
it generates the .desktop file, but then we'd lose track of the .lnk <->
.desktop mapping which winemenubuilder can do in order to delete .desktop files
when the corresponding .lnk files are gone (because eg. the application was
uninstalled). Some more intelligent Wine desktops <-> ~/Desktop synchronization
might be necessary.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22589
Summary: When starting AutoCAD 2008 Civil 3D something crashes
Product: Wine
Version: 1.1.39
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kaar3l(a)gmail.com
Created an attachment (id=27718)
--> (http://bugs.winehq.org/attachment.cgi?id=27718)
crash log
Now when i start it, almost all comes to viewable(all the usual autocad menus
are loaded, but when it starts to loading the civil menus it crashes), it loads
and then gives
error:
----------------------
AutoCAD Error Aborting
INTERNAL ERROR: Cannot initialize ASI.
OK
---------------------
Then I push OK and everything closes.
I noticed in windows, that the shortcut is like that:
Thats the civil shortcut
"C:\Program Files\AutoCAD Civil 3D 2008\acad.exe" /p "<<Unnamed Profile>>"
Thats the autocad shortcut
"C:\Program Files\AutoCAD Civil 3D 2008\acad.exe" /p "<<AUTOCAD>>"
When saying the error, it seemes to be starting to load the menus on the side
what are in civil.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.