http://bugs.winehq.org/show_bug.cgi?id=21032
Summary: Appraise-It 8.3 installer does not abort correctly
during redist downloading process
Product: Wine
Version: 1.1.34
Platform: PC
URL: http://www.sfrep.com/dloads/appraise-it/ai8.3.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=25229)
--> (http://bugs.winehq.org/attachment.cgi?id=25229)
Appraise-it 8.3 redist installer +urlmon,+wininet trace (lzma compressed)
With wine-1.1.34-469-g33a1934, canceling a redist download in progress in the
Appraise-It 8.3 installer causes the installer to continue downloading until
the file is finished, and then display a dialog box stating "Unable to download
installation data from the web". Judging from the installer's behavior using
native wininet and urlmon via winetricks ie6, canceling a download should cause
the installer to immediately display the dialog box, rather than deferring the
display to download completion. Given that the message
"fixme:urlmon:on_progress OnProgress failed: 80004004" was outputted in large
succession after attempting to cancel, I've attached a +urlmon,+wininet log.
--
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=37667
Bug ID: 37667
Summary: GetRawInputDeviceList() does not set an error code on
failure
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: achurch+wine(a)achurch.org
Distribution: ---
Created attachment 50134
--> https://bugs.winehq.org/attachment.cgi?id=50134
gridl-fix.diff
When GetRawInputDeviceList() is passed a buffer which is too small, the
function should set the last error code to ERROR_INSUFFICIENT_BUFFER and return
failure (see
<http://msdn.microsoft.com/en-us/library/windows/desktop/ms645598(v=vs.85).a…>).
However, the current Wine implementation does not set the last error code,
meaning that callers expecting to see ERROR_INSUFFICIENT_BUFFER will behave
incorrectly.
Patch attached (the patch is against wine-1.7.29 but the code is unchanged in
git).
--
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=37244
Bug ID: 37244
Summary: Unable to log in to Nook for PC
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: dj.shaw(a)btconnect.com
Created attachment 49532
--> https://bugs.winehq.org/attachment.cgi?id=49532
Terminal output from runnning and trying to log in to Nook for PC
Trying to run the latest Nook for PC gets me the error 'We are experiencing
technical difficultiesat this time - please try again later (Sign in: 1025)' as
reported by other. My system is
Arch 32 bit
Wine 1.7.26
openssl 1.0.1.i-1 is installed
Clean prefix, no changes in winecfg or via winetricks
Full terminal output attached. Logging in generates the messages from the first
fixme:shell to the last err:wininet
--
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=38243
Bug ID: 38243
Summary: Evernote 5.8: crash when listing notebooks
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: carlosmmarques(a)gmail.com
Distribution: ---
Created attachment 51053
--> https://bugs.winehq.org/attachment.cgi?id=51053
Backtrace log
Crash when trying to list notebooks in evernote. Have reproduced the issue
consistently. Is there a problem with nested notebooks?
Everything else seems to be working.
--
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=33153
Bug #: 33153
Summary: ARMA III Alpha crashes on launch
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vaerraent(a)gmail.com
Classification: Unclassified
Created attachment 43860
--> http://bugs.winehq.org/attachment.cgi?id=43860
Backtrace #1 and #2
ARMA III Alpha crashes on launch due to missing D3D11CreateDeviceAndSwapChain.
However, stubbing this function in a similar way to Austin English's commit
0130eca6a0d6a2cd5d98ac3a008fcf0c224e9f7c (and either returning E_OUTOFMEMORY or
S_OK) does not result in a successful launch - the first launch returned an
error in a string comparison operation and further launches resulted in page
faults, both seen in the attached backtrace.txt 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=23246
Summary: mono randomly aborts with "GetThreadContext failed"
dialog
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Mono often needs to call GetThreadContext on all threads. On Wine, this seems
to fail at random times.
The easiest way to reproduce it is to run the mono tests. I've found that the
test in mcs/class/Microsoft.Build.Engine does it pretty reliably. See
http://wiki.winehq.org/Mono for instructions on that.
--
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=23582
Summary: PowerDVD 10 (trial) needs unimplemented function
ws2_32.dll.WSANSPIoctl
Product: Wine
Version: 1.2-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
Created an attachment (id=29469)
--> (http://bugs.winehq.org/attachment.cgi?id=29469)
crash log
See bug 23575 first for installation and bypassing the first problem.
PowerDVD 10 come with multiple problems, but many times with unimplemented
function ws2_32.dll.WSANSPIoctl.
See stack trace.
--
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=29326
Bug #: 29326
Summary: Magicka crashes randomly on startup
Product: Wine
Version: 1.3.34
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ape(a)ape3000.com
Classification: Unclassified
Created attachment 37925
--> http://bugs.winehq.org/attachment.cgi?id=37925
Magicka's error report type A
Magicka crashes sometimes before any splash screens. The occurance seems to be
random and can be workarounded quite easily just by relaunching the game until
it works.
This is the only thing that shows up in Wine's output compared to a successful
launch:
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
wine client error:5c: write: Bad file descriptor
Magicka's error report is one of the attached ones. It randomly changes between
them.
--
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=11755
Summary: MediaMonkey 3.0.2 Error initializing Media Player
Product: Wine
Version: unspecified
Platform: PC
URL: http://mediamonkey.com/download.htm
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jimrorie(a)logisys.biz
In the release version of MediaMonkey, the program throws a "Error during
player Initialization" dialog during startup. The program will not play mp3's.
--
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=31467
Bug #: 31467
Summary: Any application fails to run
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grizzly-terror(a)yandex.ru
Classification: Unclassified
Hello! I have a problem with Wine version 1.4.1 (i486) on Slackware 13.37
x86-64 + multilib. Elements of wine (winecfg, winefile) run, the installation
program, too. However, the programs give the following:
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x6d253aae
View the complete log:
http://pastebin.com/urPb7cti
--
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=20736
Summary: Left 4 Dead 2 fails to complete installation
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://www.steampowered.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
Created an attachment (id=24800)
--> (http://bugs.winehq.org/attachment.cgi?id=24800)
Terminal output in latest Git.
This is similar to bug 18233 except that this is a different error number and
is full for the full game, not the demo. The demo now installs fine in Wine.
When launching, Steam gives the error "Incomplete Installation of Left 4 Dead 2
(53)". Terminal output attached.
--
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=15563
Summary: AVG Free 7.1 fails due to missing or broken DLLs
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brett.jr.alton(a)gmail.com
Created an attachment (id=16562)
--> (http://bugs.winehq.org/attachment.cgi?id=16562)
stack trace
Installing Grisoft's AVG Free 7.1 fails.
When installing, it tells me twice that "Something horrible went wrong. Here is
the link to the install log..."
The installer than continues, runs a stack trace and give me this:
"Local machine: installation failed
Initialization:
Warning: Windows Firewall activity checking failed.
- created : SetupMachine.cpp (11024)
Error 0x80040154
- created : avgwf.cpp (22)
- thrown : avgwf.cpp (22)
- caught : SetupMachine.cpp (11021)
Warning: Failed to compare versions between psapi.dll and relater
windir redist psapi.dll_WNT.
- created : SetupMachine.cpp (2962)
Internal error. Value not evaluated.
- created : Evaluated.h (34)
- thrown : Evaluated.h (34)
- caught : SetupMachine.cpp (2959)
Warning: Failed to compare versions between dbghelp.dll and relater
windir redist dbghelp.dll_WNT.
- created : SetupMachine.cpp (2962)
Internal error. Value not evaluated.
- created : Evaluated.h (34)
- thrown : Evaluated.h (34)
- caught : SetupMachine.cpp (2959)
Installation:
Error: Action failed for file avgtdi.sys: starting service....
- created : SetupMachine.cpp (8046)
- returned: SetupMachine.cpp (8052)
Service request timeout (1053)
- created : AvgServs.cpp (562)
- thrown : SetupMachine.cpp (5504)
- caught : SetupMachine.cpp (7756)
- returned: SetupMachine.cpp (7765)
- thrown : SetupMachine.cpp (8025)
- caught : SetupMachine.cpp (8029)"
I have attached AVGs actual install log and error report.
AVG Free 7.1 is an older version and is no longer supported. I figured it would
be interesting to have an error report on an anti-virus program nonetheless.
--
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=19537
Summary: Sonos 3.0 dies after first step in setup wizard
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lars-wine(a)ukmix.net
Removed existing ~/.wine and killed any wine processes.
Downloaded version 3.0 of the PC desktop controller from
http://www.sonos.com/support/downloads/
Installed using wine SonosDesktopController30.exe, English language, default
install location.
Ran the following command (replace [username] with your username):
env WINEPREFIX="/home/[username]/.wine" wine "C:\Program Files\Sonos\sonos.exe"
"Sonos Setup Wizard" ("Welcome to Sonos") window was displayed, with this
output in the console:
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_RESET_URLCACHE_SESSION:
STUB
fixme:iphlpapi:NotifyAddrChange (Handle 0x33f5e4, overlapped 0x634ae8): stub
fixme:iphlpapi:NotifyRouteChange (Handle 0x33f5e4, overlapped 0x634afc): stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGING: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGED: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGING: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGED: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGING: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGED: stub
Clicked the "Next" button and the window closed/all wine processes died, with
the following console output:
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
err:ole:create_server class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4}
could be created for context 0x17
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
err:ole:create_server class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4}
could be created for context 0x17
This is under Gentoo AMD64 and I was able to run Sonos 2.8 desktop controller
with no significant problems.
--
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=15697
Summary: Overlay cursor not functioning in Ultima IX
Product: Wine
Version: 1.1.6
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=14203
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: soulmata(a)gmail.com
In versions 1.18 and 1.19 of the game (earlier versions not tested), on Wine
versions 1.1.6 and 1.1.5 (earlier versions not used), the overlay cursor is
invisible. This is the cursor that only appears when placed over static objects
(I believe gumps) in the game, such as HUD elements (toolbar) and configuration
elements (the in-game journal, spellbook, books, et cetera).
The game still is tracking the cursor and accepts input, but as the cursor
itself is invisible you cannot tell where exactly you are pressing. As even the
Exit button for the game is inside a gump, it makes it more or less unplayable.
I do not know if this falls under d3d or ddraw, since I do not know if ddraw is
responsible for the on-screen gumps.
--
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=25274
Summary: Sandlot games fail to launch
Product: Wine
Version: 1.3.7
Platform: x86
URL: http://www.sandlotgames.com/w5/hearts_medicine_season_
1.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 25187
After getting past bug 25187 (winetricks -q ie6), games refuse to launch. I get
an error window saying:
No support for hardware accelerated games.
Please visit the location you acquired this game and request help regarding
this error: HS9
Terminal shows some nasty d3d errors:
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 1 on device context
0x5c8, last error 0.
err:d3d:context_create Failed to set pixel format 1 on device context 0x5c8.
err:d3d:WineD3D_ChoosePixelFormat Can't find a suitable iPixelFormat
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 1 on device context
0x654, last error 0.
err:d3d:context_create Failed to set pixel format 1 on device context 0x654.
fixme:d3d:wined3d_get_format Can't find format WINED3DFMT_R24_UNORM_X8_TYPELESS
(0x49) in the format lookup table
fixme:d3d:getDepthStencilBits Unsupported depth/stencil format
WINED3DFMT_UNKNOWN.
--
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=31295
Bug #: 31295
Summary: i have steam for windows running and it runs the first
time process and gives me a first error that CPU does
not meet minimum requirement; Streaming SIMD
Extensions support required. and then it simply tells
me to close the program.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bamfolafsson(a)gmail.com
Classification: Unclassified
i have steam for windows running and it runs the first time process and gives
me a first error that CPU does not meet minimum requirement; Streaming SIMD
Extensions support required. and then it simply tells me to close the program.
--
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=33711
Bug #: 33711
Summary: GetModuleFileNameA returns
"UNC\server\share\application.exe"
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bernd.edlinger(a)hotmail.de
Classification: Unclassified
Hello,
I have an application here that is started as "\\server\share\application.exe"
but fails when WinMain executes, because the application uses
GetModuleFileNameA to retrieve the application name, and try to use
_lopen with the returned module path name.
The problem is, that the module file name is returned as
"UNC\server\share\application.exe" which _lopen can not use.
If it was returned as "\\server\share\application.exe" everything would be
fine.
PS: I have a fresh wine1.4-0ubuntu4.1 here.
--
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=30047
Bug #: 30047
Summary: unimplemented function urlmon.dll.CreateUri
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 760855(a)mail.ru
Classification: Unclassified
Created attachment 39143
--> http://bugs.winehq.org/attachment.cgi?id=39143
bug trace
when try open URL from "Help/about" or then try submit a bug report after
create "bactrace.txt".
--
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=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.
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.
http://bugs.winehq.org/show_bug.cgi?id=30703
Bug #: 30703
Summary: pepakura viewer crash on startup: dib init failed,
failed to create rendering context
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcus(a)lanhelp.com.br
Classification: Unclassified
Created attachment 40207
--> http://bugs.winehq.org/attachment.cgi?id=40207
Backtrace for pepakura viewer on wine 1.4
installs pepakura with no problem, when start the app, gives the msg: dib init
failed, and then "Failed to create rendering context, the back trace is
attached.
--
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=36894
Bug ID: 36894
Summary: implement FlashWindowEx
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: lilydjwg(a)gmail.com
CC: fracting(a)gmail.com
Currently FlashWindowEx does nothing. It makes programs like IMs unable to
notify the user that it needs attention (received a new message etc). Some IMs
like Tencent Messenager (TM) only uses this when an already open chat window
receives new messages.
I suggest you implement this function by setting the urgent hint on Linux/X11.
I've verified that implementing this function helps in this (TM) situation:
BOOL WINAPI FlashWindowEx( PFLASHWINFO pfwi )
{
FIXME("%p\n", pfwi);
system("notify-send 'new message!'");
return TRUE;
}
--
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=34574
Bug #: 34574
Summary: Kega Fusion 3.64 - Fullscreen not working anymore
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joaogojunior(a)hotmail.com
Classification: Unclassified
As of wine-1.7.2 I can not run kega fusion 3.64 in fullscreen anymore...
Running a regression test here... soon I'll post results...
--
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=35792
Bug ID: 35792
Summary: rmxftmpl.h differs on some architectures
Product: Wine
Version: 1.7.14
Hardware: x86
URL: http://bugs.debian.org/739723
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mgilbert(a)debian.org
This is probably a little vs big endianness issue. rmxftmpl.h is different on
different architectures (e.g. powepc vs. i386).
See: http://bugs.debian.org/739723
--
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.