http://bugs.winehq.org/show_bug.cgi?id=33991
Bug #: 33991
Summary: DM780 failure to start.
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ke4gmk(a)mindspring.com
Classification: Unclassified
Created attachment 45167
--> http://bugs.winehq.org/attachment.cgi?id=45167
backtrace file from DM780 failure to start.
DM780 failure to start.
Digital Master DM780 is part of ham radio software package HRD "Ham Radio
Deluxe"
--
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.
https://bugs.winehq.org/show_bug.cgi?id=8532
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.jawspdf.com/down |http://www.jawspdf.com/down
|load/editor.html |load/previous/#editor
--- Comment #8 from Anastasius Focht <focht(a)gmx.net> ---
Hello Dmitry,
thanks for the patch. Unfortunately it still doesn't work.
Although bitmap data is now provided by the help of 'OLEPictureImpl_Save' it
seems the app stream write method doesn't expect the 'StdPicture' header
(preamble + size) in preceding 'IStream_Write' call, causing a different
internal error/code path (still same external "Invalid imagesize" error
though).
It rather expects the raw bitmap data via 'IStream_Write(pStm, This->data,
This->datalen, &dummy)' immediately.
Source:
https://source.winehq.org/git/wine.git/blob/2f9987fd043d094c23430a1698f1a72…
--- snip ---
...
1834 header[0] = (This->loadtime_magic != 0xdeadbeef) ?
This->loadtime_magic : 0x0000746c;
1835 header[1] = This->datalen;
1836 IStream_Write(pStm, header, 2 * sizeof(DWORD), &dummy);
1837 IStream_Write(pStm, This->data, This->datalen, &dummy);
1838 hResult = S_OK;
...
--- snip ---
I removed the 'StdPicture' header serialization call for testing purpose
(potentially breaking other things) and it allows the app to start.
Loading/viewing/annotating PDF works nicely.
This means we're on the right track but can't simply reuse
'OLEPictureImpl_Save' here.
Regards
--
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.
https://bugs.winehq.org/show_bug.cgi?id=8532
--- Comment #7 from Dmitry Timoshkov <dmitry(a)baikal.ru> ---
Created attachment 52686
--> https://bugs.winehq.org/attachment.cgi?id=52686
patch
Attached patch my work slightly better than current semi-stub.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39496
Bug ID: 39496
Summary: Dracula: Origin demo shows black screen after starting
a new game
Product: Wine
Version: 1.7.53
Hardware: x86-64
URL: http://www.gamewatcher.com/downloads/dracula-origin-do
wnload/dracula-origin-demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 52634
--> https://bugs.winehq.org/attachment.cgi?id=52634
+d3d9
After starting a new game just black screen.
warn:d3d9:d3d9_swapchain_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce}
not implemented, returning E_NOINTERFACE.
warn:d3d9:d3d9_device_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce} not
implemented, returning E_NOINTERFACE.
warn:d3d9:d3d9_device_QueryInterface IDirect3D9 instance wasn't created with
CreateDirect3D9Ex, returning E_NOINTERFACE.
wine-1.7.53-135-g4fb840b
--
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.
https://bugs.winehq.org/show_bug.cgi?id=8532
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net,
| |super_man(a)post.com
--
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.