http://bugs.winehq.org/show_bug.cgi?id=14398
Summary: X3 Reunion crash on opening comm menu
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.egosoft.com/games/x3/info_en.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pablo.bueti(a)gmail.com
Created an attachment (id=14712)
--> (http://bugs.winehq.org/attachment.cgi?id=14712)
The console outuput when game hangs
When selecting a ship and pressing C to open comms dialog the game hangs, there
are several fixme:amstream lines in console that don't stop showing while games
is hang. After pressing Ctrl-c in console I got the output to report the error
here (attached).
This was tested on openSuSe 10.3, kernel 2.6.22.18-0.2-default and Wine 1.1.0
without modifications.
Also videos and sounds aparently in mp3 format don't play. I found that I'm not
the only having this problem and seems to be related to amstream.dll. Also
tried using native dll but don't help (game crashes and return to console).
--
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=31342
Bug #: 31342
Summary: Trespasser wont launch
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mstilson153(a)gmail.com
Classification: Unclassified
Created attachment 41183
--> http://bugs.winehq.org/attachment.cgi?id=41183
Error report information
Trespasser.exe: trespasser has encountered a serious problem and needs to
close.
--
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=39123
Bug ID: 39123
Summary: Fairy Fencer F - Large number of FIXME ntdll
NtQuerySystemInformation calls
Product: Wine
Version: 1.7.49
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: chaos.kagami(a)gmail.com
Distribution: ---
Created attachment 52131
--> https://bugs.winehq.org/attachment.cgi?id=52131
Replaces SYSTEM_INTERRUPT_INFORMATION returning zeroed array with rand() filled
array
The following messages are repeated through the log during gameplay of Fairy
Fencer F, over and over:
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_INTERRUPT_INFORMATION
fixme:ntdll:NtQuerySystemInformation
(0x00000021,0x5dd43a80,0x00000010,0x6fcdd00) stub
fixme:ntdll:NtQuerySystemInformation
(0x0000002d,0x5dd43a80,0x00000020,0x6fcdd00) stub
Looking through WINE's source, as well as various internet resources -
SYSTEM_INTERRUPT_INFORMATION and another two-ish unimplemented queries can be
used to seed RNG, or just be used as random numbers. Wine returns a zero-filled
array in all of these cases, which results in oddly crippled RNG ranges in
Fairy Fencer F. I've observed a whole battle where every attach hit and as long
as the same attack was used, it did exactly the same damage every time. Also,
in general, the game appears to lack some randomness with these stubs versus
windows. Replacing the zero-filled array with a rand() filled one improves the
situation, but I'm rather sure it isn't what windows does.
A rather hackish patch is attached. The difference in random numbers in-game
should be easily and immediately observable. I'm also aware the patch doesn't
meet submission guidelines - it's not meant to be a real fix. I'm not entirely
sure what the 'correct' fix 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=39150
Bug ID: 39150
Summary: Devil May Cry 3 SE Screen is too bright.
Product: Wine
Version: 1.7.49
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Hello Everyone,
Devil May Cry 3 SE Screen is too bright. It almost looks like a white out.
--
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=25390
Summary: wineconsole doesn't returns exit code of subprocess
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cblp(a)cblp.su
wineconsole should exit with the code, that was returned by nested command.
Example 1.
$ wineconsole cmd
CMD Version 1.2
> thereisnosuchcommand
File not found
> echo %ERRORLEVEL%
9009
> exit
$ echo $?
0
Example 2.
$ wineconsole thereisnosuchcommand
wine: cannot find L"C:\\windows\\system32\\thereisnosuchcommand.exe"
wineconsole: Starting command "thereisnosuchcommand" failed.
The command is invalid.
$ echo $?
0
And always 0, regardless of subprocess.
--
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=36778
Bug ID: 36778
Summary: Webbrowser can't show local images (urls)
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: ocean04(a)suomi24.fi
Created attachment 48844
--> http://bugs.winehq.org/attachment.cgi?id=48844
Sample + source
Attached sample code is used to show html previews
Extract zip to c:/ (.wine/drive_c/) Run imagepreview.exe and click button.
It should show test.jpg, but instead broken image icon.
Sample works if replace "file:///c:/test.jpg" with some http url.
Workaround winetricks ie8
--
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=37625
Bug ID: 37625
Summary: Fallout: New Vegas fails to allocate system memory
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oinabilac(a)gmail.com
Distribution: ---
Fallout: New Vegas fails to allocate enough system memory when running on
high/ultra graphics settings. The game does not crash but the game is not
rendered properly; the interface disappears and certain textures are not
visible.
Wine repeatedly gives the following messages:
err:d3d:resource_init Failed to allocate system memory.
This issue can be fixed by setting the large address aware flag enabled (works
for Fallout 3 which has the same issue and runs the same game engine), but for
some reason New Vegas will not start if this is done. This is also true under
Windows and people have made workarounds to this and created mods which solve
the issue. For an example the following:
http://www.nexusmods.com/newvegas/mods/35262/?
This mod does not work under Wine, when you attempt to apply this patch by
running fnv4gb.exe you get the following error:
err:module:attach_process_dlls "XINPUT1_3.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files
(x86)\\Steam\\steamapps\\common\\Fallout New Vegas\\FalloutNV.4gb" failed,
status c00000fd
As described previously, Fallout 3 has the exact same issue and by setting the
large address aware flag the game functions flawlessly. The same would probably
be true if the flag could be set for Fallout: New Vegas.
--
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=25166
Summary: Multiple mime type handling registered for different
file extensions
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: quentin.denis(a)gmail.com
Created an attachment (id=31923)
--> (http://bugs.winehq.org/attachment.cgi?id=31923)
screenshot illustrating the issue
The title might be confusing, but to be more precise, for file extensions
associated to Office Application (and even others) I get multiple "open with"
proposals, all referring to the same Office component (screenshot illustrates).
The issue seems to lie in the way wine registers the file mime-types. For a
.ppt file, i.e., I should get only one "PowerPoint" entry in my open with
dialog.
--
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=21368
Summary: TeamViewer: Some tooltips are shown incorrectly
Product: Wine
Version: 1.1.36
Platform: x86
URL: http://www.teamviewer.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: caliga(a)arcor.de
Created an attachment (id=25730)
--> (http://bugs.winehq.org/attachment.cgi?id=25730)
screenshot of incorrectly rendered tooltip
Some of the tooltips in TeamViewer are rendered incorrectly.
For example the tooltips in the toolbar when you do a remote support session.
There are also tooltips in the options dialog, but those work.
I get the impression that the width and height of the tooltips are switched.
Attached is a screenshot of a tooltip.
--
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=33678
Bug #: 33678
Summary: PSX2PSP Version 1.4.2 crashes with an unhandled page
fault while writing out a file
Product: Wine
Version: 1.5.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hibbsncc1701(a)yahoo.com
Classification: Unclassified
Regression SHA1: 4adfb787f4e8c36a37ce1d53a7e6df16d03ecd8a
Created attachment 44582
--> http://bugs.winehq.org/attachment.cgi?id=44582
Console log of crash in PSX2PSP
After writing the EBOOT file the program crashes with an unhandled page fault.
(i.e when it's progress reaches 100%. It does not matter what game is used to
create the file, nor does it matter what modifications are made.)
I ran a regression test and git identified
4adfb787f4e8c36a37ce1d53a7e6df16d03ecd8a as the bad patch.
I've attached the console log from the crash. I'll attach the git regresssion
info, with the next comment.
--
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=38447
Bug ID: 38447
Summary: valgrind shows an invalid read in
ole32/tests/hglobalstream.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==13974== Invalid read of size 2
==13974== at 0x7B843008: GlobalLock (heap.c:441)
==13974== by 0x4A9B5D8: HGLOBALStreamImpl_Read (hglobalstream.c:169)
==13974== by 0x48885CC: IStream_Read (objidl.h:4381)
==13974== by 0x48885CC: test_freed_hglobal (???:0)
==13974== by 0x488885C: func_hglobalstream (hglobalstream.c:522)
==13974== by 0x48D5D00: run_test (test.h:584)
==13974== by 0x48D613A: main (test.h:666)
==13974== Address 0x7f02aaf8 is 16 bytes after a block of size 32 free'd
==13974== at 0x7BC49E5B: notify_free (heap.c:262)
==13974== by 0x7BC4E178: RtlFreeHeap (heap.c:1761)
==13974== by 0x4A9B51A: HGLOBALStreamImpl_Release (hglobalstream.c:123)
==13974== by 0x4888325: IStream_Release (objidl.h:4377)
==13974== by 0x4888325: test_copyto (???:0)
==13974== by 0x4888857: func_hglobalstream (hglobalstream.c:521)
==13974== by 0x48D5D00: run_test (test.h:584)
==13974== by 0x48D613A: main (test.h:666)
==13974==
--
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=27437
Summary: IW2 Edge of Chaos freezes every second
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Originally in bug 24239.
fixme:quartz:ACMWrapper_SetMediaType acmStreamOpen returned 512
spams every second or so. When it does, the game freezes completely for a few
milliseconds.
winetricks devenum quartz works around it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17039
Summary: Wine does not appear to read disc IDs (DVDs)
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
URL: http://www.invelos.com/Downloads.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Stuart(a)houseofanime.org
For app DVD Profiler
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=14707), Wine
seems to fail to read DVD disc IDs correctly.
I believe that this relates to this functionality, but I'm not sure:
http://msdn.microsoft.com/en-us/library/ms785496.aspx
DVD Profiler stores information on DVDs, including several areas of
functionality that make use of the unique disc IDs.
Under Windows, inserting a DVD into your drive triggers the application read
the disc ID and either move focus to that disc (if it is in your collection) or
prompt to download it from the online database (if it is not). This check can
also be triggered from the menu 'DVD, scan DVD-ROM drive'.
The on-line database is user-populated, and disc IDs are entered by editing a
profile and selecting 'set disc ID' under the 'discs' section.
As a demonstration, I chose a USA DVD title: 'Time Bokan'.
Under Windows, if I set the disc ID as described above, I get this string:
"76797847B89AE080 [TimeBokan]". When I insert the DVD in the drive, the correct
profile gains focus or I am prompted to download the profile (depending on
whether I have DVD in my collection or not).
Under Wine, if I set the disc ID as described above, I get this string: "-
[TimeBokan]". Inserting the DVD into the drive triggers no action (probably
because of bug 17037). However, I can force the application to check the
DVD-ROM by choosing 'DVD, scan DVD-ROM drive' from the menu. When I do so, the
application prompts me to download a DVD called "The Wedding Party", which is
defined by the string "43D62B0BAEE070B7 [THE_WEDDING_PARTY]". This profile is
returned consistently, and the application will give focus to this profile once
it is in my collection should I repeat the process.
In summary, Wine is returning an incorrect Disc ID for DVDs.
--
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=37802
Bug ID: 37802
Summary: Unhandled exception when starting Theme Park World
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hededrk(a)gmail.com
Distribution: ---
Created attachment 50348
--> https://bugs.winehq.org/attachment.cgi?id=50348
Crash report
I followed the instructions on the appdb page. Game doesn't launch, and either
requests to insert CD, or crashes with unhandled exception.
--
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=10603
Summary: IDirectSoundBufferImpl_SetFX should be implemented
Product: Wine
Version: 0.9.49.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pawel.stolowski(a)wp.pl
IDirectSoundBufferImpl_SetFX should be implemented - this is probably the only
problem left to have two games working correctly (both from the same company
and using same engine): "Dangerous Waters" and "Sub Command" - now they lack
sound effects - see my test results:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=9913http://appdb.winehq.org/objectManager.php?sClass=version&iId=9914
These are the "fixme" messages printed for "Dangerous Waters":
fixme:dsound:IDirectSoundBufferImpl_SetFX (0xe96248,9,0x309d89c,0x34f39c): stub
fixme:dsound:IDirectSoundBufferImpl_SetFX (0xe96248,0,(nil),(nil)): stub
fixme:dsound:IDirectSoundBufferImpl_SetFX (0xe96248,0,(nil),(nil)): stub
fixme:dsound:IDirectSoundBufferImpl_SetFX (0x1112ae8,0,(nil),(nil)): stub
fixme:dsound:IDirectSoundBufferImpl_SetFX (0x1173b50,0,(nil),(nil)): stub
...
--
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=37491
Bug ID: 37491
Summary: wineconsole requires/uses TERM environment variable
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luke-jr+winebugs(a)utopios.org
Distribution: ---
For some reason, wineconsole requires TERM to be set to a valid value. However,
Windows ncurses requires TERM to be unset, clear, or "#win32con" or it starts
talking vt100, which wineconsole doesn't understand.
--
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=37644
Bug ID: 37644
Summary: .NET 3.5 crash when running System.Console.Clear()
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: james(a)jameswarner.us
Distribution: ---
Created attachment 50099
--> https://bugs.winehq.org/attachment.cgi?id=50099
Example program, source code to said program and output log
When running System.Console.Clear() under .NET 3.5 in WINE (installed in a
clean .wine through Winetricks), it will crash with:
Unhandled Exception: System.IO.IOException: Invalid handle.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.Console.GetBufferInfo(Boolean throwOnNoConsole, Boolean&
succeeded)
at System.Console.Clear()
This can be reproduced by running System.Console.Clear() under any application
in .NET 3.5.
Attached is a demo application to reproduce this, the source code to produce
this issue and the log generated.
WINE version: 1.7.30 under Debian (sid) x86.
--
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=36960
Bug ID: 36960
Summary: Avencast: Rise of the Mage fails to start
(D3DXCreateTextureFromFileA failed)
Product: Wine
Version: 0.9.48.
Hardware: x86
URL: http://www.strategyinformer.com/pc/avencast/demo/17710
.html
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Blocks: 10325
Created attachment 49077
--> https://bugs.winehq.org/attachment.cgi?id=49077
+d3dx,+d3d trace
While looking at old bugs (bug 10325), I noticed that Avencast has a problem
with d3dx:
"DXC_Gfx: D3DXCreateTextureFromFileA failed: D3DERR_INVALIDCALL
(file:graphics\\gui\\windows\\gui_energybar02_frame.tga)"
terminal shows:
fixme:d3d:wined3d_device_set_software_vertex_processing device 0x169430,
software 0 stub!
fixme:d3d:swapchain_gl_present WINED3D_SWAP_EFFECT_FLIP not implemented.
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:d3dx:D3DXCreateTextureFromFileInMemoryEx Texture creation failed.
doing winetricks d3dx9 let's the game start without that error. I've attached a
+d3d,+d3dx trace
austin@aw25 ~ $ du -h avencastdemo.exe
309M avencastdemo.exe
austin@aw25 ~ $ sha1sum avencastdemo.exe
704c0f3fd05405e00814282cc6247401b2884574 avencastdemo.exe
austin@aw25 ~ $ wine --version
wine-1.7.22
--
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=37254
Bug ID: 37254
Summary: server/curses.c fails to build on NetBSD 6.1.4
Product: Wine
Version: 1.7.26
Hardware: x86
OS: NetBSD
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
gcc -c -o curses.o curses.c -I. -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wempty-body -Wignored-qualifiers -Wstrict-prototypes -Wtype-limits -Wvla
-Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-2 -gstrict-dwarf
-fno-omit-frame-pointer -g -O2
curses.c:102:1: error: 'getmouse' undeclared here (not in a function)
curses.c:102:1: warning: type defaults to 'int' in declaration of 'p_getmouse'
curses.c:128:1: error: 'acs_map' undeclared here (not in a function)
curses.c:128:1: warning: type defaults to 'int' in declaration of 'p_acs_map'
--
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=35467
Bug ID: 35467
Summary: Error with native and buildin msvcirt.dll with LockOn
Product: Wine
Version: 1.6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: msvcirt
Assignee: wine-bugs(a)winehq.org
Reporter: wine.mj(a)farbpigmente.org
Classification: Unclassified
Created attachment 47339
--> http://bugs.winehq.org/attachment.cgi?id=47339
Debug File
x86-64 Linux (Ubuntu 12.04) with Wine 1.6.1 from Launchpad
Wine prefix with Wine Arch win32.
Install LockOn 1.0 from CD: OK
Start Lockon with the prefix and arch: Error
WINEARCH=win32 WINEPREFIX=~/.wine_LockOn wine .wine_LockOn/drive_c/Program\
Files/Ubisoft/Eagle\ Dynamics/Lock\ On/LockOn.exe
wine: Call from 0x7b83bcd5 to unimplemented function
msvcirt.dll.??0fstream@@QAE@PBDHH@Z, aborting
err:module:attach_process_dlls "Common.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"...\\.wine_LockOn\\drive_c\\Program Files\\Ubisoft\\Eagle Dynamics\\Lock
On\\LockOn.exe" failed, status 80000100
Install native msvcirt.dll via winetricks and change config to "Native
(Windows)".
Start LockOn with new Confg: Error
WINEARCH=win32 WINEPREFIX=~/.wine_LockOn wine .wine_LockOn/drive_c/Program\
Files/Ubisoft/Eagle\ Dynamics/Lock\ On/LockOn.exe
fixme:winediag:AUDDRV_GetAudioEndpoint Winepulse is not officially supported by
the wine project
fixme:winediag:AUDDRV_GetAudioEndpoint For sound related feedback and support,
please visit http://ubuntuforums.org/showthread.php?t=1960599
wine: Unhandled page fault on read access to 0x00000000 at address 0x3ab320
(thread 0009), starting debugger...
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
Debug File, see Attachment
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37280
Bug ID: 37280
Summary: extension ARB_framebuffer_object not supported
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: the_q123(a)hotmail.com
Discovered this while trying to load shaders for the Aali's FF7/8 OGL driver:
http://forums.qhimm.com/index.php?topic=14922.0
The shader I used in particular is Asmodean's ComplexMultiShader:
http://www.mediafire.com/download/p214x9ftu2rxbge/ComplexMultiShader.post
This message (with shader model < 140, it's a warning; with 140+ it's an error)
comes up in FF7's APP.LOG:
0(21) : warning C7508: extension ARB_framebuffer_object not supported
I do not believe this is a problem with either the Aali's driver or Asmodean's
shader because they appear to be working for windows users. This must be a
problem in wine, probably in OpenGL.
I am building wine from git on 64-bit Archlinux and my GPU is a GeForce GT 630
with nvidia drivers 343.13.
ARB_framebuffer_object is listed explicitly as a supported extension by
nvidia-config.
--
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=35770
Bug ID: 35770
Summary: Contacam Surveillance Software Crashing at Random
Product: Wine
Version: 1.4.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: msvfw32
Assignee: wine-bugs(a)winehq.org
Reporter: isaacemch(a)gmail.com
Created attachment 47763
--> http://bugs.winehq.org/attachment.cgi?id=47763
Contacam surveillance software crashing (msvfw32)
I'm running Contacam (video surveillance software -from contaware.com) with
WINE 1.4.1, and the application is crashing at random intervals. Sometimes 6
minutes, sometimes 6 hours, and everything in between.
The error log seems to be pointing to msvfw32 as the culprit, but I'm not
absolutely sure.
I think this only happens when I run the application to record upon detection.
When I have all camera detections set to off (monitor only) the system does not
crash. It seems that when (maybe) contacam detects motion and then starts
recording to disc, the crash occurs.
This doesn't happen on every detection though. ContaCam will detect some
movements, and record them to disk just fine, but after a (seemingly) random
amount of time later, the application crashes, showing the attached log.
I am not completely sure what is going on here and why.
My clues are that msvfw32 (seems) to be a 16bit video compression DLL. My
question to this finding would be: "What would make the video compression
fail?"
I wonder if I do not have my WINE environment setup properly.
I have made sure to install the 32bit configuration of WINE (I am running
Ubuntu 13.10 x64)
I am also not sure if it is a result of what folder I am having Contacam
storing its images to. I am telling Contacam to store images to /var/www
directory, but have allowed all permissions to this /var/www directory.
Contacam is able to store videos to this location fine (most of the time at
least). I wonder if permissions are being overridden to denied sometimes
maybe. Maybe this has nothing to do with it though.
I'm hoping to get this app to not crash soon, because I need my surveillance
system to be reliable.
Thanks,
Isaac
--
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=39393
Bug ID: 39393
Summary: d-link dwp-157 installed with wine 1.6.2 but opens
with error.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hrwt20(a)gmail.com
Distribution: ---
Created attachment 52507
--> https://bugs.winehq.org/attachment.cgi?id=52507
bug report
d-link dwp-157 installed with wine 1.6.2 but opens with error. Bug report
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=33000
Bug #: 33000
Summary: Sim Theme Park fails to install/copy SafeDisc v1.x
driver to system32\drivers
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
a guy on IRC #winehq asked for help to get "Sim Theme Park" to work.
The game is copy-protected and the installer seems somehow fail to installer
the SafeDisc 1.x driver properly in system32/drivers folder.
Manually copying the driver after installation lets the game recognize the
original disc (for that SafeDisc 1.x has to be run in Win2K mode, see bug
12653) -> workaround.
The installer is Installshield based (year 2000).
+tid,+seh,+relay gives:
--- snip ---
0024:Call KERNEL32.CreateProcessW(00000000,0032e398
L"E:\\USEnglish\\Setup\\SETUP.EXE",00000000,00000000,00000000,00000400,00000000,001a7690
L"E:\\USEnglish\\Setup\\",0032da40,0032da30) ret=7e51f1c3
0026:trace:relay:load_list L"RelayExclude" =
L"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.48;kernel32.49;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98;kernel32.TlsGetValue;kernel32.TlsSetValue;kernel32.FlsGetValue;kernel32.FlsSetValue;kernel32.SetLastError"
0026:trace:relay:load_list L"RelayFromExclude" =
L"winex11.drv;user32;gdi32;advapi32;kernel32"
0026:Call KERNEL32.__wine_kernel_init() ret=7bc54420
0024:Ret KERNEL32.CreateProcessW() retval=00000001 ret=7e51f1c3
...
0028:Call KERNEL32.CreateProcessA(00000000,0015a7d0
"C:\\users\\focht\\Temp\\_INS5176._MP",00000000,00000000,00000000,00000000,00000000,00000000,0081e024,0081e068)
ret=f6edb8d0
002a:trace:relay:load_list L"RelayExclude" =
L"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.48;kernel32.49;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98;kernel32.TlsGetValue;kernel32.TlsSetValue;kernel32.FlsGetValue;kernel32.FlsSetValue;kernel32.SetLastError"
002a:trace:relay:load_list L"RelayFromExclude" =
L"winex11.drv;user32;gdi32;advapi32;kernel32"
002a:Call KERNEL32.__wine_kernel_init() ret=7bc54420
0028:Ret KERNEL32.CreateProcessA() retval=00000001 ret=f6edb8d0
...
002a:Call KERNEL32.lstrcmpA(0033f098 "SdSelectFolder",0153f897
"SdSelectFolder") ret=0040fbc8
002a:Ret KERNEL32.lstrcmpA() retval=00000000 ret=0040fbc8
...
002a:Call KERNEL32.lstrcmpiA(0033f498 "Edit",00480738 "Static") ret=0040e9cb
002a:Ret KERNEL32.lstrcmpiA() retval=ffffffff ret=0040e9cb
002a:Call user32.SetWindowTextA(000200fc,0033f8a8 "SimTheme Park") ret=0040e9ff
...
002a:Call KERNEL32.lstrcpyA(0033fb74,001bf1ca "C:\\Program Files\\SimTheme
Park") ret=00439e6d
002a:Ret KERNEL32.lstrcpyA() retval=0033fb74 ret=00439e6d
...
002a:Call KERNEL32.LoadLibraryA(0033f254 "C:\\Program Files\\SimTheme
Park\\drvmgt.dll") ret=0041f8d6
002a:Call PE DLL (proc=0x19023b0,module=0x1900000
L"drvmgt.dll",reason=PROCESS_ATTACH,res=(nil))
...
002a:Call KERNEL32.GetProcAddress(01900000,001788be "Setup") ret=00455b5f
002a:Ret KERNEL32.GetProcAddress() retval=019013d0 ret=00455b5f
...
002a:Call KERNEL32.CreateFileA(0033f690
"\\\\.\\Secdrv",c0000000,00000003,00000000,00000003,00000080,00000000)
ret=0190107b
002a:Ret KERNEL32.CreateFileA() retval=ffffffff ret=0190107b
...
002a:Call advapi32.CreateServiceA(0156fae8,01906038 "Secdrv",01906038
"Secdrv",000f01ff,00000001,00000003,00000001,0033f688
"C:\\windows\\system32\\drivers\\\\SECDRV.SYS",00000000,00000000,00000000,00000000,00000000)
ret=01901b35
...
002a:Ret advapi32.CreateServiceA() retval=0156fd30 ret=01901b35
...
002a:fixme:service:SetServiceObjectSecurity 0x156fd30 4 0x33f274
002a:Ret advapi32.SetServiceObjectSecurity() retval=00000001 ret=01901a5f
002a:Call KERNEL32.GetSystemDirectoryA(0033f370,00000100) ret=019017b8
002a:Ret KERNEL32.GetSystemDirectoryA() retval=00000013 ret=019017b8
002a:Call KERNEL32.lstrlenA(0033f370 "C:\\windows\\system32") ret=019017cf
002a:Ret KERNEL32.lstrlenA() retval=00000013 ret=019017cf
002a:Call KERNEL32.lstrlenA(0033f370 "C:\\windows\\system32\\drivers\\")
ret=019017f0
002a:Ret KERNEL32.lstrlenA() retval=0000001c ret=019017f0
002a:Call KERNEL32.GetFileAttributesA(0033f370
"C:\\windows\\system32\\drivers\\\\SECDRV.SYS") ret=01901fdc
002a:Ret KERNEL32.GetFileAttributesA() retval=ffffffff ret=01901fdc
...
002a:Call KERNEL32.CopyFileA(0033f570 "C:\\Program Files\\SECDRV.SYS",0033f370
"C:\\windows\\system32\\drivers\\\\SECDRV.SYS",00000000) ret=0190187b
002a:Ret KERNEL32.CopyFileA() retval=00000000 ret=0190187b
002a:Call KERNEL32.GetLastError() ret=01901885
002a:Ret KERNEL32.GetLastError() retval=00000002 ret=01901885
...
--- snip ---
It looks like the path passed to drvmgt.dll "Setup" API function (first
argument) needs to have a backslash appended.
Somewhere in installshield script this path is constructed, most likely at the
point of "SdSelectFolder" (Installshield folder selection).
To properly analyze this, the installshield script needs to be
decrypted/decompiled... low priority.
Regards
--
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=18732
Summary: Installer fails with the message: "You can install
this programm only on a computer running Windows XP
Tablet PC Edition 2005"
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tobias.jakobs(a)web.de
I've tried to install the "Microsoft Experience Pack for Tablet PC 1" that you
can download here:
http://download.cnet.com/Microsoft-Experience-Pack-for-Tablet-PC/3000-10250…
But it fails with the message:
"You can install this programm only on a computer running Windows XP Tablet PC
Edition 2005"
--
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=34266
Bug #: 34266
Summary: Division by zero in shader results in NaNs
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: achurch+wine(a)achurch.org
Classification: Unclassified
Created attachment 45619
--> http://bugs.winehq.org/attachment.cgi?id=45619
Proof-of-concept patch
As reported in the AppDB, if the HDR rendering option is enabled in Final
Fantasy XIV, some scenes have large black squares covering the screen. This
appears to stem from NaNs getting stored in floating-point framebuffers as the
result of division by zero in a fragment shader.
Granted there's a whole bunch of wild guessing involved, but changing the
translation of the HLSL rcp instruction to explicitly check for zero and return
a huge value instead of performing the division seems to fix the problem
without causing any side effects (see attached patch).
I do note that HLSL defines the rcp instruction to return infinity for a zero
operand (*1), while the GLSL spec says that division by zero "result[s] in an
unspecified value" (*2).
(*1)
http://msdn.microsoft.com/en-us/library/windows/desktop/hh447205%28v=vs.85%…
(*2) http://www.opengl.org/registry/doc/GLSLangSpec.Full.1.20.8.pdf (section
5.9 "Expressions") -- bizarrely, the GLSL 4.4 spec keeps that language but adds
section 4.7.1 "Range and Precision" which says that "dividing a non-zero by 0
results in the appropriately signed IEEE Inf", so the spec is internally
inconsistent and who knows what you'll get.
--
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=30889
Bug #: 30889
Summary: Can't attach files in gmail under google chrome
Product: Wine
Version: 1.5.6
Platform: x86
URL: https://www.google.com/chrome/thankyou.html?platform=w
in&hl=en
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Found while dogfooding chrome. Install chrome, use --no-sandbox to workaround
bug 21232. Log into gmail account, compose an email and click 'attach file'. No
dialog appears. There is no terminal output from this.
--
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=38493
Bug ID: 38493
Summary: Unhandled exception in subprocess.exe when launching
Grand Theft Auto V
Product: Wine
Version: 1.7.41
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Created attachment 51338
--> https://bugs.winehq.org/attachment.cgi?id=51338
output of wine PlayGTAV.exe run from the game install dir.
At startup, when the launcher of Grand Theft Auto V opens, it shows a "Loading"
animation and wait for something that never seems to happen.
There is a cancel button.
If I click anywhere in the window before clicking the cancel button, or if I
alt-tab out and in while the launcher is open, subprocess.exe crashes with an
unhandled exception error.
After subprocess.exe has crashed, I can click on the cancel button of the
launcher and it closes, and wineserver terminates gracefully.
If I click first on the cancel button before doing anything else, the launcher
closes and there is no unhandled exception error, but wineserver doesn't quit
until alt+F4 is pressed and the blocking process is forced to close.
subprocess.exe is the executable of the Social Club service to which the user
has to log in to play the game.
Computer specs:
Intel Core i7-4930k CPU @ 3.40Ghz x 12 (6+HT).
8Gb RAM.
NVidia GTX970 with proprietary drivers (346.35).
Debian Wheezy 64-bit
Wine 1.7.41 WoW64
no winetricks, no dlloverrides.
Wine is set to windows vista, virtual desktop, no window decoration and no
window manager allowance.
GTA V DVD version (not steam).
DirectX and VC++ 2008 redistributables installed from DVD.
Social Club 1.1.5.8 downloaded from Rockstar support website and 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.
https://bugs.winehq.org/show_bug.cgi?id=39363
Bug ID: 39363
Summary: Wine crashes when trying to install Excel 2016
Product: Wine
Version: 20050930
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sarzkazi(a)gmail.com
Distribution: ---
Created attachment 52469
--> https://bugs.winehq.org/attachment.cgi?id=52469
Error Log
Wine crashes when trying to install Excel 2016
--
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=24182
Summary: Memory Access Violation
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bremm(a)vtnc.org
Created an attachment (id=30442)
--> (http://bugs.winehq.org/attachment.cgi?id=30442)
Console output dumped in a text file
Hi, it's my 1st submission of a bug here, so I don't know exactly if I'm doing
the right procedure. I'm trying to run a game which works fine in Windows with
dx8.
The way I used to get a debug output was too simple:
$ winedbg NFR.exe 2>&1 | tee debug.txt
The result follows attached, and I'm waiting for instructions. I'm able to do
any kind of test once I get directions from someone more experient, since I'm
not a skilled programmer.
Thanks in advance
--
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=38363
Bug ID: 38363
Summary: tab control ignores click after changing selected tab
by arrow key.
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: ktmizugaki+wine(a)gmail.com
Distribution: ---
tab control ignores click after changing selected tab by arrow key.
steps to reproduce:
1. open app which uses tab control (e.g. winecfg).
2. click tab to change tab.
3. press right arrow key to change tab.
4. click another tab to change tab.
expected: clicked tab is selected.
actual: nothing happens.
if i select tab clicked in step 2 using arrow key, cliking tab works again.
i investigated and found that it related TCIS_BUTTONPRESSED state in tab
control.
in step 2, TCIS_BUTTONPRESSED state is set to the clicked tab in funciton
TAB_SetCurSel called from function TAB_LButtonDown.
in step 3, selected tab is changed but TCIS_BUTTONPRESSED state is not updated
in function TAB_SetCurFocus called from function TAB_KeyDown.
in step 4, function TAB_LButtonDown checks for the tab with TCIS_BUTTONPRESSED
and prevents it from changing tab.
--
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=38924
Bug ID: 38924
Summary: Crash on copy/paste running Tapps2
Product: Wine
Version: 1.7.47
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thomas(a)fehige.de
Distribution: ---
Created attachment 51858
--> https://bugs.winehq.org/attachment.cgi?id=51858
Wine crash report
I'm trying to run Tapps 2 on wine version 1.7.44. My OS is Xubuntu 15.04,
64-bit. It is a graphic programming tool for a series of controllers for
heating, solar heat, warm water and similar that are made by the Austrian
company "Technische Alternative".
The programme can be downloaded from their website at
http://www.ta.co.at/de/download/software/tapps-2.html . I'm using the German
language version.
The programme seems to run fine, apart from the one point: Whenever I try to
copy/paste an Object, wine crashes as soon as I select "paste" from the menu or
type Ctrl-V on the keybord.
The problem persists in wine 1.7.47; cf. discussion on
https://forum.winehq.org/viewtopic.php?f=8&t=24953&sid=cea1d4583ec853e13e85…
.
Attached is wine's crash report.
Thank You -- Thomas
--
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=38774
Bug ID: 38774
Summary: Execute MS Excel 2007 macro crashes Excel
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: florent.merlet(a)free.fr
Distribution: ---
Created attachment 51706
--> https://bugs.winehq.org/attachment.cgi?id=51706
Crash report of macro execution on Microsoft Excel 2007
The execution of a Excel Visual Basic Macro execution does not work when it is
compiled from Wine 1.6.2.
The compilation starts properly, and the window freezes after few seconds.
The macro tested works properly on windows 7.
There is no problem to modify, record the macro, and execute it from a MS
Windows 7 environment.
details :
Microsoft EXCEL 2007, installed
Windows 7 personal
--
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=32301
Bug #: 32301
Summary: Magicka plain attack rendered incorrectly
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
Screenshot attached
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35301
Bug ID: 35301
Summary: Mashiroiro Symphony (visual novel) installer failure
Product: Wine
Version: 1.7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hibi.sasahara(a)gmail.com
Classification: Unclassified
Created attachment 47088
--> http://bugs.winehq.org/attachment.cgi?id=47088
WINE backtrace.
In install wizard.
Popup to WINE crash report.
In Windows next step is popup input dialog for Product ID(licence key).
and install failure. (installer is show wizardlast page and normal exit after
WINE crash dialog.)
show error dialog, after installer exit or application start.
「正しくインストールされませんでした」
(meaning: install not correct.)
(wizard last page「ましろ色シンフォニー セットアップウィザードの完了」 character corruption checkbox text
meaning to "launch this application".)
note:
AppDB is
http://appdb.winehq.org/objectManager.php?sClass=application&iId=15750
I use default locale is Japanese. "LANG=ja_JP.UTF-8"
(no cure character corruption some parts.)
This application have free trial version. But trial version behavior to
disagree.
File copy step is failure.
Upon dialog to "impossible file copy" in install wizard.
「ファイルがコピーできませんでした」
(meaning: failure/impossible file copy.)
In Windows is show file copy progress bar.
and install failure. (installer is not show last page.)
Free trial version to
http://mirror.tsundere.ne.jp/download/palette/9b231a794f6d828a02e8c56187c14…
or official mirror lists is (There are many broken links)
http://www.clearrave.co.jp/product/mashiro/download.html
sha1sum is
017b653a074ac9270c558c214b3132aced2eee25
--
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=23653
Summary: gmax crashes if you select opengl, wgl complains
glBufferRegionEnabled missing from linux opengl?
Product: Wine
Version: 1.2-rc7
Platform: x86
URL: http://www.turbosquid.com/gmax
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://forum.winehq.org/viewtopic.php?t=8984 mentioned that gmax
crashes if you select opengl. Sure enough, after doing 'winetricks vcrun6'
to work around bug 23652, the app runs unless you choose opengl.
(I think you can choose opengl after the fact by editing gmax.ini to say
GFXType=OpenGL
but I'm not sure what else you might need to edit.)
WINEDEBUG=+seh,+wgl shows
trace:wgl:is_extension_supported Checking for extension 'GL_KTX_buffer_region'
trace:wgl:wglGetProcAddress func: 'glBufferRegionEnabled'
trace:wgl:wglGetProcAddress extension not found in the Linux OpenGL library,
checking against libGL bug with glBufferRegionEnab..
warn:wgl:wglGetProcAddress Did not find function glBufferRegionEnabled
(glBufferRegionEnabled) in your OpenGL library !
trace:seh:raise_exception code=c0000005 flags=0 addr=(nil) ip=00000000 tid=002b
This is on a system with current nvidia hardware and proprietary drivers.
--
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=34710
Bug #: 34710
Summary: Can't register/login with Kindle for PC
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rosc2112(a)yahoo.com
Classification: Unclassified
Trying to register Kindle for Pc so it'll login to my amazon account, it's
giving an error "Registration Failed, please try again (99)
Upgraded the latest version of wine, v 1.6 and still having the same problem,
except now I'm not even getting any kind of info from the commandline that
would indicate what the problem is. Previous version 1.4 was at least
indicating there was a problem connecting via ssl, so I found some posts
indicating the problem might be tls, hence I upgraded hoping this issue was
resolved, but, apparently not?
All I'm getting for errors is:
fixme:imm:NotifyIME IMC_SETCANDIDATEPOS
fixme:imm:ImmReleaseContext (0x2002a, 0x3e52fb8): stub
fixme:win:FlashWindowEx 0x33c944
fixme:win:FlashWindowEx 0x33cc14
fixme:win:FlashWindowEx 0x33d314
fixme:win:FlashWindowEx 0x33c944
fixme:win:FlashWindowEx 0x33ccd4
fixme:imm:NotifyIME IMC_SETCANDIDATEPOS
fixme:imm:NotifyIME IMC_SETCANDIDATEPOS
fixme:win:FlashWindowEx 0x33c9e4
fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
Any clues for me? :)
--
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=39162
Bug ID: 39162
Summary: i need file Adobe 4
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: raffaele.ciscognetti(a)gmail.com
Distribution: ---
file:///home/raffaele/C:%5Cnppdf32Log%5Cdebuglog.txt
--
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=37920
Bug ID: 37920
Summary: Wine is crashing when I use Winecfg in command line.
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: benoit.charbonnier(a)9online.fr
Distribution: ---
Created attachment 50509
--> https://bugs.winehq.org/attachment.cgi?id=50509
This is the text file where the error is reported.
Wine is crashing when I use Winecfg in command line. I use the version 1.6.2 on
PCLinuxOS. It happens since I have modified the sound configuration for fixing
the bad quality.
--
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=39601
Bug ID: 39601
Summary: program wowslider.exe stops working with error
message-log.
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: 2083820dc7f1f9(a)ikbenspamvrij.nl
Distribution: ---
Created attachment 52766
--> https://bugs.winehq.org/attachment.cgi?id=52766
wowslider freezes.
This program freezes and stops working :
http://wowslider.com/
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25412
Summary: Shareaza does not save certain preferences [RE: Bug
14269]
Product: Wine
Version: 1.3.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trapdoor6(a)gmail.com
This is a similar issue as described in bug #14269 [still open] but it's
related to different Wine versions: 1.3.8. I also noticed it on a few earlier
developer and stable versions, I guess it's been never fixed in Wine. Please
find details below:
------------------
Software: Shareaza
project page: http://shareaza.sourceforge.net/
version: 2.5.3.0
Problem details:
1) Under 'Tools > Shareaza Settings > General > Library'
option: 'Quick hashing (Uses more CPU)'
Enabling it works only for one session. After restarting Shareaza it's disabled
again.
2) Under 'Tools > Shareaza Settings > Networks > Gnutella' and '~ > eDonkey'
option: 'Always connect to Gnutella / eDonkey'
Enabling these won't be saved. After restarting Shareaza both are disabled
again (which means that Shareaza connects only to Gnutella1 and I need to
connect to the other networks manually in the 'Network' tab in the main
window).
--
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=32326
Bug #: 32326
Summary: DirectSound output in SNES9x gives crackling/glitchy
audio
Product: Wine
Version: 1.5.18
Platform: x86-64
URL: http://files.ipherswipsite.com/snes9x/snes9x-1.53-win3
2.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
This bug applies to the SNES9x Super NES emulator. I'm testing with Wine
1.5.18-72-g0c0b229, Lubuntu 11.10 x86-64, Nvidia driver 304.64, SNES9x 1.53.
(I set the bug component to directx-dsound, but that might not be correct.)
Sound output using DirectSound is very CPU-intensive, and the sound
crackles/glitches. Or rather, something about the sound output takes a
relatively long time. According to "top" the CPU usage of SNES9x itself doesn't
go through the roof with sound enabled.
Emulation speed easily reaches 60fps with sound output disabled. On native
Windows that's the case with DirectSound output (as opposed to the default is
enabled too. CPU usage with sound disabled is ~26%.
However on Wine with 48kHz DirectSound output the frame rate I see drops to
~45fps, CPU usage in top ~24% (lower usage because fewer frames per second are
being emulated). If I disable the "Sync Sound" option frame rate returns to
60fps, ~30% CPU, but the sound still crackles.
That's with the default buffer length of 64ms. Increasing that to 210ms helps a
bit; I get 60fps even with Sync Sound enabled, though the sound still crackles.
Decreasing buffer length to 16ms I get about 10fps with Sync Sound enabled.
I don't think this problem is due to my hardware; other sound-producing
programs like Audacious, flash plugin etc. seem to be fine. And by comparison,
the Nestopia NES emulator in Wine produces (almost) glitch-free sound
regardless of the program's latency setting.
$ lspci -vv -s00:1b.0
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio
Controller (rev 03)
Subsystem: Lenovo Device 384e
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 47
Region 0: Memory at fc300000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
To hopefully reproduce the issue:
- Download and unzip SNES9x
- Download a ROM image, e.g. from
http://pdroms.de/files/supernintendoentertainmentsystem/skipp-and-friends-p…
- Run SNES9x. Choose Sound->Settings... and change Sound Driver to Snes9x
DirectSound and Playback Rate to 48 KHz. (Selecting any other rate causes a
crash for me, see bug 32312.)
- Select Video->Display Configuration... and change Output Method to
DirectDraw. (The default Direct3D just gives a blank screen, see bug 32319.)
- Select File->Load Game... and choose the ROM image.
- You should see graphics in the window and hear crackling/glitching sound.
- In the sound settings, you can experiment with changing the buffer length and
toggling the "Synchronize with sound core" option. I couldn't find any
combination which gave artifact-free sound.
For a +dsound log see the one I uploaded for bug 32312 at
http://bugs.winehq.org/attachment.cgi?id=42668
--
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=39260
Bug ID: 39260
Summary: Audible Manager device activation dialog window is
blank
Product: Wine
Version: 1.7.50
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: torsten.crass(a)eBiology.de
Distribution: Debian
Hi,
I'm able to install Audible's Manager.exe using ActiveSetupN.exe. So far, so
good.
However, when trying to register or activate the Manager via "Devices /
Activate",
- I first get a Dialog saying 'To activate your Audible Desktop Player please
press "OK" button',
- and when doing so, a maximized, blank window appears (titled 'Audible
Activation'),
- and nothing further happens.
This used to work some time ago.
Any ideas what might be the problem?
Best regards --
-- Torsten
--
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=37552
Bug ID: 37552
Summary: Delphi car diagnostic software DS150E (equal Autocom
CDP) doesn't run
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: artur.byte(a)gmail.com
Distribution: ---
Created attachment 49977
--> https://bugs.winehq.org/attachment.cgi?id=49977
bug report
Delphi car diagnostic software DS150E (equal Autocom CDP) doesn't run
All requarements is ok. NetFramework 3.5 installed.
Bug report 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=38999
Bug ID: 38999
Summary: Intel graphics card has glitches in Aarklash Legacy
Product: Wine
Version: 1.7.47
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ipickert55(a)gmail.com
Using my intel Iris Pro graphics card, Aarklash has a glitch where almost
everything in the game is black, don't know why. Here are some images:
http://i.imgur.com/MlGZ5jK.pnghttp://i.imgur.com/jPLQZKo.png
It works fine on my Nvidia graphics card.
--
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=38113
Bug ID: 38113
Summary: Unity3D is not running well on NVIDIA GPU.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: antek6jutka(a)gmail.com
Distribution: ---
Created attachment 50794
--> https://bugs.winehq.org/attachment.cgi?id=50794
Output from wine [...]Unity.exe command.
OS: ArchLinux x86_64
GPU: NVIDIA GeForce GT 630
CPU: 4-cores (i5) x3.10GHz
RAM: 16GB DDR3
Wine release: latest (1.7.36)
Running Unity ends with crash. Main window and loading screen is
very...strange. Usually it not loads and then I need to kill it with CTRL+Z,
killall Unity.exe, fg.
--
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=39548
Bug ID: 39548
Summary: fixme:d3d_surface:wined3d_surface_blt Using fallback
for cross-swapchain blit.
Product: Wine
Version: 1.7.54
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: evolutionv8(a)yandex.ru
Distribution: ---
fixme:d3d_surface:wined3d_surface_blt Using fallback for cross-swapchain blit.
fixme:d3d_surface:surface_blt_special Implement hardware blit between two
different swapchains
fixme:d3d9:D3DPERF_GetStatus (void) : stub
Current errors occur trying to run Sonic Lost World. The game is blinking and
loads first intro scenes VERY slowly.
--
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=39446
Bug ID: 39446
Summary: Spotify installs but only gives a black screen when
launched
Product: Wine
Version: 1.7.52
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 52563
--> https://bugs.winehq.org/attachment.cgi?id=52563
Spotify 1.7.52 output - openSUSE Tumbleweed
Hello everyone,
I would like to report that Spotify installs fine now but only gives a black
screen when launched. Console output is attached.
Regards,
Maik
--
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=35137
Bug ID: 35137
Summary: Hitman: Blood Money demo needs native d3dx9_27
Product: Wine
Version: 1.7.8
Hardware: x86
URL: http://www.gamershell.com/download_13964.shtml
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Demo crashes without native d3dx9_36
fixme:d3dx:ID3DXEffectCompilerImpl_CompileEffect iface 0x6fd8e660, flags 0x500,
effect 0x122a56c, error_msgs 0x122a564 stub
and also needs native d3dx9_27 because after intro movie I can't see the main
menu.
--
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=17836
Summary: Motocross Madness 2 crashes at start
Product: Wine
Version: 1.1.17
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=20098)
--> (http://bugs.winehq.org/attachment.cgi?id=20098)
trace and disassembly of crash location
In AppDB, people have reported Motocross Madness 2 (mcm2) crashing in the intro
but nobody had filed a bug yet. The backtrace makes it look like mcm2 crashes
in, or immediately after, quartz.dll or amstream, after accessing ui\events.avi
at the start of the program, after displaying for some seconds the stunt &
warnings picture also known from the demo.
The demo is not affected and proceeds from the intro picture to the menu.
A log extract (+almost-all,-relay,-nls) from around the exception is attached.
The processed file UI/events.avi is an Intel Indeo v5 video. The installer did
not complain that Indeo is mising! Replacing it with a Cinepak avi, with an
empty file, deleting it or installing iv5 still produces crashes at the same
location in mcm2. Same with clicking to skip the intro picture or disabling
quartz.dll.
MCM2 suffers from SafeDisk 1.41.000 protection so it would not run as is in
wine (or rather, it crashes much earlier). I tried 2 different cracks, both
produced the same exception.
--
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=37913
Bug ID: 37913
Summary: Inconsistent rounding behaviour for sprintf
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: christopherwuy(a)gmail.com
Distribution: ---
sample source code and output demonstrating the problem:
#include <iostream>
#include <stdio.h>
using namespace std;
int main()
{
double a;
a = 3.5;
char *tmp = new char(100);
char fmt[18] = " is %.0f";
sprintf(tmp, fmt, a);
cout<<endl<<a<<tmp<<endl<<endl;
a = -4.5;
sprintf(tmp, fmt, a);
cout<<endl<<a<<tmp<<endl<<endl;
a = -0.5;
sprintf(tmp, fmt, a);
cout<<endl<<a<<tmp<<endl<<endl;
a = 2597.625;
printf("%.3f", a);
sprintf(tmp, " is %.2lf", a);
cout<<tmp<<endl<<endl;
}
This code running by wine 's Output is:
3.5 is 4
-4.5 is -4
-0.5 is -0
2597.625 is 2597.62
while windows' output is:
3.5 is 4
-4.5 is -5
-0.5 is -1
2597.625 is 2597.63
It indicated that Wine's sprintf used rounding rule which is Round half to
even, while windows used Round half away from zero.
You can find a detailed discussion of 'similar bug' form
https://sourceware.org/bugzilla/show_bug.cgi?id=4943
--
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=24320
Summary: Unexpected DetectEnvStatus.exe crash with Cisco Quick
VPN Client (QVPN 1.4.1.2)
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ethanfharris(a)gmail.com
Cisco QVPN v1.4.1.2 does not work under Wine. QVPN is used to establish an
IPSec Virtual Private Network tunnel from a client computer to a Cisco
Router/Gateway to facilitate secure communication over the internet.
There appear to be 3 errors when running the Cisco QVPN application under Wine:
(a) an apparent crash / closure of DetectEnvStatus.exe
(b) a failure to resolve a DDNS domain name, and
(c) QVPN is not able to ping the gateway router, and all data transfer over the
VPN fails.
In all cases a popup box appears (see attached screenshot) indicating that
DectectEnvStatus.exe has a serious problem and has closed.
If anyone wants to debug this, I can supply a copy of QVPN, and I can set up a
temporary guest account on my WRVS4400N small business router for testing
purposes. QVPN works fine under Windows Vista SP2, and works fine on a Ununtu
10.04LTS host with a Vista guest running under Oracle VirtualBox. So the QVPN
application itself is OK, and the problem is related somehow to Wine or various
underlying services.
On the attached screenshot the DetectEnvStatus popup appears immediately when I
attempt to connect the VPN. If I use the IP address of the gateway router I am
connecting to in lieu of the DDNS domain name, QVPN will create the VPN, but
the tunnel verification ping test fails and the tunnel will not transmit data,
which is why the "remote gateway not responding" message also appears on the
screenshot. If I specify the DDNS domain name of the remote gateway router,
the VPN tunnel is not established (not shown), suggesting a dynamic DNS
name-to-IP address resolution related problem in Wine.
Any help would be appreciated.
--
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=23950
Summary: MPQEdit: Opening a folder results in the wrong error
message
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://zezula.net/download/mpqediten32_beta.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Attachment #30066 showcases the expected error message ("The system cannot find
the path specified"). Instead, running wine mpqedit c:\\ results in "Access
denied" error message.
--
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=39380
Bug ID: 39380
Summary: test.winehq.org: Provide a way to know why a report
was rejected
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
When WineTest submits a report that report can get thrown away. Either because
it's too big, because it has too many failures, because too many tests were
skipped or because of other reasons unknown.
The WineTest.exe is never notified of this because the report analysis is run
asynchronously with respect tot he submission process. But annoyingly there is
no way for the submitter to know why the report was rejected even later,
levaing him to guess as to what needs fixing.
One way to plug this hole would be to send an email with the reason to the
address field in the report. But that could probably be abused to send emails
to arbitrary persons.
A very simple alternative would be to create a per-commit text file containing
one line per ignored report with the report's tag, timestamp of when it was
analyzed and the reason why it was ignored.
--
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=30853
Bug #: 30853
Summary: Wine doesn’t always handle "right alt" properly
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sloonz(a)gmail.com
Classification: Unclassified
Created attachment 40410
--> http://bugs.winehq.org/attachment.cgi?id=40410
workaround/quick and dirty fix
I’m trying to get World of Warcraft working under Wine. However, I have huge
trouble with key bindings (I use unusual key bindings : I use the right half of
my keyboard, whereas most players use the left half).
After investigation, I found 3 bugs (different behaviors between Wine and my
Windows installation). The first one is the management of the right "Alt" key
(labeled "Alt-Gr" on my keyboard). When I press AltGr+l under Windows with
Spy++, I get the followings events :
<03637> 0007045A P WM_KEYDOWN nVirtKey:VK_CONTROL cRepeat:1 ScanCode:1D
fExtended:0 fAltDown:0 fRepeat:0 fUp:0
<03638> 0007045A P WM_KEYDOWN nVirtKey:VK_MENU cRepeat:1 ScanCode:38
fExtended:1 fAltDown:1 fRepeat:0 fUp:0
<03639> 0007045A P WM_KEYDOWN nVirtKey:'L' cRepeat:1 ScanCode:18
fExtended:0 fAltDown:1 fRepeat:0 fUp:0
<03640> 0007045A P WM_DEADCHAR chCharCode:'002F' (47) cRepeat:1 ScanCode:18
fExtended:0 fAltDown:1 fRepeat:0 fUp:0
<03641> 0007045A P WM_KEYUP nVirtKey:'L' cRepeat:1 ScanCode:18 fExtended:0
fAltDown:1 fRepeat:1 fUp:1
<03642> 0007045A P WM_SYSKEYUP nVirtKey:VK_CONTROL cRepeat:1 ScanCode:1D
fExtended:0 fAltDown:1 fRepeat:1 fUp:1
<03643> 0007045A P WM_KEYUP nVirtKey:VK_MENU cRepeat:1 ScanCode:38
fExtended:1 fAltDown:0 fRepeat:1 fUp:1
Under Wine 1.5.5 however (WINEDEBUG=+msg), I get those :
trace:msg:peek_message got type 7 msg 100 (WM_KEYDOWN) hwnd 0x6007e wp eb
lp 760001 [note: wp = VK_OEM_PA2]
trace:msg:peek_message got type 7 msg 101 (WM_KEYUP) hwnd 0x6007e wp 4c lp
c0260001 [note: wp = 'L']
trace:msg:peek_message got type 7 msg 101 (WM_KEYUP) hwnd 0x6007e wp eb lp
c0760001 [note: wp = VK_OEM_PA2]
With xev, I get :
KeyPress event, serial 93, synthetic NO, window 0x4000001,
root 0xbc, subw 0x0, time 5086996, (1585,410), root:(2578,425),
state 0x0, keycode 108 (keysym 0xfe03, ISO_Level3_Shift), same_screen
YES,
XKeysymToKeycode returns keycode: 92
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 93, synthetic NO, window 0x4000001,
root 0xbc, subw 0x0, time 5087052, (1585,410), root:(2578,425),
state 0x80, keycode 108 (keysym 0xfe03, ISO_Level3_Shift), same_screen
YES,
XKeysymToKeycode returns keycode: 92
XLookupString gives 0 bytes:
XFilterEvent returns: False
After "setxkbmap us", AltGr is bound to Alt_R under X (checked with xev), and I
get this under Wine :
trace:msg:peek_message got type 7 msg 104 (WM_SYSKEYDOWN) hwnd 0x10046 wp
a5 lp 21380001 [wp = VK_RMENU]
trace:msg:peek_message got type 7 msg 104 (WM_SYSKEYDOWN) hwnd 0x10046 wp
4c lp 20260001 [wp = 'L']
trace:msg:peek_message got type 6 msg 106 (WM_SYSCHAR) hwnd 0x10046 wp 6c
lp 20260001 [wp = 'l']
trace:msg:peek_message got type 7 msg 105 (WM_SYSKEYUP) hwnd 0x10046 wp 4c
lp e0260001 [wp = 'L']
trace:msg:peek_message got type 7 msg 101 (WM_KEYUP) hwnd 0x10046 wp a5 lp
c1380001 [wp = VK_RMENU]
(yes, I have a KEYUP without KEYDOWN)
Wich is still not the same as Windows. So I think there is two problems here :
- ISO_Level3_Shift is not properly recognized by Wine
- "AltGr" doesn't have the same behavior under Wine and Windows
FYI, attached patch is a workaround to have the same behavior than Windows.
With it, I get this under Wine :
trace:msg:peek_message got type 7 msg 100 (WM_KEYDOWN) hwnd 0x10062 wp a2
lp 1d0001 [note: wp = VK_LCONTROL]
trace:msg:peek_message got type 7 msg 100 (WM_KEYDOWN) hwnd 0x10062 wp a4
lp 20380001 [note: wp = VK_LMENU]
trace:msg:peek_message got type 7 msg 100 (WM_KEYDOWN) hwnd 0x10062 wp 4c
lp 20260001 [note: wp = 'L']
trace:msg:peek_message got type 7 msg 101 (WM_KEYUP) hwnd 0x10062 wp 4c lp
e0260001
trace:msg:peek_message got type 7 msg 105 (WM_SYSKEYUP) hwnd 0x10062 wp a2
lp e01d0001
trace:msg:peek_message got type 7 msg 101 (WM_KEYUP) hwnd 0x10062 wp a4 lp
c0380001
Which is still not the same as Windows :
- Windows uses (right) control + menu (with fExtended flag for menu) whereas
Wine uses left control + left menu. Not investigated if this is related to
TranslateMessage.
- AltGr+L is a dead symbol on my keymap. Windows send a DEADCHAR message,
wheras Wine send nothing. Note that I had to disable the XFilterEvent test in
event.c to have those messages, otherwise nothing is sent to the program (but
that’s another story for another bug report)
But it suffice for my use case (WoW key bindings with right alt)
--
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=30193
Bug #: 30193
Summary: Crysis Wars ded server doesn't resize with wineconsole
(curses backend)
Product: Wine
Version: 1.4-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
Classification: Unclassified
Created attachment 39410
--> http://bugs.winehq.org/attachment.cgi?id=39410
screen
The Crysis Wars dedicated server, when running under wineconsole with the
curses backend, does not resize its viewport. It is stuck at the default 80x25,
even if the terminal is considerably larger (see attachment).
This produces some unexpected output, as some commands expect a larger size but
have to be split over 2 lines via \
My terminal and wineconsole interact just fine, as I have verified with cmd.
It's just this app that sticks to 80x25 no matter what.
On Windows, it would normally spawn a console window with a size of 132x60 (or
less if the desktop resolution can't fit that)
Could it be that wineconsole first starts at 80x25 and only later resizes to
terminal size? In that case, I can imagine that the app polls the size once
during startup and sticks to that, thus limiting itself to 80x25.
--
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=37928
Bug ID: 37928
Summary: Photoshop CS6: Mini-bridge panel does not show
directory entries in alphabetical order
Product: Wine
Version: 1.7.34
Hardware: arm
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Distribution: ---
Steps to reproduce:
1. Launch Photoshop
2. Click File -> Open in mini bridge
3. Navigate to a folder with multiple subfolders
The subfolders are not ordered alphabetically, but in an apparently random
manner. They are definitely not ordered by creation date ( I created the
situation in my screenshot using a simple "mkdir a b c d e f g h i j k l" .
--
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=13624
Summary: Lineage 2 - The Chaotic Throne - Hellbound
Product: Wine
Version: 1.0-rc3
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eryk-rutkowski(a)o2.pl
Created an attachment (id=13604)
--> (http://bugs.winehq.org/attachment.cgi?id=13604)
Log from Terminal
Problem is in Lineage 2 Hellbound and regarding npkycrypt - dll file. This dll
is not work fine and don't recognize keyboard and i can't log in. There is
communicate: "The keyboard security module has failed to load. please exit the
game and try again"
Sorry for my bad english but i'm from other country ;p
--
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=33317
Bug #: 33317
Summary: Python error Fatal Python error: buffer overflow in
getpathp.c's joinpath() when executing.
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.thomas(a)hpcwales.co.uk
Classification: Unclassified
Created attachment 44067
--> http://bugs.winehq.org/attachment.cgi?id=44067
Lwsn output from running under wine
Wine Version : wine64 --version
wine-1.5.25
(64 Bit version)
GCC Version : gcc --version
gcc (GCC) 4.6.2
Python Version : python --version
Python 2.7.3
Operating Systems Used:
cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.5 (Tikanga)
I have also tried on :
cat /etc/redhat-release
CentOS release 5.5 (Final)
Program trying to run lwsn.exe (network render module part of Lightwave :
https://www.lightwave3d.com/ ). 30 Day trial available.
Command used:
wine lwsn.exe -3 -cLWEXT11-64.CFG -d"z:\home\andy.thomas\Atticus"
Scenes\black.lws 1 1
Problem,
I compiled wine and setup lwsn.exe in accordance with this article:
http://lordtangent.blogspot.co.uk/2007/01/running-lightwave-screamernet-lws…
Initially it worked fine when running from the command line. I then wrapped it
up in a batch script to be sent to our Linux cluster but got a Python error
message :
Fatal Python error: buffer overflow in getpathp.c's joinpath()
I tried to execute interactively on the cluster and this worked fine but when
executed from a script it gives the above error.
I launched a forum post (as I a haven't done much troubleshooting with wine) :
http://forum.winehq.org/viewtopic.php?f=8&t=18632
I have tried the recommendations but had no success.
I re-compiled wine with the above gcc compiler and a more up to date version of
Python but I can no longer execute on the command line. I now get the Python
error regardless of how I execute the command.
Any help would be greatly appreciated. If you need any further debugging please
let me know.
--
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=38767
Bug ID: 38767
Summary: Naturosoft Pro fails on startup with 'Run-time error
445: Object doesn't support this action' (needs
richedit:ITextRange::Paste method implementation)
Product: Wine
Version: 1.7.45
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
With bug 37502 fixed next problem is missing Paste() method implementation.
--
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=11955
Summary: NoteTab Pro 5.5 Cursor Display Issue
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://www.notetab.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lm_hamilton(a)yahoo.com
When the cursor is at the last line of a file and the user presses ENTER to
create a new line, it adds the line, but the cursor does not move. If the user
starts typing, the text and cursor does go on the last line of the file.
I used to have this issue on any file, but for the last several Wine releases,
it has only affected outline files. Outlines are just text files with the
extension otl. If you open the file in a text editor the topic for each outline
starts with H=". I use Slackware 12.0 and Debian.
Other users on the Yahoo Group for NoteTab on Linux are using Ubuntu and have
the display issue at the top and bottom of the file. I have never had it at the
top no matter what I have tried.
Following is a text representation of the problem I have, numbers used for
lines in the file, and a vertical bar "|" used to show the cursor position
after pressing enter to get a new line.
1|Text on line one.
2Line added when press enter.
3Line added when press enter. If you start typing the cursor acts normally and
starts adding text at the beginning of the last line added by pressing enter.
In this example the text is added after "3".
FYI - NoteTab Pro uses a different input control than NoteTab Light or
Standard. Light and Standard use richedit. NoteTab is developed in Delphi. I
have been a NoteTab user for ten years and beta tester for as long. The
anti-cracker controls in NoteTab's trial version may prevent it from working in
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.
https://bugs.winehq.org/show_bug.cgi?id=37973
Bug ID: 37973
Summary: mz800 emulator no screen refresh when switching apps
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: oldium.pro(a)seznam.cz
Distribution: ---
Created attachment 50594
--> https://bugs.winehq.org/attachment.cgi?id=50594
Blank screen when switching to the mz800 application
When I start the mz800 emulator and switch to a different application and back,
the screen is black.
This is a very old bug (years).
The emulator can be found at http://mz-800.xf.cz/download.htm (download the
emulator and extract the ROMs to the ROM directory). After starting just click
the "Demo" button to start the demo.
--
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=34263
Bug #: 34263
Summary: Framebuffer read-before-write causes graphical
glitches
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: achurch+wine(a)achurch.org
Classification: Unclassified
Created attachment 45608
--> http://bugs.winehq.org/attachment.cgi?id=45608
Suboptimal but functional patch
In at least the Final Fantasy XIV: A Realm Reborn character creation benchmark
(http://na.finalfantasyxiv.com/benchmark/index.html), framebuffer
read-before-write results in graphical glitches such as the entire display or
UI overlays flickering or incorrect textures being drawn. This program uses
multithreaded rendering (though I don't know whether that's relevant), and in
some cases, Direct3D calls which get translated to glBlitFramebuffer() attempt
to read from a framebuffer before the GPU has finished rendering to it.
The cause was found by dumping OpenGL calls using apitrace
(https://github.com/apitrace/apitrace) and observing that replaying the same
frame sporadically caused the same sort of glitches as observed in Wine, but
the glitches went away when a glFinish() call was inserted at each thread
switch.
The attached patch fixes these glitches by inserting a glFinish() call before
each glBlitFramebuffer() call. This is almost certainly suboptimal, and in my
case it causes the benchmark result to drop from ~3500 to ~3000, but it fixes
all graphical glitches aside from black squares seen in some cases when the HDR
option is enabled in rendering settings.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31476
Bug #: 31476
Summary: Bully: no DirectX 9.0c compatible sound card
Product: Wine
Version: 1.5.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marti(a)juffo.org
Classification: Unclassified
According to the WineHQ entry about "Bully: Scholarship Edition" version 1.2,
it used to work in wine 1.3.27.
When I try this game on my system, it changes the resolution, displays a
loading screen for a moment and then pops up a window saying:
Bully: Scholarship Edition requires a DirectX 9.0c compatible sound card to
be
installed and and configured properly.
After clicking "OK", Bully crashes with "Unhandled exception: page fault on
read access to 0x00000004".
The Bully installer from Steam automatically installs its own copy of DirectX
9.
Using wine-1.5.10 on Arch Linux x86_64, with PulseAudio. Sound playback in
winecfg and other applications works fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38615
Bug ID: 38615
Summary: Drakensang Demo crashes on startup and no debugging
output is generated
Product: Wine
Version: 1.7.43
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Hello everyone,
this might be related to bugs 14782 and 14911 and I am having problems getting
the Drakensang demo to run.
I got the demo from the following URL:
http://www.gamestar.de/spiele/das-schwarze-auge-drakensang/downloads/das_sc…
The debugger starts but generates no backtrace.
--
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=27207
Summary: splayer auto quit while open a mp3 file
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34764)
--> (http://bugs.winehq.org/attachment.cgi?id=34764)
Log: $ wine splayer.exe &> wine-splayer.log
splayer is an open source player on gpl.
http://www.splayer.org/index.en.html
1. Download splayer
http://file.splayer.org/avant/SPlayerSetupInt.exe?2124
2. intall cscript.exe with winetricks
$ winetricks wsh57
3. install splayer with all default settings.
$ wine SetupInt.exe
fixme:ole:CoCreateInstance no instance created for interface
{a3d8cec0-7e5a-11cf-bbc5-00805f6cef20} of class
{bd323430-ce94-11ce-82dd-0800095a5b55}, hres is 0x80004002
Does these fixme harmful?
4. start splayer:
$ wine splayer.exe
5. open a mp3 file with splayer,
splayer will auto quit with such messages:
fixme:gdi:SetColorAdjustment stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x2413730,0x208718): stub
fixme:dbghelp:elf_search_auxv can't find symbol in module
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc469ec
--
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=33518
Bug #: 33518
Summary: Some floors in Star Trek (2013) are completely black
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eurekafag(a)eureka7.ru
Classification: Unclassified
This is how they look like in the game: http://i.imgur.com/sNy2z7l.png
This is how they should look (at least on Xbox360):
http://youtu.be/YQCUUcrLfPc?t=30m30s
Outdoors and everything else seems to be ok: http://i.imgur.com/Rv2O8sM.pnghttp://i.imgur.com/Ytoi8cC.png
I see this repeating message in the terminal: fixme:d3d:resource_check_usage
Unhandled usage flags 0x8.
Sometimes another message appears: fixme:d3d:wined3d_swapchain_present Ignoring
flags 0x80000000.
These two spam the output but nothing else appears while playing. I've run the
game with WINEDEBUG=+d3d and the resulting file is about 600M long compressed
to 23M. Maybe it will help. I launched the game and entered to the buggy room
from the screenshot above, then killed it to prevent extra output.
--
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=30699
Bug #: 30699
Summary: wine printing: barcode is not printed from VB6
application
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineps.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edwin+winebugs(a)etorok.net
Classification: Unclassified
Created attachment 40201
--> http://bugs.winehq.org/attachment.cgi?id=40201
barcode screenshot
There is an application provided by the Romanian finance administration for
printing Payment sheets with barcodes. I tried to use it in Wine (it appears to
be a VB6 application), and I could enter all the data, and it displayed a
generated barcode.
However when I tried printing it didn't print the barcode. This happens both
when printing to my printer (Samsung ML-2010P), or using CUPS-PDF.
Attached is the PDF produced when printing through CUPS, and a screenshot taken
while printing.
Notice that on the screenshot there is a barcode in the right towards the top,
and in the produced PDF there is no barcode at all.
Attached is also WINEDEBUG=+relay,+seh,+tid,+psdrv output.
How to reproduce (including download URL):
1. Prepare application
mkdir $HOME/.wine-bug
export WINEPREFIX=$HOME/.wine-bug
# create winedir
winecfg
# get program
wget
http://static.anaf.ro/static/10/anaf/aplicatii/op_fv/opfv2010/instal_opfv_2…
unzip instal_OPFV_28032012.zip
wine instal_OPFV_2012.exe
# set locale: if date format is wrong program refuses to work
export LANG=ro_RO.UTF-8 LANGUAGE=ro_RO.UTF-8 LC_TIME=ro_RO.UTF-8
cd '$HOME/.wine-bug/drive_c/Program Files/OPFV 2012'
# enter test data
cat >ordine.txt <<EOF
1,1,1,TEST,1234567897,,,,BUGETUL DE
STAT,1234567897,RO26TREZ57820470101XXXXX,,,BUGETUL DE STAT,16/05/2012,FV
EOF
2. Make sure you have a printer. Bug reproduces with CUPS-PDF too, so edit
$HOME/.wine-bug/drive_c/windows/win.ini, and use these settings for the
printer:
[devices]
PDF=wineps.drv,CUPS:PDF
[PrinterPorts]
PDF=wineps.drv,CUPS:PDF,15,45
[windows]
device=PDF,wineps.drv,CUPS:PDF
3. Run app
wine OPFV_2012.exe
4. Print from the application
- Click on "FV"
- Choose 1,1,FV from the 'Nr. de ordine, Nr. OP/FV' dropdown
- Click "Incarcare"
- Click "Listare"
5. Look at the printed document, or PDF and notice that the barcode on the top
right is missing in the printout.
See attached PDF vs. attached screenshot. The barcode IS visible during
printing, its just never printed.
--
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=19751
Summary: VB6 format function
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hub_hotmail(a)hotmail.com
THIS IS A VB6 PROGRAM
WINDOWS
---------
FormatoBr = "#,##0.00"
debug.print Format(TxtValorCadTituloNUM, FormatoBr), , "ONLY_FORMAT"
= 1,00
debug.print Format(CCur(TxtValorCadTituloNUM), FormatoBr), , "FORMAT_WITH_CCUR"
= 1,00
*****************************************************************************
wine LINUX
----------
FormatoBr = "#,##0.00"
debug.print Format(TxtValorCadTituloNUM, FormatoBr), , "ONLY_FORMAT"
= 100,00
debug.print Format(CCur(TxtValorCadTituloNUM), FormatoBr), , "FORMAT_WITH_CCUR"
= 1,00
--
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=23726
Summary: Microsoft visual Basic 6.0: Crashes when adding
certain characters to a programming statement
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: romano.ray(a)live.com
While putting together a basic program, I came across an error when typing in
the following character "(" in the statement "label1.caption = Int(". After I
begin to type the "Int" followed by a "(" the program gives me an error and
closes. I'm not sure if this is because the command isn't available in the
library or wine is just not setup for using this program.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29806
Bug #: 29806
Summary: DirectX Software Test Causes Hype The Time Quest
Installer to Fail
Product: Wine
Version: 1.3.28
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jthomas97411(a)yahoo.com
Classification: Unclassified
Provided I'm remembering right, at some point in time this bug went away before
I got around to reporting it, but it's sure back now (writing this when 1.4 rc
2 was the most recent version of Wine).
1.3.28 is the farthest back I have ran Hype successfully, much further behind
that would probably get more iffy because 1.3.28 is particularly unstable about
getting Hype running. Getting the DirectX check to not crash the installer
definitely happened _after_ 1.3.28. I'm still pinpointing the version.
When you install Hype, you have to click "Install", then "Change", then
"Software tests...", then uncheck "Microsoft DirectX Media" and click "OK". Or
else the installer fails, at least in versions of Wine where this bug is in
effect.
Anyways, I can assuredly tell you that Wine 1.4 rc 2 needs to have the DirectX
software check unchecked to keep the installer from failing.
Jake
--
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=39534
Bug ID: 39534
Summary: Bad Mojo Redux crashes on start
Product: Wine
Version: 1.7.54
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 52681
--> https://bugs.winehq.org/attachment.cgi?id=52681
terminal output
Bad Mojo Redux (GOG.com version) crashes immediately on start.
The patch from staging fixes the crash and the game loads to the main menu
properly:
https://github.com/wine-compholio/wine-staging/blob/0dddb28c32e44f300be2157…
Quicktime 7.7.x is installed in the prefix (needed to play in-game videos).
There's no demo version available.
Fedora 22 32-bit
OpenGL vendor string: nouveau
OpenGL renderer string: Gallium 0.4 on NV92
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.1.0-devel
OpenGL core profile shading language version string: 3.30
--
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=19239
Summary: eBay Turbo Lister unhandled division by zero
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://download.ebay.com/turbo_lister2/setupUK.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22258)
--> (http://bugs.winehq.org/attachment.cgi?id=22258)
wine-1.1.25-133-g7cc7e7b backtrace
To get this far, "winetricks msxml3 mdac25 ie6" required.
When attempting to create a new item, an unhandled division by zero occurs in
user32.
=>0 0x7ed807ec get_vertical_line_count+0x29(es=0x20c5c0)
[/home/test/wine-git/dlls/user32/edit.c:1434] in user32 (0x0032b270)
--
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=38115
Bug ID: 38115
Summary: Grandia 2: game crashes after videos are skipped
Product: Wine
Version: 1.7.36
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: c.wehrmeyer(a)gmx.de
Distribution: ---
Created attachment 50797
--> https://bugs.winehq.org/attachment.cgi?id=50797
Backtrace of wine when the game crashes
What I am trying to archive:
I want to get the game Grandia II running on a Multilib Gentoo System (x86 and
x64).
To reduce I/O latency that is bound to happen due to the carrier medium
(optical drive/CD), I created local images that can be mounted in.
This runs fine on Windows, the copy protection detects no problems, and I can
start and play that game.
How have I installed Winw:
- I have got the latest source from the git repository:
$ git clone git://source.winehq.org/git/wine.git wine 2>&1 > ~/wine_git.txt
- I configured the sources, compiled them, and installed the binaries into a
separate directory:
$ ./configure --prefix=/opt/local/wine
$ make -j 9 2>&1 > ~/wine_make
$ make install 2>&1 > ~/wine_make_install
- I mounted the CD images:
$ sudo mount -t iso9660 GRANDIA2CD1.iso cd1
mount: /dev/loop0 ist schreibgeschützt, wird eingehängt im Nur-Lese-Modus
$ sudo mount -t iso9660 GRANDIA2CD2.iso cd2
mount: /dev/loop1 ist schreibgeschützt, wird eingehängt im Nur-Lese-Modus
$ sudo mount | grep 'CD'
/path/GRANDIA2CD1.iso on /path/cd1 type iso9660 (ro)
/path/GRANDIA2CD2.iso on /path/cd2 type iso9660 (ro)
- I created a Win32 user prefix, because the game is a x86 application.
$ WINEPREFIX="/home/user/new_wine" WINEARCH='win32' /opt/local/wine/bin/wine
"wineboot"
- I made sure (with WINEPREFIX="/home/user/new_wine" WINEARCH='win32'
/opt/local/wine/bin/winecfg) that the drives D: and E: were directly pointing
to where the CD-images are mounted
- I installed the game - in the cd1/ dir:
$ WINEPREFIX="/home/user/new_wine" WINEARCH='win32' /opt/local/wine/bin/wine
autorun.exe
- I copied the games executable from the second CD to the main game folder,
because for some reason the installer wouldn't do that.
What is the problem:
The game starts, but it does not play the intro videos, and the game crashes if
I press F9 (skip videos).
What can I say about the crash:
The crash always happens at the same address:
Unhandled exception: page fault on read access to 0x00000004 in 32-bit code
(0x004884b9).
>From what I can gather, 0x004884b9 is the code address that causes the crash.
The machine code read this (intel syntax):
4884b3: 8b 0d 0c 47 9c 00 mov ecx,DWORD PTR ds:0x9c470c
4884b9: 8b 51 04 mov edx,DWORD PTR [ecx+0x4]
4884bc: 8b 42 08 mov eax,DWORD PTR [edx+0x8]
4884bf: 8b 40 48 mov eax,DWORD PTR [eax+0x48]
If I read this correctly - and I might be mighty wrong here - the value
0x9c470c is loaded into the ecx register, and the value stored at 0x9c4710 is
then tried to load into the edx register. But it seems as if the ecx register
is nullified again.
For reference: other 3D games as Deus Ex run very fine. Due to the fact that I
am rendering with my Intel chip (I own an optimus laptop with maxwell
architecture, for which the drivers are still declared as WIP), the CPU usage
is a bit higher than on Windows, but I can archive 60 FPS with not problems
whatsoever.
The backtrace is included as attachment. If demanded, I can also upload the
"configure", "make" and "make install" logs.
--
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=36826
Bug ID: 36826
Summary: Wine and WindowMaker don't work well together
Product: Wine
Version: 1.7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xylem2020(a)gmail.com
Basically applications running under Wine have a habbit of moving downward at
an angle. This does not happen with all programs, but a good majority (i.e.
Steam).
--
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=32710
Bug #: 32710
Summary: TM United Forever textures aren't handled
Product: Wine
Version: 1.5.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blue-t(a)web.de
Classification: Unclassified
When i run TrackMania United Forever, the FPS are smooth, Sound plays but the
textures look like you are on drugs
--
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=33765
Bug #: 33765
Summary: Touhou Danmakufu ph3 freezes or crashes upon trying to
load .mp3 files
Product: Wine
Version: 1.6-rc1
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrewsuicune(a)gmail.com
Classification: Unclassified
Similar to Bug 32143, but more severe, since it automatically crashes or
freezes Danmakufu ph3.
err:mpeg3:mp3_leopard_horse Frame sync failed. Cannot play file.
The above is the error message provided.
To test this bug, one must run ph3 in Japanese Locale and test a script that
uses a .mp3 file, such as
http://www.bulletforge.org/u/talosmistake/p/letty-boss-battle/v/12
Place the script in the "Script" folder and run the application. navigate to
"Letty Boss FIght" and select it.
This bug was first filed for Wine 1.6 rc-1 on MacOSX Lion. This bug is not
present when running the application through Windows.
--
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=21571
Summary: WinPcap 4.0.1: Setup cannot install Microsoft Network
Monitor Driver (NetMon)
Product: Wine
Version: 1.1.37
Platform: x86-64
URL: http://www.keyfocus.net/kfsensor/download/WinPcap_4_0_
1.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=26014)
--> (http://bugs.winehq.org/attachment.cgi?id=26014)
Ol' [OLE] wine bugz...
Every time I attempt to run setup I get this error, which is a bit of a problem
for me because it prohibits the capturing of packets over dial-up (which I use)
and VPN. Seems to be related to OLE because those "errs" fill the terminal when
the popup appears in installation informing me.
--
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=27219
Summary: "failed to attach hard disk" error while create a new
virtual machine with virtualbox on wine
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34778)
--> (http://bugs.winehq.org/attachment.cgi?id=34778)
log: create a virtual machine
1. download virtualbox for windows, 32bit.
http://www.virtualbox.org/wiki/Downloadshttp://download.virtualbox.org/virtualbox/4.0.8/VirtualBox-4.0.8-71778-Win.…
2. register native netcfgx.dll, works around Bug 27060
3. install virtualbox
4. start virtualbox.
$ wine VirtualBox.exe
5. create a new virtual machine, add a new virtual hard disk while creating
virtual machine
after click the last "Finish" button, an error message box appear:
" Failed to attach the hard disk ( C:\users\fracting\VirtualBox
VMs\ubuntu\ubuntu.vdi) to the slot of the machine ubuntu.
click "OK", then another error:
" Failed to attach the CD/DVD device 0 to the slot of the machine ubuntu.
This two error prevent to complete the creation of virtual machine.
--
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=32143
Bug #: 32143
Summary: Touhou Danmakufu crashes while trying to load .mp3
files
Product: Wine
Version: 1.5.15
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrewsuicune(a)gmail.com
Classification: Unclassified
When using Touhou Danmakufu, the music runs at an accelerate pace. Sometimes,
the computer will overload trying to play the .mp3 files (the .wav sound
effects do not have the issue), and Danmakufu will crash.
According to the Terminal Window, the crash is because of the Frame Sync. (The
.mp3 files all share this issue).
MacOSX 10.7.5 with a 2.4 GHz Intel Core i5.
Danmakufu version 0.12m
Wine Version 1.5.15
XQuartz Version 2.7.4 with xorg-server 1.13.0
--
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=37107
Bug ID: 37107
Summary: LOLReplay crashes on startup
Product: Wine
Version: 1.7.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hai-kbrobeil(a)web.de
Created attachment 49329
--> https://bugs.winehq.org/attachment.cgi?id=49329
Console output of wine ~/.wine/drive_c/Program\ Files/LOLReplay/LOLRecorder.exe
LOLReplay (http://www.leaguereplays.com/) crashes once started with the message
"LOL Replay Recorder has encountered a problem and needs to close. We are sorry
for the convenience."
I installed dotnet 3.5sp1 and 4.0 as suggested on the app's website, otherwise
this is a new wineprefix 32 bit on arch linux.
Let me know if more information is needed!
--
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=36971
Bug ID: 36971
Summary: Crazy Talk 7.3 Application crash during importing of
MP3 File.
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jignesh_rajguru(a)hotmail.com
Created attachment 49093
--> http://bugs.winehq.org/attachment.cgi?id=49093
Crazy Talk 7.3 Application crash during importing of MP3 File.
Hi Sir,
I am trying to use Crazy Talk 7.3 Application with wine 1.7.22 on Ubuntu.
This application use DirectX 9. When I am trying to import .MP3 file
Application getting started crashed.
I had tried to use native quartz.dll and devenum.dll but no success.
This suggestion was given in forum by moderator.
Forum topic : CrazyTalk 7.3 Application Support
(http://forum.winehq.org/viewtopic.php?f=8&t=23143)
I have attached backtrace.txt file for the reveiw. Please help to sorted out
this.
Thanks and Regards.
Jignesh Rajguru.
+91.9920046434
--
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=34974
Bug #: 34974
Summary: L.A. Noire needs native dotnet20
Product: Wine
Version: 1.7.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 46603
--> http://bugs.winehq.org/attachment.cgi?id=46603
log
After installing native dotnet20 launcher works.
--
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=33884
Bug #: 33884
Summary: webding & wingdings fonts are not reconized
Product: Wine
Version: 1.6-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dyvazar(a)numericable.fr
Classification: Unclassified
since wine 1.6, both fonts webding & wingdings (ttf) only draw rectangles
instead of their usual symbols. (was working fine previously)
--
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=19775
Summary: Largo Winch: crash with hardware vertex shader
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=23166)
--> (http://bugs.winehq.org/attachment.cgi?id=23166)
Full log +all,-several, stripped from GetTick line noise.
With default settings in winecfg, the application crashes immediately before
displaying the logos, upon return from d3d8 CreateVertexShader.
Disabling the hardware vertex shader in winecfg allows the game to start (but
see bug #19773). This is the first application I faced where I had to do this
-- can I expect 3D applications to generally work well without hardware VS?
The full log (attached) shows a NULL pointer access by the application
immediately following return from IDirect3DDevice8Impl_CreateVertexShader.
fixme:d3d8:ValidateVertexShader (0x102d278 (nil) (nil) 1 0x33ef20): stub [2x]
0009:trace:d3d8:parse_token 0x40010007 REG(D3DVSDE_TEXCOORD0, D3DVSDT_FLOAT2)
0009:trace:d3d8:IDirect3DDevice8Impl_CreateVertexShader (0x15e4e0) : returning
0x10426f0 (handle 0xf0000021)
0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x48b24d ip=0048b24d
tid=0009
wine: Unhandled page fault on read access to 0x00000000 at address 0x48b24d
(thread 001c)
=>0 0x0048b24d in largowinch (+0x8b24d) (0x7ee2b010)
I'm not aware of a demo of this application.
Running Ubuntu Intrepid with Intel i915, but the crash also occurs on MacOS
with NVidia 9400M.
--
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=10106
Summary: Cannot disable cursor blinking in the wine GUI
Product: Wine
Version: 0.9.36.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zhoujiafan(a)gmail.com
I have updated the wine to wine-0.9.36 in my Linux Fedora Core5. Currently the
cursor is always blinking. For example, the editplus running in wine.
I tried to edit the wine registry as follows:
HKEY_CURRENT_USER -> CONTROL PANEL -> Desktop -> CursorBlinkRate = -1
And this does not stop the blinking cursor!!!
--
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=38941
Bug ID: 38941
Summary: Text colors are missing
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arromdee(a)atnex.net
Distribution: ---
I am running the 64 bit Wine 1.7.30 that comes with Mageia Linux 5.0.
I am running Wine on DOSCenter from http://nugnugnug.com/ . (This is a program
that catalogs DOS games, but it is itself a Windows program).
Download the build 035 or whatever one is on the page, then download the daily
.DAT file. Unzip them. Also get a DOS game .zip file. I tested this using a
legal Doom shareware at http://www.doomworld.com/pageofdoom/files/doom1_1.zip .
Run the DOScenter.exe in Wine, and under Settings and Tools, load the .DAT
file. Then in the main screen, select auto scan and scan the doom1_1.zip. The
scan results show what files should be in the doom1_1.zip and what are missing.
These should be labelled with different colors (indicating that the
doom1_1.zip contains 6 correct files and one mismatched file), and so should
the doom1_1.zip itself.
When I actually run it, the files are shown in black and white. As color is
the main way that DOScenter reports information, the program is essentially
useless.
This DOScenter.exe works fine in Windows 7.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36184
Bug ID: 36184
Summary: valgrind shows a potential leaks in
avifil32/tests/api.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==2113== 8 bytes in 1 blocks are possibly lost in loss record 35 of 677
==2113== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==2113== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==2113== by 0x7B8457FF: HeapAlloc (heap.c:271)
==2113== by 0x7B845AD4: GlobalAlloc (heap.c:376)
==2113== by 0x5852357: OLEClipbrd_Initialize (clipboard.c:1732)
==2113== by 0x588B6C6: OleInitialize (ole2.c:215)
==2113== by 0x4F95DE3: AVIFileInit (api.c:177)
==2113== by 0x4E6D3D2: func_api (api.c:716)
==2113== by 0x4E6E1F6: run_test (test.h:584)
==2113== by 0x4E6E5E4: main (test.h:654)
==2113==
--
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=36182
Bug ID: 36182
Summary: valgrind shows a potential leaks in
atl/tests/registrar.c
Product: Wine
Version: 1.3.13
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: atl
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==13481== 28 bytes in 1 blocks are possibly lost in loss record 161 of 562
==13481== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==13481== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==13481== by 0x529E83E: COMPOBJ_DllList_Add (compobj.c:526)
==13481== by 0x52A0B7A: apartment_getclassobject (compobj.c:1335)
==13481== by 0x52A42C4: get_inproc_class_object (compobj.c:2894)
==13481== by 0x52A4783: CoGetClassObject (compobj.c:3032)
==13481== by 0x52A4D45: CoCreateInstance (compobj.c:3197)
==13481== by 0x4C9A026: test_registrar (registrar.c:68)
==13481== by 0x4C9A8A7: func_registrar (registrar.c:159)
==13481== by 0x4C9B6A7: run_test (test.h:584)
==13481== by 0x4C9BA96: main (test.h:654)
==13481==
--
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=26108
Summary: ole32/defaulthandlers tests shows a valgrind warning
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Conditional jump or move depends on uninitialised value(s)
at StorageImpl_CreateDirEntry (storage32.c:1251)
by StorageBaseImpl_CreateDirEntry (storage32.h:272)
by StorageBaseImpl_CreateStream (storage32.c:985)
by init_ole_stream (defaulthandler.c:1619)
by DefaultHandler_IPersistStorage_InitNew (defaulthandler.c:1685)
by test_olestream (defaulthandler.c:81)
by func_defaulthandler (defaulthandler.c:107)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlReAllocateHeap (heap.c:1897)
by HeapReAlloc (heap.c:277)
by GlobalReAlloc (heap.c:676)
by HGLOBALLockBytesImpl_SetSize (memlockbytes.c:518)
by StorageImpl_Construct (storage32.c:2740)
by Storage_Construct (storage32.c:5131)
by StgCreateDocfileOnILockBytes (storage32.c:7709)
by create_storage (defaulthandler.c:41)
by test_olestream (defaulthandler.c:69)
by func_defaulthandler (defaulthandler.c:107)
by run_test (test.h:556)
by main (test.h:624)
--
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=26049
Summary: ws2_32/sock tests shows some leaks in AcceptEx?
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33221)
--> (http://bugs.winehq.org/attachment.cgi?id=33221)
valgrind log
Several leaks like:
36 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by WS2_AcceptEx (socket.c:1991)
by test_AcceptEx (sock.c:4464)
by func_sock (sock.c:4703)
by run_test (test.h:556)
by main (test.h:624)
--
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=36326
Bug ID: 36326
Summary: valgrind shows a leak in rpcrt4/tests/rpc_protoseq.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==13435== 68 bytes in 1 blocks are possibly lost in loss record 143 of 282
==13435== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==13435== by 0x5BB4B33: rpcrt4_protseq_sock_alloc (rpc_transport.c:1554)
==13435== by 0x5BAFAE5: RPCRT4_get_or_create_serverprotseq
(rpc_server.c:927)
==13435== by 0x5BB1D62: RpcServerUseProtseqA (rpc_server.c:1041)
==13435== by 0x4D7A5B0: func_rpc_protseq (rpc_protseq.c:71)
==13435== by 0x4D9AC78: run_test (test.h:584)
==13435== by 0x4D9B067: main (test.h:654)
==13435==
==13580== 64 bytes in 1 blocks are possibly lost in loss record 140 of 282
==13580== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==13580== by 0x5B94EC7: rpcrt4_protseq_np_alloc (rpc_transport.c:642)
==13580== by 0x5B8FAE5: RPCRT4_get_or_create_serverprotseq
(rpc_server.c:927)
==13580== by 0x5B919A1: RpcServerUseProtseqEpExA (rpc_server.c:997)
==13580== by 0x5B91B08: RpcServerUseProtseqEpA (rpc_server.c:892)
==13580== by 0x4D5A4F6: func_rpc_protseq (rpc_protseq.c:58)
==13580== by 0x4D7AC78: run_test (test.h:584)
==13580== by 0x4D7B067: main (test.h:654)
==13580==
--
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=32126
Bug #: 32126
Summary: Mathcad 14 ends up in a loop
Product: Wine
Version: 1.5.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mlang
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)uukgoblin.net
Classification: Unclassified
Running Mathcad 14 (Academic Version from Open University) on wine 1.5.16.
When opening specific files or when displaying some of the tips of the day,
Mathcad 14 freezes up, and there's lots of lines like these displayed in the
console:
fixme:mlang:fnIMLangLineBreakConsole_BreakLineW (0x361f760)->1024 L"Find out
what's new in Mathcad 14 under New Features." 53 -17197070 0xede79c 0xede768
The third number from the right decreases by 1 with each line printed, and
everything else stays the same.
Austin English suggested using "native mlang/usp10" (in bug 32091). I've
installed usp10 with winetricks and it's set to use native first in winecfg,
but it didn't help.
I'm not sure how to get native mlang, winetricks doesn't seem to know what it
is - any help on that would be appreciated.
--
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=35736
Bug ID: 35736
Summary: Citavi 4.3 is installed but can not be started
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jules(a)habmalnefrage.de
I tried to install Citavi 4.3 in Wine 1.7.13 (OS: Ubuntu 13.10).
First, I created a Prefix with win32 Architecture
rm -rf .wine
WINEARCH=win32 WINEPREFIX=~/.wine winecfg
Then I successfully installed .NET 4.5 as described here:
https://appdb.winehq.org/objectManag…sion&iId=25478
Furthermore I installed Internet Explorer 7 for Windows Server 2003 32-bit
(https://www.microsoft.com/en-us/down….aspx?id=24802) with wine and
gdiplus, corefonts, vcrun2008, vcrun2010, vb6run, mdac28 and jet40 with
winetricks.
Then I was not sure: According to the description
(https://appdb.winehq.org/objectManag…sion&iId=25478) I should have changed the
windows version of the Wine-Prefix to Windows 2003 after installing .NET 4.5.
But Citavi 4.3 requires Windows 7. So I carried on with Windows 7 and installed
Citavi 4.3 (Download: http://www.citavi.de/de/download.html). The Installation
ran without problems. But Citavi could not be started afterwards. When starting
it from bash I just got the attached feedback.
Regards,
Jules
--
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=20951
Summary: Wine cannot be compiled with -pg GCC option
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
make[1]: Entering directory `/tmp/wine-1.1.34/loader'
gcc -o wine-preloader -static -nostartfiles -nodefaultlibs
-Wl,-Ttext=0x7c000000 preloader.o ../libs/port/libwine_port.a
preloader.o: In function `__bb_init_func':
/tmp/wine-1.1.34/loader/preloader.c:162: undefined reference to `mcount'
preloader.o: In function `__stack_chk_fail_local':
/tmp/wine-1.1.34/loader/preloader.c:166: undefined reference to `mcount'
preloader.o: In function `__stack_chk_fail':
/tmp/wine-1.1.34/loader/preloader.c:167: undefined reference to `mcount'
preloader.o: In function `wld_mmap':
/tmp/wine-1.1.34/loader/preloader.c:276: undefined reference to `mcount'
preloader.o: In function `wld_strcmp':
/tmp/wine-1.1.34/loader/preloader.c:340: undefined reference to `mcount'
preloader.o:/tmp/wine-1.1.34/loader/preloader.c:367: more undefined references
to `mcount' follow
collect2: ld returned 1 exit status
make[1]: *** [wine-preloader] Error 1
--
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=32215
Bug #: 32215
Summary: wine 11game.exe run error after installed by wine
5211setup.exe
Product: Wine
Version: 1.5.17
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lightning1141(a)gmail.com
Classification: Unclassified
Created attachment 42489
--> http://bugs.winehq.org/attachment.cgi?id=42489
wine 11game.exe
1. Download 5211Game.exe from http://www.5211game.com/down.aspx
2. install with wine
$wine 5211setup.exe
3. start from wine
$wine ~/.wine/drive_c/Program\ Files\ \(x86\)/11game/11Game.exe &>
wine-11game.log
11game.exe will not start, with such output:
wine: Unhandled page fault on read access to 0x7a2b0000 at address 0x78aa1f77
(thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x7a2b0000 in 32-bit code
(0x78aa1f77).
A full log is attached.
The software 5211setup.exe updates frequently.
$sha1sum 5211setup.exe
fff5d91fcd4cde99b42a77a435435d2baf8c44b3 5211setup.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13046
Summary: Intermittent audio looping in Beyond Good and Evil
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben-dev(a)gmx.net
Created an attachment (id=12801)
--> (http://bugs.winehq.org/attachment.cgi?id=12801)
dsound trace
The sound in Beyond Good and Evil is badly broken. Around half of the audio
clips (whether they're music, voice or effects) start playing but get stuck in
a ~2 second continuous loop (i.e. the first ~2 seconds of the clip play over
and over again) and this continues until a scene change.
I've tested this on Ubuntu 7.10 and 8.04 with alsa, oss and jack and nothing
helped.
In the trace, I can't see anything obvious. It looks a bit like the
application stops responding to SetEvent()s. In the attached file, the only
sound you can hear is looping for the last half of the trace.
The problems vary from run to run - pretty much any of the audio clips might
break on any given run. I searched bugzilla but couldn't see any bugs for this
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.
http://bugs.winehq.org/show_bug.cgi?id=28109
Summary: winmm capture tests fail on some machines
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On my Asus G60JX laptop, with Ubuntu 11.04, winmm's capture tests fail with
err:winmm:WINMM_OpenDevice Activate failed: 80004005
capture.c:148: Test failed: waveInOpen(1): format=8000x 8x1
flags=50000(CALLBACK_EVENT) rc=MMSYSERR_ERROR(Undefined external error.)
err:winmm:WINMM_OpenDevice Activate failed: 80004005
capture.c:148: Test failed: waveInOpen(1): format=8000x 8x1
flags=50008(CALLBACK_EVENT|WAVE_FORMAT_DIRECT) rc=MMSYSERR_ERROR(Undefined
external error.)
This is a bit like bug 27895.
--
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=27298
Summary: The Witcher 2 Slow Performance on any setting.
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mblackwell1024(a)gmail.com
The Witcher 2 experiences extreme lag and gets around 5-10fps (subjective) no
matter what video settings are selected. Lowering resolution or settings (even
at the lowest) gives what appears to be < 5fps increase. On this setup:
Q9550
GTX 460
2Gig RAM
The game should pull closer to 20-30fps on Ultra, and 30-50fps on High
(according to benchmarks and user feedback about the game on Windows) even at a
1080p resolution.
The only console output when playing is:
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
fixme:d3d:state_lastpixel Last Pixel Drawing Disabled, not handled yet
--
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=18072
Summary: Core Media Player throws an exception on launch
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
URL: http://www.tucows.com/preview/299014
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
My roommate despises VLC, and is in love with this media player. Step 1 in his
dogfood transition to Ubuntu would be getting this media player to work in
Wine.
Problem 2: on launch, throws exception and refuses to launch.
Exception EExternalException in module ntdll.dll at 0002B168.
External exception C0000025.
--
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=31023
Bug #: 31023
Summary: CuteFTP 8.3.4 - "Encountered an improper argument."
Error boxes after most actions.
Product: Wine
Version: 1.5.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nicekiwi(a)gmail.com
Classification: Unclassified
Created attachment 40721
--> http://bugs.winehq.org/attachment.cgi?id=40721
debug logfile
Interacting with most buttons and will cause at least one popup box with the
text "Encountered an improper argument.".
--
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=36546
Bug ID: 36546
Summary: Please remove `tmpfs` special treatment in ntdll
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
I do love running Wine in /tmp which is mounted as `tmpfs` in my Linux.
However every other application installer whines that disk C: is not local so I
have to use tricks to force applications to install in a WINEPREFIX which is
located in RAM.
Please, remove the special treatment of tmpfs mount points.
--
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=22564
Summary: Maxthon 2.5.12 can't render web pages and eventually
crashes
Product: Wine
Version: 1.1.29
Platform: x86
URL: http://www.maxthon.com/download.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bumm13(a)yahoo.com
The browser's graphical front-end opens just fine but it's not possible to
actually load any web pages (nothing renders). Messing around with the various
options under the program's various menus generally results in no obvious
change in Maxthon's functionality (example: changing font size). Any extended
time trying to load web pages or change options in Maxthon will cause its
built-in crash report window to appear; at this point the program must be
killed via Control-C at the terminal or using a similar method.
--
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=32100
Bug #: 32100
Summary: KwSing: error cause the installing interrupt
Product: Wine
Version: unspecified
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 42319
--> http://bugs.winehq.org/attachment.cgi?id=42319
the log
I tried to install KwSing(酷我K歌) in wine, but there is a error(a error window)
and cause the installing interrupt(just like the picture 'error.png' in
attachment). And I only could chose 'cancel' the installing.(picture
'cancel.png')
My test environment:
- Ubuntu 12.04.1 32bit
- Wine 1.5.16
- KwSing: https://www.dropbox.com/s/oq1uk496xp0p4sx/KwSing.exe
You can reproduce follow this:
0. download it in:https://www.dropbox.com/s/oq1uk496xp0p4sx/KwSing.exe
1. 'winetrick wmp10' to get a workaround;
2. 'wine Kwsing.exe' begian installing it.
Attachment:
'error.png' what the error window look like;
'cancel.png' only can cancel the installing after the error window;
'kwsing.log' the output information in console.
--
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=32136
Bug #: 32136
Summary: Kugou: some text didn't display normally
Product: Wine
Version: 1.5.16
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 42400
--> http://bugs.winehq.org/attachment.cgi?id=42400
'kugou.txt' is the log
When installed Kugou(酷狗音乐) I found that was some chinese text can't be
displayed normally.
And there is a workaround:
add a key in [HKEY_CURRENT_USER\Software\\Wine\\Fonts\\Replacements] name "宋体"
with value 'WenQuanYi Micro Hei'
my test environment:
- Ubuntu 12.04.1
- Wine 1.1.16
- Kugou:http://www.kugou.com/topic/download.php
reproduce follow:
0. download it
1. 'wine kugouxxxx.exe'
attachments:
wine.png is what it look like in wine;
windows.png is what it look like in windows;
kugou.txt is the log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35843
Bug ID: 35843
Summary: bgb: IME breaks game input on OS X
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: anders1(a)gmail.com
While using a Japanese IME (Kotoeri, Google IME) on OS X, input doesn't work in
bgb 1.4.3[0]. To be specific, it doesn't work in the game window but does work
in the input options dialog.
The author told me that both the game window and settings dialog are using the
same API for input.
To reproduce:
- run wine using the OS X Cocoa driver (built using Homebrew, brew install
wine --devel)
- use Kotoeri alphanumeric input as your keyboard layout (listed under
Japanese)
- try to play a game, default keys are: A, S, enter, shift and the arrow
keys.
[0] http://bgb.bircd.org/bgb.zip
--
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=35995
Bug ID: 35995
Summary: Buttons are not clickable
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: jscript
Assignee: wine-bugs(a)winehq.org
Reporter: lara(a)craft.net.br
When I click on the button, nothing happens. Log show this (when I click on
button):
fixme:mshtml:HTMLImgElement_get_align (0x3357b88)->(0x33e090)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x28e6388)->(0x33eb7b)
fixme:ieframe:ControlSite_OnFocus (0x133e68)->(1)
fixme:imm:ImmGetOpenStatus (0x1d2b178): semi-stub
Can be reproduced by running the Legend Online Launcher with wine-gecko and
flash installed. This works with IE8 installed, I believe it is a problem of
javascript.
--
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=36854
Bug ID: 36854
Summary: Divinity Original Sin Gog version does not display
graphics after patch
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: i30817(a)gmail.com
The only thing that happens is that the cursor changes shape to the game cursor
and then the game surface hangs forever with the image of whatever happened to
be in the background of the screen before executing the game.
Without the patch, but with the game removed from it's prefix, the prefix
deleted, the game always crashes because of the missing d3dcompiler. Installing
d3dx9_36 with wine tricks leads me to the same result as with the patch (cursor
hanging forever), which is leading me to suspect the patch is 'helpfully'
dumping some stuff in the windows dir.
The original setup exe comes with redistributables it tries to install at the
end for directx9, dotnet3.5 and vcrun2008, which i obviously cancelled before
they could hose the install. It still gave a popup error but appears to have
installed. I have no idea why that would run, and not run if i extracted from
the prefix, reset it and ran it again (d3dcompiler error).
If you tell me which logging channels you want i can do a log of the install,
the patch, and trying to run it.
This gog game is affected by http://bugs.winehq.org/show_bug.cgi?id=32451
the workaround /nogui doesn't work, the popup error that happens at the end
happens much earlier, before the game files are copied. So i had to build a
biarch wine git version patched to increase the contant mentioned in one of the
posts.
--
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=16147
Summary: MSN Messenger 7.0: Webcam doesn't work
Product: Wine
Version: 1.1.9
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=d78f2ff1-79ea-4066-8ba0-ddbed94864fc&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
If you try to use the webcam through MSN Messenger, you will just see a weird
image. The webcam works perfectly in Cheese, so the webcam is working fine.
I'm using Ubuntu 8.10 and Wine 1.1.9.
I think this lines are related:
fixme:qcap:fnCaptureGraphBuilder2_FindInterface
(0x1a7f278/0x1a7f278)->({fb6c4281-0353-11d1-905f-0000c0cc16ba}, (null),
0x1a81e60, {c6e13340-30ac-11d0-a18c-00a0c9118956}, 0xbd5158) - workaround stub!
fixme:qcap:KSP_Get () Not adding a pin with PIN_CATEGORY_CAPTURE
fixme:qcap:fnCaptureGraphBuilder2_Release Release IGraphFilter or w/e
fixme:qcap:fnCaptureGraphBuilder2_FindInterface
(0x1a7f290/0x1a7f290)->({fb6c4281-0353-11d1-905f-0000c0cc16ba}, (null),
0x1a81e60, {c6e13340-30ac-11d0-a18c-00a0c9118956}, 0xbd5158) - workaround stub!
fixme:qcap:KSP_Get () Not adding a pin with PIN_CATEGORY_CAPTURE
fixme:qcap:AMStreamConfig_GetNumberOfCapabilities 0x1a81e64: 0x32ebd0 0x32ebdc
- stub, intentional
fixme:qcap_v4l:qcap_driver_get_prop Not implemented 7
fixme:qcap_v4l:qcap_driver_get_prop Not implemented 5
fixme:qcap:fnCaptureGraphBuilder2_Release Release IGraphFilter or w/e
--
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=24505
Summary: Plants vs Zombies: Low FPS on seeds menu
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
The seeds menu (presented at the start of each game) in Plants vs Zombies GOTY
edition (Steam) makes the game lag noticeably.
nvidia 9800gtx+ / 260.xx drivers (official binaries) / xorg 1.9
Happens both on fullscreen and windowed, only tested in virtual desktop. No
relevant console output.
--
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=25426
Summary: King's Quest Collection Series (1997): KQ7, MGDX, and
King's Questions crash winevdm.exe
Product: Wine
Version: 1.3.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tristan_schmelcher(a)alumni.uwaterloo.ca
Created an attachment (id=32360)
--> (http://bugs.winehq.org/attachment.cgi?id=32360)
Backtrace of the King's Quest 7 crash
After installing the game King's Quest Collection Series (the 1997 edition),
attempting to start the games King's Quest 7 or Mixed-Up Mother Goose Deluxe or
the bonus app King's Questions results in a winevdm.exe crash. The backtrace
for all three games is very similar so I'm filing a single bug for the crashes.
Note that you need a WINE version from commit
8fb6b02d946d751a9c26c20d94c71a83e1088349 or later in order for installation to
succeed.
--
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=37630
Bug ID: 37630
Summary: Very fast audio & crackly (underruns) with PulseAudio
5, not with 4
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: emailofchris(a)gmail.com
Distribution: ---
In Wine, audio played at what seemed like triple speed, and it had horrible
quality to it. When I went to winecfg > Audio and did the test, it just sounded
as if I blew into a cheap microphone. I tried many things to fix it, but
nothing worked until I downgraded from PulseAudio 5 to 4.
I'm using Arch Linux. Sound was tested in foobar2000 (music was unintelligible)
and World of Warcraft (opening cutscene was intolerable).
Here's the error that occured with foobar2000, for example:
ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred
--
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=19439
Summary: Windows Media Player 9 works good only with native
jscript.dll
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zenitur(a)yandex.ru
Created an attachment (id=22567)
--> (http://bugs.winehq.org/attachment.cgi?id=22567)
WMP9 jscript bug
Some time ago Wine can't start Windows Media Player 9 without native
jscript.dll. Not it works. Bad. Watch screenshot.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30366
Bug #: 30366
Summary: Wing Commander 4 game doesn't run
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maquis196(a)yahoo.co.uk
Classification: Unclassified
I believe it to be video related due to the error message I get;
"DXMCI ERROR - Error loading video".
The +quartz log is thus;
http://pastebin.com/k9YP66tX
The video is a vob and mplayer reports the following;
http://pastebin.com/SESSUvNp
I have tried native for the following dll's (that in windows help the game work
in windows2000+;)
mpeg2.dll
dxmci.dll
As a side note, this is the GoG edition.
--
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=37892
Bug ID: 37892
Summary: GOTHIC 2 GOLD: Vdfs32e.exe crashes at startup
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: marc.bessieres(a)gmail.com
Regression SHA1: ca51e113e4820f8b11016c13732b1a971d2b0054
Distribution: ---
Created attachment 50471
--> https://bugs.winehq.org/attachment.cgi?id=50471
Vdfs32e.exe crash backtrace
Follow up bug 7425 which is a mixture of several issues about Gothic2 Gold
(Night of the Raver extension).
In bug 7425, it seems that most people were using the German version and
Vdfs32g.exe was crashing.
Here I'm using the French version in one DVD and Vdfs32e.exe crashes at startup
(backtrace in attachment). So it might not be a true follow up.
In both case the crash doesn't prevent the game from starting if following
workaround is done:
set musicEnabled=0 in Gothic.ini
In bug 7425, many users used a no-CD fix, I didn't have to, the game
protections work fine.
I'll attach the ProtectionID.exe result for reference.
There is not much in the command line:
> wine drive_c/Program\ Files\ \(x86\)/JoWooD\ Productions\ Software\ AG/Gothic\ II\ Gold/system/Gothic2.exe
fixme:service:scmdatabase_autostart_services Auto-start service L"SVKP" failed
to start: 2
wine: Unhandled page fault on read access to 0x00340000 at address 0x4016bf
(thread 0024), starting debugger...
If the prefix is a 32-bit one, then Vdfs32e.exe worked during a short while
after commit:
commit f87767bc35b0da4df7c7104c04943ed67e06ea78
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Fri Nov 28 08:01:26 2014 +0100
ntdll: Handle ACTCTX_FLAG_ASSEMBLY_DIRECTORY_VALID flag when opening
manifest in RtlCreateActivationContext.
:040000 040000 72593ce2fdd2dfd6686cf7fd00436040eea8688c
8c3259784fdda6821620cb1e6284feb8a4daf23d M dlls
And then it failed again after:
Auteur: Erich E. Hoover <erich.e.hoover(a)gmail.com> 2014-08-20 04:31:00
Auteur du commit: Alexandre Julliard <julliard(a)winehq.org> 2014-12-17 19:42:23
Parent: 1f7683777babab98197c39e5965ba6f70c01c8d0 (quartz: Implement
IFilterGraph2::AddSourceFilterForMoniker.)
Enfant: cbc8f3c81148079a17f4062fb9bad6569107fb34 (winemenubuilder: Eliminate
an unused variable.)
Branche: master, remotes/origin/master
Suit: wine-1.7.33
Précède: wine-1.7.34
ntdll: Unify retrieving the attributes of a file.
Running several regression tests (each time reverting the previously found bad
commit(s) before compilation, and resetting the state with git reset --hard
HEAD^ for each reverted commit before running the git bisect bad/good) gave me
the following ntdll commits.
If I revert them, Vdfs32e.exe works again in wine-1.7.34:
commit c2d303c54bc07ba642c96b661b7ea1fe7546931e
Author: Marc Bessières <marc.bessieres(a)mykolab.com>
Date: Wed Jan 14 09:52:50 2015 +0100
Revert "ntdll: Fix 'description' element parsing to allow empty elements."
This reverts commit c134466224d0e709ab7ffc206013f79d70fe27d4.
commit 7e0388006d315bf6d04c2f4912f945e45cae4273
Author: Marc Bessières <marc.bessieres(a)mykolab.com>
Date: Wed Jan 14 09:52:00 2015 +0100
Revert "ntdll: Accept asm.v2 as default namespace."
This reverts commit 37c179794e35bfe4283edfa425efc4e499cc652e.
commit 893d01c18263bd98e6952e95cd521d6808671695
Author: Marc Bessières <marc.bessieres(a)mykolab.com>
Date: Wed Jan 14 09:51:48 2015 +0100
Revert "ntdll: Unify retrieving the attributes of a file."
This reverts commit ca51e113e4820f8b11016c13732b1a971d2b0054.
commit 13b3156035d9dc2f90c16497fb32255c16bca28f
Author: Marc Bessières <marc.bessieres(a)mykolab.com>
Date: Wed Jan 14 09:51:40 2015 +0100
Revert "ntdll: Add stub for RtlSetHeapInformation."
This reverts commit 7eed378f5dc907e9733124727bcd03aacebbd3b6.
So I believe I can tag this bug as a regression. This can be removed if more
experience people think it is not.
> wine --version
wine-1.7.34
> du -h drive_c/Program\ Files/JoWooD\ Productions\ Software\ AG/Gothic\ II\ Gold/system/Vdfs32e.*
92K drive_c/Program Files/JoWooD Productions Software AG/Gothic II
Gold/system/Vdfs32e.dll
8,0K drive_c/Program Files/JoWooD Productions Software AG/Gothic II
Gold/system/Vdfs32e.exe
> sha1sum drive_c/Program\ Files/JoWooD\ Productions\ Software\ AG/Gothic\ II\ Gold/system/Vdfs32e.*
222ff8219abb2e8a05604b7caaad8e8470a2e689 drive_c/Program Files/JoWooD
Productions Software AG/Gothic II Gold/system/Vdfs32e.dll
6595c674fe3efb8ed1cfc082d88e3a124b6938a2 drive_c/Program Files/JoWooD
Productions Software AG/Gothic II Gold/system/Vdfs32e.exe
guest@linux-87nj:~/wine-git>
> du -h drive_c/Program\ Files/JoWooD\ Productions\ Software\ AG/Gothic\ II\ Gold/system/Gothic2.exe
8,7M drive_c/Program Files/JoWooD Productions Software AG/Gothic II
Gold/system/Gothic2.exe
> sha1sum drive_c/Program\ Files/JoWooD\ Productions\ Software\ AG/Gothic\ II\ Gold/system/Gothic2.exe
118e4d156ad9b9124c4f376365c2b16e1f65920c drive_c/Program Files/JoWooD
Productions Software AG/Gothic II Gold/system/Gothic2.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=33134
Bug #: 33134
Summary: Windows Media Player 9 can't play winecfg's test sound
(idw_testsound.wav)
Product: Wine
Version: 20031212
Platform: x86
URL: http://download.cnet.com/Windows-Media-Player-Windows-
XP/3000-2139_4-10180881.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 43827
--> http://bugs.winehq.org/attachment.cgi?id=43827
backtrace
fixme:quartz:DSoundRender_QueryInterface No interface for
{3c43d14f-25b3-4e34-a36c-f575deea29c0}!
fixme:strmbase:TransformFilterImpl_QueryInterface No interface for
{0bb53976-978f-41f9-a66b-a29cc318a817}!
wine: Unhandled page fault on write access to 0x78a06e1c at address 0xfff0e483
(thread 0009), starting debugger...
...
Backtrace:
=>0 0xfff0e483 (0x0032cb48)
1 0x0777034b in wmp (+0xf034a) (0x0032cce0)
2 0x077701b2 in wmp (+0xf01b1) (0x0032cd14)
3 0x07770031 in wmp (+0xf0030) (0x0032cf34)
4 0x0032cf78 (0x0776e2d3)
5 0xc33bf445 (0x8bf05d89)
--
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=10825
Summary: Photoshop 7 "Save File" dialog contents shifted to left
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In Photoshop 7, if you click "New" and "Save As"
even right after starting, you will see that
the items on the lower half of the dialog are
shifted to the left by about one em.
The text "Save Options" shows up as "ave Options";
the text "Save:" and the text "Color:" have most of
their first letter chopped off.
Likewise, the checkbox for "Thumbnail" is slightly
clipped.
Gee, we're getting down to cosmetic bugs.
This is progress!
--
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=37721
Bug ID: 37721
Summary: Notepad2 sometimes does not properly switch out of
Transparent mode
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ngupta(a)umiacs.umd.edu
Distribution: ---
Created attachment 50216
--> https://bugs.winehq.org/attachment.cgi?id=50216
Screenshot of the display problem.
The 64-bit of Notepad2 from
http://www.flos-freeware.ch/zip/notepad2_4.2.25_x86.zip has a display problem
on Wine 1.7.33. Steps to produce bug:
1) Create a window that is maximized.
2) Change view to transparent
3) Reduce the size of window and move it
4) Change view back to opaque from transparent
At this point, many of the icons on the toolbar are completely blacked out as
shown in the attached screenshot.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35170
Bug ID: 35170
Summary: Unable to install Adobe Shockwave Player on Firefox
for windows
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mail(a)tommasoangelini.tk
Classification: Unclassified
Created attachment 46918
--> http://bugs.winehq.org/attachment.cgi?id=46918
error log
Hi guys,
I got a problem on wine. In fact, I installed the Windows 7 version of Firefox
on Ubuntu 13.04 using wine
That was fine.
Unfortunately, when I try to install the Shockwave plugin on the browser, I get
an error message from wine. The error log is attached to this report.
Wine is currently configured to work as Windows 7 64 bit on my computer.
Could you give ideas to solve?
Thanks
--
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=39633
Bug ID: 39633
Summary: Shadow Company: Left for Dead fails to install
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sano80(a)hotmail.com
Created attachment 52817
--> https://bugs.winehq.org/attachment.cgi?id=52817
Backtrace Output after trying to install Shadow Company: Left for dead
On Mac OS X El Capitan we used the Wineskin Winery App to install and play
Warcraft 3 TFT (with Battle.net) and it worked like a charm.
Unfortunately, when trying to install "Shadow Company: Left for dead" the app
crashed instantly after selecting the "Setup.exe", with the attached backtrace.
How big is the chance to get it to work on Mac?
Do you need any other information?
--
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=39223
Bug ID: 39223
Summary: Warcraft 3: Game conflicts with other started
applications
Product: Wine
Version: 1.5.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Distribution: ---
The bug was already found in another ticket (
https://bugs.winehq.org/show_bug.cgi?id=32959 ) but it seems they are not
related so I'm creating a new ticket (this issue was also tested with Wine
1.7.50). There are 2 behaviors:
- Initially after starting Warcraft 3: If the game gets minimized, another
application gets started and then closed (for example winecfg) the window of
Warcraft 3 does automatically recover.
- After some time of playing Warcraft 3 (~1 hour): If the game gets minimized
and another application gets started it fails. Here is an example output from
winecfg:
sworddragon@ubuntu:~$ winecfg
err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
--
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=30967
Bug #: 30967
Summary: Diablo III: Resolution problems without virtual
desktop
Product: Wine
Version: 1.5.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
If the resolution of the game is lower than the resolution of the system (for
example my system resolution is 1680x1050 and the resolution of Diablo III is
800x600) only a part of the ingame window will be drawn. If I touch the borders
of the ingame window with the mouse it is scrolling then. I can't even click on
the menu entries (they will get the white fonts but the menus doesn't open).
--
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=23745
Summary: warcraft 3 freeze when desktop switching/minimize
Product: Wine
Version: 1.2-rc7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gufide_g(a)yahoo.ca
Warcraft 3 starting to freeze when you move to another workspace. It crash when
you move, not when you return. I try to minimize the game and that happen
again. I see that it doesn't make this when you are in window mode.
--
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=17199
Summary: Warcraft 3 World Editor: 3D View gets drawn incorrectly
when the window has the wrong with to hight ratio.
Product: Wine
Version: 1.1.14
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florian(a)fkoeberle.de
This Bug is not over the fact that some UI components get overdrawn(That is bug
11718).
It is about the fact that the content gets drawn at the wrong position,
if the window has the wrong (not initial) width to height ratio.
--
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=29494
Bug #: 29494
Summary: Occasional wineserver crashes when playing Warcraft 3
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefan(a)codeweavers.com
Classification: Unclassified
During a recent LAN-Party with friends I experienced occasional wineserver
crashes when playing Warcraft 3: The Frozen Throne. The crashes mostly occurred
when a new Local Network game was started(Not Battle.net), but I've also seen
one crash during a running game.
The problem cannot be reproduced easily. It seems to be tied to my friend's
network or one of the participating computers. I've also seen them a year ago
with then-current wine versions. Unfortunately I could not reproduce the
crashes with my own home network, and I played WC3 multiple times without any
issues over the year.
I've been able to generate a core dump, which I'm attaching to the bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10459
Summary: Crash in G-Nome which uses Smacker Video Codec (smackw32
+ render.r32)
Product: Wine
Version: 0.9.39.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: legolas558(a)email.it
G-Nome is a game developed by 7thlevel. It is a quite old game (1998).
The game uses the Smacker Video Codec, which seems to be the faulty one.
The crash happens in the render.r32 (exact filename) DLL; there is to say that
a similar crash happens on Windows XP when exiting the game.
The initial video is played correctly, although when ending the "Loading
mission" stage the game cannot be played.
If Wine will be fixed for this Smacker Video Codec bug, many other games will
get the enhancement.
I am available for further testing, debugging or assembly inspection.
--
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=26226
Summary: msxml3 emits too much xmlns attributes
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcus(a)jet.franken.de
When using www.wiso-kassenbuch.de initial registration checking fails
(free download:
http://update.buhl-finance.com/ESD/EUER%20und%20Kasse/WISO%20EUER%20und%20K…
trial code is: EUR2011TRY
)
reproduce:
Start the installer, enter EUR2011TRY in the field below "Ihr AKtions-Code) and
press "Weiter".
It will then report a "400" error in a messagebox.
The program sends a SOAP request to the on4u3.buhl.de server which is not
accepted by the server (likely not validating against a stylesheet).
I debugged this and using native MSXML3 it works, just our msxml3 will not.
I tooked a debug dump of the XML sent of both, will attach both versions.
--
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=30850
Bug #: 30850
Summary: use-after-free error when running Gigasoft
ProEssentials graph component?
Product: Wine
Version: 1.5.5
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
A real app that uses gigasoft's graphing component is having
a strange clipping problem when using gigasoft's "scientific graph"
component. Their canned demo doesn't run well enough to test that component
(see bug 30826), so I extracted just the part that displays
a "scientific" graph. It seems to run fine, but valgrind complains
about some use-after-free problems:
Invalid read of size 4
at HEAP_FindFreeBlock (heap.c:1003)
by RtlAllocateHeap (heap.c:1688)
by init_region (region.c:485)
by REGION_RegionOp (region.c:1742)
by REGION_UnionRegion (region.c:2170)
by CombineRgn (region.c:1366)
by add_cap.isra.7 (objects.c:1227)
by wide_line_segments (objects.c:1470)
by wide_pen_lines (objects.c:1526)
by dibdrv_LineTo (graphics.c:891)
by LineTo (painting.c:242)
by ??? (in /home/dank/demo100/PEGRP32E.DLL)
by EnumMetaFile (metafile.c:537)
by ??? (in /home/dank/demo100/PEGRP32E.DLL)
This looks a lot like the warn+heap crash in bug 30826.
Right-clicking on the demo and exporting it as a .wmf,
then loading it in to a simple app that plays back
metafiles with PlayMetaFile under valgrind shows no warnings in playback.
Source, executable, and a script to install visual C++ and compile
the executable are attached.
To reproduce: see last few lines of demo.sh in the attached archive.
--
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=39069
Bug ID: 39069
Summary: Battle.net launcher requires multiple click to focus
tabs in Openbox
Product: Wine
Version: 1.7.49
Hardware: x86
URL: http://eu.battle.net/en/
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jerome(a)leclan.ch
Distribution: ArchLinux
The various game tabs of the Battle.net launcher need to be clicked twice to
activate, but only in openbox. This works fine with one click in kwin.
--
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=39492
Bug ID: 39492
Summary: Hello! I'm a noob in linux and i'm having trouble
opening a .exe file,i don't know the error cause,but
in the end it sa
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rodrigobidarra(a)hotmail.com
Distribution: ---
Created attachment 52631
--> https://bugs.winehq.org/attachment.cgi?id=52631
Openned SongIllustrator and wine did this "backtrace" file.
i don't know the error cause,but in the end it says something about the
.networkframe,wine did a "scan" and did an back trace.The program is Song
Illustrator and can be found here:
"http://www.sebastianlawe.com/apps/si/Song%20Illustrator.zip",i just want to
open it,im using ZorinOS on 32bit Computer.
--
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=11959
Summary: Legacy 5 - copy/paste do nothing
Product: Wine
Version: 0.9.57.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aganderson(a)ukonline.co.uk
While checking out functionality of Legacy 5, found that copy and paste do not
do anything - apart from the first time I tried, when they caused the
window/app. to freeze.
--
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=20244
Summary: chromeframe for IE doesn't work
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
URL: http://code.google.com/p/chromium/issues/detail?id=231
68
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
chrome team tried reasonably-latest git (oct 1) and there were too many issues
to report. but - they tried!
--
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=31898
Bug #: 31898
Summary: Netgear Powerline Utility cannot detect HomePlug
devices
Product: Wine
Version: 1.5.14
Platform: x86-64
URL: http://www.downloads.netgear.com/files/GDC/XAV1004/Win
dows%20Powerline%20Utility%20Version%202.0.0.14.zip
OS/Version: Linux
Status: NEW
Keywords: download, win64
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 41987
--> http://bugs.winehq.org/attachment.cgi?id=41987
wine-1.5.14-184-ga4ea28f console output
Netgear Powerline Utility cannot detect HomePlug devices.
Tried running as root in case it was a raw socket problem but it made no
difference.
NEVER RUN WINE AS ROOT.
This may be related (from the log):
Installing PcaSp50 Protocol Driver...
--
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=10497
Summary: Simple GLUT example refuses to do anything via Wine
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
URL: http://will.kassah.net/debug/cube.tgz
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kassah(a)gmail.com
This is a simple modified version of O'Reilly's OpenGL cube demo ported to
Windows. When run, it exits with no output (normally it should open a full
screen, one screen rotating cube with some debug output).
It compiles and runs natively to Linux, however the compiled win32 exe does not
run via Wine. All source is included.
The README current README from the tar.gz contains the following:
On linux, any glut should suffice. It was compiled/tested with FreeGLUT.
On Windows to compile you need:
- Dev-C++ 5
- MinGW
- FreeGLUT DevPack
=Known Problems=
Compiled win32 exec will not run on wine... why?
=Log=
Worked with oiaohm
Tested cube.exe on ReactOS (to test mesa3d)
Tested cube.exe on Windows (with included mesa3d libs in the same dir)
Continues to be broken on Wine.
oiaohm> stefand in #winehackers when he is around might be able to suggest
problem. He is one of the lead developers in graphical.
Bugs need to be filed in wine and ReactOS.
--
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=14428
Summary: On "Show Apps affected by this bug", also consider
duplicates of the bug
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
URL: http://appdb.winehq.org/viewbugs.php?bug_id=657
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Sebastian.Leske(a)sleske.name
It would be nice if "Show Apps affected by this bug" also considered apps
affected by duplicates of the current bug.
Example:
Bug #657, "MFC42.dll is not implemented" has several duplicates, which affect
many applications. These however are not listed by "Show Apps affected by this
bug". It would be nice if they were, to make the impact of a bug clearer.
--
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=35182
Bug ID: 35182
Summary: War Thunder: Minor graphics glitches around cockpit
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adys.wh(a)gmail.com
Classification: Unclassified
This is most prominent in cockpit view. Screen 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=36234
Bug ID: 36234
Summary: gdi32/tests/font.c test fails with mathematica fonts
installed
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48374
--> https://bugs.winehq.org/attachment.cgi?id=48374
WINEDEBUG=font
font.c:3604: Test succeeded inside todo block: W: tmFirstChar for Mathematica1
got 00 expected 00
font.c:3604: Test succeeded inside todo block: W: tmFirstChar for
Mathematica1Mono got 00 expected 00
font.c:3604: Test succeeded inside todo block: W: tmFirstChar for Mathematica2
got 00 expected 00
font.c:3604: Test succeeded inside todo block: W: tmFirstChar for
Mathematica2Mono got 00 expected 00
font.c:3604: Test succeeded inside todo block: W: tmFirstChar for Mathematica3
got 00 expected 00
font.c:3604: Test succeeded inside todo block: W: tmFirstChar for
Mathematica3Mono got 00 expected 00
font.c:3604: Test succeeded inside todo block: W: tmFirstChar for Mathematica4
got 00 expected 00
font.c:3604: Test succeeded inside todo block: W: tmFirstChar for
Mathematica4Mono got 00 expected 00
media-fonts/mathematica-fonts-7.0
wine-1.7.18
--
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=12340
Summary: Winambulancia -DB defragmentation crashes
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.softprogres.sk/prog_winamb.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuharsky(a)misbb.sk
WinAmbulancia (see AppDB) is medical software for variety of specialisations of
medical prax. It uses VFP and VB with MDB backend. The app is in Slovak (SK)
language. Mostly the wine problems are related to the OLE.
The database defragmentation function dosen't work properly. In the app, please
go to "Nástroje > Defragmentácia" and the app will crash.
--
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=39409
Bug ID: 39409
Summary: Garritan CFX Grand piano samples install fails
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeffrey.denison(a)gmail.com
Distribution: ---
Created attachment 52527
--> https://bugs.winehq.org/attachment.cgi?id=52527
text of terminal output
Trying to install Garritan CFX Grand piano samples, install fails. CentOS,
installed wine 1.7.22 via yum.
--
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=30208
Bug #: 30208
Summary: NKSetup (Shan Xun 802.1x client) infinite loop while
installing
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
Created attachment 39434
--> http://bugs.winehq.org/attachment.cgi?id=39434
Log: shanxun infinite loop
1. Download NKSetup
ftp://220.191.135.253:10021/download/NKSetup2.5.0062.rar
2. unpack
3. install with wine:
$ wine NKSetup2.5.0062.exe
Expect result:
Installation complete without error.
Actual result:
The installer fall into a infinite loop:
--- snip ---
C:\Program Files\ChinaNetSn\driver\proxyCtrl>snetcfg.exe -b xl_ppoepc >
xl_ppoepc.txt
err:ole:CoGetClassObject class {5b035261-40f9-11d1-aaec-00805fc1270e} not
registered
err:ole:CoGetClassObject no class object {5b035261-40f9-11d1-aaec-00805fc1270e}
could be created for context 0x1
C:\Program Files\ChinaNetSn\driver\proxyCtrl>snetcfg.exe -b xl_ppoepc >
xl_ppoepc.txt
err:ole:CoGetClassObject class {5b035261-40f9-11d1-aaec-00805fc1270e} not
registered
err:ole:CoGetClassObject no class object {5b035261-40f9-11d1-aaec-00805fc1270e}
could be created for context 0x1
--- 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=31154
Bug #: 31154
Summary: Microsoft SQL Server Management Studio Express 2008
installer refuses to start with wine mono
Product: Wine
Version: 1.5.8
Platform: x86
URL: http://www.microsoft.com/en-us/download/details.aspx?i
d=7593
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
The setup process unpacks all files and then exits without further notice. With
winetricks dotnet35sp1 the installer fails a little later with bug 30681.
To reproduce this bug:
winetricks mspatcha (required to work around bug 12501)
wine SQLManagementStudio_x86_ENU.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13063
Summary: Serif Photoplus 6 trial activation window blank
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.tucows.com/preview/275347
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In
http://www.flickr.com/groups/serifusers/discuss/72157604856282444/#comment7…
a user wished Wine would support Serif products, so I tried
looking around for trial versions. The first one I found was
a rather aged trial of PhotoPlus 6 at Tucows.
It installs fine with current wine. When you start it,
it puts up a registration window -- but under Wine,
that window is blank, and you can't get past it to use the app.
--
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=26063
Summary: Sail simulator 5 fails in-game
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chrisneilbrown(a)gmail.com
Created an attachment (id=33240)
--> (http://bugs.winehq.org/attachment.cgi?id=33240)
wine output
I am using the game demo from the website
The game starts fine
I can select options, such as boat, conditions etc
Game dies when actually trying to play
--
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=23628
Summary: RealPlayer SP reports that you are not in
administrator mode when you try to update.
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: esd45(a)earthlink.net
If you have wine set to report itself as any Windows version newer than Windows
XP, RealPlayer SP will report that you are not in administrator mode any time
you attempt to update it's components.
You can work around this by setting Wine to report itself as Windows XP by
using the configuration program for Wine.
This is a very minor bug, and does not interfere with the use of the
application, however it may give some insight into similar bugs with other
applications.
--
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=37708
Bug ID: 37708
Summary: Only audio from the intro video plays in American
Girls Premiere
Product: Wine
Version: 1.7.32
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: peanuthead_069(a)yahoo.com
Distribution: ---
Title says all. It used to work with versions circa 1.3x, but for some reason
it is broken in 1.7 and up.
I couldn't get any clues as to the cause of the bug, as Wine didn't seem to
produce any log entries related to it; the only logs I got from the game are as
follows:
p11-kit: couldn't load module:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared
object file: No such file or directory
fixme:winediag:AUDDRV_GetAudioEndpoint Winepulse is not officially supported by
the wine project
fixme:winediag:AUDDRV_GetAudioEndpoint For sound related feedback and support,
please visit http://ubuntuforums.org/showthread.php?t=1960599
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
--
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=25419
Summary: Badly broken textures in XIII Century: Death or Glory
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=32349)
--> (http://bugs.winehq.org/attachment.cgi?id=32349)
terminal output
Most of the textures are rendered incorrectly in the game (no demo available).
It can be observed in the main menu and in the main game, too.
'winetricks d3dx9' or playing with the registry keys
(ORM=backbuffer/DDR=opengl) doesn't improve the situation.
Lowering the details/effects/shader version to the minimum in the game doesn't
help either.
I'm experiencing the same issue using Wine-0.9.46, 1.0.1 and so on.
Fedora 14
Nvidia 7600 GT / driver 260.19.21
--
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=36978
Bug ID: 36978
Summary: Age of empires 3 - cd key cant writed
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian.toplak(a)gmail.com
The installer starts without any problem.
But i run into trouble to handle the AOE-Keyinput in the window where you get
asked for the 25-letter serial of the game.
I was not able to type 5 letters in the first of the five boxes. The box only
allowed 4 letters to type.
--
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=28203
Summary: Warrior Kings can't play music without native quartz
Product: Wine
Version: 1.3.27
Platform: x86
URL: http://www.fileplanet.com/85861/80000/fileinfo/Warrior
-Kings-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=36120)
--> (http://bugs.winehq.org/attachment.cgi?id=36120)
terminal output
Music doesn't play in Warrior Kings and in WK:Battles. Only sound effects and
the units' speech can be heard.
I've no idea what format the music is in...game resources are stored in a
single (probably compressed) file.
Workaround: native quartz and devenum dlls.
Fedora 15 x86
Alsa 1.0.24
Gstreamer 0.10.34 + plugins (ffmpeg, bad-free, base, good, ugly) installed
--
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=26258
Summary: Light of Altair demo crashes in-game when shaders
enabled (built-in d3dx9_30)
Product: Wine
Version: 1.3.14
Platform: x86
URL: http://demos.gamersgate.com/19261
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: wine-bugs(a)winehq.org
Created an attachment (id=33465)
--> (http://bugs.winehq.org/attachment.cgi?id=33465)
terminal output
The game crashes when I start a new game and shaders are turned on in the
options menu.
How to reproduce:
1. Install the demo, skip the Directx installation step.
2. winetricks d3dx9_36 is needed to workaround bug #24899.
3. Launch the game, make sure shaders are on in the options menu, start a new
game, skip intro >> the game crashes.
Workaround: native d3dx9_30.
Fedora 14
Nvidia GeForce 250 GTS / driver 260.19.36
--
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=28850
Bug #: 28850
Summary: Airstrike (Eagles of WWII): choppy music playback
Product: Wine
Version: 1.3.31
Platform: x86
URL: http://www.slithdata.net/files/airstrike_pc/AirstrikeE
aglesOfWorldWarII_Demo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 37060
--> http://bugs.winehq.org/attachment.cgi?id=37060
terminal output
Airstrike: Eagles of World War II is an arcade flight combat game.
Music playback is very choppy, distorted in the game.
Sound effects work fine.
Prior to Wine-1.3.24 there was no music at all.
Workaround: winetricks wmp9 quartz devenum
There are lots of
fixme:quartz:DSoundRender_UpdatePositions Underrun of data occurred!
messages in the log.
Music files are stored in wma format, they have the following properties:
WMA v2/WMA 9, CBR 128 kbps, stereo, 44.1 kHz, 16 bits
The audio files are playing properly e.g. in Totem.
Steps to reproduce the problem in the demo:
1. Install the demo. Place msvbvm60.dll in the game directory (the launcher
needs it). The game requires native d3dx9_36.dll to start.
2. Start the launcher by AS_launcher.exe, go to <Options> and make sure that
music is enabled. Click on <Save and Play>. You can hear the distorted music
playback in the menu of the game.
Fedora 15 x86
Gstreamer 0.10.34 + additional plugins
Alsa 1.0.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=35215
Bug ID: 35215
Summary: Age of empires II HD Steam version: no video at start
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Classification: Unclassified
Hello,
when I launch Age of empires II HD Steam version, I have no video at start.
LGDN.
--
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=31910
Bug #: 31910
Summary: KiUserExceptionDispatcher stub crashes Battleye >
1.176
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mgg+winehqbugzilla(a)nobodymuch.org
Classification: Unclassified
Created attachment 42011
--> http://bugs.winehq.org/attachment.cgi?id=42011
Backtrace of crash on 1.5.13 (can create later ones if needed)
DayZ on Arma2 ran well (with graphical glitches) until ~1/Oct/2012, when a new
release (1.176) of the anti-cheat software Battleye (http://battleye.com/) came
out. Previously, Battleye ran perfectly under wine. Apparently, this new
version hooks into the scripting engine functions of Arma2 to monitor for
illegitimate use of script calls. This hooking appears to be implemented by
the insertion of breakpoints/exceptions.
I contacted Battleye about this and related issues, and Bastian Suter was kind
enough to reply with:
"yes, this problem is related to new BE features and I'm afraid I can't do
anything about it when it comes to Wine. Maybe you could report this as a
bug/problem to the Wine devs? Let them know that the KiUserExceptionDispatcher
function is not called in Wine when exceptions happen, which it is on Windows."
I've confirmed that this function is a stub according to the documentation at
http://source.winehq.org/WineAPI/ntdll.html
Reproduction steps:
0. Get a running version of DayZ on Wine (see AppDB)
-
http://appdb.winehq.org/objectManager.php?sClass=version&iId=26387&iTesting…
1. connect to a server with BE enabled (non-BE servers work fine, confirming
this is related to BE)
2. (optional) wait in the lobby for BE to reply with the GUUID message,
indicating BE is fully initialised and the engine is hooked
3. join the game
4. at 80% on the loading bar, presumably when the first scripts run, arma2
crashes with "wine: Unhandled exception 0x80000003 at address 0x6b88dd (thread
0009), starting debugger..." on the instruction "0x006b88dd: int $3"
(breakpoint)
Presumably, this crash occurs because BE's exception handler is not being
called when the exception occurs.
Tested versions:
- wine 1.5.9+raw - 1.5.14
- Battleye 1.176 - 1.179
- Arma2 1.62.97771, DayZ 1.7.2.6
Impact:
Arma2 and DayZ just reached runnable status in 1.5.13 with the inclusion of the
raw input patches (runnable previously by building these patches in). This
issue prevents playing on BE-enabled servers (probably >95% of servers). Other
Battleye games are certain to be affected, if they run on wine. Battleye prior
to 1.176 was working fine, but this is a new BE development so cannot be
counted as a regression.
--
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=18762
Summary: ntdll:RtlpWaitForCriticalSection error in d3d9_main.c
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: holy.smoking.floorboards.batman(a)gmail.com
In case this looks familiar to anyone, I had posted this elsewhere, but was
recommended to find (or post a new) bug regarding the specific direct x
drivers. As the only other bugs I found related seemed off a bit, I figured it
was worth just starting a new one and then have a dev close it if they agree
that it is a dup.
Anyway, I'm having problems with Supreme Commander. When I
start the game, the console output some (but not a whole lot) of stuff, but
when I start the tutorial or go to start a campaign (and the loading screen
finishes) the game crawls to a 1frame / 60+ seconds and I've found that this
error starts displaying (along with some fixme messages that came up earlier
and to which I don't think there is a problem with, right now):
err:ntdll:RtlpWaitForCriticalSection section 0x7e114810 "d3d9_main.c: d3d9_cs"
wait timed out in thread 001f, blocked by 0009, retrying (60 sec)
As far as I'm aware, the game never crashes, but will just crawl along
(displaying the graphics seemingly OK, albeit fantastically slow). As the
error
directly specifies d3d9, I guess it isn't surprising but the audio still
actually plays throughout this.
I just did a clean installation of Wine a few days ago and I know for certain
that the only things different between my wine installation and the default is:
1) msvbvm60.dll exists in system32 (for another game)
2) I used winetricks to install the d3dx* files (but only those files)
Also to note, I installed SupCom from Windows (as the installer requires a bit
of tweaking) and the game is updated to the latest version.
I'm running all of this on a Gentoo AMD64 with an nVidia GeForce 7600GS.
Lastly, my wine version:
app-emulation/wine-1.1.22 USE="X alsa cups gecko jpeg ncurses opengl png samba
ssl xcomposite xml (-dbus) -esd (-gnutls) (-hal) -jack -lcms (-ldap) (-nas)
-oss (-scanner) -win64 -xinerama"
--
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=35800
Bug ID: 35800
Summary: Dust An Elysian Tail still not compatable.
Product: Wine
Version: 1.7.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: silverwerwolf13(a)gmail.com
This is all I know:
http://bpaste.net/show/189742/
--
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=29320
Bug #: 29320
Summary: kmplayer does not play video
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vaniaz(a)msn.com
Classification: Unclassified
KMPlayer spams lots of this fixme:quartz:Parser_QueryInterface No interface for
{2dd74950-a890-11d1-abe8-00a0c905f375}!
lines when file is open and supposed to be playing.
When file is opened, it shows this lines
fixme:quartz:VideoRendererInner_QueryInterface No interface for
{56a868a6-0ad4-11ce-b03a-0020af0ba770}!
fixme:quartz:DSoundRender_QueryInterface No interface for
{56a868a6-0ad4-11ce-b03a-0020af0ba770}!
fixme:quartz:AsyncReader_QueryInterface No interface for
{b196b28b-bab4-101a-b69c-00aa00341d07}!
fixme:quartz:AsyncReader_QueryInterface No interface for
{9974c148-3b22-43e2-82a0-01c7ad81b3ad}!
fixme:quartz:AsyncReader_QueryInterface No interface for
{c1960960-17f5-11d1-abe1-00a0c905f375}!
fixme:quartz:AsyncReader_QueryInterface No interface for
{cae51d40-5055-4697-804b-2085b111f518}!
fixme:quartz:Parser_QueryInterface No interface for
{b196b28b-bab4-101a-b69c-00aa00341d07}!
fixme:quartz:Parser_QueryInterface No interface for
{9974c148-3b22-43e2-82a0-01c7ad81b3ad}!
fixme:quartz:Parser_QueryInterface No interface for
{c1960960-17f5-11d1-abe1-00a0c905f375}!
fixme:quartz:Parser_QueryInterface No interface for
{cae51d40-5055-4697-804b-2085b111f518}!
fixme:quartz:VideoRendererInner_QueryInterface No interface for
{b196b28b-bab4-101a-b69c-00aa00341d07}!
fixme:quartz:VideoRendererInner_QueryInterface No interface for
{9974c148-3b22-43e2-82a0-01c7ad81b3ad}!
fixme:quartz:VideoRendererInner_QueryInterface No interface for
{c1960960-17f5-11d1-abe1-00a0c905f375}!
fixme:quartz:VideoRendererInner_QueryInterface No interface for
{cae51d40-5055-4697-804b-2085b111f518}!
fixme:quartz:DSoundRender_QueryInterface No interface for
{b196b28b-bab4-101a-b69c-00aa00341d07}!
fixme:quartz:DSoundRender_QueryInterface No interface for
{9974c148-3b22-43e2-82a0-01c7ad81b3ad}!
fixme:quartz:DSoundRender_QueryInterface No interface for
{c1960960-17f5-11d1-abe1-00a0c905f375}!
fixme:quartz:DSoundRender_QueryInterface No interface for
{cae51d40-5055-4697-804b-2085b111f518}!
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
--
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=30188
Bug #: 30188
Summary: Megaman X8 freezes and writes a lot of
fixme:quartz:Parser_QueryInterface...
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: otaku(a)rambler.ru
Classification: Unclassified
Created attachment 39401
--> http://bugs.winehq.org/attachment.cgi?id=39401
Terminal output (wine 1.4)
Tested on wine 1.4 and 1.2-rc7 (using PlayOnLinux) with nocd
(Megaman X8 runs on 1.2-rc7 as described in
http://appdb.winehq.org/objectManager.php?sClass=version&iId=10380)
Is it a regression?
Is it a bug?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38086
Bug ID: 38086
Summary: ArmA: Combat Operations needs
d3dx9_36.dll.D3DXCreateFragmentLinker
Product: Wine
Version: 1.7.36
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 50753
--> https://bugs.winehq.org/attachment.cgi?id=50753
terminal output
With the built-in d3dx9_36 the game crashes on start:
wine: Call from 0x7b839454 to unimplemented function
d3dx9_36.dll.D3DXCreateFragmentLinker, aborting
wine: Unimplemented function d3dx9_36.dll.D3DXCreateFragmentLinker called at
address 0x7b839454 (thread 0009), starting debugger...
wine-1.7.36-83-gf75d1b0
Nvidia binary drivers 340.76
--
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=26146
Summary: WRC FIA World Rally Championship Demo fails to start,
can't play video
Product: Wine
Version: 1.3.13
Platform: x86
URL: http://www.gamershell.com/download_63952.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: winegstreamer
AssignedTo: m.b.lankhorst(a)gmail.com
ReportedBy: austinenglish(a)gmail.com
Download the demo, install. I declined directx9, though it shouldn't matter.
run 'winetricks d3dx9_36' to workaround bug 23919. Start the launcher, choose
play. You'll get the legal info screen, then a black screen.
Terminal shows:
fixme:gstreamer:unknown_type Could not find a filter for caps: audio/x-wma,
wmaversion=(int)3, bitrate=(int)256032, depth=(int)16, rate=(int)48000,
channels=(int)2, block_align=(int)5462,
codec_data=(buffer)1000030000000000000000000000e0000000
fixme:gstreamer:init_new_decoded_pad Linking: 0
fixme:gstreamer:no_more_pads Done
fixme:gstreamer:event_sink 0x779b4d40 stub tag
fixme:gstreamer:event_sink 0x779b4d90 stub tag
fixme:gstreamer:got_data_sink Triggering 0x7816bcc0 0x1b0
fixme:gstreamer:Gstreamer_transform_Cleanup 0x73da0a0 stub
fixme:gstreamer:Gstreamer_transform_Cleanup 0x73da0a0 stub
fixme:gstreamer:Gstreamer_transform_Cleanup 0x73da0a0 stub
that first line is interesting. Playing the video in totem will give me video,
but no sound. In wine, however, I get no video and the game will never start.
native quartz, devenum, wmp9 works around it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27105
Summary: Megaman legends PC will not run.
Product: Wine
Version: 1.2.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cncwarlord(a)hotmail.com
Created an attachment (id=34547)
--> (http://bugs.winehq.org/attachment.cgi?id=34547)
Picture of error
When I attempt to run megaman legends PC(it installed just fine) it says
errors, and tells me to report this bug to Bugzilla. Picture enclosed. This
program runs fine in compatibility mode with windows 7, and Xp.
--
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=31581
Bug #: 31581
Summary: Supreme Commander (steam version) shows a black screen
Product: Wine
Version: 1.5.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bladud(a)gmail.com
Classification: Unclassified
Created attachment 41529
--> http://bugs.winehq.org/attachment.cgi?id=41529
Console log
When starting Supreme Commander (the steam version) the screen is black.
The resolution changes, I still get the sound effects, I get a cursor, and
apparently mouseover sounds, but nothing else.
Steam has installed d3dx9_31.dll for me, and I installed steam using
winetricks. Both steam and the addon forged alliance work fine.
I didn't try this on older wine versions, so I don't know if it's a regression.
--
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=38035
Bug ID: 38035
Summary: GSpot doesn't find Cinepak codec
Product: Wine
Version: 1.7.34
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iccvid
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: ---
When a video with Cinepak compression is loaded by GSpot (clean $WINEPREFIX
directory), it reports the video status as "Codec(s) are NOT Installed".
Workaround:
wine reg add "HKLM\\Software\\Microsoft\\Windows
NT\\CurrentVersion\\drivers.desc" /v "iccvid.dll" /t REG_SZ /d "Cinepak Codec
by Radius Inc." /f
wine reg add "HKLM\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Drivers32"
/v "vidc.cvid" /t REG_SZ /d "iccvid.dll" /f
winetricks -q devenum quartz
Note that the registry keys are that of the native 32-bit iccvid.dll (from
http://www.probo.com/cinepak.php) but the dll itself is not required, although
it doesn't cause problems if installed and an override is set.
Cinepak video sample:
http://samples.mplayerhq.hu/V-codecs/CVID/2k_hockenheim%20_rajt.avi
--
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=18490
Summary: Empire: Total War crashes when loading a map
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nwarrenfl(a)gmail.com
Created an attachment (id=21123)
--> (http://bugs.winehq.org/attachment.cgi?id=21123)
Wine output when loading a map
It seems there was no bug report concerning that yet, so i tested it with Wine
1.1.20 and it still crashes when the game tries to load a map.
The game requires multiple buffers, so i used fbo as OffscreenRenderingMode,
otherwise it doesn't load at all.
Now that fbo is used, the game loads, but crashes when loading a map, i've
attached the wine output.
I suppose this isn't enough to find the problem, so if other debug channels are
needed to find the problem, please ask and i'll do it.
Thanks in advance.
--
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=39506
Bug ID: 39506
Summary: King Arthur II demo crashes with unimplemented
function d3dx10_43.dll.D3DX10CreateEffectPoolFromFileW
Product: Wine
Version: 1.7.53
Hardware: x86-64
URL: http://www.gamewatcher.com/downloads/king-arthur-ii-do
wnload/king-arthur-ii-demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3dx10
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Depends on: 39502
Distribution: ---
wine: Call from 0x7b839c6c to unimplemented function
d3dx10_43.dll.D3DX10CreateEffectPoolFromFileW, aborting
wine: Unimplemented function d3dx10_43.dll.D3DX10CreateEffectPoolFromFileW
called at address 0x7b839c6c (thread 0009), starting debugger...
Unhandled exception: unimplemented function
d3dx10_43.dll.D3DX10CreateEffectPoolFromFileW called in 32-bit code
(0x7b839c6c).
wine-1.7.53-135-g4fb840b
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32871
Bug #: 32871
Summary: wizardry online (https://www.wizardrythegame.com/)
crashes on launch (from install "play" button)
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugz.to.anomalyst(a)xoxy.net
Classification: Unclassified
Created attachment 43417
--> http://bugs.winehq.org/attachment.cgi?id=43417
wizardry onkine crash
'wine WIZ_setup.exe' from the commandline or after install, launchpad via the
desktop icon
'env WINEPREFIX="/home/jqpublic/.wine" wine C:\\Pkg\\Wizardry\\LaunchPad.exe'
crates a back trace
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39502
Bug ID: 39502
Summary: King Arthur II demo crashes with unimplemented
function d3dx10_43.dll.D3DX10CreateTextureFromMemory
Product: Wine
Version: 1.7.53
Hardware: x86-64
URL: http://www.gamewatcher.com/downloads/king-arthur-ii-do
wnload/king-arthur-ii-demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3dx10
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Depends on: 39501
Distribution: ---
With d3dcompiler_43
wine: Call from 0x7b839c6c to unimplemented function
d3dx10_43.dll.D3DX10CreateTextureFromMemory, aborting
wine: Unimplemented function d3dx10_43.dll.D3DX10CreateTextureFromMemory called
at address 0x7b839c6c (thread 0009), starting debugger...
Unhandled exception: unimplemented function
d3dx10_43.dll.D3DX10CreateTextureFromMemory called in 32-bit code (0x7b839c6c).
wine-1.7.53-135-g4fb840b
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35123
Bug ID: 35123
Summary: Shattered Horizon requires
d3dx10_43.dll.D3DX10CompileFromMemory
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3dx10
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 46852
--> http://bugs.winehq.org/attachment.cgi?id=46852
terminal output (built-in d3dx10)
The game requires Directx10 (or newer), it doesn't support DX9.
The first problem when you start the game with built-in d3dx10 libraries seems
to be the following unimplemented function:
wine: Call from 0x7b83a38e to unimplemented function
d3dx10_43.dll.D3DX10CompileFromMemory, aborting
After 'winetricks d3dx10 d3dcompiler_43' the game no longer complains about
unimplemented stuff, but still fails to start, showing an error message:
>ID3D10ReflectShader::GetDesc failed: The function called is not supported at this time (E_NOTIMPL)
--
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=23385
Summary: NVIDIA Demo: Cascades needs unimplemented function
d3d10.dll.D3D10ReflectShader
Product: Wine
Version: 1.2-rc5
Platform: x86-64
URL: http://www.nzone.com/object/nzone_cascades_downloads.h
tml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
wine: Call from 0x7b8369a2 to unimplemented function
d3d10.dll.D3D10ReflectShader, aborting
--
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=39501
Bug ID: 39501
Summary: King Arthur II demo crashes with unimplemented
function d3dx10_43.dll.D3DXCpuOptimizations
Product: Wine
Version: 1.7.53
Hardware: x86-64
URL: http://www.gamewatcher.com/downloads/king-arthur-ii-do
wnload/king-arthur-ii-demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3dx10
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Also needs native d3dx9_36 due to bug 24754.
wine: Call from 0x7b839c6c to unimplemented function
d3dx10_43.dll.D3DXCpuOptimizations, aborting
wine: Unimplemented function d3dx10_43.dll.D3DXCpuOptimizations called at
address 0x7b839c6c (thread 0009), starting debugger...
Unhandled exception: unimplemented function d3dx10_43.dll.D3DXCpuOptimizations
called in 32-bit code (0x7b839c6c).
wine-1.7.53-135-g4fb840b
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23125
Summary: Mass Effect 2 requires d3dx10_39.dll
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
err:module:import_dll Library d3dx10_39.dll (which is needed by L"...\\Program
Files\\Mass Effect 2\\Binaries\\MassEffect2.exe") not found
To work around this, do 'winetricks d3dx10'
--
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=27735
Summary: Variance Shadow Maps Demo needs unimplemented function
d3dx10_43.dll.D3DX10CreateEffectFromMemory
Product: Wine
Version: 1.3.23
Platform: x86-64
URL: http://downloads.guru3d.com/Variance-Shadow-Maps-Demo-
DX10-download-1628.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
variance_shadow_map_d3d10.exe
MD5 Sum: 135ad44444cf7744e6b8e4ece6318ed3
SHA1 Sum: 3f3605d7012c15af7b90de5120da3c82b80e79b7
wine: Call from 0x7b839db2 to unimplemented function
d3dx10_43.dll.D3DX10CreateEffectFromMemory, aborting
--
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=23402
Summary: AMD Demo - Whiteout requires d3dx10_33.dll
Product: Wine
Version: 1.2-rc5
Platform: x86-64
URL: http://games.on.net/file/9093/ATI_Radeon_HD_2000_Serie
s_Real-Time_Ruby_Whiteout_Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
Without accompanying DirectX setup.
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50608.0)
err:module:import_dll Library d3dx10_33.dll (which is needed by L"C:\\Program
Files\\AMD\\AMD Demo - Whiteout\\WhiteoutD3D10.exe") not found
err:module:import_dll Library MSVCP80.dll (which is needed by L"C:\\Program
Files\\AMD\\AMD Demo - Whiteout\\WhiteoutD3D10.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\AMD\\AMD Demo - Whiteout\\WhiteoutD3D10.exe" failed, status c0000135
--
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=37769
Bug ID: 37769
Summary: Alien Isolation Unhandled exception: unimplemented
function d3d11.dll.D3D11CreateDeviceAndSwapChain
called in 32-bit code (0x7b83a9fc)
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx10
Assignee: wine-bugs(a)winehq.org
Reporter: winedb(a)bazzawill.info
Distribution: ---
Created attachment 50305
--> https://bugs.winehq.org/attachment.cgi?id=50305
Alien isolation backtrace
Error launching Alien: Isolation
--
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=32901
Bug #: 32901
Summary: Civilizations V crash while starting in Directx 10 &
11 Mode
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Classification: Unclassified
Created attachment 43452
--> http://bugs.winehq.org/attachment.cgi?id=43452
Backtrace
I have setup my Wineprefix to Windows 7 and while starting Civilizations V in
directx 10 & 11 mode I get this crash. I'm attaching the backtrace. This is
under Ubuntu 13.04.
--
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=34565
Bug #: 34565
Summary: Setting shadows detail to medium or higher in Age Of
Empires III creates a lot of colorfull artifacts
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Classification: Unclassified
I'm attaching a screenshot of the issue. This is wine-1.7.2-126-g2c9774f and
Ubuntu 13.10. I'm using the Mesa drivers 9.2 and a Mobility Radeon HD 5730 /
6570M.
--
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=38784
Bug ID: 38784
Summary: Age of Empires II: wine 1.7.x series do not work with
the external monitor as the primary output
Product: Wine
Version: 1.7.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexander.sayenko(a)gmail.com
Distribution: ---
Hi
I had pretty old Fedora 18 om my laptop with wine 1.6.x, where I was able to
launch successfully Age of Empires II: Forgotten Empires. Furthermore, I was
able to launch it in such a way that I used my external monitor as the primary
output i.e. the game was on the external monitor.
I upgraded recently to Fedora 22, which comes with wine 1.7.44, and (at least)
Age of Empires II does not launch anymore on the external monitor. Wine crashes
with the "page fault" error (see more comments below). Interestingly enough, if
I use laptop screen as the primary output, it works without problems.
I downgraded wine to 1.7.5, same issue. However, once I installed wine 1.6.1,
it started to work on the external monitor without any problem! So, I heavily
suspect that this is 1.7.x series issue. I ufortunately cannot say whether it
is somehow specific to Age of Empires II and/or my video card. If needed, I can
try other games.
Coming back to the "page fault" error itself.. Based on my personal programming
experience, it looks like some uninitialized pointer because there were a few
rare cases when wine 1.7.x actually started on the external monitor!! The
success rate was however quite low, maybe 1 out of 20. What I noticed is that
the first launch after reboot has a high probability of succeeding, but all the
next runs always fail.
With best regards,
Alex
--
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=34433
Bug #: 34433
Summary: D&C Scheme Editor 5: Crash after drawing onto sheet
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 45841
--> http://bugs.winehq.org/attachment.cgi?id=45841
Terminal output on wine-1.7.0-346-g1bf936c
Steps to reproduce:
1) remove ~/.wine
2) winetricks dotnet40 corefonts
3) install D&C Scheme Editor 5
4) start D&C Scheme Editor 5
5) try to draw e.g. rectangle onto sheet
Behaviour:
Program crash.
Expected behaviour:
No program crash.
--
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=30267
Bug #: 30267
Summary: Star Trek DS9 Dominon Wars - Main menu graphics
problem
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maquis196(a)yahoo.co.uk
Classification: Unclassified
Created attachment 39538
--> http://bugs.winehq.org/attachment.cgi?id=39538
Main menu screenshot
Game starts but main menu is like someone smeared it sideways. Will attach
screenshot.
+all log available @
http://daystrom.maquis196.net/ds9dw.log.bz2
--
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=31504
Bug #: 31504
Summary: Videos in Galactic Civilization 1 can crash game
Product: Wine
Version: 1.5.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maquis196(a)yahoo.co.uk
Classification: Unclassified
Created attachment 41419
--> http://bugs.winehq.org/attachment.cgi?id=41419
Basic error log
Whilst playing Galactic Civilizations 1, the game has a tendency to crash after
a video plays. It's seemingly random. You can trigger the same video on restart
and the game will continue. Attached log shows console output.
--
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=38765
Bug ID: 38765
Summary: VMR9 steals focus from within Wine
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: jasonwinter(a)hotmail.com
Distribution: ---
When a graph transitions from pause to run with a VMR9 video window present
(which has been owned by another window with put_Owner) the Wine window
implementing VMR9 is incorrectly given focus. This will steal focus from an
active window in a different process, and because the actual owner wasn't
active, all focus is lost within the Wine subsystem.
I.E. Task bar says original app is focused, but that window title has gone
grey, the VRM9 window title goes blue but nothing actually has focus.
Note, if the graph is run when the app owning the VMR9 is focused, everything
works as normal including the Message-Drain API in VMR9, although focus is
still lost from the app owner window. This possibly obscures this bug.
Note also, I think "other things" like altering mouse pointer visibility with
mouse-move messages also cause the Wine window implementing VMR9 to gain focus,
so simply moving the mouse over video output can steal focus from a different
active application within 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=38668
Bug ID: 38668
Summary: wolfestein the new blood
Product: Wine
Version: 1.7.43
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: inkobj
Assignee: wine-bugs(a)winehq.org
Reporter: pinturiano(a)gmail.com
Distribution: ---
Created attachment 51595
--> https://bugs.winehq.org/attachment.cgi?id=51595
wolfestein the new blood issue
Installed Wolfestein, the old blood via Steam and all works fine.
Played the game, also worked fine.
I got crash after restarting the game, after loading the saved games.
The bug issue is on xaudio2_7 i think.
--
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=19496
Summary: Irfanview in Wine: Invalid MCI Device ID
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray_woodcock(a)hotmail.com
I'm using Ubuntu 9.04 (Jaunty). I have installed Wine 1.1.26 and IrfanView
4.25. The installation is partially successful. I can open Irfanview, for
example, and change its Preferences.
I have set IrfanView to be the default program for .wav files by right-clicking
on a .wav file and selecting Properties > Open With > IrfanView. When I
double-click on a .wav, I get this error message:
"Error: Windows can't play this file! Windows error text: Invalid MCI device
ID. Use the ID returned when opening the MCI device.. You can try to install
additional video/audio codecs from this site: www.fourcc.org/indexcod.htm or
try the DirectShow option in Properties->Video."
The DirectShow option does not fix the problem. After I click OK on this error
message, it repeats. I click OK again. This happens a total of four times. Then
IrfanView plays the audio file, with a little window that says "No Device." If
I click the arrow in IrfanView, to move on to the next audio file, the same
routine repeats.
--
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=38087
Bug ID: 38087
Summary: Settlers III: mouse not working on start screen and
menu (after fixing raw input bug 33479)
Product: Wine
Version: 1.7.32
Hardware: x86
URL: http://www.fileplanet.com/27965/20000/fileinfo/The-Set
tlers-III:-Quest-of-the-Amazons-Demo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian(a)fds-team.de
CC: gyebro69(a)gmail.com, stefan(a)codeweavers.com
Depends on: 33479
Regression SHA1: f6dde7062413a1dfdd71acc92c5178ac66f3ade0
Distribution: ArchLinux
Originally reported here:
https://bugs.wine-staging.com/show_bug.cgi?id=95
The problem doesn't occur with plain Wine, because the incorrect commit from
bug 33479 somehow magically "works around" this regression. I am opening this
bug anyway because sooner or later a proper fix will get upstream.
To reproduce this issue, you have to revert
76bbf106a28c4caa82873e8450bde7d4adc765bf, or alternatively apply the staging
fix for bug 33479. See here for more details
https://bugs.winehq.org/show_bug.cgi?id=33479#c45 .
When starting Settlers 3 as fullscreen, before the bad commit was introduced
the mouse cursor appears and works properly on the start screen and in the
menu. After the bad commit the mouse cursor doesn't show up anymore. This makes
it impossible to enter the game.
Patch http://source.winehq.org/patches/data/108577 does not help in this case,
and the issue is still present in latest upstream Wine
(wine-1.7.36-83-gf75d1b0).
Desktop environment: XFCE 4.1
md5sum(S3_A_Demo.exe): f8f8214bed453cde3c7b2a1fe80f947a
The regression test was performed by reverting
76bbf106a28c4caa82873e8450bde7d4adc765bf at each step.
$ git bisect good
f6dde7062413a1dfdd71acc92c5178ac66f3ade0 is the first bad commit
commit f6dde7062413a1dfdd71acc92c5178ac66f3ade0
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Nov 18 21:26:57 2014 +0100
wined3d: Restore the display mode on focus change.
:040000 040000 aa87fc202d416bf38b92925b0040cbdbcc9e3a84
23850dec1d6e575a9050437206d54d48db834005 M dlls
:040000 040000 0e90d026408ce1c052257f931536dd23c1e53a6f
5e45b170033d4faab106d4de13292c70ce3cbed4 M include
--
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=29576
Bug #: 29576
Summary: ImgBurn fails to get duration of FLAC files via
DC-Bass Source
Product: Wine
Version: 1.3.36
Platform: x86-64
URL: http://download.imgburn.com/SetupImgBurn_2.5.6.0.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Created attachment 38308
--> http://bugs.winehq.org/attachment.cgi?id=38308
Terminal output
ImgBurn supports burning audio CDs from a few types of audio files out of the
box, but additional formats, including FLAC, can be supported by installing
DirectShow filers. DC-Bass Source provides support for various codecs,
including FLAC:
http://www.dsp-worx.de/?n=15
Unfortunately, this doesn't actually work with Wine; trying to add a FLAC file
to the compilation after installing DC-Bass Source produces an error:
GetDuration failed!
File Name: <file path>
Reason: Error: 0x80004001
The file is added to the list of tracks anyway, but attempting to create a CUE
sheet for burning will fail with the same message until the offending file(s)
are removed. Using native qedit.dll makes that error go away, and a CUE sheet
is created successfully.
AAC files fail with the same error initially, but native qedit only changes the
error code for those files...
Steps to reproduce:
1. Install ImgBurn
2. Download and extract DC-Bass Source:
http://download.dsp-worx.de/?f=DCBassSource_v1.30_Binary.zip
3. From the DC-Bass Source directory, run register.bat
4. Start ImgBurn and go to tools -> create CUE file
5. Try to add a FLAC file
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39324
Bug ID: 39324
Summary: Runtime error abnormal program termination
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: a_platzer(a)arcor.de
Distribution: ---
Created attachment 52403
--> https://bugs.winehq.org/attachment.cgi?id=52403
Error report received during installment process.
As quoted in the Summary, that's the window which pops up when I try to start
the newly installed program ArcSoft PhotoImpression 6.0 for a slide/photo
negative scanner. During the installing process, I've received the error
message "backtrace" which I have included.
Is there anything to be done? Only SANE as well as simpleScan do not recognize
the scanner.
Thank you very much in advance
Alice
--
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=16397
Summary: Megaman X4 can't be played
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sergio_andvar(a)yahoo.com
The Game (MMX4) can't be played:
In Windowed Mode (800X600), the game is executed, but it get out at the same
time.
In Fullscreen occur the same problem.
I used a portable version
My Distro is Ubuntu 8.04 GNOME 2.22
GBU
--
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=10440
Summary: Lego Island 2 hangs at startup with Quartz errors
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=9142)
--> (http://bugs.winehq.org/attachment.cgi?id=9142)
error log
Lego Island 2 hangs at startup with what appear to be Quartz errors. It seems
to be hanging at one of the intro movies. Error log attached.
--
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=38652
Bug ID: 38652
Summary: VMR9 Owner and Clipping hwnd
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: jasonwinter(a)hotmail.com
Distribution: ---
VMR9 - Windows quartz seems to set Owner (I.E. put_Owner) if not already set
when SetVideoClippingWindow is called.
Wine creates a window at monitor position 0,0 (top, left) outside the
application if this isn't explicitly done.
--
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=31651
Bug #: 31651
Summary: SlingPlayer 1.5 crashes when streaming
Product: Wine
Version: 1.5.12
Platform: x86-64
URL: http://download.slingmedia.com/player/pc/SlingPlayer-S
etup-EU-1.5.1.343.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 41612
--> http://bugs.winehq.org/attachment.cgi?id=41612
wine-1.5.12-157-gbdf9a9f console output
SlingPlayer 1.5 crashes when streaming.
Workaround is native quartz from DX9 (winetricks - the Win7 quartz has its own
problems).
Native qcap needed to get around Bug 30904, and optionally gdiplus for Bug
30899.
Native quartz is also needed for the installer (Bug 13371).
--
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=36992
Bug ID: 36992
Summary: PlayonLinux-wine1.4 Kindle error
Product: Wine
Version: 1.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: webbs83(a)msn.com
Created attachment 49135
--> http://bugs.winehq.org/attachment.cgi?id=49135
Kindle error backtrace.txt
Installed Amazon Kindle from Playonlinux site using the install button. It also
installed wine 1.4 to run it on. When I try to run Kindle I get An error( The
program Kindle.exe encountered a serious problem and needs to close.We are
sorry for any inconvenience.) Attached is the backtrace.txt file.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26489
Summary: GetKeyState does not work correctly with toggle keys
(VK_CAPITAL, VK_NUMLOCK, VK_SCROLL)
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: melekor(a)projectmagma.net
Created an attachment (id=33725)
--> (http://bugs.winehq.org/attachment.cgi?id=33725)
Tiny test program which demonstrates the problem (exe and C++ source)
The WINE implementation of GetKeyState does not follow the spec regarding
"toggle keys" such as caps lock, num lock and scroll lock.
The documentation states: (about the return value) "If the low-order bit is 1,
the key is toggled. A key, such as the CAPS LOCK key, is toggled if it is
turned on. The key is off and untoggled if the low-order bit is 0. A toggle
key's indicator light (if any) on the keyboard will be on when the key is
toggled, and off when the key is untoggled."
Instead, what WINE appears to do, is flip the low-order bit when a toggle-key
is "un-toggled" (on=>off). When it is toggled (off=>on), the low order bit
remains unaffected. This is obviously completely incorrect.
I have attached a demo app (zip file with exe with C++ source code) which shows
the problem. When run on windows, it displays "CAPS ON" or "CAPS OFF" in sync
with the little light on the keyboard. When run on WINE it does not stay in
sync.
Tested on 1.2.2 and 1.3.16 on Ubuntu 10.10 Maverick Meerkat running in
VirtualBox, host OS is Win7.
--
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=38587
Bug ID: 38587
Summary: RF:G is Incredibly Laggy, Then Crashes
Product: Wine
Version: 1.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: superrobowizard(a)gmail.com
Distribution: ---
When trying to run Red Faction: Guerrilla on Wine, the introduction credits
audio constantly loops the most recent second over the current audio, making it
sound really glitchy. When it gets to the loading screen everything is fine
again, and it loads the main menu. The menu works fine at full speed for less
than half a second, then my framerate tanks to about 1-2 FPS. After a few
seconds of this (the game works fine, it's just incredibly laggy) the window
locks up entirely. I can't do anything after that except mash ctrl+alt+delete
until I log off. I have used apt-get purge as well as apt-get uninstall and
then re-installing multiple times, and it doesn't help. (I launch it using
"wine /directory/Steam.exe -no-dwrite")
--
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=34842
Bug #: 34842
Summary: Garmin BaseCamp 4.1.2 sometimes fails to run when
late-bound riched20.dll preferred load base address is
already occupied and PE mapped into >2 GiB address
range
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
Garmin BaseCamp 4.1.2 runs pretty good with MS .NET Framework 3.5 installed.
There are (albeit rare) cases of startup failures when Wine loader fails to map
builtin RichEd20.dll to its preferred load base address because it is already
taken by another module.
RichEd20 needs a load address in lower 2 GiB virtual address space.
See bug 22551 "Multiple .NET apps fail to load riched20.dll into memory (.NET
Framework/Windows Forms wants riched20.dll loaded into lower 2GiB address space
range)" for info.
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Garmin/BaseCamp
...
$ wine ./BaseCamp.exe
...
err:eventlog:ReportEventW L"clr20r3"
err:eventlog:ReportEventW L"basecamp.exe"
err:eventlog:ReportEventW L"4.1.2.0"
err:eventlog:ReportEventW L"5134f30b"
err:eventlog:ReportEventW L"system.windows.forms"
err:eventlog:ReportEventW L"2.0.0.0"
err:eventlog:ReportEventW L"471ebf68"
err:eventlog:ReportEventW L"4ecd"
err:eventlog:ReportEventW L"5b"
err:eventlog:ReportEventW L"system.componentmodel.win32"
err:eventlog:ReportEventW L"NIL"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
err:ole:CoUninitialize Mismatched CoUninitialize
err:ole:CoUninitialize Mismatched CoUninitialize
Unhandled Exception: System.ComponentModel.Win32Exception: Cannot load the
"RichEd20.DLL" DLL into memory.
at System.Windows.Forms.RichTextBox.get_CreateParams()
at System.Windows.Forms.Control..ctor(Boolean autoInstallSyncContext)
at System.Windows.Forms.TextBoxBase..ctor()
at System.Windows.Forms.RichTextBox..ctor()
at bc.FatalErrorDialog_t.InitializeComponent()
at
bc.FatalErrorDialog_t..ctor(basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
>* aAppName)
at bc.FatalError_t.Display(SByte* aFilename, UInt16 aLineNumber,
basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t> >*
aWhat, basic_string<char\,std::char_traits<char>\,std::allocator<char> >*
aSubId,
Optional_t<std::basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
> >* aOpenGLVersion,
vector<std::pair<std::basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
>\,std::basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
>
>\,std::allocator<std::pair<std::basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
>\,std::basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
> > > >* aFileList)
at bc.FatalError_t..ctor(Exception aException,
Optional_t<std::basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
> >* aOpenGLVersion,
vector<std::pair<std::basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
>\,std::basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
>
>\,std::allocator<std::pair<std::basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
>\,std::basic_string<wchar_t\,std::char_traits<wchar_t>\,std::allocator<wchar_t>
> > > >* aFileList)
at main(String[] aArgs)
at mainCRTStartupStrArray(String[] arguments)
wine: Unhandled exception 0xe0434f4d in thread 33 at address 0x7b83a8bf (thread
0033), starting debugger...
--- snip ---
RichEd20.dll has a preferred load address:
--- snip ---
EXTRADLLFLAGS = -Wl,--image-base,0x7ac00000
--- snip ---
Address space layout in case of collision:
--- snip ---
Module Address Debug info Name (139 modules)
PE 340000- 362000 Deferred zlibwapi
PE 400000- 25a7000 Deferred basecamp
PE 25b0000- 278d000 Deferred xerceslib
PE 2790000- 2bc6000 Deferred ogckml
PE 2df0000- 337f000 Export mscorwks
PE e610000- e6ae000 Deferred system.drawing
PE e9c0000- ecb2000 Deferred system
PE f270000- f73a000 Deferred system.windows.forms
PE 10000000-100e5000 Deferred exiv2
PE 5e3a0000-5e42d000 Deferred diasymreader
PE 60000000-60008000 Deferred accessibility
PE 637a0000-6399c000 Deferred system.xml
PE 64020000-64033000 Deferred mscorsec
PE 64890000-648fc000 Deferred system.configuration
PE 67510000-6756e000 Deferred system.management
PE 6a310000-6a31a000 Deferred wminet_utils
PE 74e60000-74e79000 Deferred wmiutils
PE 78130000-781cb000 Deferred msvcr80
PE 783f0000-78433000 Deferred msvcm90
PE 79000000-79046000 Export mscoree
PE 79060000-790b6000 Deferred mscorjit
PE 790c0000-79500000 Deferred mscorlib
ELF 79afa000-7b800000 Deferred libnvidia-glcore.so.304.108
ELF 7b800000-7ba60000 Dwarf kernel32<elf>
\-PE 7b810000-7ba60000 \ kernel32
...
ELF f6a22000-f6a89000 Deferred riched20<elf>
\-PE f6a30000-f6a89000 \ riched20
--- snip ---
"libnvidia-glcore.so.304.108" took the place earlier and "riched20.dll" was
mapped into > 2 GiB address space which .NET runtime doesn't like.
Maybe Wine loader could try to map dlls which have requirements of preferred
load address always in < 2 GiB address range for Windows compatiblity.
Regards
--
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=32483
Bug #: 32483
Summary: Windows Sysinternals "PsInfo" tool fails to retrieve
"Video driver" info due to missing registry device hw
class {4D36E968-E325-11CE-BFC1-08002BE10318}
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
Windows Sysinternals "PsInfo" tool fails to query for some system properties...
Making this bug about "Video driver".
Output:
--- snip ---
$ wine ./PsInfo.exe
PsInfo v1.77 - Local and remote system information viewer
Copyright (C) 2001-2009 Mark Russinovich
Sysinternals - www.sysinternals.com
Querying information for nexus4...fixme:ole:CoInitializeSecurity
((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
System information for \\nexus4:
Uptime: Error reading uptime
Kernel version: Microsoft Windows XP, Uniprocessor Free
Product type: Professional
Product version: 5.1
Service pack: 3
Kernel build number: 2600
Registered organization:
Registered owner:
IE version: 6.0000
System root: C:\windows
Processors: 4
Processor speed: 2.6 GHz
Processor type: Intel(R) Pentium(R) 4 CPU
Physical memory: 0 MB
Video driver:
--- snip ---
Trace log for failing registry queries (0-9):
--- snip ---
...
0024:Call advapi32.RegOpenKeyExW(80000002,0032f98c
L"SYSTEM\\CurrentControlSet\\Control\\Class\\{4D36E968-E325-11CE-BFC1-08002BE10318}\\0000",00000000,00020019,0032f96c)
ret=00404611
0024:Ret advapi32.RegOpenKeyExW() retval=00000002 ret=00404611
0024:Call KERNEL32.GetLastError() ret=0040d8f2
0024:Ret KERNEL32.GetLastError() retval=00000000 ret=0040d8f2
...
0024:Call advapi32.RegOpenKeyExW(80000002,0032f98c
L"SYSTEM\\CurrentControlSet\\Control\\Class\\{4D36E968-E325-11CE-BFC1-08002BE10318}\\0009",00000000,00020019,0032f96c)
ret=00404611
0024:Ret advapi32.RegOpenKeyExW() retval=00000002 ret=00404611
--- snip ---
4D36E968-E325-11CE-BFC1-08002BE10318 -> Display class GUID
There are already a couple of hardware device class GUIDs in Wine registry:
--- snip ---
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Class]
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318}]
@="Disk drives"
"Class"="DiskDrive"
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Class\{4d36e978-e325-11ce-bfc1-08002be10318}]
@="Ports (COM & LPT)"
"Class"="Ports"
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Class\{6bdd1fc6-810f-11d0-bec7-08002be2092f}]
@="Imaging devices"
"Class"="Image"
--- snip ---
Regards
--
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=19618
Summary: X-Change 3 crashes randomly
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Gollos(a)gmail.com
Created an attachment (id=22889)
--> (http://bugs.winehq.org/attachment.cgi?id=22889)
X-Change3 terminal output
Some times when loading a saved game, some times when starting a new game, some
times when changing the game settings, but not every time, a window pops
telling there was a problem and the program is going to be stoped.
When that happens, some times the game continue running without sound, and some
times it closes for real.
--
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=36059
Bug ID: 36059
Summary: Multiple Steam games fail to install DirectX runtime
prerequisite, resulting in repeated install attempt on
startup ('xinput1_3.dll' locked by client)
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
splitting this issue off from various Steam related bug reports for reference.
Many Steam games require DirectX runtime, usually stated in game folder
'installscript.vdf'.
Example VDF:
--- snip ---
"Run Process"
{
...
"directx"
{
"hasrunkey" "HKEY_LOCAL_MACHINE\\Software\\Valve\\Steam\\Apps\\110800"
"process 1" "%INSTALLDIR%\\3rd\\DXSETUP.exe"
"command 1" "/silent"
}
...
}
--- snip ---
For various games the DirectX runtime install fails, resulting in repeated
install attempt on startup of the game.
To illustrate how common this problem is, just a small list of some games I
installed for tests:
NOTE: non-zero 'Exit Code' indicates the installer failed
'installscript_log.txt' from 'c:\\Program Files\\Steam\\logs' folder
--- snip ---
...
04/15/14 00:08:33 [AppID 50280] Exit Code (-9) : "C:\Program
Files\Steam\steamapps\common\Mafia II - Public Demo\3rd\DirectX\DXSETUP.exe"
/silent GLE 0
...
04/17/14 10:58:48 [AppID 17470] Exit Code (-9) : "C:\Program
Files\Steam\steamapps\common\Dead Space\installers\DirectX\DXSETUP.exe" /silent
GLE 0
...
04/17/14 19:55:11 [AppID 55230] Exit Code (-9) : "C:\Program
Files\Steam\steamapps\common\Saints Row the Third\DirectX\DXSetup.exe" /silent
GLE 0
04/17/14 21:36:35 [AppID 72850] Exit Code (-9) : "C:\Program
Files\Steam\steamapps\common\Skyrim\DirectX10\DXSETUP.exe" /silent GLE 0
...
04/22/14 17:28:29 [AppID 49520] Exit Code (-9) : "C:\Program
Files\Steam\steamapps\common\Borderlands
2\Binaries\Redist\DXRedistCutdown\DXSETUP.exe" /silent GLE 0
...
04/22/14 22:18:15 [AppID 34330] Exit Code (-9) : "C:\Program
Files\Steam\steamapps\common\Total War SHOGUN 2\redist\DirectX\DXSETUP.exe"
/silent GLE 0
--- snip ---
The DirectX runtime installer can't overwrite a dll that is locked by the Steam
client/launcher in memory.
You can check 'c:\\windows\\logs\\DirectX.log'.
--- snip ---
...
04/17/14 11:03:38: dxupdate: DirectXUpdateGetSetupInformation(): Section
[4.09.00.0904.0-4.09.00.0904.0_WinXP] is being installed.
04/17/14 11:03:38: dxupdate: Extracted file
C:\windows\system32\DirectX\DX7536.tmp\xinput1_3_x86.cat from cab
04/17/14 11:03:38: dxupdate: Extracted file
C:\windows\system32\DirectX\DX7536.tmp\xinput1_3.dll from cab
04/17/14 11:03:38: dxupdate: Extracted file
C:\windows\system32\DirectX\DX7536.tmp\xinput1_3_x86.inf from cab
04/17/14 11:03:38: dxupdate: Extracted file
C:\windows\system32\DirectX\DX7536.tmp\xinput1_3_x86_xp.inf from cab
04/17/14 11:03:38: dxupdate: Files: 5
04/17/14 11:03:38: dxupdate: Size: 498688
04/17/14 11:03:38: dxupdate: DirectXUpdateInstallPlugIn(): Installing:
xinput1_3_x86_xp.inf - [x86_Install]
04/17/14 11:03:38: dxupdate: Target file: 'C:\windows\system32\xinput1_3.dll'
Target file is Version 9.18.944.0
Source file is Version 9.18.944.0
04/17/14 11:03:38: dxupdate: InUse: C:\windows\system32\xinput1_3.dll.
04/17/14 11:03:38: dxupdate: CabCallback(): Unable to copy
C:\windows\system32\DirectX\DX7536.tmp\xinput1_3.dll.
04/17/14 11:03:38: dxupdate: ExecuteInf(): SetupInstallFromInfSection() failed,
error = 183.
04/17/14 11:03:38: dxupdate: ExecuteInf(): Unable to install
C:\windows\system32\DirectX\DX7536.tmp\xinput1_3_x86_xp.inf:[x86_Install]. The
file may be damaged.
04/17/14 11:03:38: dxupdate: DirectXUpdateInstallPlugIn(): ExecuteInf() failed.
04/17/14 11:03:38: dsetup32: CSetup::InstallPlugIn():
DirectXUpdateInstallPlugIn() failed.
04/17/14 11:03:38: dsetup32: CSetup::SetupForDirectX(): InstallPlugIn() failed.
04/17/14 11:03:38: dsetup32: start finalizing: phase: 5 - 5, total: 0 - 2
04/17/14 11:03:38: dsetup32: Installation ended with value -9 = Internal or
unsupported error
--- snip ---
In many cases it's 'xinput1_3.dll'.
This kind of error is also encountered on Windows (lots of reports).
A reboot in between starts will fix it because the locked dll will be replaced
on next Windows startup.
There are multiple ways to handle this problem (apart from adding support for
SP_COPY_IN_USE_NEEDS_REBOOT to Wine itself):
1) install DX runtime without starting Steam in the Steam WINEPREFIX (make sure
you don't auto-run Steam services)
-> app folder -> 'installers' -> 'DirectX'
--- snip ---
$ wine DXSETUP.exe /silent
--- snip ---
2) remove the dll from 'system32' folder (or 'SysWOW64' on 64-bit prefix) prior
running Steam in the prefix
3) fake successful installation by adding registry key (see '17470_install.vdf'
where the registry key is located -> 'DirectX' DWORD:1)
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29633
Bug #: 29633
Summary: Richedit hyperlinks limited to first line
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sdh_luc(a)hotmail.com
Classification: Unclassified
Created attachment 38396
--> http://bugs.winehq.org/attachment.cgi?id=38396
A broken location name with its last word repeated
When hyperlinks in StarEdit's trigger sentences (as discussed in #4547) extend
over multiple lines (either due to wrapping or because the linked text contains
newlines), only the first is active. The others have the correct appearance
and cursor but do nothing. (This is unfortunate if the first character is a
newline!) Presumably related is that editing the multiline text replaces only
the first line (see screenshots).
--
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=32479
Bug #: 32479
Summary: page fault on read access to 0x00000005
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ozalp.aral(a)hotmail.com
Classification: Unclassified
Created attachment 42841
--> http://bugs.winehq.org/attachment.cgi?id=42841
backtrace file
receive this error about 5 seconds after the program launches. The program is
Navi Toolbox from IGo navigation software.
--
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=30353
Bug #: 30353
Summary: IEDriver from selenium crash
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download and install python26 from
http://www.python.org/ftp/python/2.6/python-2.6.msi
2. Download and install easyinstall from
http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11.win32-py…
3. start wine cmd, install Selenium with easyinstall :
easyinstall selenium
3.5 winetricks wininet, works around Bug 30352
4. start the sample python-selenium script as attachment selenium-Ie.py :
$ wine 'c:\python26\python.exe' selenium-Ie.py
$ ./selenium-Ie.sh
iexplore starts successfully, but then IEDriver of selenium crashes:
Backtrace:
=>0 0x00d045d1 in iedriver (+0x845d1) (0x0262e460)
1 0x00c9fd1a in iedriver (+0x1fd19) (0x0262e4e0)
2 0x00ca9490 in iedriver (+0x2948f) (0x0262e538)
--
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.