http://bugs.winehq.org/show_bug.cgi?id=6863
Summary: Dreamfall: The Longest Journey 2 fails to start
Product: Wine
Version: 0.9.27.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s0238762(a)sms.ed.ac.uk
the game installs fine (of course with the usual "fixme" warnings)
(see "dreamfall.installation.log" attachment)
I have to place all installation files in one folder. I've tried the below with
the original dreamfall.exe and with a "no-cd" modified one (that some suggested).
First I choose not to install the included DirectX9 update.
when I launch the executable like this
$ wine dreamfall.exe
or
$ wine explorer /desktop=DreamFall,1024x768 dreamfall.exe
I get the following:
(see "dreamfall.nodx9.log" attachment)
The missing "d3dx9_27.dll" dll is provided by the included directx9 update.
After installing that and I launch the game, I get the following error message:
(see "dreamfall.withdx9.log" attachment)
while the game pops-up a little window with the following message:
"Failed to initialize Direct3D. Aborting."
I'm testing this on a NV28 (GeForce TI 4200 Go) using the 9631 proprietary
nvidia drivers which are in working order. I use a fresh wine directory and I
compiled the 0.9.27 myself. Otherwise wine works fine (for what I normally use
it for). I can even run 3DMark2001SE (to a certain extend)
In winecfg, I use "windows 2000"
--
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=6861
------- Additional Comments From ben(a)atomnet.co.uk 2006-10-12 16:12 -------
I also don't agree with the fact the game has been renamed "Indigo Prophesy" in
AppDB because it's not the game I have. Indigo Prophesy was a different version
released in the US after a few parents threw a hissy fit and they had to modify
and re-release 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=6862
Summary: KS-SWD does not print (fix included)
Product: Wine
Version: 0.9.27.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lollul(a)wp.pl
There is a program KS-SWD (http://www.kamsoft.pl/prod/swd/index.htm). I've
tried to find out why it wouldn't print when run on wine. Other programs
(notepad) where printing fine.
With a bit of tracing I've found the issue. Function OpenJob16 receives an
empty string as lpOutput parameter when called from PSDRV_StartDocA
(dlls/wineps.drv/escape.c).
I was able to fix it by commenting out 2 lines:
--- escape.c.org 2006-12-10 22:12:49.000000000 +0100
+++ escape.c 2006-12-10 22:13:16.000000000 +0100
@@ -396,8 +396,8 @@
if(doc->lpszOutput)
output = doc->lpszOutput;
- else if(physDev->job.output)
- output = physDev->job.output;
+// else if(physDev->job.output)
+// output = physDev->job.output;
else {
if(OpenPrinterA(physDev->pi->FriendlyName, &hprn, NULL) &&
GetPrinterA(hprn, 5, buf, sizeof(buf), &needed)) {
So seems that physDev->job.output was an empty string.
Cups version here is 1.2.5
If I can help somehow to get this fixed properly, let me know.
Thanks!
--
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=6861
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
------- Additional Comments From ben(a)atomnet.co.uk 2006-10-12 16:03 -------
Killertux says the demo works fine but I couldn't download it due to that being
a Flash site and I'm on AMD64 and thus no Flash. AppDB entry has been added now
too (did it earlier but only got accepted when I got this email).
--
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=6861
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
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=5723
------- Additional Comments From szdowk(a)vsa.com.pl 2006-10-12 14:45 -------
With 0.9.27 bug is still there (effects like for 0.9.25).
--
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=6732
s0238762(a)sms.ed.ac.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From s0238762(a)sms.ed.ac.uk 2006-10-12 14:33 -------
I will mark this bug report as "fixed".
Using wine 0.9.27 and nvidia's 9631 drivers I can run 3DMark2001SE. Some of the
tests (high detail) and the demo fail though. Also I have to select 16-bit for
both the screen and the z-buffer, otherwise it hits a very slow rendering path
that manages to render only 1 or 2 frames of each test.
thanks for your comments
--
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.