http://bugs.winehq.org/show_bug.cgi?id=30317
Bug #: 30317
Summary: Novatel CDU: Hang up at exit
Product: Wine
Version: 1.5.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 39619
--> http://bugs.winehq.org/attachment.cgi?id=39619
WINEDEBUG=+relay on Wine 1.5.1
Steps to reproduce:
1) remove ~/.wine
2) winetricks dotnet20
3) install CDU_Inst_3.9.0.7.exe
4) wine NovAtelCDU.exe
5) Device->Exit
Behaviour:
Hang-up.
Expected behaviour:
No hang-up.
Terminal output:
err:wgl:internal_SetPixelFormat Couldn't set format of the window, returning
failure
err:wgl:X11DRV_wglCreateContext Cannot get FB Config for iPixelFormat 0, expect
problems!
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
apartment threaded to multi-threaded
err:ole:CoGetContextToken apartment not initialised
...
...
...
Sending segment of 83 bytes
[SENDER] ERROR: Could not set pipe handle state!
--
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=37292
Bug ID: 37292
Summary: Yarmap can't display characters in search field
Product: Wine
Version: 1.7.26
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: v_mil(a)ukr.net
Created attachment 49595
--> https://bugs.winehq.org/attachment.cgi?id=49595
It is the screen shot after typing in the search field.
Yarmap do not display cropped or no characters in search
To reproduce simply download it from official website
http://kiev.yarmap.ua/download/
and install it. After that run it and look at the top bar with edit fields. You
will see only small top parts of characters (look at the attachment). Type
cyrillic "Укр" and the empty dropdown box will appear. If You press any empty
field You will see appropriate map part. So it works. But no character displays
With best regards.
Viktor
--
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=38922
Bug ID: 38922
Summary: Unable to update Evernote: "Evernote was already
installed by another user"
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Distribution: ---
Created attachment 51852
--> https://bugs.winehq.org/attachment.cgi?id=51852
Evernote setup log after the failed update attempt
I'm trying to update Evernote by downloading the latest installer ( 5.8.13 )
and running it in an existing installation. I immediately get a popup saying:
Evernote was already installed by another user. Only one per-user
installation is supported. An administrator can install Evernote for everyone
after the per-user installation is removed.
There is no terminal output, but I've attached the EvernoteSetup.log file,
which contains snippets such as
[07/15/2015 11:11:53] Error getting product version: 1605
[07/15/2015 11:11:53] Error getting product install location: 1605
--
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=39427
Bug ID: 39427
Summary: Project X Game Crashes After breaking out of Cell
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shatteredlites(a)gmail.com
Distribution: ---
Project X Love Potion Disaster Works fine untill you start the first stage and
once you break down your Cell Wall the game freezes and you must force exit.
You can reproduce this Problem by trying it yourself.
http://www.zeta.cyberion.it/projectx.html
--
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=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.