http://bugs.winehq.org/show_bug.cgi?id=5313
------- Additional Comments From mike(a)codeweavers.com 2006-27-07 07:17 -------
It's unlikely you're out of memory, and wineserver should fail gracefully in
that case anyway.
Firstly, try a newer version of Wine (eg. 0.9.17). If that doesn't work please
make a log of the crash and attach it to this bug.
WINEDEBUG=+server wine l2.exe >& l2.log
--
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=5749
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-27-07 07:14 -------
I did what you said, that is to erase all the entries with WINED3DFMT_P8 in
directx.c. And you are right. The bug is gone.
Hope that you will find a solution to solve this problem now :))
Thank you
Joaopa
--
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=5246
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From alex(a)thehandofagony.com 2006-27-07 07:02 -------
Closing duplicate.
--
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=3879
------- Additional Comments From alex(a)thehandofagony.com 2006-27-07 07:01 -------
*** Bug 5246 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5246
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From alex(a)thehandofagony.com 2006-27-07 07:01 -------
Bug 3879 already talks of the specual lightning issues.
*** This bug has been marked as a duplicate of 3879 ***
--
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=5313
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|the wineserver asks me to |Lineage II crashes
|report this, |wineserver
------- Additional Comments From alex(a)thehandofagony.com 2006-27-07 06:54 -------
It seems like you are running out of memory. How much RAM/swap do you have?
Can you retry with the latest Wine (0.9.17), and if it still does not work,
please supply a download link for a demo (if there is one).
--
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=5139
------- Additional Comments From mike(a)codeweavers.com 2006-27-07 06:52 -------
Maybe something like this will avoid the crash?
diff --git a/dlls/msi/action.c b/dlls/msi/action.c
index f7454c2..ccdb3c4 100644
--- a/dlls/msi/action.c
+++ b/dlls/msi/action.c
@@ -2926,7 +2926,8 @@ static UINT ITERATE_CreateShortcuts(MSIR
LPWSTR Path;
buffer = MSI_RecordGetString(row,12);
Path = resolve_folder(package, buffer, FALSE, FALSE, NULL);
- IShellLinkW_SetWorkingDirectory(sl,Path);
+ if (Path)
+ IShellLinkW_SetWorkingDirectory(sl,Path);
msi_free(Path);
}
--
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=5139
------- Additional Comments From dank(a)kegel.com 2006-27-07 06:30 -------
Mike and James' fix is now in cvs. The installer still crashes at the
end of the install when creating links, so we can't mark this
bug as fixed quite yet, but users who build wine from cvs or git should
be able to install the game.
--
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=5589
------- Additional Comments From stefandoesinger(a)gmx.at 2006-27-07 05:58 -------
Can you retry this game with current git? I have sent a patch for this which
fixes a simmilar bug in Jardinains!, it should work for this game too
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5580
------- Additional Comments From stefandoesinger(a)gmx.at 2006-27-07 04:27 -------
This should be fixed in todays wine git code, can you test if it works for
you?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.