https://bugs.winehq.org/show_bug.cgi?id=40599
Bug ID: 40599
Summary: Firefox : Menu bar or tabs hidden by window manager
(kwin)
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fabstz-it(a)yahoo.fr
Distribution: ---
Created attachment 54445
--> https://bugs.winehq.org/attachment.cgi?id=54445
wine_firefox_with_menu_bar
With firefox esr (v 38.8 as a portableapp) if the menu bar (File, edition...)
is not displayed, part of the tabs is hidden by my window manager (kwin under
kde).
There are 2 cases : when window is maximized, then part of the tab is hidden,
when the window is "restored" then display is acceptable
If I enable the menu bar (menu view/toolbars/menu bar, I get there by doing
ALT+F, and then navigate with keyboard and mouse), then the menu bar is not
visible.
See screenshots
--
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=25386
Summary: Poker Night: random long delays between turns and
conversations
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: VincentBeers(a)gmail.com
Game is from TellTale Games by the name of Poker Night at the Inventory.
Basically, the problem I have is that sometimes, between turns, the game will
have long delays in which nothing seems to happen (ie the application hangs).
It takes much, much longer than usual to load or interpret a resource than it
should take (or so I assume).
A bigger problem is that these delays are much longer when starting up the game
or any significant screen changes. It can take more than a minute longer to
load the game or any specific areas than it would in Windows.
The terminal isn't spewing out anything during these loading periods, so
attached is all terminal output generated by the app, even outside of these
hanging bits. Steam output may be mixed in too.
Notes:
Unfortunately, this game is not available for free, however, it is available
for fairly cheap (5 euros) for those willing to try. I think some other
TellTale games (and free demos) have the same issue however (they all run on
the same engine, though all of them have some minor differences, improvements,
etc.).
Using the Steam version, but I'm sure the non-Steam version has the same issue
(though I couldn't test as Wine 1.3.7 wouldn't load the game for me). The game
works in 1.3.8, though with loading problems.
Another note is that I am playing the game on a FAT32 partition. This may
affect performance, but I do not expect it to take this much longer, thus it
would still be a bug.
--
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=37134
Bug ID: 37134
Summary: Clang Static Analyzer: Unreliable check
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukebenes(a)hotmail.com
Clang Static Analyzer identifies Unreliable check
File: dlls/advapi32/registry.c
Location: line 1209, column 13
Description: Array access (from variable 'str') results in a null pointer
dereference
LSTATUS WINAPI RegSetValueExW(...., const BYTE *data, .... )
{
...
if (data && ((ULONG_PTR)data >> 16) == 0)
//Assuming pointer value is null
return ERROR_NOACCESS;
if (count && is_string(type))
{
LPCWSTR str = (LPCWSTR)data;
//Clang: 'str' initialized to a null pointer value
if (str[count / sizeof(WCHAR) - 1] &&
!str[count / sizeof(WCHAR)])
//Clang: Array access (from variable 'str') results in
//a null pointer dereference
count += sizeof(WCHAR);
}
...
}
If the null pointer data gets here, the program will go on executing until
addressing the str variable.
Another similar issue:
File: dlls/comctl32/comctl32undoc.c
Location: line 964, column 12
Description: Array access (from variable 'lpDest') results in a null pointer
dereference
--
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=29663
Bug #: 29663
Summary: Rayman 3 crashes with a new game
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: SolisX007(a)yahoo.com
Classification: Unclassified
Created attachment 38467
--> http://bugs.winehq.org/attachment.cgi?id=38467
Regression test result
Rayman 3 gets choppy and sometimes crashes when i start
a new game while Rayman is flying around with the frog. I
know that it works fine on wine-1.3.22 and that in wine-1.3.23
it is broken.
I tried to do a regression test which i will attach to this bug
report. Please keep in mind the this is my first regression test.
--
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=5852
--- Comment #19 from Nikolay Sivov <bunglehead(a)gmail.com> ---
Valid for 1.9.9.
--
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=40586
Bug ID: 40586
Summary: FILE_CreateFile always warns "{File} not found" in all
failed status
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: lz96(a)foxmail.com
Distribution: ---
See https://source.winehq.org/source/dlls/ntdll/file.c#0254 .
This is confusing when I see
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows" not found (c0000035)
while c0000035 actually represents
STATUS_OBJECT_NAME_COLLISION(https://source.winehq.org/source/include/ntsta….
--
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=38241
Bug ID: 38241
Summary: Open General crashes when exiting.
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: ---
Created attachment 51048
--> https://bugs.winehq.org/attachment.cgi?id=51048
WINEDEBUG=tid wine OpenGen.exe
Open General (strategy game) crashes when exiting after playing.
Might be the dupe of Bug 37427. However, I can't verify due to lack of
information. Terminal output is attached.
You can reproduce the issue with the following instructions.
Preparation:
1. Obtain Open General from http://sourceforge.net/projects/opengeneral/files/
.
2. Extract and setup files, then run wine OpenGen.exe
3. Cancel the tutorial scenario by clicking [X] button.
4. Returning title screen, click the lower right [X] (Exit the game) button.
How to reproduce:
1. wine OpenGen.exe
2. Click [Play scenario] (the second button from the left)
3. In the popup dialog,
i. Choose EFILE_OPENAK folder from [EFile folder] pulldown menu.
ii. Select [Tutorial 1].
iii. Click PC mark at P1: Faction B side.
iv. Click the check-mark button at the lower right side.
4. Skip the equipments screen by clicking the check-mark button at the right
lower side.
5. Click the check-mark button to confirm.
6. Click the check-mark button and watching the battle.
7. Repeat 6 until finished.
8. Click the check-mark button.
9. Now, we back to title screen. Click [X] (Exit the game) button.
10. It crashes with an application error dialog.
--
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=30804
Bug #: 30804
Summary: Medieval total war crashes, even with native amstream
Product: Wine
Version: 1.5.5
Platform: x86
URL: http://download.cnet.com/Medieval-Total-War-demo/3000-
7483_4-10246017.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Classification: Unclassified
Created attachment 40343
--> http://bugs.winehq.org/attachment.cgi?id=40343
console output with ddraw channel enabled
After workarounding the first crash of Medieval total war demo due to amstream,
the game crashes when one tries to launch a battle.
--
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=30805
Bug #: 30805
Summary: Graphical glitch in the menu of Medieval total war
Product: Wine
Version: 1.5.5
Platform: x86
URL: http://download.cnet.com/Medieval-Total-War-demo/3000-
7483_4-10246017.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Classification: Unclassified
After workarounding the crash caused by amstream, we can reach the menu screen.
But there is huge graphical glitches. See the attached screenshot.
--
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=40572
Bug ID: 40572
Summary: ZTE USB Modem: Shows program Error and does not
dectect the modem
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: smartbiz.rohan(a)gmail.com
Distribution: ---
Created attachment 54411
--> https://bugs.winehq.org/attachment.cgi?id=54411
Unhandled exception, the text file has a register dump and stack dump.
backtraace from 0 to 200.
On running 3G connection manager utility from zte usb modem, the program starts
but shows program error in a seperate dialogue box withe the title "Program
Error Details".
It starts with "Unhandled exception: page fault on write access to 0x00429d0c
in 32-bit code (0x7e4b9596)."
BACKTRACE.txt attached
--
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=40576
Bug ID: 40576
Summary: Wordpad / write.exe not displaying symbol fonts
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: jon.tech.uk(a)gmail.com
Distribution: ---
The variants of Wordpad do not display symbol fonts correctly
Applications tested:
.wine/drive_c/Program Files/Windows NT/Accessories/wordpad.exe
.wine/drive_c/Program Files (x86)/Windows NT/Accessories/wordpad.exe
.wine/drive_c/windows/system32/write.exe
.wine/drive_c/windows/syswow64/write.exe
Fonts tested:
open symbol
webdings
wingding
Expected behaviour:
Characters typed should be displayed as the appropriate glyph/symbol
Actual behaviour:
Characters are shown as either letters (webdings, wingding) or rectangles (open
symbol)
--
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=37655
Bug ID: 37655
Summary: Photoshop CS2: err:ntdll:RtlpWaitForCriticalSection
section 0x7bcd1f00 "loader.c: loader_section"
Product: Wine
Version: 1.7.31
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eosrei(a)gmail.com
Distribution: ---
Created attachment 50111
--> https://bugs.winehq.org/attachment.cgi?id=50111
Default logged output for working and non-working Photoshop CS2
Adobe Photoshop CS2 freezes at the "initializing tools" window/splash during
startup. The logs show it is blocking at:
err:twain:twain_add_onedriver Source->(DG_CONTROL,DAT_IDENTITY,MSG_GET) failed!
err:ntdll:RtlpWaitForCriticalSection section 0x7bcd1f00 "loader.c:
loader_section" wait timed out in thread 0033, blocked by 0009, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bcd1f00 "loader.c:
loader_section" wait timed out in thread 0033, blocked by 0009, retrying (60
sec)
<RepeatsForever>
This is a new install in a new/empty 32-bit Wine prefix on Linux Mint 17 x64
Cinnamon running the current wine-1.7.31 from the Ubuntu PPA.
Workaround: disable twain_32.dll in winecfg fixes the issue per:
https://bugs.winehq.org/show_bug.cgi?id=34366#c43
err:twain:twain_add_onedriver Source->(DG_CONTROL,DAT_IDENTITY,MSG_GET) failed!
goes away if/when I connect my USB scanner, but the issue ntdll blocking error
continues.
Could be related to:
https://bugs.winehq.org/show_bug.cgi?id=9404
I've made a new bug report including the workaround as requested here:
https://bugs.winehq.org/show_bug.cgi?id=34366#c42
--
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=40573
Bug ID: 40573
Summary: CLM Explorer often crashes due to issues with
HexUniControls42.ocx
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: benjamin(a)nyrup.it
Created attachment 54412
--> https://bugs.winehq.org/attachment.cgi?id=54412
Wine crash report for the CLM Explorer.exe software
The program crashes with the following messages:
err:gdi:alloc_gdi_handle out of GDI object handles, expect a crash
wine: Unhandled page fault on write access to 0x00000000 at address 0x97992897
(thread 0031), starting debugger...
--
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=40554
Bug ID: 40554
Summary: AkelPad: [Coder plugin] with some themes the caret is
invisible
Product: Wine
Version: 1.9.8
Hardware: x86-64
URL: https://sourceforge.net/projects/akelpad/files/AkelPad
%204/4.9.7/x64/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: godevilove(a)ya.ru
Distribution: Debian
OS: Debian 8.4 x64
Windows Manager: kde-window-manager 4:4.11.13-2
Wine: wine-development (multiarch) 1.9.5-3~bpo8+1 (from jessie-backports)
AkelPad: 4.9.7 (x64)
STR:
1. Install/unpack AkelPad.
2. Settings>Plugins (or Alt+P), Doubleclick 'Coder::Settings'.
3. In the 'Theme name:' drop down list select any theme from this list:
Mac Classic, Solarized Light, Lazy, iPlastic, Earth, Active4D, Default
Bespin, Cobalt, Dawn, Monokai, Obsidian, Solarized Dark, SpaceCadet, Sunburst,
Twilight or Zenburn.
Also select 'Smart cache' in the drop down list at bottom and check the
checkbox 'Alias for unknown file', so that you won't need to restart the
program for the changes to get applied.
4. Settings>Plugins (or Alt+P), Doubleclick 'Coder::HighLight'.
Expected result:
The caret should always be visible if the main input area is focused.
Actual result:
The caret is not visible if you select any themes from the list above (the
issue doesn't reproduce with other pre-installed themes).
--
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=18799
Summary: Crysis: Silent crash after first intro scene
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
This appeared between 1.1.18 and 1.1.19:
Crysis seems to crash after first intro scene with the alien ship opening. Just
before the second scene with the airplane would start, it falls back to the
desktop. No suspicious console log.
Regression test:
014c4bfc70a4d4e60f033d579d1be13a46f65170 is first bad commit
commit 014c4bfc70a4d4e60f033d579d1be13a46f65170
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Thu Apr 9 18:40:57 2009 +0200
wined3d: Save some memory in vertex buffers.
In most cases we're fine with the vbo and glMapBuffer and never use the
actual
heap memory copy. Try to stick to just the vbo copy and avoid allocating
the
extra heap memory. In case it is needed(emulation or vertex conversion),
fall
back to the old double buffering mode.
:040000 040000 e45dcc2b8694735b0a68492a7a03237b1c519ae3
0447d35c1e1a2037a962b49802a03a9dad1bf59e M dlls
--
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=40564
Bug ID: 40564
Summary: odbcad32 : Error cannot add DSN with SQL Server Native
Client 10.0 driver
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: odbc
Assignee: wine-bugs(a)winehq.org
Reporter: herman.santoso(a)arisu.co.id
Distribution: ---
Created attachment 54404
--> https://bugs.winehq.org/attachment.cgi?id=54404
backtrace error rundll.exe
Linux Mint 17.3
1. setting wine with 32 bit environment
WINEARCH=win32 WINEPREFIX=~/.wine winecfg mdac28 native_mdac
2. enabled TCP IP and Named Pipes with
wine cliconfg
3. Install sqlncli.exe (SQL Server Native Client 10.0 driver version
2007.100.1600.22, sqlncli10.dll)
4. Create DSN from odbcad32.exe with SQL Server native Client 10.0, resulting
in error in rundll.exe
--
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=657
Christopher Larson <kergoth(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kergoth(a)gmail.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.
https://bugs.winehq.org/show_bug.cgi?id=7036
Wylda <wylda(a)volny.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |a10e9ba092994936a08e53c206d
| |db695a7ff53f6
--
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=25836
Summary: hh.exe error: fixme:htmlhelp:doWinMain Unhandled HTML
Help command line parameter! (-decompile)
Product: Wine
Version: 1.3.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wiltave(a)zipmail.com.br
I've tried to decompile a CHM file (CHM to HTML) but i get the following error:
fixme:htmlhelp:doWinMain Unhandled HTML Help command line parameter!
(-decompile)
$ wine /usr/local/lib/wine/fakedlls/hh.exe -decompile html/ file.chm
Following the link
http://www.help-info.de/en/Help_Info_HTMLHelp/hh_command.htm, the command line
parameters are right.
I will try Wine 1.3.11 too.
Thank you.
--
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=39464
Bug ID: 39464
Summary: Squished/squinted graphics in tech demo Rupture (by
ASD)
Product: Wine
Version: 1.7.52
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aapmak(a)gmail.com
Distribution: ---
The tech demo in question can be downloaded here:
http://www.pouet.net/prod.php?which=52931
For reference, here is a youtube video of what it is supposed to look like:
https://www.youtube.com/watch?v=pmw87w7i6rQ
However, what it does look like for me, on Wine 1.7.52 is hard to describe and
even harder to take a proper screenshot of. Ultimately, I can best describe it
as a squishing effect of some sort; or maybe more of a squinting effect. As if
one were to squint ones eyes, seeing only a very minor portion of what one
would see with eyes fully opened.
Regardless, it simply does not render properly, at all. The sound plays
perfectly normal though, flawless even.
I am going to guess it is somehow resolution related. As in, Rupture using very
exotic internal resolutions maybe, resolutions Wine simply does not render
properly in.
Should more specific information be required, I am obviously happy to provide
it.
--
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=40551
Bug ID: 40551
Summary: star craft 2 wont ooen even after updating to the
highest wine 1.9.8
Product: Wine
Version: 1.9.8
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mannfrankum(a)yahoo.com
Distribution: ---
Created attachment 54383
--> https://bugs.winehq.org/attachment.cgi?id=54383
program error
battle net opens but game never starts then give error code
--
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=4713
--- Comment #28 from super_man(a)post.com ---
Still valid 1.9.9 and staging 1.9.8
--
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=40549
Bug ID: 40549
Summary: AfterEffects CS6 installer 'Location' field is empty
-> available disk size is 0.0 kb
Product: Wine
Version: 1.9.7
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 54380
--> https://bugs.winehq.org/attachment.cgi?id=54380
Empty location field in the installer
wine 1.9.7, fresh 64-bit prefix, Windows 7.
winetricks msxml3 applied to work around bug #40548 .
When the installer window comes up, the Location field is empty and therefore
the disk space detected is '0.0 kb'. If I select a location manually, the size
is detected correctly. Furthermore, if I press Install, the default location is
used.
Full console log is below
fixme:thread:GetThreadPreferredUILanguages 52, 0x33dfa4, 0x33e014 0x33dfac
fixme:console:AttachConsole stub ffffffff
fixme:wuapi:update_installer_get_IsBusy
fixme:wuapi:update_installer_get_RebootRequiredBeforeInstallation
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:nls:GetUserPreferredUILanguages stub: 8 0x33d310 (nil) 0x33d314
err:winsock:WSAIoctl -> _WSAIO(IOC_WS2, 23) request failed with status 0x2733
err:winsock:WSAIoctl -> _WSAIO(IOC_WS2, 23) request failed with status 0x2733
fixme:heap:RtlSetHeapInformation 0x240000 0 0x23fcc0 4 stub
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
L"C:\\windows\\system32\\msxml3.dll"
err:ole:create_server class {f5078f32-c551-11d3-89b9-0000f81fe221} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {f5078f32-c551-11d3-89b9-0000f81fe221}
could be created for context 0x17
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
apartment threaded to multi-threaded
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:wbemprox:client_security_SetBlanket 0x7c5037a0, 0x30d0fd0, 10, 0, (null),
3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7c5037a0
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
apartment threaded to multi-threaded
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:wbemprox:client_security_SetBlanket 0x7c5037a0, 0x30812b8, 10, 0, (null),
3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7c5037a0
fixme:imm:ImmReleaseContext (0x90084, 0x4f9e250): stub
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:wbemprox:client_security_SetBlanket 0x7c5037a0, 0x4fbf948, 10, 0, (null),
3, 3, (nil), 0x00000000
fixme:wbemprox:client_security_Release 0x7c5037a0
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
fixme:secur32:schannel_get_mac_algid unknown algorithm 200
fixme:secur32:schannel_get_kx_algid unknown algorithm 12
fixme:shell:BrsFolder_OnCreate flags BIF_NEWDIALOGSTYLE partially implemented
fixme:shell:BrsFolder_OnCreate flags 2 not implemented
--
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=39261
Bug ID: 39261
Summary: Battle.net launcher requires "Windows Secondary Logon
service" to be enabled
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jerome(a)leclan.ch
Distribution: ---
Created attachment 52332
--> https://bugs.winehq.org/attachment.cgi?id=52332
Dialog screenshot
As of Wine 1.7.51 upgrade, the Battle.net launcher no longer starts. See
attached screenshot.
--
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=39622
Bug ID: 39622
Summary: TeamViewer 11 window does not show "Remote Control"
and "Meeting" buttons/tabs.
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sasha969(a)hotmail.com
Distribution: ---
Created attachment 52793
--> https://bugs.winehq.org/attachment.cgi?id=52793
Info copied from trminal using winedbg while app was starting.
Main window does not show "Remote Control" and "Meeting" buttons/tabs but
clicking on their region works fine.
--
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=26955
Summary: Prince of Persia SoT: control key bindings don't
change properly
Product: Wine
Version: 1.3.18
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonescaseyb(a)gmail.com
In the game Prince of Persia: The Sands of Time, if you try to change the
keybinding for one of the controls it will always interpret the key as "Pause".
For instance, if you press the "m" key, it will be interpreted as "Pause".
This applies to any key on the keyboard. However, using mouse buttons works
fine.
If you leave the control settings at their default settings, they do work in
game. However if you change one, it does not work because it isn't being
assigned properly.
My best guess is that the bug lies in whatever function the game calls to
listen for a key press in the control settings.
--
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=40317
Bug ID: 40317
Summary: PDF Ereaser does not opened after it was installed by
Wine !!
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yousifjkadom(a)yahoo.com
Distribution: ---
Hi.
Site of this program (PDF Ereaser):
http://www.pdferaser.net/
I installed it by Wine on Linux Mint xfce version 17.3 as Live USB system.
Installer opened & pass all steps, but when I try to open PDF eraser (after it
finishing it's in stallation), it did not opened at all.
Please fix.
--
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=40518
Bug ID: 40518
Summary: Guild Wars shows only garbled screen when
anti-aliasing enabled
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: feb86895b4f0b1a9b43a4e47f7169e27fd5e3e93
Distribution: ---
Created attachment 54327
--> https://bugs.winehq.org/attachment.cgi?id=54327
terminal output
Due to recent changes in wined3d whenever I start up Guild Wars, the screen is
filled with garbage, which looks like leftover textures from previous runs.
Otherwise the game is running, I can hear the music playing and the mouse
pointer is visible over the corrupted screen.
The problem doesn't occur if I disable in-game anti aliasing in the game video
options.
Regression introduced by
commit feb86895b4f0b1a9b43a4e47f7169e27fd5e3e93
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Apr 18 19:06:26 2016 +0200
wined3d: Store renderbuffer IDs in struct wined3d_texture.
The screen looks good with the previous commit.
Tested with Nvidia binary drivers 340.96, haven't tried the game with
Mesa/Nouveau yet.
wine-1.9.8-144-g7c18fe1
--
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=38865
Bug ID: 38865
Summary: HiSuite crashes, when opening the application
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)okun.de
Distribution: ---
Created attachment 51794
--> https://bugs.winehq.org/attachment.cgi?id=51794
Programm Fehler Details
HiSuite to administrate honor 6 smartphone by PC does not open exactli. No
connection with smartphone ist possible.
--
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=34598
Bug #: 34598
Summary: The cursor doesn't highlight chessboard fields
precisely in Chessmaster 10
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46082
--> http://bugs.winehq.org/attachment.cgi?id=46082
Chessmaster log
When you move the cursor over a chessboard field, the chessboard field next to
it is highlighted instead. Also, text hints that appear when moving the cursor
over a button disappear very quickly. These two things could be related.
Can be reproduced in the demo (check out the link).
Tested with:
Windows Vista (without Wine), GeForce 9600M GS--the program works fine here
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 310)
Mac OS X 10.7.5, ATI HD 2600 Pro, Mac Driver/X11
--
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=30570
Bug #: 30570
Summary: err:d3d:device_clear_render_targets, invalid GL
operations sent when running 3DCG
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dottomi(a)gmail.com
Classification: Unclassified
Created attachment 39995
--> http://bugs.winehq.org/attachment.cgi?id=39995
Wine output
See the attached log.
When 3D Custom Shoujo is run, d3d:device_clear_render_targets is calling
glClear and getting an GL_INVALID_FRAMEBUFFER_OPERATION every time.
Given this message is marked as "err", I think it shouldn't be happening.
--
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=38544
Bug ID: 38544
Summary: Unable to send messages in Skype 7.4.85.102
Product: Wine
Version: 1.7.42
Hardware: x86
URL: http://www.skype.com/en/download-skype/skype-for-compu
ter/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Distribution: ---
When you hit enter or press the Right Icon nothing happens - messages aren't
sent as if Skype ignores you.
--
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=35793
Bug ID: 35793
Summary: BOTTLENECK program crashes when loading datasets
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: munsters(a)mail.gvsu.edu
Created attachment 47787
--> http://bugs.winehq.org/attachment.cgi?id=47787
file generated to report reasons for crash
BOTTLENECK population genetics program crashes when loading data sets, error
file attached.
--
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=39608
Bug ID: 39608
Summary: King Arthur II demo crashes with unimplemented
function d3d10_1.dll.D3D10CreateEffectPoolFromMemory
with native d3dx10_43 and d3dcompiler_43
Product: Wine
Version: 1.7.55
Hardware: x86-64
URL: http://www.gamewatcher.com/downloads/king-arthur-ii-do
wnload/king-arthur-ii-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 52778
--> https://bugs.winehq.org/attachment.cgi?id=52778
log
wine: Call from 0x7b839f0c to unimplemented function
d3d10_1.dll.D3D10CreateEffectPoolFromMemory, aborting
wine: Unimplemented function d3d10_1.dll.D3D10CreateEffectPoolFromMemory called
at address 0x7b839f0c (thread 0009), starting debugger...
Unhandled exception: unimplemented function
d3d10_1.dll.D3D10CreateEffectPoolFromMemory called in 32-bit code (0x7b839f0c).
wine-1.7.55-38-g19eaed6
--
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=40474
Bug ID: 40474
Summary: Popup menus no longer close when clicking on a
different window
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian(a)fds-team.de
CC: madewokherd(a)gmail.com
Regression SHA1: a9bff001a1e2c919b3f6e68d642abb8da957a2bf
Distribution: ---
Steps to reproduce:
* Open Wines builtin "notepad" application.
* Right click to open a popup menu.
* Click on a different window (either Wine or native window).
Expected result:
* The popup menu should close again.
Actual result:
* The popup menu stays open until you click on the background of the same
window which opened it.
Bisecting returns the following commit:
--- snip ---
a9bff001a1e2c919b3f6e68d642abb8da957a2bf is the first bad commit
commit a9bff001a1e2c919b3f6e68d642abb8da957a2bf
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Mon Mar 14 16:13:56 2016 -0500
user32: Set capture earlier on popup menus.
Signed-off-by: Vincent Povirk <vincent(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--- snip ---
--
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=40552
Bug ID: 40552
Summary: mouse input not functional and cursor invisible in
Chinese instant messaging app miliao
Product: Wine
Version: 1.9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hulking.ye(a)live.com
Distribution: ---
The mouse input is not functional and the cursor is invisible when using wine
to run Chinese instant messaging app miliao: http://mi1.cc/down302?c=100_1_PC
The official site of miliao is http://www.miliao.com/
The command line used to run this app is as below:
LANG=zh_CN.utf8 wine ./miliao-setup-3.0.0.2111.exe
The version of wine is:
wine --version
wine-1.9.8
The console output of wine is:
LANG=zh_CN.utf8 wine ./miliao-setup-3.0.0.2111.exe
fixme:ver:GetCurrentPackageId (0x33f5ac (nil)): stub
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
log4cplus:ERROR No appenders could be found for logger (aurora).
log4cplus:ERROR Please initialize the log4cplus system properly.
--
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=40522
Bug ID: 40522
Summary: fixme:wintrust:SoftpubAuthenticode unimplemented for
UI choice 1
Product: Wine
Version: 1.9.5
Hardware: x86
URL: http://download.microsoft.com/download/4/7/e/47e8e7fb-
9441-4887-988f-e259a443052d/Dsig.EXE
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wintrust
Assignee: wine-bugs(a)winehq.org
Reporter: htl10(a)users.sourceforge.net
Distribution: ---
running the chtrust part of dsig, against an either authentic microsoft times
or wine's times,
$ wine /home/Hin-Tak/.wine/drive_c/FontSigning/chktrust.exe -v times.ttf
fixme:wintrust:SoftpubAuthenticode unimplemented for UI choice 1
times.ttf: Succeeded
--
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=9158
mrdeathjr28(a)yahoo.es changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mrdeathjr28(a)yahoo.es
--
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=27285
Summary: Miro does not display Chinese
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34893)
--> (http://bugs.winehq.org/attachment.cgi?id=34893)
Screenshot: miro does not display Chinese
1. download Miro 4
$ wget http://ftp.osuosl.org/pub/pculture.org/miro/win/Miro_Installer.exe
from http://www.getmiro.com/download/for-windows/
2. install miro , choose "Chinese", Chinese character display correctly.
3. start miro first time, choose "Chinese(CN)" in the Language select window,
then the miro setup will display Chinese character as someting like
========
8B 8A FF
ED 00 1A
========
See screenshot for details.
$ wine Miro.exe
fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 -
assuming all bytes
Gtk-Message: Failed to load module "canberra-gtk-module":
`libcanberra-gtk-module.dll': Module not found
fixme:system:SetProcessDPIAware stub!
fixme:iphlpapi:NotifyAddrChange (Handle 0x5efe9a4, overlapped 0x5efe988): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
C:\Program Files\Participatory Culture
Foundation\Miro\share\themes\Clearlooks-Visto\gtk-2.0\gtkrc:54: Clearlooks
configuration option "menuitemstyle" is not supported and will be ignored.
C:\Program Files\Participatory Culture
Foundation\Miro\share\themes\Clearlooks-Visto\gtk-2.0\gtkrc:55: Clearlooks
configuration option "listviewitemstyle" is not supported and will be ignored.
C:\Program Files\Participatory Culture
Foundation\Miro\share\themes\Clearlooks-Visto\gtk-2.0\gtkrc:56: Clearlooks
configuration option "progressbarstyle" is not supported and will be ignored.
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS,
hwnd=(nil)): stub
err:ole:CoGetClassObject class {591209c7-767b-42b2-9fba-44ee4615f2c7} not
registered
err:ole:CoGetClassObject class {591209c7-767b-42b2-9fba-44ee4615f2c7} not
registered
err:ole:CoGetClassObject no class object {591209c7-767b-42b2-9fba-44ee4615f2c7}
could be created for context 0x3
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented
TransmitFile
fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x00000017
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01b6 ignored
fixme:thread:NtQueryInformationThread Cannot get kerneltime or usertime of
other threads
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01b6 ignored
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01b6 ignored
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01b6 ignored
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
--
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=40039
Bug ID: 40039
Summary: Dictation Pro 1.01 access to temp directory denied
Product: Wine
Version: 1.9.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukasz.wojnilowicz(a)gmail.com
Distribution: ---
Created attachment 53491
--> https://bugs.winehq.org/attachment.cgi?id=53491
Access denied
Steps to reproduce:
1) remove ~/.wine
2) sh winetricks dotnet40
3) wine Dictation Pro.exe
Behaviour:
Access to temp directory denied (see attachment)
Expected behaviour:
Acces to temp directory shouldn't be denied
--
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=37331
Bug ID: 37331
Summary: QQ 6.X and TM 2013 Preview2 would stop responding
after opening search windows
Product: Wine
Version: 1.7.27
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: hillwoodroc(a)gmail.com
Created attachment 49639
--> https://bugs.winehq.org/attachment.cgi?id=49639
wine log
Step:
1. Download from http://dldir1.qq.com/qqfile/qq/QQ6.4/12582/QQ6.4.exe and
http://dldir1.qq.com/qqfile/qq/tm/2013Preview2/10909/TM2013Preview2.exe.
2. winetricks msctf riched20, and then install QQ and TM.
3. login with the folloing testing account:
account: 1469264807
Password: winedebug
4. Open search windows, then QQ or TM will stop responding.
--
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=32696
Bug #: 32696
Summary: Html code issue in Korean Crazy Arcade BnB program.
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: soohyun2222(a)gmail.com
Classification: Unclassified
Created attachment 43140
--> http://bugs.winehq.org/attachment.cgi?id=43140
Html code not working in BnB.
Hi, I am trying to play a Bomber man type game called Bnb on my Linux desktop.
It is made in Korea, and I had a successful installation on my computer.
You can also download and make an account to play the game on Nexon homepage:
www.nexon.com
It is also the company that made maplestory.
However, in the login screen I see a plain html code. I was wondering if I
should install any program that can make me see the code rendered.
Well thanks for any help.
--
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=40538
Bug ID: 40538
Summary: You Don't Know Jack 2: Installer crashes
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jason.haury(a)gmail.com
Created attachment 54368
--> https://bugs.winehq.org/attachment.cgi?id=54368
backtrace
Old AppDB data shows You Don't Know Jack Volume 2 working with Wine 1.2:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=21089
However, with both Wine 1.8 and 1.9.4, the installer crashes with the attached
backtrace.
I have an ISO of the game which I mount using Finder. The ISO has multiple
partitions as it is from a dual mode CD. Finder mounts the Mac partition.
Thus, I also mount the Windows partition using:
$ hdiutil attach -nomount path/to/image.iso
/dev/disk3 Apple_partition_scheme
/dev/disk3s1 Apple_partition_map
/dev/disk3s2 Apple_HFS
$ mkdir /tmp/mountpoint
$ mount -t cd9660 /dev/disk3 /tmp/mountpoint
I can then run `wine /tmp/mountpoint/AUTORUN.EXE` to begin installation. The
Installer will crash during this initialization if I did _not_ mount the ISO
via Finder above. By mounting the mac ISO partition via Finder, the installer
lets me choose an installation directory, but then crashes immediately after
starting to install.
Using this same method allowed installing You Don't Know Jack volume 1 just
fine.
--
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=7284
Józef Kucia <joseph.kucia(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.winehq.org/sho
| |w_bug.cgi?id=34266
--
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=7284
Józef Kucia <joseph.kucia(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.winehq.org/sho
| |w_bug.cgi?id=29397
CC| |joseph.kucia(a)gmail.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.
http://bugs.winehq.org/show_bug.cgi?id=33492
Bug #: 33492
Summary: Yukon Trail installer fails to install its font
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer, win16
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 10349
Classification: Unclassified
The installer will offer to let you install its custom font (optional, not
required). If you choose to, it then fails, saying:
=========
FATAL ERROR AT SCRIPT LINE 260
Cannot find section header
=========
if you open ~/.wine/drive_c/windows/win.ini, and add:
[fonts]
to the end, the font will install fine
--
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=40529
Bug ID: 40529
Summary: Foldit crashes
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: muns24072(a)mypacks.net
Distribution: ---
Created attachment 54353
--> https://bugs.winehq.org/attachment.cgi?id=54353
foldit puzule 1221 wine bqacktrace log
the science game Foldit crashes after playing ok for a long wile
--
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=38163
Bug ID: 38163
Summary: Diablo II - horadric cube screen problem
Product: Wine
Version: 1.7.37
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tichun(a)inbox.com
Distribution: Mint
When I close horadric cube in stash - they both close and stash reappear after
a second(in windows it's instant) or they both close and stash does not
reopen(it has no place in windows).
--
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=39354
Bug ID: 39354
Summary: NextGene process runs with no output file produced
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cmccabe(a)luriechildrens.org
Distribution: ---
Created attachment 52446
--> https://bugs.winehq.org/attachment.cgi?id=52446
NextGene backtrace
The software NextGene installed via wine and the process runs and seems to be
loading the files, but does not process them. I am using a xeon processor with
64GB and after 1.5 hours I terminate the program. Thank you :).
--
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=40524
Bug ID: 40524
Summary: legrand xlpro3 400 : adding components to multiple
pages divide size of a page by number of pages
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tomlohave(a)gmail.com
Distribution: ---
Created attachment 54341
--> https://bugs.winehq.org/attachment.cgi?id=54341
components in 2 pages
adding components to multiple pages divide size of a page by number of pages
even without adding component, just switch one to another page and the problem
occurs.
So starting with 4 pages it's unwatchable and off course, the same is printing.
adding 3 screenshots :
1) with 2 pages
2) with 3 pages
4) with 4 pages
number of electrical components is the same.
in console, I have :
fixme:olepicture:OleLoadPictureFile (0x33f3a0 {VT_BSTR:
L"C:\\LEG\\XLPro2\\JFR\\Utilisateur\\Logos\\"} 0x33f524): stub
fixme:enhmetafile:EMFDRV_FillPath Bounds
--
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=7585
--- Comment #67 from super_man(a)post.com ---
(In reply to fjfrackiewicz from comment #66)
> (In reply to super_man from comment #65)
> > The installer had some crash, but also the game seem to have regressed.
> > Can't even start it with 1.7.50(git).
>
> What version of the game are you using? I can try out the GOG version of the
> game as it had an engine update to NewDark 2.45 recently, perhaps that will
> help?
I don't have this game, I can only try versions that are linked here. Most
likely tried the one linked into url field.
--
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=7585
fjfrackiewicz(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fjfrackiewicz(a)gmail.com
--- Comment #66 from fjfrackiewicz(a)gmail.com ---
(In reply to super_man from comment #65)
> The installer had some crash, but also the game seem to have regressed.
> Can't even start it with 1.7.50(git).
What version of the game are you using? I can try out the GOG version of the
game as it had an engine update to NewDark 2.45 recently, perhaps that will
help?
--
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=39980
Bug ID: 39980
Summary: Amazon Kindle installed via winetricks crashes on
start without vcrun2008
Product: Wine
Version: 1.9.1
Hardware: x86
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
austin@debian-laptop:~/.wine/drive_c/Program Files/Amazon/Kindle$ wine
Kindle.exe
fixme:system:SetProcessDPIAware stub!
err:wintab32:LoadTablet LoadTabletInfo(0x10054) failed
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:win:FlashWindowEx 0x32f174 - semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32eb20 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32e9a0 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32ecbc 1 C) semi-stub
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x32ed4c 1 C) semi-stub
[E-0]createDocumentInfoInternal(C:\users\austin\My Documents\My Kindle
Content\B00AZRBLHO_EBOK.azw) - DRM issue
*** Error in `Kindle.exe': double free or corruption (!prev): 0x7d7e2970 ***
wine: Assertion failed at address 0xf77b8be0 (thread 0029), starting
debugger...
winetricks -q vcrun2008 lets it run.
winetricks kindle will reproduce (though you'll need to set dlls back to
builtin since I'm going to commit that workaround ;) ).
--
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=40181
Bug ID: 40181
Summary: cmd: Conditional not applied to multiple commands
separated by '&'
Product: Wine
Version: 1.9.3
Hardware: x86
URL: http://store.dshack.org/index.php?/file/164-ctgp-7-off
icial-download/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: gerbilsoft(a)gerbilsoft.com
Distribution: ---
In a batch file, if using a conditional to execute a series of commands
separated by ampersands, only the first command has the conditional applied;
the remaining commands are always run.
Example:
if "A"=="B" echo OK & echo ERROR
Expected results: Nothing is printed.
Actual results: "ERROR" is printed.
Both Windows 7 and Windows 10 have the expected behavior.
wine-1.7.55 and 1.9.3 have the incorrect result.
This affects the batch file used by CTGP-7, a Mario Kart 7 modding utility.
--
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=40218
Bug ID: 40218
Summary: Rise of Nations Gold - Problem with colors starting
with wine 1.9.4
Product: Wine
Version: 1.9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pe.we.psi(a)gmail.com
Distribution: ---
Although the game runs well with wine and some native dlls (mfc42, msxml4,
quartz), after uprading to wine 1.9.4 all colors in the hole gameplay are
extremely pale and whitish. With wine 1.9.3 this problem was definitively not
present.
After uninstalling wine 1.9.4 and installing stable wine 1.8.1 from the
distribution the problem is also not present, so it must be introduced with
wine 1.9.4
--
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=40443
Bug ID: 40443
Summary: problems installing MS Office 2013
Product: Wine-staging
Version: 1.8.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thalesestevao(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 54195
--> https://bugs.winehq.org/attachment.cgi?id=54195
backtrace playonlinux
I am trying to install Office 2013 on PlayOnLinux and giving this error when
the installer attempts to open the setup.exe file
--
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=40270
Bug ID: 40270
Summary: Half-Life (CD Version): Readme menu doesn't display
text file
Product: Wine
Version: 1.9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xylem2020(a)gmail.com
Distribution: ---
Created attachment 53901
--> https://bugs.winehq.org/attachment.cgi?id=53901
Screenshot
Half-Life's (CD Version) Readme menu doesn't display the text file it's
supposed to. Just appears as an empty black window.
Apparently, opening the menu can spam this in terminal:
fixme:richedit:ME_HandleMessage EM_FORMATRANGE: stub
The file in question is simply called "readme.txt" and it should be in the same
folder as your Half-Life executable (hl.exe).
--
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=39917
Bug ID: 39917
Summary: MS Office 2013 Professional x86 Plus setup
Product: Wine-staging
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian(a)gallehr.de
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 53309
--> https://bugs.winehq.org/attachment.cgi?id=53309
backtrace
By running the setup wine crashes. See attachment
--
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=19527
Summary: Bullet points are invisible in wordpad
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: w41ter(a)gmail.com
[running wine.git current as of today, 30 Jul 09]
When using bullet points in wordpad, the bullets don't show:
fixme:richedit:ME_HandleMessage EM_FORMATRANGE: stub
Installing riched30 from winetricks fixes the problem.
(Filing this bug at Austin's request.)
--
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=40230
Bug ID: 40230
Summary: USER32.dll doesn't implement QueryDisplayConfig
Product: Wine
Version: 1.9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: mail.aermakov(a)gmail.com
Distribution: ---
Created attachment 53764
--> https://bugs.winehq.org/attachment.cgi?id=53764
Crash dump ov Divinity
Divinity Original Sin crashes on unimplemented function
USER32.dll.QueryDisplayConfig.
--
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=40454
Bug ID: 40454
Summary: Dark Souls 3 crashes after showing a white window
Product: Wine
Version: 1.9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: elric.templin(a)t-online.de
Distribution: ---
Created attachment 54204
--> https://bugs.winehq.org/attachment.cgi?id=54204
DS3 winedev
Running the same as my report in staging.
--
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=40377
Bug ID: 40377
Summary: Word 2010: Cannot embed TTC fonts when exporting to
PDF
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ms22170(a)outlook.com
Distribution: ---
Created attachment 54081
--> https://bugs.winehq.org/attachment.cgi?id=54081
an example of document with equation
I installed Microsoft Office Professional Plus 2010 in a clean 32-bit
wineprefix.
After copying fontsub.dll and t2embed.dll from Windows XP and setting them to
native, build in override, I can embed Fonts when exporting to PDF. However,
When a font is in a TrueType fonts collection(*.ttc), it cannot be embed and
become bitmaps in PDF, such as SimSun fonts. Moreover, when I enter a math
equation in Word. I can't see the equations in the exported PDF.
The font of the equation is Cambria Math. So I tried to substitute the TTC font
CAMBRIA.TTC with Cambria.ttf and CambriaMath.ttf which was unpacked from it,
and try it again. After that, the interface of Microsoft Word become quite
strange and it cannot work normally.
So what I want to know is whether there is a way to export PDF with TTC fonts
in Microsoft Word 2010 with wine.
--
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=32652
Bug #: 32652
Summary: Unable to run Articulate Storyline trial - Installs,
but quits at the splash screen
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brian(a)ncaafootballfreak.com
Classification: Unclassified
Created attachment 43077
--> http://bugs.winehq.org/attachment.cgi?id=43077
splash screen for SL
Steps to reproduce:
1. Install Articulate Storyline:
a. Go here: http://www.articulate.com/
b. Click on Free Trials
c. Fill out some information
d. Choose to download and install Storyline
2. Install the Flash Player for Internet Explorer (this is required to run
Storyline):
http://www.filehippo.com/download_flashplayer_ie/13966/
3. Open Storyline
Expected results:
Runs without any issues
Actual results:
Displays a splash page that says Initializing commands and then quits without
any error messages.
--
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=39438
Bug ID: 39438
Summary: Add support to Nvidia GTX 980
Product: Wine
Version: 1.7.52
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: astroty.br(a)gmail.com
Distribution: ---
Created attachment 52553
--> https://bugs.winehq.org/attachment.cgi?id=52553
Patch I created for trying to add GTX 980 card
Currently, this video card is not added on Wine. Instead, I am using the
fallback card 470. (Tests made using Steam System Information)
I tried to create a patch manually for it. But, even though I got Steam to
report the right model of card, it reported it as having 0 VRAM
Patch I tried creating attached.
lspci entry bellow
_________________________________________________
01:00.0 0300: 10de:13c0 (rev a1) (prog-if 00 [VGA controller])
Subsystem: 19da:2368
Physical Slot: 4
Flags: bus master, fast devsel, latency 0, IRQ 47
Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
Memory at c0000000 (64-bit, prefetchable) [size=256M]
Memory at d0000000 (64-bit, prefetchable) [size=32M]
I/O ports at e000 [size=128]
[virtual] Expansion ROM at fb000000 [disabled] [size=512K]
Capabilities: [60] Power Management version 3
Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [78] Express Legacy Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [250] Latency Tolerance Reporting
Capabilities: [258] L1 PM Substates
Capabilities: [128] Power Budgeting <?>
Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024
<?>
Capabilities: [900] #19
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia
_________________________________________________
The card has 4GB of memory as reported by nvidia-settings and in their website
--
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=14928
Summary: SonicStage 4.3 installer crashes almost immediately
Product: Wine
Version: 1.1.2
Platform: PC
URL: http://forums.minidisc.org/index.php?showtopic=9586
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 4084
Created an attachment (id=15502)
--> (http://bugs.winehq.org/attachment.cgi?id=15502)
+relay,+seh,+tid
Crashes nearly instantaneously. +relay,+seh,+tid 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.
https://bugs.winehq.org/show_bug.cgi?id=40469
Bug ID: 40469
Summary: Quake 2 GOG Version Crashes on Startup
Product: Wine
Version: 1.8.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: visserthree(a)gmail.com
Distribution: ---
I started the Quake II launcher from the GOG release, which gave a couple of
fixmes:
fixme:exec:SHELL_execute flags ignored: 0x00004000
fixme:system:SetProcessDPIAware stub!
fixme:win:FlashWindowEx 0x33f2ec - semi-stub
I set the launcher to start vanilla Quake II, and got this line:
err:seh:setup_exception_record stack overflow 1296 bytes in thread 002a eip
7bc48ee8 esp 00240e20 stack 0x240000-0x241000-0x340000
It didn't want to give a backtrace for some reason.
Host OS is Debian 7.
--
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=25523
Summary: printing from wordpad prints an empty page to a cups
printers
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advpack
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joachim.backes(a)rhrk.uni-kl.de
Editing some text in wordpad and then trying to print to a cups IPP printer
only prints an empty page. If I print to a (PS) file, that PS file is empty.
No msg in /var/log/cups/error_log!
NB: If I try to print with IE7, nothing happens: no print dialog appears (I
don't know if that has the same reasons as it happens in wordpad).
OS: Fedora 14, Kernel 2.6.35.9-64.fc14.i686.PAE.
All updates applied!
--
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=40417
Bug ID: 40417
Summary: Please remove Wine mime associations
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: sb56637(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Hello,
I run Wine on many different distros (openSUSE, Arch, Ubuntu, and others). On
all of them, after installing Wine it takes over my default mime program
associations for many common things like images and text files. There is no
reason I would ever want to open a text file with Wine's Notepad, and nobody
would ever want to open a JPG or PNG image in Wine's Internet Explorer. Please
remove these useless mime associations, and only leave the sensible ones like
.EXE and .MSI file associations.
Thanks a lot!
--
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=9522
Summary: Text entry box does not refresh properly, but worked in
v 0.9.20 and below
Product: Wine
Version: 0.9.21.
Platform: PC
URL: http://www.xcalibur.co.uk/MuckClient/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pdurland(a)gmail.com
As far as I know, this is an issue that exists in only one application, but
could extend to others.
The application is minor and the bug is minor so this is just a minute fix.
According to this page:
http://appdb.winehq.org/appview.php?iVersionId=8240&iTestingId=12794
Paul Fisher has been able to reproduce this on 3 separate versions of wine.
------------
Linux Distribution information: Ubuntu 7.04 on x86
Program: Muckclient v3.42
Issue: After connecting to a world, any text entered into the input box at the
bottom of the window will not be seen. I had this issue with 0.9.44 and
reverted back to 0.9.15 thanks to a testing note on the application DB pages. I
then grabbed different versions from that point and found the exact version
that 'broke' this functionality.
The 'break' occurred between 0.9.20 and 0.9.21, hence the version number I've
used in the report.
To reproduce:
Download and install program through wine.
Launch program.
Connection window will pop up. Double click on the entry already in the list.
Try typing in the entry box on the window that appears. No text will be seen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40381
Bug ID: 40381
Summary: Grim Dawn (GoG) fails to start with runtime error
R6025
Product: Wine-staging
Version: 1.9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nt(a)divzero.at
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
The game worked fine with a few tweaks before 1.9.6. If more information, debug
output and whatnot is required please let me know (please add me the exact
command line needed to produce the required output).
--
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=6939
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #14 from Bruno Jesus <00cpxxx(a)gmail.com> ---
Closing duplicate bugs.
--
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=40274
Bug ID: 40274
Summary: insecure use of /tmp
Product: Wine
Version: 1.9.4
Hardware: x86
URL: https://bugs.debian.org/816034
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jre.winesim(a)gmail.com
Distribution: ---
Hi,
https://bugs.debian.org/816034:
"wine uses /tmp/.wine-$UID as a directory for sockets and lock files.
This is insecure. Malicious local user could create /tmp/.wine-$UID for
another user's uid, preventing the other user from using wine.
Moreover, the server_connect() function doesn't check if /tmp/.wine-$UID
or its subdirectories are symlinks, so in some circumstances it might be
possible to trick wine to connect to an unrelated socket."
I'm not sure how to handle this best. I guess at least a link check should be
implemented.
Further if I read dlls/ntdll/server.c correctly the wineserver refuses to setup
the configuration dir if /tmp/.wine-$UID is owned by someone else. But I'm not
sure if this prevents using an already existing /tmp/.wine-$UID owned by
someone else.
Greets
jre
--
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=40171
Bug ID: 40171
Summary: SWTOR: Unhandled exception: divide by zero in 32-bit
code (0x008a0495).
Product: Wine
Version: 1.7.53
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: romulocollopy(a)gmail.com
Distribution: ---
Created attachment 53673
--> https://bugs.winehq.org/attachment.cgi?id=53673
backtrace log
Exception occurs while playing Star Wars Thoe Old Republic on Play On Linux
with default options.
--
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=40203
Bug ID: 40203
Summary: WASAPI is hidden and not usable with winepulse.drv
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winepulse.drv
Assignee: wine-bugs(a)winehq.org
Reporter: engys(a)lumalab.net
Distribution: ---
Only if winepulse.drv is masked (disabled) it is possible to get WASAPI to
work.
Would be nice to get WASAPI no matter which driver backend is used and a
dream feature if WASAPI could work on top of winepulse.drv.
--
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=40440
Bug ID: 40440
Summary: Shogun total war crashes with a devide by zero error
when attempting to start a campaign game
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)yahoo.com
Distribution: ---
Created attachment 54192
--> https://bugs.winehq.org/attachment.cgi?id=54192
console log of crash (Campaign game started with defaults in normal mode)
As per the summary shogun total war crashes with a devide by zero error when
attempting to start a campaign game or when attempting to start the tutorial
mode. Given the extra fixmes in the log for amstream, the crash seems to occur
after any video should have played, but before the UI comes up. (The screen is
still black at the time of the crash.) Note this bug can only occur after
getting into the main menu, as there is no command line option to chose a game
mode.
--
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=40278
Bug ID: 40278
Summary: Office2010 Pro crashes amidst install Ubuntu 15.10
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: agusti.rafols(a)gmail.com
Distribution: ---
Created attachment 53918
--> https://bugs.winehq.org/attachment.cgi?id=53918
crash report
After setting WINEARCH to create a profile for 32 bits and setting windows
version to win 7, installer worked apparently well, amidst installation it
crashed producing the attached report
--
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=31040
Bug #: 31040
Summary: wine does not display message in menu
Product: Wine
Version: 1.5.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mathieu.malaterre(a)gmail.com
Classification: Unclassified
I cannot get wine 1.5.5 to display the menu box. See steps to reproduce:
$ wget http://www.tomovision.com/download/binaries/Tomo_21_r5.zip
$ unzip Tomo_21_r5.zip
$ wine TomoVision.exe
It should display a warning message with a Yes/No click button. However no text
appears on the click buttons.
Thanks much !
--
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=27923
Summary: Endnote X5 Demo doesn't display text in left pane
properly
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A Reddit user complained today in
http://www.reddit.com/r/linux/comments/j0u8c/help_getting_endnote_x4_workin…
that Endnote X4 didn't display text in the left hand page.
That's also a complaint in the appdb.
The current demo is Endnote X5, but it has the same problem.
The console shows lots of
fixme:richedit:ME_HandleMessage EM_FORMATRANGE: stub
fixme:richedit:ME_HandleMessage EM_DISPLAYBAND: stub
'winetricks riched20' works around it.
--
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=40249
Bug ID: 40249
Summary: Error on installing office 2013
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: a.van.arem(a)planet.nl
Distribution: ---
Created attachment 53842
--> https://bugs.winehq.org/attachment.cgi?id=53842
errorlog
Trying to install Office 2013 via Playonlinux
--
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=40503
Bug ID: 40503
Summary: PDF Eraser does not open any PDF !!
Product: Wine
Version: 1.9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yousifjkadom(a)yahoo.com
Distribution: ---
Hi. I test program on new version of wine (1.9.8).
PDF Ereaser installed & open (launched) correctly. Thank you.
BUT IT IS USELESS because when I try to open a pdf file it will NOT WORK AT
ALL. Please look to screen shots:
(1) show pdf file named "TEST" (look for red arrow that added by me)
(2) now I open PDF Ereaser, then click on "Open file" from tools bar. Look that
it show "TEST" pdf file & a FULSE file called "TEST(1)". Please look for red
arrow & underline that I added.
(3) this show result when I select file "TEST" from previous step (2). PDF not
opened but I recieve a message as if I clicked on "Exit" !!
-------------------
If I select "TEST(1)" I will recieve error message say that this file NOT
existing !!
-------------------
Please fix.
--
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=40351
Bug ID: 40351
Summary: Unimplemented function
KERNEL32.dll.TryAcquireSRWLockExclusive
Product: Wine
Version: 1.9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: elderos(a)neronis.ru
Distribution: ---
Created attachment 54039
--> https://bugs.winehq.org/attachment.cgi?id=54039
backtrace
I always get this error when starting Steam version of Divinity: Original Sin
(tried 1.6.*, 1.7.*, 1.8.*, >1.9.5 wine versions)
--
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=40391
Bug ID: 40391
Summary: Wine fails to build in maintainer mode.
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jre.winesim(a)gmail.com
Distribution: ---
Created attachment 54105
--> https://bugs.winehq.org/attachment.cgi?id=54105
Log of the failed build after configure --enable-maintainer-mode
Hi
Wine fails to build if configured with --enable-maintainer-mode, due to
Werror=discarded-array-qualifiers when building dlls/msdaps/row_server_p.c.
See the attached tail of the build log.
I don't know if these build failures are to be expected in maintainer mode,
didn't find any specific documentation about that. My motivation for doing
this, is for Debian building completely from source, without using pre-built
stuff like the TrueType fonts.
Overriding CFLAGS with -Wno-error workarounds this.
$ gcc --version
gcc (Debian 5.3.1-13) 5.3.1 20160323
$ git describe
wine-1.9.6-271-gf34fd25
$ ./configure --enable-maintainer-mode --enable-win64
Greets
jre
--
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=40241
Bug ID: 40241
Summary: Black Screen, no visuals (but sound) (Stardew Valley)
Product: Wine
Version: 1.8.1
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: cespinarve(a)hotmail.com
(Those who want to review the back-and-forth of a bunch of wine novices may
want to review this short thread here:
http://community.playstarbound.com/threads/mac-osx-wineskin-attempts.106850/
The error, or a solution, may be glaring obvious to people who actually know
what they are doing - and if you can, please lend us your aid)
Create a fresh 32-bit wineprefix. Installed dotnet40, xna31, xna40, possibly
mono (the terminal was kind of vague if that did anything), Added the following
drivers:
d3dx10_33 through to d3dx10_43 (all native)
d3dx9_43 (native)
gameoverlayrenderer (native)
mscoree (Native)
In the registry, HKEY_CURRENT_USER -> Software -> Wine -> Direct3D added DWRORD
value MaxVersionGL with a hex value of 30002.
Installed steam, installed Stardew Valley. Without the MaxVersionGL value, game
crashes on launch with a pop-up giving the error:
'"No suitable graphics card found.
Could not find a Direct3D device that supports the XNA Framework HiDef profile
Verify that a suitable graphics device is installed.
Make sure the desktop is not locked , and that no other application is runing
in full screen mode.
Avoid running under Remote Desktop or as a windows service.
Check to display properties to make sure hardware acceleration is set to Full."
With the MaxVersionGL value, the game does launch, but does so as a black
screen without any graphics - although sound does play. Since the cursor is
invisible, clicking around the black screen has no discernable effect, and nor
does switching between windowed and fullscreen. Running steam again with a
virtual desktop does not solve the problem. Quoting directly from the guy who
suggested I make this bug report (and understands wine better than I):
"Describe the expected behaviour, running the game and describe what happens
now with the wine output. Then provide further information, in this case we
expect it at first didn't work, because wine on the compatibility profile of
opengl, that OSX support, which provides only Opengl 2.1, is not enough for the
xna HighDef profile, that the game needs. Setting maxglversion to 3002 fixes
this, so the game does launch and atleast sound is okay, but the graphics don't
work. Wine outputs a few GL_INVALID_ENUM and GL_INVALID_OPERATION, which
probably are related to using a Core Profile and wine using opengl in ways only
allowed in Compatibility contexts, most notable glLightModeli and glTexEnvf."
Anyone who wants to look at copies of most of our console outputs can check the
thread - we posted a lot of them there.
--
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=35511
Bug ID: 35511
Summary: NdrProxyInitialize causes crash during set up
Product: Wine
Version: 1.4.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: paul.manners(a)gmail.com
Classification: Unclassified
Created attachment 47404
--> http://bugs.winehq.org/attachment.cgi?id=47404
backtrace from crash
When trying to run a setup application it fails. See the attached backtrace.
On recommendation I installed ie7 through winetricks. This unfortunately did
not help.
--
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=40519
Bug ID: 40519
Summary: The problem occurs under ubuntu or debian, whatever
the version of WINE (it is configured with Windows XP,
8 or 10).
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tolevame(a)gmail.com
Created attachment 54330
--> https://bugs.winehq.org/attachment.cgi?id=54330
MindView is the application in question, whatever the version.
The application installs well. The execution of works window opens well, then
displays an error message that says the problem may be with Wine or the
application (mindview).
--
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=33079
Bug #: 33079
Summary: Dragon Naturally Speaking 12 crahses while drawing
html
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ld5talk3r(a)gmail.com
Classification: Unclassified
Created attachment 43731
--> http://bugs.winehq.org/attachment.cgi?id=43731
the output of wine-1.5.24 natspeak.exe
most likely this is just me being uninformed on how to get it to run.
for others this program obviously doesn't cause any problems.
therefore it's minor severity.
I'm running gentoo with various wine-versions.
to install dns12 I had first to install dotnet.
I did do this with the environment variable for 32-bit
however, it seems winetricks downloaded a hybrid version instead of pure
32-bit.
now when I run natspeak.exe it stops after initializing with right-side window
covered in black.
--
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=33628
Bug #: 33628
Summary: Game Dev Tycoon crashes on Wine 1.5.30 + Ubuntu 13.04
64 bits
Product: Wine
Version: 1.5.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: castarco(a)gmail.com
Classification: Unclassified
Created attachment 44514
--> http://bugs.winehq.org/attachment.cgi?id=44514
Backtrace
Game Dev Tycoon can be installed without problems using Wine 1.5.30 on Ubuntu
13.04 64bits, but it's not usable because it crashes during its start up.
I've attached the backtrace.
--
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=31355
Bug #: 31355
Summary: Incubation(GOG version) crashes after click New Game
or Load
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dolejsjan83(a)gmail.com
Classification: Unclassified
Created attachment 41199
--> http://bugs.winehq.org/attachment.cgi?id=41199
backtrace ffrom app
Working excelent in wine shipped with Ubuntu12.04 (Mint 13)
--
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=25897
Summary: Logbook printing in MCC Pilotlog renders all
characters lower case.
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: charliethepilot(a)gmail.com
Created an attachment (id=33005)
--> (http://bugs.winehq.org/attachment.cgi?id=33005)
Terminal output from MCC Pilotlog
Using MCC Pilotlog Vista/7 version, AppDB entry here:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=22277
When printing, all characters are rendered in lower case only. When using the
same feature on an installation on a Vista VM, a mix of upper and lower case
characters can be clearly seen.
This bug can be repreoduced most easily by clicking 'Settings -> Logbook
printing', then the icon next to 'View Demo'. Same result from the 'Print log
and forms' menu. Affects whichever printer I choose.
Terminal output attached, this issue starts shortly after line 333.
--
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=35905
Bug ID: 35905
Summary: Apparently Wine is Being Patented By the Company That
Runs Behind Longene Project
Product: Wine
Version: unspecified
Hardware: Other
OS: other
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeffbaichina(a)members.fsf.org
As you may have heard from several news site all around like...
Phoronix - http://www.phoronix.com/forums/showthread.php?t=98304&goto=newpost
LinuxToy (In Chinese) -
https://linuxtoy.org/archives/chinese-applied-patent-about-wine-arm-and-gra…
As a member from a Chinese founded community, and as we have Wine as part of
our distribution repository... we feel deeply ashamed to this incident. There
seemed no need for me to comment more on this, so I am here just trying to
leave this Bug report and we are hoping to see the progress on dealing with
this shameful action soon.
We feel sorry and ashamed, again. But just to make this clear, we are not
seeing this as any kind of racial problem. As a community that pushes forward
to open, we feel not the same as anyone who led to this shameful incident, in
this emerging world-level open source movement, we hope the best to real open
source guys that knows what to share and what to charish.
Here, may conclude the bug report.
Jeff Bai from AOSC
--
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=34743
Bug #: 34743
Summary: does not start the game Perfect World Russian (hosted
by Mail.Ru Games)
Product: Wine
Version: 1.7.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: masterslavee(a)gmail.com
Classification: Unclassified
http://static.dl.mail.ru/PwLoaderM.exe
--
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=33855
Bug #: 33855
Summary: Auto Club Revolution Choppy performance
Product: Wine
Version: 1.6-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: levanchelidze(a)gmail.com
Classification: Unclassified
Created attachment 44902
--> http://bugs.winehq.org/attachment.cgi?id=44902
Terminal output
So I downloaded and installed free 2 play game Auto Club Revolution on 32 bit
wine prefix
during the installation i had a little problem, it asked me if i wanted to
install direct x when I checked yes, installation of direct x would hang and
would not do any thing but if I would not try to installation direct x it would
install the game properly. After the installation I installed direct x9 from
the winetricks
When started the game every thing looked great game runs great every thing
works but suddenly it started to freeze and after couple of seconds it would
continue
http://ubuntuone.com/5D7nN5FU1SgayOYQ1s211a
--
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=21135
Summary: Virtual desktop resolutions not correctly reported
under nvidia TwinView
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael(a)araneidae.co.uk
The set of available screen resolutions reported to applications running in a
virtual desktop doesn't seem to sensibly match the physical screen resolutions
available.
For example, running a TwinView setup with a 1920x1200 + 1280x1024 screens, the
largest screen resolution available to applications appears to be 1280x1024.
--
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=33434
Bug #: 33434
Summary: Corel Draw 12 still fails to install with wine 1.5.28
Product: Wine
Version: 1.5.28
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gjwucherpfennig(a)gmx.net
Classification: Unclassified
Created attachment 44241
--> http://bugs.winehq.org/attachment.cgi?id=44241
Try to install Corel 12 with Wine 1.5.28
The installation freezes.
--
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=31663
Bug #: 31663
Summary: Ssh tectia client 6.1.5 not start
Product: Wine
Version: 1.5.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fantonifabio(a)tiscali.it
Classification: Unclassified
I have install ssh tectia client 6.1.5 with license on ubuntu 12.04.1 with wine
1.5.12 from official ppa.
Install works but on start program not start, not show error and there is the
tectia process running of broker and gui.
--
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=29531
Bug #: 29531
Summary: Folder navigation causes audio playback glitches in
CDBurnerXP
Product: Wine
Version: 1.3.36
Platform: x86-64
URL: http://cdburnerxp.se/download?more-options
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: aeikum(a)codeweavers.com
Classification: Unclassified
Regression SHA1: b0652dd8bdb144645be4a6bf77cbb68a8ade49d9
Created attachment 38258
--> http://bugs.winehq.org/attachment.cgi?id=38258
+tid,+mmdevapi,+winmm,+midi,+dsound,+dmusic,+mci,+oss,+alsa,+coreaudio log
(4.3MB)
CDBurnerXP has an integrated audio player to allow playing the tracks in an
audio CD compilation before burning it. It also has a file browser from which
audio files can be added to the compilation.
Trying to use both of these features at once causes audio playback glitches
since 1.3.31: when changing folders in the file browser, the currently-playing
audio may stutter for a moment (not every time). Regression testing indicated:
b0652dd8bdb144645be4a6bf77cbb68a8ade49d9 is the first bad commit
commit b0652dd8bdb144645be4a6bf77cbb68a8ade49d9
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Mon Oct 10 15:56:55 2011 -0500
winealsa.drv: Don't try to control ALSA's behavior.
Now, winealsa maintains its own buffer, which is written to ALSA on the
period cycle requested by the application. We also let ALSA start when
it has enough data and stop when it runs out, recovering from the
expected underruns. This seems to be more like how ALSA expects to be
used.
:040000 040000 874ae9456f596d46ee3911eabcbc6f291afe48cb
62ca893abef4dd0459b201d4c45d0c7b0c87a989 M dlls
git checkout b0652dd8bdb144645be4a6bf77cbb68a8ade49d9 -> changing folders can
interrupt audio playback
git checkout b0652dd8bdb144645be4a6bf77cbb68a8ade49d9^ -> audio is never
interrupted
The attached log is from a system using just ALSA, no PulseAudio. I also
checked another system with PulseAudio running, and the same problem exists
there.
Steps to reproduce:
1. Install .NET prerequisite with winetricks dotnet20
2. Install and run CDBurnerXP
3. Choose "audio disc" mode from the main menu
4. Use the file browser at the top and the "add" button to add at least one
wav/flac/mp3 file to the compilation (drag and drop won't work, see bug 22691)
5. Double-click the audio file in the lower section of the screen to start
playback (the "play" button won't work, even on Windows)
6. Now use either the treeview or listview portion of the file browser to enter
various folders
--
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=34189
Bug #: 34189
Summary: Text labels show as transparent (through the window)
and don't draw the application background properly in
Need For Speed World Launcher
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adman.com(a)gmail.com
Classification: Unclassified
Created attachment 45478
--> http://bugs.winehq.org/attachment.cgi?id=45478
screenshot with transparent label backgrounds
Using Need for Speed: World GameLauncher.exe, the attached screenshot appears:
(black is the colour of the window behind it, when on a white background (like
a webpage or anything else, the text is mostly unreadable).
All the text labels become transparent.
Tested on Mac OS X 10.7.5 with Wine 1.6 installed via homebrew, in a clean
WINEPREFIX with ie8 and dotnet20 winetricks installed.
Stdout/stderr log at http://pastebin.com/nRH6SRFq
--
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=36485
Bug ID: 36485
Summary: The King of Fighters 2002 Unlimited Match: Crashes
when starts the execution.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thrasher2k2(a)gmail.com
Created attachment 48551
--> http://bugs.winehq.org/attachment.cgi?id=48551
This is a file that i saved with log information.
Wine crashes when I double click in .exe of The King of Fighters 2002 Unlimited
Match to start application.
--
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=37743
Bug ID: 37743
Summary: SteuerSparErklärung 2015: License text not displayed
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: jre.winesim(a)gmail.com
Distribution: ---
Created attachment 50255
--> https://bugs.winehq.org/attachment.cgi?id=50255
Screenshot of license dialog with highlighted rtf code
During installation of "SteuerSparErklärung 2015" the license text is not
displayed at all (white area).
If I mark it with the mouse I see rtf code (see attachment), which can't be
copied though.
The rtf code seems to be different from the other license-not-shown bugs,
therefore the new bugreport.
"winetricks riched20" solves the problem.
System:
=======
wine 1.7.33 (own build using the official Debian packaging, no Gecko
installed).
Also found in Debian wine 1.6.2 with gecko installed.
Reproduce:
==========
http://www.steuertipps.de/gateway/softwareGateway.cfm?folder=demo&filename=…
sha1sum SSEStandard_20.20.70.exe
e61a6e806380d6809b4fb82f76638abd68ca797a SSEStandard_20.20.70.exe
Confirm "WinZip Self-Extractor"
Click "Installation starten"
Click "Express-Installation"
Tick "Testversion installieren" and confirm
--
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.