https://bugs.winehq.org/show_bug.cgi?id=44202
Bug ID: 44202
Summary: undname.c fails to parse symbols with rvalue-reference
semantics '&&'
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shulgaaa(a)gmail.com
Distribution: ---
For example, the symbol
??4QDnsDomainNameRecord@@QAEAAV0@$$QAV0@@Z
should be de-mangled as:
public: class QDnsDomainNameRecord & __thiscall
QDnsDomainNameRecord::operator=(class QDnsDomainNameRecord &&)
undname returns NULL
--
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=45916
Bug ID: 45916
Summary: x64dbg does not open executables, nothing happens
Product: Wine
Version: 3.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: jimbo1qaz(a)gmail.com
Distribution: ---
When I File/Open or drag a .exe file into x32dbg (x64dbg 32-bit), the exe does
not load onto the graphs, and Ctrl+G doesn't work. I think the EXE is not
loaded by the debugger at all.
Fixed by ~/bin/winetricks vcrun2013 .
Wine 3.16 on Debian on Virtualbox.
--
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=25257
Summary: Enabling Virtual desktop by default cannot be turned
off for specific applications
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zzarko(a)gmail.com
My system is Ubuntu 10.10 and Wine is installed from Ubuntu Wine team's PPA.
Steps to reproduce the problem:
1. Select Default settings in Configure Wine/Applications tab and check
Graphics/Enable virtual desktop
2. Add an application (in my case, Subtitle Workshop) to Applications tab and
uncheck the same option for this application
3. Start the application -> application is started in virtual desktop, despite
the different setting for that application
--
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=38604
Bug ID: 38604
Summary: winedbg: internal crash when valgrinding
ieframe/tests/ie.c with pdb debug symbols
Product: Wine
Version: 1.7.43
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Created attachment 51499
--> https://bugs.winehq.org/attachment.cgi?id=51499
log
See also bug 38594 for a similar issue, though this one causes winedbg to
crash. Log is 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.
http://bugs.winehq.org/show_bug.cgi?id=15679
Summary: cygwin symlinks not working in wine
Product: Wine
Version: 1.1.6
Platform: Other
URL: http://cygwin.com
OS/Version: other
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Surprisingly, cygwin seems to work nowadays,
as long as you do everything inside a wineconsole
running cygwin.bat. (Perhaps cygwin apps should
work outside wineconsole; that would be a separate
bug report.)
However, cygwin's gcc doesn't work unless you
replace certain cygwin symlinks with unix ones, e.g.
$ cd .wine/drive_c/cygwin/usr/i686-pc-cygwin/bin
$ for a in *; do ln -sf ../../../bin/$a; done
Likewise, /bin/vi doesn't work, as it's a symlink to vim.exe.
In fact, cygwin's ls -l doesn't even recognize cygwin's symlinks as such:
$ ls -l vi
-rw-r--r-- 1 dank mkpasswd 18 Oct 19 05:53 vi
$ cat vi
!<symlink>vim.exe
So either they're not being created right, or they're
not being recognized properly by cygwin for some reason,
or both.
--
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=29998
Bug #: 29998
Summary: Crysis 2 (>1.0) huge graphical issues after loading a
savegame
Product: Wine
Version: 1.4-rc5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christian.frank(a)gmx.de
Classification: Unclassified
Created attachment 39060
--> http://bugs.winehq.org/attachment.cgi?id=39060
Crysis 2 log
Hi,
if you try to use a saved game in Crysis 2 which is patched to a higher level
than 1.0, you will have huge graphical issues. Either you get a black scree
with only the hud displayed, or completely broken graphics, or a whiet screen
etc..
This does only happen if you use a savegame or if you want to replay a mission.
If you start the campaign from the beginning, the game will look fine.
This behaviour happens with tons of wine version i have testet, so doesnt seem
to be a regression right now.
CryEngine 3 is planned to be used in other upcoming games and is somehow a
engine which really pushes d3d9 to its limits.I think it would make a lot of
sense to get this issue fixed .
Many thanks,
Christian
--
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=38594
Bug ID: 38594
Summary: dbghelp_msc:pe_load_debug_directory Got a page fault
while loading symbols (Visual C++ 2013 .pdb's)
Product: Wine
Version: 1.7.43
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Created attachment 51493
--> https://bugs.winehq.org/attachment.cgi?id=51493
terminal output in wine-1.7.43
Now that we have pdb's for wine_gecko (see bug 36941), I tried running valgrind
with gecko 2.36. The atl100/tests/atl.c test shows a lot of issues with unknown
symbols, eventually getting a page fault, e.g.,:
fixme:dbghelp_msc:codeview_fetch_type Cannot locate type 103
fixme:dbghelp_msc:codeview_get_type Returning NULL symt for type-id 103
fixme:dbghelp_msc:codeview_snarf S-Udt nullptr_t: couldn't find type 0x103
fixme:dbghelp_msc:codeview_snarf S-Udt NullptrT: couldn't find type 0x103
fixme:dbghelp_msc:codeview_snarf Unsupported symbol id 114c
fixme:dbghelp_msc:codeview_add_type_enum_field_list Unsupported type 1404 in
ENUM field list
fixme:dbghelp_msc:numeric_leaf Unsupported numeric leaf type 8009
fixme:dbghelp_msc:numeric_leaf Unsupported numeric leaf type 800a
...
err:dbghelp_msc:pe_load_debug_directory Got a page fault while loading symbols
full output 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=44926
Bug ID: 44926
Summary: Olive tree BibleStudySetup_6.1.1.exe
fails:ITERATE_Actions Execution halted, action
L"WixCreateInternetShortcuts" returned 1603
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
To see this first work around bug 44135
then:
0039:fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format,
advertised shortcut
wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe"
0039:err:msi:ITERATE_Actions Execution halted, action
L"WixCreateInternetShortcuts" returned 1603
0039:err:msi:execute_script Execution of script 2 halted; action
L"[C:\\users\\louis\\Start Menu\\Programs\\Olive Tree Bible Software\\Bible
Study 6 online
support.url\0080http://help.olivetree.com/\00801\0080\00800<=>S-1-5-21-0-0-0-1000<=>{85E9410C-03A6-4396-9688-91981F445D1B}]WixRollbackInternetShortcuts"
returned 1603
sha1sum ~/Downloads/BibleStudySetup_6.1.1.exe
e55cd3df7b44bab85fdcb6785c32aa73988e338b
/home/louis/Downloads/BibleStudySetup_6.1.1.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.
http://bugs.winehq.org/show_bug.cgi?id=11846
Summary: tablet pressure sensitivity not working in Sai and many
other key graphic applications
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wintab32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blurymind(a)gmail.com
tablet pressure sensitivity still not working on crucial graphic software that
is made to be used with tablets.
I am not sure if thats due wintab32,because im not a developer.
Applications like SAI that are wonderfully small ,full featured and even better
than photoshop for CG coloring (better brushes,other key features) work almost
perfectly fine on wine, but their practically useless when tablet pressure
doesnt work..
http://appdb.winehq.org/objectManager.php?sClass=version&iId=11044
another application that is a freeware and a fine substitute for painter is
http://appdb.winehq.org/objectManager.php?sClass=version&iId=7425&iTestingI…
tablet pressure works on photoshop and artrage,but not on many other key
applications in the graphic world that crucially depend on it. This feature is
very important,since there are absolutely no alternatives to these applications
on linux (if you study their key features you'll see there arent any on windows
too at the moment,especially Sai). The applications work almost perfectly on
wine,but that lack of this feature stops people from taking advantage of that.
Another application is Open Canvas...
But especially Sai- If there is any hack or workaround to get pressure
sensitivity working on sai, even a patch..i would gladly test it and report any
progress on Sai on wine.
--
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=23816
Summary: Wine fails to find mscorsvw.exe
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: william.r.douglas+wine(a)gmail.com
CC: madewokherd(a)gmail.com
I am getting the attached error when I attempt to run wine with a executable
requiring .NET 3.5.
I am using wine 1.2 installed through the ubuntu ppa. I am using 64 bit ubuntu
so my lib directory is /usr/lib32/wine though I don't know if that makes much
difference. Also my full path for the v2 .NET folder is:
~/.wine/drive_c/windows/Microsoft.NET/Framework/v2.0.50727
I am attempting to have mono26 installed through winetricks be used in place of
the .NET framework.
--
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=28435
Summary: Panzer Corps: No ingame sound effects
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: slackers.mailbox(a)gmail.com
There are no ingame sound effects being played. There is music played in the
main menu, however.
The sound effects are .wav files, the background music is stored in .mp3
format.
--
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=45007
Bug ID: 45007
Summary: Dxdiag is not working on Androidx86 7.1 r1
Product: Wine
Version: 3.6
Hardware: x86
OS: Android
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ruthan(a)email.cz
Dxdiag failing to start.
--
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=45011
Bug ID: 45011
Summary: Diablo II shareware dont start on Androidx86 unhandled
exception - uknonw exception 8000101
Product: Wine
Version: 3.6
Hardware: x86
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ruthan(a)email.cz
Diablo II shareware dont start on Androidx86 unhandled exception - uknonw
exception 8000101
--
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=44342
Bug ID: 44342
Summary: Magic: The Gathering Online crashes inside WMP
Product: Wine
Version: 2.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: theli.ua(a)gmail.com
Distribution: ---
Created attachment 60222
--> https://bugs.winehq.org/attachment.cgi?id=60222
backtrace
Crashes when you install wmp10 (otherwise game has no sound whatsoever)
Backtrace 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=45086
Bug ID: 45086
Summary: winegstreamer deadlocks
Product: Wine
Version: 3.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: theli.ua(a)gmail.com
Distribution: ---
Created attachment 61244
--> https://bugs.winehq.org/attachment.cgi?id=61244
bt all
0130:err:ntdll:RtlpWaitForCriticalSection section 0xb55c050
"../../../../wine/dlls/quartz/dsoundrender.c: DSoundRenderImpl.csFilter" wait
timed out in thread 0130, blocked by 01d7, retrying (60 sec)
--
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=46511
Bug ID: 46511
Summary: Magic: The Gathering Online crashes in gstreamer at
startup
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: theli.ua(a)gmail.com
Distribution: ---
Happens only at startup. Happens ~50% (anecodtally) times
--
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=36116
Bug ID: 36116
Summary: msi/action possible leak in
test_create_remove_shortcut
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==20424== 48 bytes in 1 blocks are possibly lost in loss record 485 of 1,049
==20424== at 0x7BC4C735: notify_alloc (heap.c:255)
==20424== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==20424== by 0x5069418: msi_alloc (msipriv.h:1188)
==20424== by 0x506AE0C: get_table (table.c:601)
==20424== by 0x506F48C: TABLE_CreateView (table.c:2161)
==20424== by 0x5075B7D: WHERE_CreateView (where.c:1242)
==20424== by 0x50797E1: sql_parse (sql.y:494)
==20424== by 0x507A959: MSI_ParseSQL (sql.y:1002)
==20424== by 0x5044749: MSI_DatabaseOpenViewW (msiquery.c:132)
==20424== by 0x4FEC6FC: load_all_files (action.c:1300)
==20424== by 0x4FED0F6: ACTION_CostInitialize (action.c:1544)
==20424== by 0x4FFDEFD: ACTION_HandleStandardAction (action.c:7619)
==20424== by 0x4FFE0F1: ACTION_PerformAction (action.c:7648)
==20424== by 0x4FEA821: ITERATE_Actions (action.c:507)
==20424== by 0x50448B6: MSI_IterateRecords (msiquery.c:188)
==20424== by 0x4FEABBF: ACTION_ProcessExecSequence (action.c:590)
==20424== by 0x4FFE945: MSI_InstallPackage (action.c:7840)
==20424== by 0x50386E7: MsiInstallProductW (msi.c:251)
==20424== by 0x50385D8: MsiInstallProductA (msi.c:226)
==20424== by 0x4C3C622: test_create_remove_shortcut (action.c:5746)
==20424==
--
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=36094
Bug ID: 36094
Summary: advapi32/security test uses an unitialized variable in
test_CreateDirectoryA
Product: Wine
Version: 1.3.13
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==7325== Syscall param writev(vector[...]) points to uninitialised byte(s)
==7325== at 0x4E9528CC: writev (in /usr/lib/libc-2.18.so)
==7325== by 0x7BC7FDBF: send_request (server.c:213)
==7325== by 0x7BC7FF51: wine_server_call (server.c:294)
==7325== by 0x7BC44D67: FILE_CreateFile (file.c:185)
==7325== by 0x7BC44FB8: NtCreateFile (file.c:279)
==7325== by 0x7B860841: CreateDirectoryW (path.c:1531)
==7325== by 0x7B8608F0: CreateDirectoryA (path.c:1555)
==7325== by 0x497D484: test_CreateDirectoryA (security.c:3085)
==7325== by 0x498A469: func_security (security.c:5423)
==7325== by 0x4999ED4: run_test (test.h:584)
==7325== by 0x499A2C3: main (test.h:654)
==7325== Address 0x472dcf8 is 88 bytes inside a block of size 120 alloc'd
==7325== at 0x7BC4C735: notify_alloc (heap.c:255)
==7325== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==7325== by 0x7BC884F6: NTDLL_create_struct_sd (sync.c:118)
==7325== by 0x7BC44C62: FILE_CreateFile (file.c:167)
==7325== by 0x7BC44FB8: NtCreateFile (file.c:279)
==7325== by 0x7B860841: CreateDirectoryW (path.c:1531)
==7325== by 0x7B8608F0: CreateDirectoryA (path.c:1555)
==7325== by 0x497D484: test_CreateDirectoryA (security.c:3085)
==7325== by 0x498A469: func_security (security.c:5423)
==7325== by 0x4999ED4: run_test (test.h:584)
==7325== by 0x499A2C3: main (test.h:654)
==7325== Uninitialised value was created by a client request
==7325== at 0x7BC4C52C: mark_block_uninitialized (heap.c:209)
==7325== by 0x7BC4C697: initialize_block (heap.c:240)
==7325== by 0x7BC50FA3: RtlAllocateHeap (heap.c:1717)
==7325== by 0x497D2A5: test_CreateDirectoryA (security.c:3067)
==7325== by 0x498A469: func_security (security.c:5423)
==7325== by 0x4999ED4: run_test (test.h:584)
==7325== by 0x499A2C3: main (test.h:654)
==7325==
--
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=42462
Bug ID: 42462
Summary: Severe hang in several places in FFXIV
Product: Wine-staging
Version: 2.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spryor(a)redhat.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
After playing FFXIV for a certain amount of time, or in certain locations (I
haven't noticed a common shader that seems to trigger this) the game will
experience a severe hang. When running perf top to examine what's going on,
this line stands out:
Overhead Shared Object Symbol
9.22% wined3d-csmt.dll.so [.] 0x0000000000048362
It seems to vary from around 7-15% when not experiencing the issue, to around
50%. The jump in overhead accompanies an almost total lockup of the desktop, if
the game manages to recover, it usually accompanies graphical glitches not
present before the lockup, and will usually crash not too long after recovery
if gameplay proceeds (which I would hazard a guess is due to framebuffer
corruption)
Variant: Fedora 25, fully updated as of 2/16/2017
Desktop: KDE
Processor: i7-7700k
GPU: Nvidia GTX 1080 (with proprietary driver 378.13)
WINE: wine-2.1-1.fc25.x86_64 (current from the fedora repos as of 2/16/2017)
--
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=46188
Bug ID: 46188
Summary: Black screen on Android 8
Product: Wine
Version: 3.21
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: janisozaur+wine(a)gmail.com
Created attachment 62850
--> https://bugs.winehq.org/attachment.cgi?id=62850
wine_3.21_on_android8.1.log
Issue similar to bug #44245, when trying out Wine 3.21 on Android 8.1, all I
get is a brief flicker of cmd, then the screen turns black.
The aforementioned bug seems to have resolved issues for Android 9, but running
on Android 8.1 is not really possible due to this.
Here's remainder of my previous comment in the other bug:
The behaviour has improved a bit, I can now see a brief flicker of cmd, but
it's covered with a black screen in just a few frames.
Android 8.1.0
OnePlus 5, SnapDragon 835
Wine 3.21
See the recording of the issue: https://gfycat.com/EvergreenInnocentGreatdane
(or original recording:
https://www.dropbox.com/s/yuaz398nz2wxeq0/wine.mp4?dl=0)
I have also added an attachment with the logs collected from logcat from a
later start of 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.
https://bugs.winehq.org/show_bug.cgi?id=46041
Bug ID: 46041
Summary: Wine 3.18 shows blank screen on android
Product: Wine
Version: 3.18
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexterranova81(a)gmail.com
I installed wine 3.17 without issues. After installing 3.18 neither version
works. Both versions show a blank screen after unpacking files. I think it's
residual files but I dont know their location.
--
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=45342
Bug ID: 45342
Summary: Android: partial english keymap layout is used on a
german keyboard
Product: Wine
Version: 3.10
Hardware: aarch64
OS: Android
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine.dev(a)web.de
LANG and LC_ALL are set to "de_DE.UTF-8"
"z" and "y" on the keyboard give the correct chars in wine,
but many other keys on my german keyboard produce in wine the chars from an
english keyboard:
right of "m": ,.-
right of "l": öä
right of "p": ü+#
right of "0": ß´ (the last char in combination with space)
shifted values starting from "1" to the right
The keyboard works in all android apps, including termux
--
Regards ...
... Detlef
--
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=44478
Bug ID: 44478
Summary: Wine returns to home screen on S5
Product: Wine
Version: 3.1
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jnskeer(a)gmail.com
I can install Wine and have it unpack on my Samsung S5, but as soon as it
unpacks it minimizes the app and returns to the Android home screen. Every
attempt to reopen the Wine app rotates the screen to landscape, minimizes Wine,
and rotates it back to portrait mode.
This isn't the first app to not work right on my S5. I tried the Boardwalk app,
and apparently they stopped supporting Samsung due to some sort of security
issue messing with app compatiblity or something. Wine and Boardwalk works on
my ZTE phone.
--
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=40266
Bug ID: 40266
Summary: Latest steam.exe not running after update
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: agasoni(a)yahoo.gr
Distribution: ---
Created attachment 53888
--> https://bugs.winehq.org/attachment.cgi?id=53888
The backtrace as reported by wine itself to gether with the stderr print out
I am running the distributed version of wine from linux mint
3.16.0-38-generic #52~14.04.1-Ubuntu x86_64 x86_64 x86_64 GNU/Linux
I opened the latest windows installer from Steam website
and when opening it updated successfully and then crashed.
It has left some windows with buttons open but without any text on the buttons
or anywhere in the app window.
The crash repeats every time I open the application.
If needed I can provide more accurate symptoms because I have a development
background but not worked on wine so will need some instructions for 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.
http://bugs.winehq.org/show_bug.cgi?id=34290
Bug #: 34290
Summary: QQ International can't 'Clear All' if there is a GIF
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: litimetal(a)gmail.com
Classification: Unclassified
Created attachment 45648
--> http://bugs.winehq.org/attachment.cgi?id=45648
where_is_ClearAll.png
0. Download http://dl_dir.qq.com/qqfile/qq/QQ2012/QQIntl1.6.exe
$ sha1sum QQIntl1.6.exe
7a9f585b4d54c3b69fb1049570d9fc59ba25477a QQIntl1.6.exe
1.
winetricks riched20, workaround Bug 29636
winetricks ie8, workaround Bug 29638
winetricks cjkfonts
2. Open a chat-box(with someone or in a group)
3. Click the triangle near 'Message History', then click 'Clear All'
4. Usually, it works well. But if someone had sent a GIF picture, and 'Clear
All' won't work.
--
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=31677
Bug #: 31677
Summary: a child window not opened properly
Product: Wine
Version: 1.5.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tramp(a)sibmail.com
Classification: Unclassified
This code is not working properly:
void PreSubclassWindow()
{
LONG Styles = GetWindowLong(m_hWnd, GWL_STYLE);
LONG ExStyles = GetWindowLong(m_hWnd, GWL_EXSTYLE);
if (Styles == 0 || ExStyles == 0)
return;
Styles |= WS_CHILD;
Styles &= ~WS_OVERLAPPED;
Styles &= ~WS_CAPTION;
Styles &= ~WS_BORDER;
ExStyles &= ~WS_EX_CLIENTEDGE;
ExStyles &= ~WS_EX_DLGMODALFRAME;
ExStyles &= ~WS_EX_WINDOWEDGE;
SetWindowLong(m_hWnd, GWL_STYLE, Styles);
SetWindowLong(m_hWnd, GWL_EXSTYLE, ExStyles);
}
--
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=35513
Bug ID: 35513
Summary: Adobe CC installer stalls (after Bug 35512)
Product: Wine
Version: 1.7.11
Hardware: x86-64
URL: https://creative.adobe.com/products/photoshop
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: ole
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 47407
--> http://bugs.winehq.org/attachment.cgi?id=47407
wine-1.7.11-206-g82b3813 console output
Working around Bug 35510 and Bug 35512 with native winhttp, wintrust and msasn
the Adobe CC installer complains that it cannot connect to the Internet.
fixme:ole:NdrCorrelationInitialize (0x98d378, 0x98cf78, 1024, 0x0): stub
fixme:ole:NdrCorrelationInitialize (0x105dfe8, 0x105dbe8, 1024, 0x0): stub
Surprisingly, rpcrt4.dll from Windows XP allows the installer to get further:
fixme:ntdll:NtConnectPort (0x1628b8,L"\\RPC
Control\\keysvc",0x98d058,(nil),(nil),(nil),0x98d080,0x98d068),stub!
Which may be Bug 30069.
--
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=32502
Bug #: 32502
Summary: YoudaoNote: crashes when syncing
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 42878
--> http://bugs.winehq.org/attachment.cgi?id=42878
The Log
You can reproduce it follow this:
0. download and install it:
md5sum Downloads/YNote.exe
8c790463479ee83fa56a8a896aafe9e9 Downloads/YNote.exe
BTW, I select no when it asked me to install Youdao Dict.
1. run it '~/.wine/drive_c/Program Files/Youdao/YoudaoNote$ wine
YoudaoNote.exe'
2. login
If you are the frist time run it, it will sync automatically and crash. If not
you can reproduce it by create a new note and click the "同步" button to sync and
it will crash.
And I found 'winetrick -q ie7' helps a lot.
My test environment:
- Ubuntu 12.10 32bit
- wine-1.5.19-272-gf30c18f
--- snip ---
wine: Unhandled page fault on write access to 0x00000000 at address 0x61e474f3
(thread 0031), starting debugger...
fixme:wincodecs:PngDecoder_Block_GetCount 0x10a220e0,0x33eba8: stub
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x61e474f3).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:61e474f3 ESP:05daba80 EBP:6adf2304 EFLAGS:00010246( R- -- I Z- -P- )
EAX:0000000a EBX:00000003 ECX:05daba40 EDX:00000000
ESI:6adf1640 EDI:00000000
Stack dump:
0x05daba80: 0000000a 7c6b81e0 05dabab8 7c64d1c1
0x05daba90: 7c6b81e0 0006010e 05dabae8 69dc2aa0
0x05dabaa0: 05dabad4 6adf1686 05dabac8 00000003
0x05dabab0: 6adf1640 00000000 6adf2304 69c64be3
0x05dabac0: 7c6b81e0 6adf1686 05dabad4 0000048e
0x05dabad0: 7eb4c869 21232323 41202121 54524f42
Backtrace:
=>0 0x61e474f3 in mozalloc (+0x74f3) (0x6adf2304)
0x61e474f3: movl $0x7b,0x00000000
--- snip ---
--
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=10206
Summary: Crysis has huge graphical errors on certain systems
Product: Wine
Version: 0.9.48.
Platform: PC
URL: http://www.fileplanet.com/168866/160000/fileinfo/Crysis-
Demo-(Singleplayer)
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
Created an attachment (id=8816)
--> (http://bugs.winehq.org/attachment.cgi?id=8816)
Screenshot from the start of the game
Crysis fails to render properly at all for me (see attachment), whereas on
other systems, such as this user's (screenshot from the same section):
http://appdb.winehq.org/appimage.php?iId=14046
It looks fairly good.
The only difference is that that user is running a Geforce 8600 GT and I am
running a 7900 GTX. Same Wine version and settings, and same driver version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27985
Summary: Starcraft 2 Editor: The data editor listviews which
show the attribute names have each a horizontal
scrollbar
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florian(a)fkoeberle.de
Created an attachment (id=35820)
--> (http://bugs.winehq.org/attachment.cgi?id=35820)
Unreadable tokenfield because of the horizontal scrollbar. (Wine 1.3.25)
The data editor listviews which show the attribute names have each a horizontal
scrollbar, which can be used to scroll by about 1-3 pixel. On windows, or with
native comctl32 there is no horizontal scrollbar.
On windows it looks like this:
http://www.staredit.net/starcraft2/File:Actor_-_Right_Panel.jpg
(Ignore the red markers)
Workaround: Resize the single column in the listview with the horizontal
scrollbar.
--
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=26363
Summary: SmartTRAK: graphic artifacts on part of dive computer
screen
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karent.bug(a)gmail.com
Created an attachment (id=33584)
--> (http://bugs.winehq.org/attachment.cgi?id=33584)
Screenshot
1) Download and install SmartTRAK from scubapro.com
Direct link:
http://www.scubapro.com/europe/uk/uwatec-products/software/software/smarttr…
2) Use winetricks to install MS Jet 4.0 Service Pack 8 and MS MDAC 2.8
3) run SmartTrak and open demonstration logbook file Demo.slg. This logbook
should be already open when SmartTRAK starts for the first time, if not, choose
Logbook->Open
4) You will see Dive Table window and Dive window. On the right side of Dive
window there is an LCD dive coputer display shown.
Recorded dives contain data from different dive computer types. Choose any dive
that as performed with Aladin 2G dive computer - these are dives numbered 15,
16, 17, 18
5) Click anywhere inside the graph (depth vs time), hold LMB and scroll thruogh
the graph, data shown on LCD display should change acordingly.
6) Note that whenever depth is shown on LCD (as opposed "---" that is being
shown for surface part of dive) there is a graphic artifact that covers part of
the LCD display.
This problem does not occure for other recorded dives (different types of dive
computers)
--
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=29769
Bug #: 29769
Summary: Fetion IM Client: crashes when clicking on profile
icon
Product: Wine
Version: 1.3.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jarrodbagwell(a)gmail.com
Classification: Unclassified
1. Download Fetion(飞信)IM client from http://feixin.10086.cn/download/pcclient/
(sha1sum 10cc9c18b9864dd4c1a4a4b263e46ea2570d4446)
2. Install client, making sure to set language environment to Chinese with
command LANG=zh_CN.utf8
3. Sign up for an account at https://feixin.10086.cn/account/register/
4. Login into client
5. Click the large circular profile button in the upper left hand corner of the
client.
6. Fetion should crash and wine will generate a 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.
https://bugs.winehq.org/show_bug.cgi?id=39723
Bug ID: 39723
Summary: java_ee_sdk-6u1-jdk-windows.exe Enterprise installer
fails unable to allocate needed item
Product: Wine
Version: 1.8-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ericmatteson2001(a)yahoo.com
Distribution: ---
Created attachment 52974
--> https://bugs.winehq.org/attachment.cgi?id=52974
java_ee_sdk-6u1-jdk-windows.exe installer fails attachment 01.
java_ee_sdk-6u1-jdk-windows.exe installer fails early in the install
because it is unable to obtain a needed resource so
it is impossible to start the java virtual machine or it's installer.
Java 6 Enterprise SDK is supposed to be a very stable version of
Java for 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=39293
Bug ID: 39293
Summary: Notepad++ with NppExec plugin: Unhandled exception
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: klasse(a)partyheld.de
Distribution: ---
Created attachment 52371
--> https://bugs.winehq.org/attachment.cgi?id=52371
Wine backtrace
NppExec is a plugin for Notepad++ which can, e.g., execute an external tool
(e.g. compiler) from within Notepad++, parse its output and, based on the file
path and line number shown in the output, open the affected file and line
number within Notepad++.
The issue is that when NppExec opens the affected file and line, it appears
correctly in Notepad++, but then immediately following Win32Exception pops up:
An exception occured. Notepad++ cannot recover and must shut down.
The exception details are as follows:
Code: 0x80000101
Type: Unlisted exception
Exception address: 0xF77DF430
Reproduction example:
1. Create a text file named "test.txt" and fill a it with a few lines of text.
2. Create a text file named "output.txt" with following content (replace
brackets with path to the above "test.txt" according to its location):
[path-to-file, either in Linux or in Windows format, doesn't matter]test.txt:2:
whatever
3. Install the NppExec plugin (just copy its DLL into the /plugins directory of
Notepad++ installation)
4. Open Notepad++
5. Under the menu Plugins -> NppExec, click on "Console Output Filers",
activate the first mask and enter following into it, before confirming with OK:
%FILE%:%LINE%:*
6. Under the menu Plugins -> NppExec, click on "Show console dialog", to open
the console at the bottom of the window
7. Enter following into the console and hit enter (replace brackets with file
path):
cmd /c type [windows-style path to file]output.txt
8. Double-click on the line which appeared in the console
Expected results:
7. Content of the "output.txt" file (it's only one line here) appears in the
console
8. The above "test.txt" file is opened (with line 2 as current line) in
Notepad++.
Actual results:
8. As in "expected results", but a "Win32Exception" also pops up requiring
closure of Notepad++
Backtrace attached.
Wine used in its pure state (no Gecko, etc.) as provided by Linux Mint 17.1.
Configured as Windows 7. (Although WinXP and Win8 were also tried, with the
same result - all with completely virgin Wine configurations (the $USER/.wine
folder deleted before each test).)
* Notepad++ 6.8.3: npp.6.8.3.bin.7z (http://notepad-plus-plus.org/download/, at
the AppDB: http://appdb.winehq.org/objectManager.php?sClass=version&iId=25722).
The installable variant npp.6.8.3.Installer.exe was tested with the same
result.
* NppExec 0.5.3: NppExec_053_dll_Unicode.zip
(http://sourceforge.net/projects/npp-plugins/files/NppExec/, documentation
provided within the plugin archive)
--
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=44258
Bug ID: 44258
Summary: error starting
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: chelseampreston(a)gmail.com
Distribution: ---
Created attachment 60065
--> https://bugs.winehq.org/attachment.cgi?id=60065
backtrace
error starting app
--
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=42951
Bug ID: 42951
Summary: ffxiv ffxiv fixme:d3d:wined3d_buffer_create Ignoring
access flags (pool).
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssbkm(a)icloud.com
Distribution: ---
is the a bug?
--
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=44792
Bug ID: 44792
Summary: pokemon TCGO shows no image after updating from wine
3.3 to 3.4
Product: Wine
Version: 3.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dj-max_payne(a)hotmail.com
Distribution: ---
After updating from wine 3.3 to 3.4 on fedora 27 repositories, Pokemon Trading
Card Game Online no longer displays an image on the program window, it appears
completely black, however the sounds play normally.
Tested on two computers both running fedora 27 and 64 bit wine prefixes(a
configuration that worked before the latest update), tried reinstalling, the
game installs correctly and the patcher shows an image however the game itself
does not.
--
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=43697
Bug ID: 43697
Summary: FIFA 11: crashes when i click on 'Game settings' in
fifaconfig.exe
Product: Wine
Version: 2.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: BlagoYar.Tishina(a)gmail.com
Distribution: ---
Created attachment 59158
--> https://bugs.winehq.org/attachment.cgi?id=59158
backtrace fifaconfig.exe
When i run 'fifaconfig.exe' then the corresponding window appears, but when i
click on 'Game settings' it ends with an error.
--
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=40405
Bug ID: 40405
Summary: I downloaded a free version of Adobe Photoshop CS6,
and downloaded it to my computer with Wine. The
program works for about two minutes, before a window
pops up saying Photoshop.exe has encountered a serious
problem, and needs to close immediately.
Product: Wine
Version: 1.8-rc4
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bdcombden(a)rogers.com
Created attachment 54136
--> https://bugs.winehq.org/attachment.cgi?id=54136
The backtrace that loads when I ask to See Details about the serious problem
Wine has encountered with Photoshop.exe
I downloaded Adobe Photoshop CS6 onto my Macbook Pro and Macbook. I installed
and opened the application with Wine, and it works fine for about two minutes.
After that short amount of time, a window pops up saying 'Photoshop.exe has
encountered a serious problem and needs to close.' In the description, it says
Wine could have a deficiency, or the program itself.
I clicked on 'Show Details', and it loaded out the backtrack txt I have
attached. I can't find anything in it that shows where the problem is.
I hope this can get resolved.
--
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=22790
Summary: Bonzai3D menu icons fail to update to reflect status
most of the time
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://formz.com/products/bonzai3d/bonzai3dDownloadTri
al.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nick(a)lasventajas.com
In Bonzai3D there are a number of floating palettes, the principle one being
the modeling tool palette which in turn spawns related sub-palettes. For
example, hovering over the pick tool icon evokes a sub palette with various
pick options represented by icons. Selecting an option from the sub palette
closes the sub palette and should place the icon of the tool chosen in the
modeling tool palette. This occurs rarely and randomly.
--
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=46325
Bug ID: 46325
Summary: A program crashed.
Product: Wine
Version: 3.0.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssserkkk(a)yahoo.com
Distribution: ---
Created attachment 63064
--> https://bugs.winehq.org/attachment.cgi?id=63064
Software backtrace file.
A specially crafted training software does not work with wine 3.04 and wine 4.0
rc2.
The backtrace file is 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=45527
Bug ID: 45527
Summary: QQ installs complete with erros,and crashing on
starts.
Product: Wine
Version: 3.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: amie1972(a)163.com
Distribution: ---
My OS is Fedora 28 64bit. My wine version is 3.13.Today my wineprefix seems
damaged.So I create new one and install all my programs.But when I install QQ
it give me a regsvr32.exe crash with a segment fault.I ignore it and go on,it
seems complete,then I go to the installation folder,run wine QQ.exe,it just
says that terminated.after three times retry,I run install my wine-3.9,and run
the program again,it 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.
https://bugs.winehq.org/show_bug.cgi?id=40318
Bug ID: 40318
Summary: Star Wars Galactic Battlegrounds Saga - video glitchy
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ipenguin67(a)yahoo.com
I followed the process to install Wine HQ as spelled out on the FAQ, including
installing XQuartz, XCode, and MacPorts, and having MacPorts build Wine in the
Terminal. Then I downloaded Voobly and the Star Wars Galactic Battlegrounds
game found on GOG:
https://www.gog.com/game/star_wars_galactic_battlegrounds_saga
I installed both using Wine. Voobly works perfectly, but SWGB runs with normal
looking cutscenes but when it gets to the main menu the video flickers and
glitches so that it is unusable. I did some research and tried to remedy this
by opening up winecfg and setting it to emulate a virtual desktop, but it
seemed to have no effect.
If there is more information that will help troubleshoot this bug, let me know
where I should go to pull it. I'm still new to Wine and not sure what the most
relevant info is.
--
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=39248
Bug ID: 39248
Summary: usp10:usp10 fails in right-to-left locales
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: usp10
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The following errors only happen in right-to-left locales:
usp10.c:2018: Test failed: bitmap font System wgBlank 0020 tmBreakChar 0001
usp10.c:2020: Test failed: bitmap font System wgDefault 0161, tmDefaultChar
0061
usp10.c:2018: Test failed: bitmap font Fixedsys wgBlank 0020 tmBreakChar 0001
usp10.c:2020: Test failed: bitmap font Fixedsys wgDefault 0161, tmDefaultChar
0061
usp10.c:2018: Test failed: bitmap font Courier wgBlank 0020 tmBreakChar 0001
usp10.c:2020: Test failed: bitmap font Courier wgDefault 0161, tmDefaultChar
0061
usp10.c:2018: Test failed: bitmap font MS Serif wgBlank 0020 tmBreakChar 0001
usp10.c:2020: Test failed: bitmap font MS Serif wgDefault 0161, tmDefaultChar
0061
usp10.c:2018: Test failed: bitmap font MS Sans Serif wgBlank 0020 tmBreakChar
0001
usp10.c:2020: Test failed: bitmap font MS Sans Serif wgDefault 0161,
tmDefaultChar 0061
usp10.c:2020: Test failed: bitmap font Small Fonts wgDefault 0180,
tmDefaultChar 0080
More specifically they can be seen on the fg-win7u64-1spie9-he WineTest box
which is a Windows 7 Ultimate box configured with a Hebrew locale.
This tests regression was introduced by the following commit:
commit dd2be15118fa368c18ee9fe300f91c1ba8f9ab3c
Author: Qian Hong <fracting(a)gmail.com>
Date: Wed Nov 21 18:14:30 2012 +0800
usp10/tests: Added tests for wgBlank, wgDefault, wgInvalid and wgKashida.
See:
https://test.winehq.org/data/tests/usp10:usp10.html
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24125
Summary: Data Execution Prevention additions missing
Product: Wine
Version: unspecified
Platform: All
URL: http://msdn.microsoft.com/en-us/library/bb736299%28v=V
S.85%29.aspx
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amartinson(a)codeweavers.com
SetProcessDEPPolicy, GetProcessDEPPolicy, and GetSystemDEPPolicy were added for
XP in SP3 and for Vista in SP1. Wine set to XP reports as SP3, but is missing
these.
--
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=44101
Bug ID: 44101
Summary: dotnet programs: long lines in edit fields are messed
up visually
Product: Wine
Version: 2.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 59822
--> https://bugs.winehq.org/attachment.cgi?id=59822
Test program to reproduce the issue
I attached a small testprogram made on my win7 VM with VS2010 in C#.
The upper box is a richedit box, the bottom a multiline textbox.
All tests done in a fresh 32bit WINEPREFIX with wine-2.22.
When I talk about dotnet, I mean native .NET installed with "winetricks -q
dotnet40".
Native riched means "winetricks -q riched20"
This bug has different cases:
wine-mono: The cursor can be set right of the line where no text is, then
pressing delete deletes some char that is in the line, and the cursor jumps
there. The same for richedit and edit field.
dotnet: In the textfield, the first line looks too long.
with built-in richedit: looks ok
with native richedit: The line is rendered longer than it is, when placing the
cursor at the right of the line it's usually inside the last word somewhere,
but pressing delete deletes the rightmost characters.
Can't make screenshots, because that forces the window to repaint, solving the
issue.
--
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=39753
Bug ID: 39753
Summary: LOTRO freezes after about 5 minutes
Product: Wine
Version: 1.8-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: haukeh(a)pc-kiel.de
Distribution: ---
Hi,
the LOTRO client (http://www.lotro.com) freezes after about 5 minutes. With
wine 1.6.x it runs without problems.
I've tested it on two different laptops, both with self-compiled wine 1.8-rc2
on Linux Mint 17.2.
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.
http://bugs.winehq.org/show_bug.cgi?id=19550
Summary: Revolver Office: When printing, font is way too large
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineps.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jg(a)linetco.com
Created an attachment (id=22775)
--> (http://bugs.winehq.org/attachment.cgi?id=22775)
Trace excerpt using unmodified wine
Summary:
When trying to print from Revolver Office 7.0.4, the font chosen is ~ 40k
pixels high.
This leads many blank (or black) pages being print.
How to Reproduce:
Download Revolver Office from
http://download.revolver.info/r7/older/revolver_office_7_0_4_win.exe
Install it using the default settings.
After installing, start it and do the following:
- Country->USA
- Single User
- Enter some details and choose "Evaluation Mode"
- Click "Address-Book"
- Select the only entry
- Select the printer icon in the toolbar
- Print to the CUPS PDF driver
Tested with:
Ubuntu 8.10/9.04 32-and 64-bit prepackaged wine
Ubuntu 9.04 64-bit wine 1.1.26 from git
Preliminary analysis:
Wine downloads the font glyphes correctly into the postscript-file.
But the font sizes written to the postscript-file are way too large, resulting
in the software positioning the text blocks incorrectly. (See
original_trace.txt)
The trace is clearer when disabled font embedding by commenting out the check
in wineps.drv. ScaleFont then reports a font size of ~40k (see
no_download_trace.txt).
Problem seems to be in the resolution of the hdc in use, as all numbers seems
fine until processed by LPtoDP.
Notes:
I would be glad to help in tracking this bug. C-Skills and time is available.
XMPP via jgraef(a)linetco.com possible.
--
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=45907
Bug ID: 45907
Summary: QQ lite doesn't show up its window
Product: Wine
Version: 3.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lilydjwg(a)gmail.com
Distribution: ---
Created attachment 62431
--> https://bugs.winehq.org/attachment.cgi?id=62431
the stderr log
Install QQLite 7.9:
1. winetricks riched20
2. set Windows version to Windows 8.1 for the downloaded executable
3. disable txplatform.exe
4. grab an iphlpapi.dll from a Windows system and set prefer native for it
(this is for the finding people dialog)
5. run the installer
Run the application (C:\Program Files\Tencent\QQLite\Bin\QQ.exe). It runs but
the window never shows up. An error message suggests that QQProtect has failed
to start, which is required for the application.
This application runs on Wine Staging 3.7 and before. The failed message about
QQProtect isn't there.
I can't do a regression test because of bug 45199.
--
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=42363
Bug ID: 42363
Summary: Can not remember QQ login password
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: 406643764(a)qq.com
Distribution: ---
Application: QQ.
File name: QQ8.9.exe
URL: http://dldir1.qq.com/qqfile/qq/QQ8.9/19990/QQ8.9.exe
Bug: Enter QQ account number and password, and then choose "记住密码" (it mean :
remember the password), and then press "登录" button (it mean : login), close QQ
after login, and then open QQ and login again. QQ can not remember the
password. I use the wine provided by fedora. In my impression, wine-1.7.42 is
the last version which can remember QQ login password. I tried to replace the
.dll.so files of wine-1.7.42 with the .dll.so file of wine-2.0 one by one. The
results is that QQ can not remember the login password only while replace
advapi32.dll.so. Note: You should use the native riched20.dll, or can not enter
the QQ password.
--
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=39245
Bug ID: 39245
Summary: shlwapi:ordinal fails in a mixed locale configuration
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: shlwapi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The following error only happens on the mixed locale WineTest box.
ordinal.c:248: Test failed: have 'iu-ca' (searching for 'iu-Latn-CA')
That box (fg-win7u64-1spie9-mx) has the following locale settings:
Formats=Inuktitut (Syllabics, Canada)
Location=Israel
Language=German (Germany)
SystemLocale=Japanese (Japan)
It's probably getting tripped by the uncommon Inuktitut locale.
See:
https://test.winehq.org/data/tests/shlwapi:ordinal.html
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33612
Bug #: 33612
Summary: QQ International can't load Group Sharing
Product: Wine
Version: 1.5.30
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: litimetal(a)gmail.com
Classification: Unclassified
Created attachment 44490
--> http://bugs.winehq.org/attachment.cgi?id=44490
Terminal Output
0. download QQ
1.
winetricks ie7 for Bug 29638
winetricks riched20 for Bug 29636
2. wine QQIntl1.6.exe to install it
3. wine QQ.exe, login successfully
4. open a chat-box of a group, click on the icon for group sharing
And the window which should show the files is blank
--
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=43439
Bug ID: 43439
Summary: Crazyracing Kartrider: async_create_driver failed to
create driver
Product: Wine
Version: 2.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: j20001970(a)yahoo.com.tw
Distribution: ---
Created attachment 58803
--> https://bugs.winehq.org/attachment.cgi?id=58803
Terminal Output
Kartrider stops after loading Nexon Game Security(NGS), but it seems it's
because of XignCode3 as the log said "err:winedevice:async_create_driver failed
to create driver L"xhunter1": c0000001"
--
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=12243
Summary: Skype: 'Access Violation' crash after 5mn
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)konsoletek.com
Created an attachment (id=11678)
--> (http://bugs.winehq.org/attachment.cgi?id=11678)
Wine log of Skype Crash
Skype 3.6 for Windows runs normally for about 5 minutes then crashes with the
following error message: "Access violation at address 00595FFF in module
'Skype.exe'. Read of address FFFFFFFF." Seems to happen regardless of what is
being done in the application.
Additionally when Skype starts, I receive "OLE error 80004001" - not sure if
its related or not.
Downloaded from: http://www.skype.com/download/skype/windows/downloading/
--
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=37942
Bug ID: 37942
Summary: World of Warcraft (6.0.3) hangs: 100% CPU usage
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: StormByte(a)gmail.com
Distribution: ---
Prior to 6.0, World of Warcraft worked well under wine, at least the time I've
been playing.
Now, it just freezes with 100% CPU usage (only in 1 core), but don't happen
always, sometimes at the end of loading bar, sometimes just when walking, but
it happens near 100% of the time I open it.
I used also winetricks to install d3d9 stuff, and also tried opengl, nothing
prevented those freezes.
Also, I am using the 64bit client as I have my system as 64bit.
Maybe related to #29584 as it happens sometimes also on the load bar..
--
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=34125
Bug #: 34125
Summary: JX3Client.exe crashes at start
Product: Wine
Version: 1.6
Platform: x86
URL: http://jx3.client.cdn.kingsoft.com/JXOnline3-v3.0.4.49
80/JXOnline3-v3.0.4.4980.rar
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Depends on: 34124
Classification: Unclassified
1. Download and install JX3 game
http://jx3.client.cdn.kingsoft.com/JXOnline3-v3.0.4.4980/JXOnline3-v3.0.4.4…
2. winetricks -q wininet, workaround bug 34124
3. Start JX3Launhcer.exe, the laucher will start gameupdater.exe and download
some update packages, wait for the downloading until finish.
(The game refuse to start if it hasn't been upgrade to latest version)
4. Start JX3Client.exe:
One way is to start JX3Launcher.exe
~/.wine/drive_c/Program Files/Kingsoft/JX3$ wine JX3Launcher.exe
And then click on '开始游戏'(Start game)
The other way is start JX3Client.exe with special parameter:
drive_c/Program Files/Kingsoft/JX3/bin/zhcn$ wine JX3Client.exe
DOTNOTSTARTGAMEBYJX3CLIENT.EXE
Expect result:
The game should start normally
Actual result:
The game crashes at start.
game version after auto update: 3.0.4.5023
--
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=32464
Bug #: 32464
Summary: HAWKEN launcher crashes after 3-20 seconds
Product: Wine
Version: 1.5.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jamesleeon(a)ileamare.ru
Classification: Unclassified
With update to 1.5.19 from 1.5.19 I have problems with HAWKEN launcher.
It doesn't show news, time and speed (when download patch/game files). After
3-20 seconds after launch it crashes.
After crush I have this in console:
[1216/224044:ERROR:proxy_config_service_win.cc(159)]
WinHttpGetIEProxyConfigForCurrentUser failed: 2
fixme:ras:RasEnumConnectionsW (0x1a2ce8,0x462e568,0x3a70004),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program
to use LAN connection/winsock instead!
[1216/224058:ERROR:proxy_config_service_win.cc(159)]
WinHttpGetIEProxyConfigForCurrentUser failed: 2
fixme:ntdll:server_ioctl_file Unsupported ioctl 900c4 (device=9 access=0
func=31 method=0)
fixme:ntdll:server_ioctl_file Unsupported ioctl 900c4 (device=9 access=0
func=31 method=0)
fixme:iphlpapi:CancelIPChangeNotify (overlapped 0x173abb8): stub
There's no such problem on 1.5.18.
--
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=23299
Summary: screen under Steam windows is not refreshing
Product: Wine
Version: 1.2-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam(a)mizerski.pl
window manager: metacity with compositing enabled
notice: when talking about Steam windows I mean every window that Steam opens.
It can be the main window, but also the "Connecting Steam account", properties,
Friends, etc.
Screen under Steam windows is not refreshing, but only the part that is below
and to the right of top left corner of Steam window.
On the screenshot you can see the Firefox window with scrolled page and Avant
Window Navigator with autohiding.
--
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=44726
Bug ID: 44726
Summary: runtime error 380 starting genograph
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marc.clemens(a)sichtweisen-ol.de
Distribution: ---
I try to install the program genograph (geno200.exe from
http://www.klaus-wessiepe.de/down.htm) by using wine. Sometimes the
installation is successful, and the program works, sometimes not, and there
will be the alert: Runtime error 380. I don't know why program sometimes works
and sometimes not. I am using Linux Mint Cinnamon and I think the latest
version of 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=10571
Summary: scsi controller IDs mapped to wrong ASPI IDs
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wbreyha(a)gmx.net
Hi!
The builtin wnaspi32.dll seems to number SCSI Port IDs 0,1,2,4,8,0x10,....
(like the native linux controller IDs), instead of 0,1,2,3,4,5..... (as
required by ASPI as far as I was told). So every device connected to a SCSI
Port ID larger then 2 is not visible to applications.
At least on my machine I see this numbering in the
HKLM/Hardware/DEVICEMAP/Scsi/
tree. "Scsi Port x" where x=0,1,2,4,8,.....
I tried to run "Easy CD-CA Extractor" and my DVD-Drive is connected to
controller id 4 (which should be 3 in ASPI aspects). Copying the whole tree
from "Scsi Target 4" to "Scsi Target 3" worked.
The developer of "Easy CD-DA Extractor" told me that ASPI requires a
0,1,2,3,4,5,... numbering.
Regards, Wolfgang Breyha
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10003
Summary: Illustrator CS2 installer can't show image
Product: Wine
Version: CVS/GIT
Platform: Other
URL: ftp://ftp.adobe.com/pub/adobe/illustrator/win/cs2/Illust
rator_CS2_ue_TryOut.exe
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: enhancement
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The Illustrator CS2 installer is probably missing
a bitmap (though I haven't seen it in action on
Windows, so I can't say), as one sees the following scroll by:
fixme:ole:OLEPictureImpl_Load Unknown stream header magic: 00905a4d
fixme:ole:OLEPictureImpl_Load Unknown stream header magic: 00000004
fixme:ole:OLEPictureImpl_Load Could only read 65520 of 65535 bytes out of
stream?
fixme:ole:OLEPictureImpl_Load Unknown magic 00b8, 65520 read bytes:
b8 00 00 00 00 00 00 00 b8 00
00 00 00 00 00 00 40 00 00 00
00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00
00 00 f0 00 00 00 0e 1f ba 0e
00 b4 09 cd 21 b8 01 4c cd 21
54 68 69 73 20 70 72 6f 67 72
61 6d 20 63 61 6e 6e 6f 74 20
...
err:msi:msi_load_picture failed to get bitmap size
err:msi:msi_dialog_bitmap_control Failed to load bitmap L"NewBinary1"
when the installer is on its third or so screen.
Native dcom98 doesn't help.
--
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=43735
Bug ID: 43735
Summary: i am trying to download a windows software karvy an
financial software which is not working ..
Product: Wine
Version: 2.0.2
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hiteshpeswani.hp(a)gmail.com
Created attachment 59215
--> https://bugs.winehq.org/attachment.cgi?id=59215
i am trying to download a windows software karvy an financial software which is
not working ..
i am trying to download a windows software karvy an financial software which is
not working ..
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41754
Bug ID: 41754
Summary: Steam in wine stuck at 100% usage after some quake
live gameplay
Product: Wine
Version: 1.9.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cosiekvfj(a)o2.pl
Distribution: ---
Created attachment 56197
--> https://bugs.winehq.org/attachment.cgi?id=56197
img
Steam seems to be stuck in loop and uses 100% processor. It happens after some
quake live gameplay. Steam is still usable but a little bit less responsive.
--
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=38332
Bug ID: 38332
Summary: Aces High II frame stuttering
Product: Wine
Version: 1.7.33
Hardware: x86
URL: http://www.hitechcreations.com/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: charlton(a)openmailbox.org
CC: erich.e.hoover(a)wine-staging.com
Regression SHA1: 3d5fe2074e569a9d846a6018792d68d76d3eb38d
Distribution: ---
Basicly with this commit "3d5fe2074e569a9d846a6018792d68d76d3eb38d" I see frame
stuttering with the game Aces High 2.
To reproduce this problem: 1. Download
http://downloads.hitechcreations.com/AH2322.EXE
2. Install and run the game using a wine version greater or equal to 1.7.33
3. You should notice the frames are stuttering immediatly inside the menu if
not click on "Offline Practice" to do further testing.
The frame rate is smooth if you reverse this commit.
Also if you are using mesa you need libtxc_dxtn to see most of the textures.
--
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=43311
Bug ID: 43311
Summary: Installed Crossout and it isn't working... DXD9 error
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: benjaminrollock(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Created attachment 58652
--> https://bugs.winehq.org/attachment.cgi?id=58652
Crossout installation error
I'm attemping to install Crossout on Linuxmint and Wine after I installed wine
crossout is having a DXD9 error. I also have winetricks installed.
--
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=33822
Bug #: 33822
Summary: Missing pictures in chats record of QQ 2012 Simplified
Chinese version
Product: Wine
Version: 1.6-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fangpeishi(a)gmail.com
Classification: Unclassified
Created attachment 44834
--> http://bugs.winehq.org/attachment.cgi?id=44834
Screenshot
Missing pictures in chats record of QQ 2012 Simplified Chinese version ,that
means ,the pictures can't be saved to the record files.
--
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=39819
Bug ID: 39819
Summary: No sound in the game Blade & Soul
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: terapy-session(a)bk.ru
Distribution: ---
After upgrading to 1.8 sound disappeared in the game. This bug has already been
previously fixes in version 1.7.53 and finally removed in 1.7.54.
https://bugs.winehq.org/show_bug.cgi?id=39357
--
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=37463
Bug ID: 37463
Summary: After making native oleaut32.dll ico image is appear
black background.
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: lokesh.bhandari(a)enjayworld.com
Distribution: ---
Created attachment 49838
--> https://bugs.winehq.org/attachment.cgi?id=49838
after making oleaut32.dll native my application look like this
Application show black background after making oleaut32.dll as native from
winecfg. Only ico format image show black background. I had used oleaut32.dll
because after clicking menu button it open to slowly. Also my menu which has
ico format is also show black background.
--
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=32850
Bug #: 32850
Summary: DmC: Devil May Cry drops FPS dramatically after
cutscenes
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krywk(a)hotmail.com
Classification: Unclassified
Created attachment 43384
--> http://bugs.winehq.org/attachment.cgi?id=43384
Terminal output
Basically, the game becomes unplayable slow after a cutscene.
--
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=44756
Bug ID: 44756
Summary: Project Cars 2 crash on launch
Product: Wine
Version: 3.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mo78(a)abv.bg
Distribution: ---
Created attachment 60770
--> https://bugs.winehq.org/attachment.cgi?id=60770
Project Cars 2 log
Project Cars 2 crashes at start and popup for sending error to developers
appears. Before that it says that my video card doesn't meet the system
requirements for DX11. My video card is NVIDIA GTX 1080 Ti. There is the full
log:
https://pastebin.com/VR6LxASM
--
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=43589
Bug ID: 43589
Summary: Games with Safedisc protection causes the machine to
hang
Product: Wine
Version: 2.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: haakobja(a)gmail.com
Distribution: ---
Hi,
I've discovered that if I try to run Midtown Madness 2, Motocross Madness 2 or
Crimson Skies, my machine comes to a grinding halt. The only thing I'm able to
do is to do a hard reset of my machine.
I'm trying the retail versions of the games with the cd in the physical drive.
--
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=37680
Bug ID: 37680
Summary: QQ 6.2: unable to quit QQ.exe cleanly
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jactry92(a)gmail.com
Distribution: ---
reproduce:
1. 'winetricks -q riched20 cjkfonts' and disable msctf in winecfg
2. Download and install QQ 6.2:
http://dldir1.qq.com/qqfile/qq/QQ6.2/12179/QQ6.2.exe
3. Login QQ. Here is a account for testing:
account: 1469264807
Password: winedebug
* If you cannot login with this account, you can register another here:
http://reg.imqq.com/
4. Click the menu and client the button with text '退出'(logout) to quit QQ
Expect result:
All exe of QQ will quit.
Actual result:
txplatform.exe and some other programs from QQ didn't quit.
Because QQ 6.2 is in Chinese, it may difficult for non-Chinese speaker to
reproduce.
I made a video here: http://youtu.be/C1fH5jAKITo
--
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=31508
Bug #: 31508
Summary: AutoXplorer demo crashes when you click on "Sell Car"
Product: Wine
Version: 1.5.11
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
AutoXplorer is an app for used car dealers, with a free trial download.
9fc4799e7672fcd6b225b1b940de0a6a7711f6fd autoxdemo.exe
It requires 'winetricks jet40 vb5run' before installing/running.
The app starts, but puts up a dialog saying "Error in loading DLL"
and the error
err:ole:TLB_ReadTypeLib Loading of typelib L"olepro32.dll" failed with error 0
But it recovers and puts up its main gui. Then, if you click
on "Sales Desk" and "Sell A Car", it puts up a dialog
"Run-time error '13'
Type mismatch"
and several warnings of type:
fixme:olepicture:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4f92-6699-11cf-b70c-00aa0060d393}
It exits when you click 'ok'.
--
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=15561
Summary: Palm Desktop crashes in address export
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan-winehq(a)hoogenraad.net
Created an attachment (id=16557)
--> (http://bugs.winehq.org/attachment.cgi?id=16557)
Detailed output from the shell window where wine was invoked
Palm Desktop crashes in address export
Version 1.0 (which I usually use) and version 3.0.x crash basically in the same
fashion at an address in mfc30 (version 1.0, Windows 3.x) or mfc42 (32-bit
version)
wine: Unhandled page fault on read access to 0x04455369 at address 0x7fb73a55
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x04455369 in 32-bit code
(0x7fb73a55).
err:dbghelp:pe_load_dbg_file Couldn't find .DBG file "opt_mfc30.DBG"
("\\\xf23")
Detailed output from the shell window where wine was invoked are attached.
I have added the output of both the Windows 3.x version and the 32-bit version.
--
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=36098
Bug ID: 36098
Summary: Winamp's DirectSound plugin doesn't work with
192KHz/24bit ALSA audio output
Product: Wine
Version: 1.7.17
Hardware: x86
URL: http://www.filehippo.com/download_winamp/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
When you have this
defaults.pcm.dmix.rate 192000
defaults.pcm.dmix.format S24_LE
defaults.pcm.rate_converter "samplerate_best"
in /usr/share/alsa/alsa.conf (disable PulseAudio if you have it),
Winamp's DirectSound plugin doesn't work:
"Nullsoft DirectSound driver Output 2.63 (d) Error
Bad DirectSound driver. Please install proper drivers or select another device
in configuration".
WaveOutput plugin works 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.
http://bugs.winehq.org/show_bug.cgi?id=28363
Summary: test mstask/task_trigger.ok slightly flaky?
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mstask
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This just happened for me once after about a thousand or so runs:
../../../tools/runtest -q -P wine -M mstask.dll -T ../../.. -p
mstask_test.exe.so task_trigger.c && touch task_trigger.ok
task_trigger.c:105: Test failed: wStartMinute: Found 46 but expected 47
For what it's worth, this was with WINEDEBUG=warn+heap, and the system was
os: Ubuntu 10.04.3 LTS, 2.6.32-33-generic, pulseaudio
0.9.21-63-gd3efa-dirty, Advanced Linux Sound Architecture Driver Version
1.0.21.
ram: 3212 MB
cpu: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz
gpu: GeForce GT 240/PCI/SSE2 3.2.0 NVIDIA 195.36.24
--
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=9645
Summary: icons etc vanish, except behind mouse
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arthur.butler(a)smartemail.co.uk
Hi,
First bug report for Wine-hope I tell you enough. First, thanks for all the
work.
I'm trying to run a demo version of an interesting program called Universal
Mechanism. It's developed by a university and is able to solve and simulate
physical systems quite accurately. It's used by companies and researchers, and
is reasonably affordable:
http://umlab.ru/index.htm
The program works, but large parts of the display vanish except when the mouse
pointer is moved over them. Could be used, but tedious. I'd guess it might be
an interesting program for some users, quite a rare type of program, and
useful. Since it runs OK, except UI I wondered if you might be able to
investigate? I don't know which part of wine might be responsible, but I'd
guess one of the accelerated graphics libraries. I'm using Debian Etch, with
your package: 0.9.44~winehq0~debian~4.0-1
I have an nvidia graphics card, and opengl works fine for other apps, via
nvidia driver, again debian package.
If you need more info please ask,
Thanks in advance,
Arthur
--
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=44074
Bug ID: 44074
Summary: GOG Galaxy Client is empty
Product: Wine
Version: 2.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mail(a)prutheus.com
Distribution: ---
Hello. I am running wine-staging-2.20 with win32 WINEARCH.
After I followed the installation instructions from here
(https://appdb.winehq.org/objectManager.php?sClass=version&iId=32129), my
GOGGalaxyClient launches with some error boxes of wine and is grey-blank.
(https://imgur.com/vBeOfBQ)
Can someone help me to fix that?
Here is also my wine log (https://bpaste.net/show/75aac5cb3890)
--
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=29644
Bug #: 29644
Summary: QQ International 1.1 cannot insert images into chat
Product: Wine
Version: 1.3.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jarrodbagwell(a)gmail.com
Classification: Unclassified
1. Download QQInt1.1.exe:
http://www.softpedia.com/get/Internet/Chat/Instant-Messaging/QQ-Internation…
2. To get it running, install the following packages from winetricks: gdiplus
ie6 vcrun6 riched20
3. Open a chat window with someone and click the 'insert image' button.
4. Select an image and attempt to insert
5. QQ should crash out completely.
--
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=20530
Summary: SolidWorks Explorer 2010: Fails to start
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.solidworks.com/sw/support/downloads.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=24467)
--> (http://bugs.winehq.org/attachment.cgi?id=24467)
Image of two warning windows
I'm using Wine wine-1.1.32-260-gf222a16 compiled on gcc (GCC) 4.4.1 20090725
(Red Hat 4.4.1-2) on Fedora 11 i386.
Steps to reproduce:
1) clean ~/.wine
2) install SolidWorks Explorer 2010 (swexplorer.exe) downloaded from URL given
in
heading
3) winetricks vcrun2005
4) launch "~/.wine/drive_c/Program Files/SolidWorks/SolidWorks Explorer
2010/solidworksexplorer.exe"
5) two warning windows appear and at the end graphical crash dialog
Result:
Application doesn't start
Expectation:
Application starts
--
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=20039
Summary: COM-port CTS/DSR lines stay low
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.n1mm.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rx9tx(a)qrz.ru
CC: rx9tx(a)qrz.ru
Program installation http://www.pi4dec.nl/n1mm/N1MM-FullInstaller.exe
Latest update http://www.pi4dec.nl/n1mm/N1MM-newexeV9.9.3.exe
Program communicates with the radio through an interface based on USB->COM
converter on FTDI chip. After the com port initialisation the CTS/DSR lines
stay low, problem is that radio can not read the data if they are low.
When running the program under Windows, COM-port initialisation sets the
CTS/DSR lines in the high state.
Is there any way to set them high?
--
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=37617
Bug ID: 37617
Summary: QQIntl will crash after log in
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hillwoodroc(a)gmail.com
Distribution: ---
Created attachment 50065
--> https://bugs.winehq.org/attachment.cgi?id=50065
QQIntl log
1.Download from http://dldir1.qq.com/qqfile/QQIntl/QQi_PC/QQIntl2.11.exe
2.winetrick riched20 msctf.
3. login with the folloing testing account:
account: 1469264807
Password: winedebug
4.QQIntl will crash.
It seems that we can usr winetrick wininet to 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.
http://bugs.winehq.org/show_bug.cgi?id=26548
Summary: GomezPEER is always visible behind other windows
Product: Wine
Version: 1.3.16
Platform: x86-64
URL: http://lastmile.gomez.com/PEERInstall.exe
OS/Version: Linux
Status: NEW
Keywords: download, integration
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=33811)
--> (http://bugs.winehq.org/attachment.cgi?id=33811)
Screenshot: console is on top but Gomez still visible
To be a bit more accurate, GomezPEER can be seen behind other windows, when
GomezPEER updates its window. Parts of the window updates every second so it
is effectively always there.
This is not a new problem, it has existed for as long as I can remember.
Currently using Gnome/Ubuntu/GDM/fglrx but appears on all desktops I have used.
Desktop effects are disabled and windows are not transparent.
The attached screenshot should make it obvious.
--
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=20628
Summary: chromium's ipc_tests.exe's IPCChannelTest.ChannelTest
fails occasionally
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On Wine, but not on Windows, the command
wine src/chrome/Debug/ipc_tests.exe --gtest_filter=IPCChannelTest.ChannelTest
fails about 5% of the time. (You may need to run it several hundred
times to see the first failures.)
Sadly, with +relay it never fails.
Related source:
http://src.chromium.org/viewvc/chrome/trunk/src/ipc/ipc_tests.cchttp://src.chromium.org/viewvc/chrome/trunk/src/ipc/ipc_channel_win.cc
To repeat:
$ wget http://kegel.com/wine/chromium/chromium-tests.tar.bz2
$ tar -xjvf chromium-tests.tar.bz2
$ while true
do
wine src/chrome/Debug/ipc_tests.exe --gtest_filter=IPCChannelTest.ChannelTest
> log 2>&1
grep FAILED log && break
done
--
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=11667
Summary: Window contents not updated properly after being moved
Product: Wine
Version: 0.9.55.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Hi,
I believe this bug relates to DirectDraw. (Apologies for my lack of detailed
knowledge about Windows.)
In some cases, moving a window whose contents are updated by DirectX calls
causes trash/garbage to appear when the window is drawn in its new position,
My theory is that WINE remembers the window contents at the moment the user
begins dragging the title bar, and simply copies that to the new window
position. If the program continues to update the DirectX buffer while the user
is moving the window frame, WINE puts the old/stale buffer contents in the
moved window. This happens in both normal and virtual desktop modes.
For applications like video players, this effect may not be very noticeable if
the player redraws the whole window every frame. But for applications which
don't do that, the effect can be quite ugly.
One program I have found which shows this problem is WinUAE. To reproduce:
- Download and install WinUAE from http://www.winuae.net/
- Download an example disk image for testing, e.g.
ftp://ftp.coresystems.de/pub/uae/rsi1.adf.gz
- Start WinUAE and select the rsi1.adf.gz file for emulated drive DF0:, and
start the emulation.
- Once the demo graphics appear, repeatedly move the main WinUAE window and
notice the problem.
--
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=44317
Bug ID: 44317
Summary: 3.0-rc5 removes elements displayed in version 2.18,
displays hidden instead.
Product: Wine
Version: 3.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: brian.black(a)email.com
Distribution: ---
Created attachment 60167
--> https://bugs.winehq.org/attachment.cgi?id=60167
Example image 01 2.18 staging comparison
Mounts, eyes, external layers of armor fails to render. (Invisible) bounding
boxes are displayed as opaque black or red boxes at campfires. Unlike 2.18
staging 3.0-rc5 is missing elements rendered in 2.18 such as tree leaves and
other background elements.
I will now illustrate this with the attachments. While I edited these using
GIMP to add text and call outs, no graphic details to images were altered.
1. Image01 (2.18) shows my "pet" flying on the left side of the screen wearing
his orange clothing, the buildings in the background are fogged in blue as they
should be, and the big tree has the pinkish leaves. All of these elements are
normal and have no issue. My character is missing his boots (no feet) and has
no eyes, while all other character have all these items.
2. Image02 (3.0-rc5) shows my "pet" now flying in front of the tree on the
right. The tree is missing leaves and is now bare. The background is now black
and even more elements are missing from my character than before.
3. Image03 (3.0-rc5) shows me mounted on my wolf the same mount as my friend
posed nearby to illustrate the effect is just my character and not other
characters. The application it seems handles the individual character
differently than those of other players and non player AIs.
This game is completely unplayable under 3.0-rc5, due to the fact many areas
show as solid colors (such as black). Making it near next to impossible to
navigate dungeons. Anyone playing in 2.18-staging should remain there for game
play purposes. While debugging continues in 3.0 and beyond.
--
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=32290
Bug #: 32290
Summary: SSF v0.12 Beta R3 cannot be run properly
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: radiowavers(a)gmail.com
Classification: Unclassified
Software information:
--------------------------------------------------------------------------------------
http://en.wikipedia.org/wiki/SSF_(emulator)http://www7a.biglobe.ne.jp/~phantasy/ssf/index.htmlhttp://www7a.biglobe.ne.jp/~phantasy/ssf/files/SSF_012_beta_R3.zip
--------------------------------------------------------------------------------------
System information:
--------------------------------------------------------------------------------------
OS version: Mac OS X Mountain Lion 10.8.2
X Window System: XQuartz 2.7.4 (xorg-server 1.13.0)
Wine version: 1.5.18 - latest development version, built with GCC 4.7.2 from
sources.
I am using development version, because it has the built-in fix for Bug 32101.
All the dependencies of Wine and GCC are the latest stable.
--------------------------------------------------------------------------------------
First of all, bug 12622 needs to be reopened (or a new version of it to be
created, since
"fixme:win:EnumDisplayDevicesW ((null),0,0xRandomMemoryAddress,0x00000000),
stub!" error is not fixed by inserting/mounting a CD!
If I mount/insert a CD, I get this console error anyway, and program closes in
two seconds!
If I don't mount/insert a CD, I get this console error and the program launches
with warning message "?????CD??????????"
(no CD present). But, if I ignore this warning message and don't click OK
(which would result in program termination)
I could navigate in the main program window between menu options (with keyboard
arrows only, since program window
doesn't expand and anything except "File(F)" is not visible. I click "File(F)"
and then left/right keyboard arrows)
However, if I click "Option (O)", "Rotation", "Window Size", "Sound Record
(S)", "Video Record (V)",
or even "cep(C)" (which should show a small message, like "About...") I get a
"Program Error" message.
In the attachment, you could see a .zip archive with all the different
backtraces I got for these options.
--
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=37371
Bug ID: 37371
Summary: EVE Probe: ALError: ALResult(80004005) E_FAIL: An
undetermined error occurred
Product: Wine
Version: 1.7.28
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Commander.Alchemy(a)gmail.com
Created attachment 49697
--> https://bugs.winehq.org/attachment.cgi?id=49697
log
Running the application EVE - Probe seems to silently crash when you want to
start this benchmark.
The link to the current version:
https://forums.eveonline.com/default.aspx?g=warning&l=http%3a%2f%2ffiles.ev…
Tried to debug it more but cannot find how to get around this issue.
Best Regards
Artur O.
--
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=35512
Bug ID: 35512
Summary: Adobe CC installer stalls
Product: Wine
Version: 1.7.11
Hardware: x86-64
URL: https://creative.adobe.com/products/photoshop
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: wintrust
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 47405
--> http://bugs.winehq.org/attachment.cgi?id=47405
wine-1.7.11-206-g82b3813 console output
Working around Bug 35510 with a native winhttp the Adobe CC installer stalls
and doesn't do anything.
fixme:wintrust:HTTPSCertificateTrust (0x15fbd8)
fixme:wintrust:HTTPSFinalProv (0x15fbd8)
Using wintrust.dll (and msasn1.dll) from Windows XP (Win 7 has too many
dependencies) allows things to move on slightly further to:
fixme:crypt:I_CryptCreateLruCache (0x98dae4, 0x76c5a018): stub!
fixme:crypt:I_CryptInstallAsn1Module (0x15e340 00000000 (nil)): stub
The installer then stalls once more.
--
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=44560
Bug ID: 44560
Summary: Cossacks 3: black units & trees
Product: Wine-staging
Version: 3.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: loic.blot(a)unix-experience.fr
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 60522
--> https://bugs.winehq.org/attachment.cgi?id=60522
screenshot
Cossacks 3 under wine staging 3.2 (and wine 2.21) has black units and trees.
OS: archlinux
architecture: amd64
Graphics: Radeon RX580
--
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=42680
Bug ID: 42680
Summary: Playstation Now needs
msvcr120.dll.?_NewCollection@_AsyncTaskCollection@deta
ils@Concurrency@@SAPAV123@PAV_CancellationTokenState@2
3@@Z
Product: Wine
Version: 2.4
Hardware: x86
URL: https://www.playstation.com/en-us/explore/playstationn
ow/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
Follow up to bug 42658
--
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=26570
Summary: Maestia | Das Fantasy-MMORPG
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: devil77329(a)yahoo.de
This is my bugreport to the support team of Maestia (german)
Nach der Installation und
bei jedem Aufrufen des Programmstarters mit "root - Rechten" Meldung No.1:
* ! Verbindung zum Patchserver fehlgeschlagen [ OK ] *
ein separates öffnen der MaestiaUpdater.exe unter Wine bringt das gleiche
Ergebnis
Meldung No.2
* Programm Fehler
Im Programm MaestiaUpdater.exe traten schwerwiegende Fehler auf und es muss
beendet werden. Wir entschuldigen uns für die Unannehmlichkeit.
Die Ursache kann ein Problem im Programm oder ein Fehler in Wine sein.
Sie können unter http://appdb.winehq.org Tips zum Ausführen der Anwendung
einholen.
Tritt dieses Problem unter Windows nicht auf und wurde es noch nicht gemeldet,
können Sie unter http://bugs.winehq.org einen Eintrag hinterlassen. [ Schließen
] *
--
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=39109
Bug ID: 39109
Summary: Erro na compilação do wine pelo cygwin
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: heliomoreno(a)gmail.com
./tools/winebuild/winebuild.exe -m64 -w --implib -o dlls/aclui/libaclui.a
--export ./dlls/aclui/aclui.spec
winebuild: Unix-style import libraries not supported yet
Makefile:492: recipe for target 'dlls/aclui/libaclui.a' failed
make: *** [dlls/aclui/libaclui.a] Error 1
-------------------------
~/Downloads/wine-1.6.2
$ CC="ccache gcc" ./configure --enable-win64 --without-freetype --without-x
make depend
make <-- apresenta erro nesta parte
--
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=41171
Bug ID: 41171
Summary: Segfault on cinepak movie playback in War Wind
Product: Wine-staging
Version: 1.9.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine-tester(a)yandex.ru
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 55403
--> https://bugs.winehq.org/attachment.cgi?id=55403
backtrace
War Wind crashes on start while trying to play the intro logo, which is an AVI
file with ffcvid codec. Here is the error message (backtrace is attached):
ALSA lib pcm_dmix.c:961:(snd_pcm_dmix_open) The dmix plugin supports only
playback stream
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
8
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
8
fixme:ddraw:ddraw7_WaitForVerticalBlank iface 0x13dae0, flags 0x1, event (nil)
stub!
fixme:ddraw:ddraw_surface7_Flip Ignoring flags 0x1.
fixme:iccvid:ICCVID_DriverProc Unknown message: 401e 3539192 3539240
err:iccvid:decode_cinepak CVID: corruption 29700 (QT/AVI) != 13158 (CV)
wine: Unhandled page fault on write access to 0x003f8070 at address 0x7d4f688f
(thread 0009), starting debugger...
preloader: Warning: failed to reserve range 00010000-00110000
--
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.