http://bugs.winehq.org/show_bug.cgi?id=22292
Summary: this bugs stops RCT2 demo from installing
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: williamsoft1(a)gmail.com
this is a bug which stops any hopes of using this game
Exact error message
Unhandled Exception
Error Number| Ox8OO2OOOE
Description|
Setup will now exit
--
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=22295
Summary: Dragon Age installer hangs and crashes at end
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The Dragon Age installer works (more or less), but it crashes at the end with
err:ntdll:RtlpWaitForCriticalSection section 0x7efec7c4 "loader.c:
loader_section" wait timed out in thread 0041, blocked by 0034, retrying (60
sec)
'winedbg bt all' is broken at the moment, but I went back a few versions
of wine to where it worked, and that thread seemed to be trying to
get a handle to a temporary dll.
To repeat, just install the app (perhaps via wisotool dragonage).
You probably need winetricks vc2005run.
--
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=6719
Jack <jack3242002(a)ymail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jack3242002(a)ymail.com
--- Comment #23 from Jack <jack3242002(a)ymail.com> 2010-04-06 14:16:43 ---
Confirmed on 1.1.41
Also affects both Crossover 8 and 9
--
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=22286
Summary: GetShortPathName -> GetLongPathName doesn't give back
same file
Product: Wine
Version: unspecified
Platform: x86
URL: http://cmake.org
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cjstimpson(a)utwire.net
Some people are using a cmake/mingw/msys/wine combination on Linux to
compile/test code targeting Windows, and its currently being discussed on the
cmake user's list.
CMake uses a GetShortPathName() / GetLongPathName() trick to get the actual
case for a filename.
If the a directory contains these two files (from a CMake installation, but can
be empty files),
CMakeFortranInformation.cmake
CMakeTestCXXCompiler.cmake
and GetShortPathName()/GetLongPathName() is called for
CMakeTestCXXCompiler.cmake, it returns the other file instead.
======
#include <windows.h>
#include <stdio.h>
int main(int argc, char** argv)
{
if(argc < 2)
{
printf("Usage: %s filename\n", argv[0]);
return 1;
}
char buffer[MAX_PATH+1];
char buffer2[MAX_PATH+1];
GetShortPathName(argv[1], buffer, MAX_PATH+1);
GetLongPathNameA(buffer, buffer2, MAX_PATH+1);
printf("%s\n", buffer2);
return 0;
}
--
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=421
Jörg Höhle <hoehle(a)users.sourceforge.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|hoehle(a)users.sourceforge.ne |
|t |
--
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=8176
byteframe <byteframe(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|byteframe(a)yahoo.com |
--
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=8176
byteframe <byteframe(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |byteframe(a)yahoo.com
--
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=5903
xenus(a)blueyonder.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xenus(a)blueyonder.co.uk
--- Comment #13 from xenus(a)blueyonder.co.uk 2010-04-05 14:29:55 ---
fails during CD ROM speed test on wine 1.1.41
Also fails in game when attempting to access CD ROM
--
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=3495
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--- Comment #4 from Austin English <austinenglish(a)gmail.com> 2010-04-05 12:36:32 ---
Removing NoAppDBEntry keyword.
--
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.