http://bugs.winehq.org/show_bug.cgi?id=16973
Summary: Programm doesn't start
Product: Wine
Version: 1.1.13
Platform: All
URL: http://www.svws.nrw.de/
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)volker-dirr.de
Created an attachment (id=18757)
--> (http://bugs.winehq.org/attachment.cgi?id=18757)
log file
The Programm ExtNotMod is free. No copy protection, but it doen't start :-(
I attach the log file.
--
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=16788
Summary: AutoCAD 2008: installation fails
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=18463)
--> (http://bugs.winehq.org/attachment.cgi?id=18463)
log after clicking install
My Linux is Fedora 10 x86. I used patch
9087e5c55f35e091c5cb9ba381e0a5020d1fc0ad to revert the regression in Wine
1.1.12 which prevents installation of .NET Framework 2.0. My problem is taht
english version of AutoCAD 2008 fails to install.
1. delete "~/.wine"
2. execute "wine WINEPREFIX"
3. install using winetricks dotnet20 msxml3
4. run setup.exe
5. click next a few times (default install)
6. click install and wait for install failure report
--
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=3901
--- Comment #18 from JussiP <jpakkane(a)yahoo.com> 2009-01-18 12:53:08 ---
This bug is in newest git source as well. Now it says "The wizard was
interrupted before Rayman 3 could be completely installed." It prints the
following to stdout.
err:msi:ACTION_InstallFiles Failed to copy L"Z:\\media\\cdrom\\program
files\\Ubi Soft\\Rayman3\\Gamedatabin\\intro_17\\intro_17.lvl" to L"C:\\Program
Files\\Ubi Soft\\Rayman3\\Gamedatabin\\intro_17\\intro_17.lvl" (3)
And so that you don't have to ask, yes I do have enough free space in .wine
directory.
As for the version, I really have no idea. I used the current CVS at the time
as far as I can remember.
--
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=7698
Casey Jones <kcjones1(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kcjones1(a)gmail.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=8854
Reimar Döffinger <Reimar.Doeffinger(a)gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Reimar.Doeffinger(a)gmx.de
--- Comment #29 from Reimar Döffinger <Reimar.Doeffinger(a)gmx.de> 2009-01-18 10:40:22 ---
I made a hackish patch that makes X-Wing Alliance work.
This is important to me, since this is one of the Games that no longer works on
Windows with any recent graphic cards.
This is the little change I made:
diff --git a/dlls/dinput/device.c b/dlls/dinput/device.c
index 8e226cc..1405687 100644
--- a/dlls/dinput/device.c
+++ b/dlls/dinput/device.c
@@ -1046,6 +1046,7 @@ HRESULT WINAPI IDirectInputDevice2AImpl_GetDeviceData(
LPDIRECTINPUTDEVICE8A iface, DWORD dodsize, LPDIDEVICEOBJECTDATA dod,
LPDWORD entries, DWORD flags)
{
+ MSG msg;
IDirectInputDevice2AImpl *This = (IDirectInputDevice2AImpl *)iface;
HRESULT ret = DI_OK;
int len;
@@ -1053,6 +1054,11 @@ HRESULT WINAPI IDirectInputDevice2AImpl_GetDeviceData(
TRACE("(%p) %p -> %p(%d) x%d, 0x%08x\n",
This, dod, entries, entries ? *entries : 0, dodsize, flags);
+ while (PeekMessageA(&msg, 0, 0, 0, PM_REMOVE)) {
+ TranslateMessage(&msg);
+ DispatchMessageA(&msg);
+ }
+
if (!This->acquired)
return DIERR_NOTACQUIRED;
if (!This->queue_len)
--
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=8302
Manuel GarcÃa <aggrofreak(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aggrofreak(a)hotmail.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=5382
egasimus <fallenblood(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fallenblood(a)gmail.com
--- Comment #8 from egasimus <fallenblood(a)gmail.com> 2009-01-18 08:26:33 ---
Or would an option to just allow GTK or QT to draw the widgets be feasible?
--
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.