https://bugs.winehq.org/show_bug.cgi?id=41317
Bug ID: 41317
Summary: WOLF RPG Editor (Game.exe): Arrow keys don't work
properly when gamepad is connected
Product: Wine
Version: 1.9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: kakurasan(a)gmail.com
Regression SHA1: c126b21a34be008534e4fbd2a0f8bb8ea08c6c2b
Distribution: ---
Created attachment 55651
--> https://bugs.winehq.org/attachment.cgi?id=55651
Input test program which uses DX Library (source)
When gamepad is connected, the cursor or character moves automatically and
arrow keys doesn't work properly.
Workaround: Disable all gamepads using joy.cpl, or use native dinput.dll
Note: WOLF RPG Editor uses a DirectX wrapper library called "DX Library" (open
source).
Downloads (Japanese):
* WOLF RPG Editor: http://www.silversecond.com/WolfRPGEditor/Download.html
* DX Library: http://dxlib.o.oo7.jp/
----- Result of regression testing -----
c126b21a34be008534e4fbd2a0f8bb8ea08c6c2b is the first bad commit
commit c126b21a34be008534e4fbd2a0f8bb8ea08c6c2b
Author: Andrew Nguyen <anguyen(a)codeweavers.com>
Date: Tue Jul 5 07:19:17 2011 -0500
dinput: Extract the DirectInput instance creation and initialization in
DirectInputCreateEx to separate functions.
:040000 040000 f904caf8d290195557d1c2733d12288d8b4f9cf4
02e3e0e5a1ad1ee2fbb02e91bb09f093766c0e0e M dlls
--
Do not reply 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=42434
Bug ID: 42434
Summary: Gamepad listed twice
Product: Wine
Version: 2.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: gabriel.corona(a)enst-bretagne.fr
Distribution: ---
Created attachment 57270
--> https://bugs.winehq.org/attachment.cgi?id=57270
Example program enumerating the same device twice.
The gamepads seem to be listed twice by DiectInput.
The problem manifests itself in Lego games (eg. "Lego the Hobbit" and "Lego
Star Wars Episode 7"). The same gamepad is exposed twice and is thus used for
both players: the same gamepad controls both players and it is not possible to
play single player.
A quick workaround is to use `rm /dev/input/js*`.
AFAIU, the problem is that both the /dev/input/eventX and the /dev/input/jsX
device of the gamepad are enumerated. You'll find in attachement a program
which demonstrates the issue:
Thrustmaster Dual Trigger 3-in-1 (event)
({B323044F-0000-0000-0000-504944564944}) -- Thrustmaster Dual Trigger 3-in-1
(event) ({9E573EDA-7734-11D2-8D4A-23903FB6BDF7})
Thrustmaster Dual Trigger 3-in-1 (js)
({B323044F-0000-0000-0000-504944564944}) -- Thrustmaster Dual Trigger 3-in-1
(js) ({9E573ED9-7734-0000-8D4A-23903FB6BDF7})
Using Wine 2.1 on Debian testing with Linux 4.9.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.
https://bugs.winehq.org/show_bug.cgi?id=41080
Bug ID: 41080
Summary: Need For Speed Most Wanted 2005 not working after
upgrade from Ubuntu 14.04 to 16.04
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: naheelazawy(a)gmail.com
Distribution: ---
Created attachment 55265
--> https://bugs.winehq.org/attachment.cgi?id=55265
backtrace
The game was working great on Ubuntu 14.04 but now after upgrading to 16.04 it
just doesn't work. And by the way, I tried various versions of wine and nothing
worked so far.
--
Do not reply 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=34297
Bug #: 34297
Summary: Allow reconnecting to disconnected joysticks
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: achurch+wine(a)achurch.org
Classification: Unclassified
Created attachment 45660
--> http://bugs.winehq.org/attachment.cgi?id=45660
Proof-of-concept patch
Currently, if a joystick is disconnected and then reconnected (because the
cable is pulled out, for example), Wine acts as though the joystick is present
but stuck at the last state it reported, and it fails to report any subsequent
changes in device state, which is an arguably suboptimal user experience.
The attached patch (against 1.7.0) changes the Linux evdev driver to attempt to
reopen a joystick device after a read fails. This patch uses the simple
heuristic of "if it's on the same device file and has the same name, it's the
same joystick", which means (1) it won't reconnect if the device file changes
and (2) it could falsely reconnect if there are multiple input devices with the
same name, but it works for simple circumstances.
Naturally, one could iterate over all possible input devices to try and find
the device, but that could be fairly expensive to do on every poll operation,
and it would probably involve concurrency issues relating to checking whether
the device is already known as a different joystick. In the long run, it might
be better to monitor the /dev/input directory for added and removed devices
(perhaps using inotify) and use those events to handle reconnection.
--
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=42695
Bug ID: 42695
Summary: PoE fail to start when launching with dx11 enabled
Product: Wine-staging
Version: 2.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gufideg(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 57663
--> https://bugs.winehq.org/attachment.cgi?id=57663
console output
I get an error from Poe that says:
"Failed to retrive IDXGIFactory from adapter": In
source code file: ..\Device
\D3D11\DeviceD3D11.cpp at line 336,
Processing file: Failed to retrive IDXGIFactory
from adapter
Error: E_NOINTERFACE
Description:
Message:
Then I click OK and the game closes.
Works nicely with dx9 and dx9 ex
--
Do not reply 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=38696
Bug ID: 38696
Summary: Messy screen in DxTex.exe
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Created attachment 51621
--> https://bugs.winehq.org/attachment.cgi?id=51621
messy screen with wine-hq
Steps to reproduce:
Start DxTex.exe that is included in DirectxSDK available for download from
https://www.microsoft.com/en-us/download/details.aspx?id=6812
1. New texture. Settings default
2. Open onto this surface and choose any graphic file.
3. see...
With wine-stage the screen is good.
To be sure: I used unmodified sources on wine-hq and wine-stage. There are no
my patches at all.
All settings are the same, just changed wine prefix.
The logs difference is probably in this line
----
fixme:win:EnumDisplayDevicesW ((null),0,0x33f42c,0x00000000), stub!
----
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40658
Bug ID: 40658
Summary: Joystick POW hat switch rotated for JOYDEVDRIVER=(js)
while JOYDEVDRIVER=(event) is Ok
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: otty(a)gmx.net
Distribution: ---
I have a Saitek AV8R-01 joystick with a POV hat switch.
When using the JOYDEVDRIVER=(event) device (dinput/joystick_linuxinput.c), the
orientation is Ok both in the Wine Control Panel (control.exe) Joystick test
POV area and in the games, i.e when moving the hat switch horizontally to the
right the indicator moves towards the right, when moving the hat switch
vertically up, the indicator moves up.
Hoever the JOYDEVDRIVER=(js) device (dinput/joystick_linux.c) has its
orientation mixed up:
* when moving the hat switch horizontally to the right the indicator moves
down.
* when moving the hat switch vertically up, the indicator moves left.
This happens on wine-1.9.9 on Ubuntu 14.04 (LTS) installed from
http://ppa.launchpad.net/wine/wine-builds/ubuntu trusty main, but is also
present in earlier versions, e.g. 1.6.1
Unfortunately I need to use the (js) device as I cannot get the game to
recognise the rudder and thrust axes with the (event) device.
(BTW, does the (event) device recognize the
[HKEY_CURRENT_USER\Software\Wine\DirectInput] registry key in the same way as
teh (js) device?)
BR,
--
Do not reply 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=44590
Bug ID: 44590
Summary: incorrect rendering in The Witness (ATOC?)
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: notasas(a)gmail.com
Distribution: ---
Created attachment 60571
--> https://bugs.winehq.org/attachment.cgi?id=60571
bad rendering
The Witness is still not rendering correctly in some cases (as of
7be8beab68c5):
- objects in the water reflections are missing transparencies regardless of
MSAA
- all objects are missing transparencies with MSAA off
perhaps these problems are related.
Here is d3d apitrace (different from screenshot, can make a better one if that
helps):
https://drive.google.com/file/d/1fFCVytDdybsVgZqiTIKS5XseegIO5yzc/view?usp=…
--
Do not reply 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=42191
Bug ID: 42191
Summary: Diablo 3 2.4.3 was unable to initialize D3D
Product: Wine
Version: 2.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: nfamail(a)gmail.com
Distribution: ---
Created attachment 56824
--> https://bugs.winehq.org/attachment.cgi?id=56824
Diablo 3 Debug Log
When I try to run the game in 64 bit after that I get the grey screen and the
error creating d3d. Click ok a couple of times and it then gives you the
option to retry/cancel and will do nothing. If you go to the battle.net app
and go to game settings and change it to "Open game with 32-bit version
instead" it will open just fine...
Winehq 2.0-rc4
Ubuntu 16.04 64bit (latest updates)
Intel® Core™ i7-4510U CPU @ 2.00GHz × 4
GeForce 840M/PCIe/SSE2
Battle.net 1.6.0.8265 (2.9.2.5362)
Diablo 3 2.4.3.42934
--
Do not reply 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=21564
Summary: warning forever ignores keyboard input after
losing/regaining focus
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://www18.big.or.jp/~hikoza/Prod/index_e.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Steps to reproduce:
* Install Warning Forever from the linked website.
* Start the program by running c:\wf\wf.exe. (The installer does not create a
shortcut. This is the same on Windows.)
* Select "Window mode".
* Verify that the 'z' key can be used to make selections in the menu.
* Switch to another window.
* Switch back to Warning Forever window.
* Verify that keyboard input no longer 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=22369
Summary: A child window without WS_EX_MDICHILD style should not
be tiled by the WM_MDITILE message.
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.m.winehq(a)gmail.com
In user32/mdi.c
-> MDITile
-> #L763(wine-1.1.42) for-loop "remove all the windows we don't want",
the windows without WS_EX_MDICHILD window style should be also removed from
win_array.
MDICascade is also.
--
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=24352
Summary: Virtual desktop does not respect modeless child window
Z-order
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: multitude(a)internode.on.net
1. Run 'winecfg' and ensure the 'Graphics -> Emulate a virtual desktop' option
is off.
2. Press the OK button to apply any changes and close 'winecfg'.
2. Run 'wine notepad' and search for text (Ctrl-F).
3. Leaving the 'Find' window open, mouse click the main 'Notepad' window.
CORRECT RESULT: The 'Notepad' window becomes active, the 'Find' child window
becomes inactive and remains in front of the main 'Notepad' window.
4. Exit 'notepad', run 'winecfg' and enable the 'Graphics -> Emulate a virtual
desktop' option.
5. Press the OK button to apply the change and close 'winecfg'.
6. Run 'wine notepad' again and search for text (Ctrl-F).
7. Leaving the 'Find' window open, mouse click the main 'Notepad' window.
INCORRECT RESULT: When the 'Notepad' window becomes active the 'Find' window
disappears behind the 'Notepad' window.
Confirmed in Wine 1.3.2 and Wine 1.2.
Bug found when testing Chessmaster Grandmaster 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=39640
Bug ID: 39640
Summary: taskmgr: "End Process Tree" is unimplemented
Product: Wine
Version: 1.7.52
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Wine's Taskmgr tool offers to terminate all the processes in a process tree
(End Process Tree) but that function is in fact not implemented. More precisely
it does the exact same thing as 'End Process', i.e. it kills the specified
process but not its children.
As proof, compare the implementation of ProcessPage_OnEndProcessTree() with
ProcessPage_OnEndProcess() in programs/taskmgr/endproc.c. Both functions are
identical.
--
Do not reply 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=36901
Bug ID: 36901
Summary: king of dragon pass shows UI elements like a File menu
and scroll bars
Product: Wine
Version: 1.7.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: silviucc(a)gmail.com
Created attachment 49019
--> http://bugs.winehq.org/attachment.cgi?id=49019
debug log
When running King of Dragon Pass, the game should display a fullscreen window
but it also draws window chrome like a File menu entry and the menu bar (if not
run in an emulated desktop mode) and scroll bars (does not matter if emulated
desktop or not)
There is a demo/tour of the game that can be downloaded from the creators of
this game which has the same issue:
http://a-sharp.com/files/KoDP-Tour.exe
Created a log file with WINEDEBUG=+win,+x11drv,+event
Picture of broken game UI:
https://dl.dropboxusercontent.com/u/3371527/kodp_wine.png
--
Do not reply 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=26723
Summary: Dragon Age Ultimate Edition installer rejects second
disc
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Dragon Age Ultimate Edition's installer runs fine until you
get to the second disc prompt. When you put in the second disc,
wait for it to mount, and click the installer's "Retry" button,
the game thinks for a moment... then ejects the disc, and puts
up the insert disc prompt again.
A +file log of the stuff after inserting the second disc shows:
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll",0x33f0e0,0x33f0f4,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll" 520 0x33ee10 0x33f0f4)
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll",0x33ed00,0x33ed14,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll" 520 0x33ea30 0x33ed14)
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll",0x33f0e0,0x33f0f4,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll" 520 0x33ee10 0x33f0f4)
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll",0x33ed00,0x33ed14,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll" 520 0x33ea30 0x33ed14)
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll",0x33f0e0,0x33f0f4,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll" 520 0x33ee10 0x33f0f4)
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll",0x33ed00,0x33ed14,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll" 520 0x33ea30 0x33ed14)
trace:file:DeviceIoControl (0xb8,2d480c,(nil),0,(nil),0,0xeddb98,(nil))
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll",0x33f0e0,0x33f0f4,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll" 520 0x33ee10 0x33f0f4)
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll",0x33ed00,0x33ed14,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll" 520 0x33ea30 0x33ed14)
trace:file:DeviceIoControl (0xb8,2402c,0xedd7de,2,0xedd7e0,24,0xedd7d8,(nil))
trace:file:DeviceIoControl (0xb8,2d4808,(nil),0,(nil),0,0xeddb98,(nil))
One funky detail: both disc1 and disc2 have the same volume label
(the guy at EA who made the masters wasn't thinking straight, I guess).
I sure hope this isn't confusing the operating system.
--
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=33362
Bug #: 33362
Summary: Dragon Age Origins texture replaced by black
Product: Wine
Version: 1.5.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scrimekiler(a)yahoo.fr
Classification: Unclassified
Created attachment 44138
--> http://bugs.winehq.org/attachment.cgi?id=44138
Screenshot of texture bug
I tried Dragon Age Origins with a lot of different Direct3D settings in wine
registry, but still one problem remaining : textures are sometimes replaced by
black shapes, like missing texture...Sometimes it's only the armors or cloth
from vendors or characters who are replaced by black but sometimes it's like 50
% the game textures.
Currently using wine 1.5.27 and Dragon Age Origins 1.5
--
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=40029
Bug ID: 40029
Summary: Dragon Naturally Speaking 13 crashes during creation
of user profile
Product: Wine
Version: 1.9.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukasz.wojnilowicz(a)gmail.com
Distribution: ---
Created attachment 53478
--> https://bugs.winehq.org/attachment.cgi?id=53478
Terminal output on Wine 1.9.1
Steps to reproduce:
1) remove ~/.wine
2) winetricks -q vcrun2010 msxml4 dotnet452 corefonts vcrun2010
3) install DNS 13
4) wine natspeak.exe
5) wait for first crash (it isn't very dangerous)
6) in new window press next
7) get to the point where you select your region and accent
8) press next
Behaviour:
Crash
Expected behaviour:
No crash
Additional info:
--
Do not reply 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=44448
Bug ID: 44448
Summary: Amazon Dragon Naturally Speaking Home 13 downloader
crashes on install
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dgunter(a)gmail.com
Distribution: ---
Created attachment 60390
--> https://bugs.winehq.org/attachment.cgi?id=60390
Backtrace of crash
Amazon's Dragon Naturally Speaking Home 13 downloader (from the purchased
software page) crashes with Unhandled exception: page fault on read access to
0x00000000 in 32-bit code.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43855
Bug ID: 43855
Summary: Crash while opening Final Dragon Chronicle
Product: Wine
Version: 2.18
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: howard.no1(a)163.com
Created attachment 59416
--> https://bugs.winehq.org/attachment.cgi?id=59416
Backtrace
Crash while starting
--
Do not reply 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=44876
Bug ID: 44876
Summary: Dragon's Dogma Online: stutters after running for
awhile
Product: Wine
Version: 3.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: BrandonDSchumann(a)gmail.com
Distribution: ---
After running the application for awhile, it will stutter to a halt; restarting
the application fixes it. The stuttering feels like 1-2 fps; the application
usually runs at 60 fps otherwise with my hardware.
The earliest wine version I tested was 3.3, the issue still exists in 3.5.
Distribution: Arch Linux x86-64
--
Do not reply 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=43148
Bug ID: 43148
Summary: Display unsynchronized with audio on Dragon's Dogma
Dark Arisen
Product: Wine
Version: 2.7
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adrien_fernandes2(a)hotmail.com
The game is suffering of a video lag, everything in the game is shown with a
few seconds too late but the sound is correctly synchronized with my actions.
When I press "I" to open inventory, I will hear the inventory sound immediatly
but it will be displayed a few seconds later. When I jump, I'll hear my guy
jump but will only see him jump way later... Everything is lagged, it's not a
control issue, it's a display lag which make the game totally unplayable.
I'm on Staging 2.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=42881
Bug ID: 42881
Summary: Dungeon & Dragons online (DDO) directx11 render faults
Product: Wine
Version: 2.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: relaxcold(a)gmail.com
Distribution: ---
Created attachment 58003
--> https://bugs.winehq.org/attachment.cgi?id=58003
screenshoot showing render problem with directx11 in ddo
When using directx11 in Dungeons & Dragons online, many parts are now starting
to work, but there is still some problems with the rendering of e.g. the floor
as shown on 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=24164
Summary: Wine is not data-race detector friendly
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bart.vanassche(a)gmail.com
Running Wine under a data-race detector triggers huge numbers of data-race
reports on Wine functions. This makes it impossible to analyze data races in
application that are running under Wine with Valgrind. An example (Valgrind
trunk r11292):
$ valgrind --trace-children=yes --vex-iropt-precise-memory-exns=yes
--gen-suppressions=all --tool=drd --show-confl-seg=no wine notepad
[ ... ]
==1331== Conflicting store by thread 1 at 0x7f00006c size 4
==1331== at 0x476BD36: RtlEnterCriticalSection (in
/usr/lib/wine/ntdll.dll.so
)
==1331== by 0x47811DC: RtlAllocateHeap (in /usr/lib/wine/ntdll.dll.so)
==1331== by 0x4B44408: scmdatabase_autostart_services (in
/usr/lib/wine/servi
ces.exe.so)
==1331== by 0x4B45C9E: main (in /usr/lib/wine/services.exe.so)
==1331== Allocation context: unknown.
[ ... ]
==1331== Conflicting load by thread 1 at 0x7f000128 size 4
==1331== at 0x477C80F: list_next (in /usr/lib/wine/ntdll.dll.so)
==1331== by 0x477EF7E: HEAP_FindFreeBlock (in /usr/lib/wine/ntdll.dll.so)
==1331== by 0x47812D6: RtlAllocateHeap (in /usr/lib/wine/ntdll.dll.so)
==1331== by 0x4B44408: scmdatabase_autostart_services (in
/usr/lib/wine/services.exe.so)
==1331== by 0x4B45C9E: main (in /usr/lib/wine/services.exe.so)
==1331== Allocation context: unknown.
[ ... ]
==1331== Conflicting load by thread 1 at 0x7f0047e0 size 4
==1331== at 0x477C7EC: list_remove (in /usr/lib/wine/ntdll.dll.so)
==1331== by 0x478138D: RtlAllocateHeap (in /usr/lib/wine/ntdll.dll.so)
==1331== by 0x4B44408: scmdatabase_autostart_services (in
/usr/lib/wine/services.exe.so)
==1331== by 0x4B45C9E: main (in /usr/lib/wine/services.exe.so)
==1331== Allocation context: unknown.
[ ... ]
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38761
Bug ID: 38761
Summary: Notation Software installation fails when Program
Installation Folder is modified
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: reinhold.hoffmann(a)hotmail.com
Distribution: ---
Created attachment 51696
--> https://bugs.winehq.org/attachment.cgi?id=51696
Comparison of Windows and Wine installation
Hi Wine team,
we at Notation Software use VS2010 installer.
When the user modifies the standard Program Folder (target folder C:\Program
Files (x86)) a new folder called "TempFolder" is created in the Program Folder
and all temporary installation files go into that new folder. But the current
temp folder setting for the installing user is still valid.
As a result the installation fails because the temp files are not installed in
the users's temp folder but in that newly created folder which is called
"TempFolder". Definitely this new folder "TempFolder" isn't the real temp
folder.
Please see in the attached zip the files and according explanation:
(1) VS2010 Installer configuration
file "VS2010_configuration_of_installation_folders.png"
Comparison of the installation on Windows with the installation on Wine
(2) How the files end up on OpenSuse
file "Folder_Setup_after_Installation_on_Wine.png"
As a workaround we give our customers the advice not to change the Program
Folder. Then all works fine.
If siomeone wants to try that scenario our trial version can be downloaded from
http://www.notation.com/DownloadComposerTrial.php
Please modify the standard installation folder according to the screen shots
(1), (2)
We see this wrong behaviour in all Linux versions of Wine 1.7.44 and Mac from
Winebottler (Wine 1.7.37)
Best regards,
Reinhold
--
Do not reply 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=41624
Bug ID: 41624
Summary: choosing windows version in winecfg seems incomplete
Product: Wine
Version: 1.9.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: h.c.croon(a)hccnet.nl
Distribution: ---
Created attachment 55983
--> https://bugs.winehq.org/attachment.cgi?id=55983
log file attemp to run XperiaCompanion.exe
I tried to use xperiacompanion.exe installation program under Wine (Ubuntu
16.04, AMD A10-7850K). I choose Windows 10, Windows 8 and Windows 7
subsequently. Error message: Program works only under Windows 7 or higher.
In log file: "Burn v3.10.3.3007, Windows v5.2 (Build 3790: Service Pack 2)" and
"Condition 'VersionNT >= v6.1' evaluates to false.".
So, what does WINE offer when you choose a Windows version?
--
Do not reply 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=46425
Bug ID: 46425
Summary: It's software for AutoCad 2016 Mac version. Can not be
installed, because of problems i added below as
attachment.
Product: Wine
Version: 4.0-rc5
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: pedja97(a)live.com
Created attachment 63199
--> https://bugs.winehq.org/attachment.cgi?id=63199
Showed problem in textual form
It's software for AutoCad 2016 Mac version. Can not be installed, because of
problems i added below as attachment.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18175
Summary: AutoCAD 2008: Pop menu in Text Formating doesn't work
correctly
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20643)
--> (http://bugs.winehq.org/attachment.cgi?id=20643)
Image showing popup menu
I'm using wine-1.1.19-271-g0a42190 (compiled using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is that when i want to go with mouse pointer below first separation
line of popup menu then this popup menu disappears and I cannot choose anything
below this separator.
I can navigate below this separator only with keyboard but when i press left or
right arrow the popup menu again disappears which doesn't happen when i try do
the same with everything above this separator.
--
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=18263
Summary: AutoCAD 2008: Insert Ole Object window doesn't show up
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20787)
--> (http://bugs.winehq.org/attachment.cgi?id=20787)
How should it looks like
I'm using Wine 1.1.20 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386. I've got installed corefonts dotnet20
gdiplus gecko msxml3 vcrun2003 through winetricks.
The problem is with "Insert->Ole Object..." which i can choose in popup menu in
AutoCAD 2008. It doesn't show up anything.
In terminal there were:
fixme:ole:OleUIInsertObjectW (0x7bdf094): stub
--
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=44259
Bug ID: 44259
Summary: Paint Shop Pro X8 Installer
fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerat
or
Product: Wine
Version: 3.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Hello everyone,
I did some testing of this application and this is probably related to 39124
The installer hangs and console is spammed with
0056:fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator
(0x1520e8)->(0x33f9a4)
--
Do not reply 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=34394
Bug #: 34394
Summary: SolidWorks 2010: No text in sidebar
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 45787
--> http://bugs.winehq.org/attachment.cgi?id=45787
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) winetricks vcrun2005 vcrun2008 mfc40 dotnet30
3) install SolidWorks 2010
4) start SolidWorks 2010
Behaviour:
See attachment (left part of image)
Expected behaviour:
See attachment (right part of image)
Workaround:
sh winetricks wsh57
--
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=38169
Bug ID: 38169
Summary: The Settlers 3 eats a full CPU core, even on a Intel
Core i7
Product: Wine
Version: 1.7.34
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adrian.kalla(a)gmail.com
Distribution: ---
Created attachment 50920
--> https://bugs.winehq.org/attachment.cgi?id=50920
Console output with Wine 1.7.34
This has been a problem for ever when running "The Settlers 3" on Wine, so it's
time to make it a bug: even though this year-1998 game runs perfectly on
Windows on a Pentium II CPU(!), it eats up a whole single CPU core when used
with Wine.
This results in the curious situation, that even with an Intel Core i7 quad
core 2.2GHz CPU, the game feels slow on Wine...
Before this gets duplicated: this bug is different from Bug 32478. While in the
past the game had also on Windows with a multi core CPU the every few seconds
occurring lag described in bug 32478, it was somehow fixed after some
Windows-updates (I guess it must have been done by a Windows "shim"), the
multicore problem can easily be workarounded by starting the game with "taskset
-c 0 wine s3.exe". For the problem I'm describing here there is no known
workaround as of now.
Attached is a console log of 15 seconds of running the game (+ a few seconds in
the menu).
Settlers3 was started with the following command:
WINEDEBUG=warn+all,+loaddll,+message,+msgbox,+wine_d3d,+ddraw,+d3d_draw,+d3d_surface,+d3d_texture,+d3d,+dplay,+dplay,+dpnhpast,+cursor,+bitmap
taskset -c 3 wine s3.exe
This can be easily reproduced with the free demo version of the game, which can
be downloaded e.g. here:
http://s3de.siedler3.net/ftp.bluebyte.com/demos/eng/settlers3amazons/s3a_de…
.
If the attached log is not enough, I can try to enable more log channels (but
which ones?). I'd like to help as much as I can to fix this, as besides for
eating the CPU, the game runs much better on Wine than on newer Windows
versions.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40672
Bug ID: 40672
Summary: wine-gecko cannot do xml + xslt on-the-fly transform
and display, ie8 can.
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: htl10(a)users.sourceforge.net
Distribution: ---
While switching the Font Validator code from COM interop with IE to managed
System.Windows.Forms.WebBrowser
( https://github.com/HinTak/Font-Validator/blob/master/FontVal/ResultsForm.cs )
to better support linux mono, and testing under wine for regressions, I
remember having problems with all the various combinations on a clean
wineprefix - stock wine (i.e. wine-mono), dotnet2 plain, dotnet2 + ie6, + ie7,
+ ie8 - except dotnet2 + ie8 .
Later I worked out that dotnet2 + ie7 and dotnet2 + wine-gecko would happily
display html, just not do xml + xslt on-the-fly transform, which was how the
code was originally written (see the history of the above file), hence I now
work around the wine problem and moved on.
Another part of the original FontValidator requires genuine dotnet2 (mixed mode
assemblies, does not work under wine-mono), but it would be good for wine-gecko
to be able to do xml + xslt displays like ie8 does.
Unfortunately I currently tried to detect wine by looking for WINEPREFIX in the
environment (line 123 of
https://github.com/HinTak/Font-Validator/blob/master/FontVal/ResultsForm.cs ),
but you can probably
The pre- COM->managed binary:
https://sourceforge.net/projects/hp-pxl-jetready/files/Microsoft%20Font%20V…
the post- COM->managed binary:
https://sourceforge.net/projects/hp-pxl-jetready/files/Microsoft%20Font%20V…
To test, just fire it up, go to File->Open XML report-> and just load any local
web pages, or xml + xslt combo.
Note the dependence on https://bugs.winehq.org/show_bug.cgi?id=30988 - you
need genuine dotnet2 to have any embedded webbrowser capability at all -
wine-mono is insufficient. This bug is about wine-gecko vs ie8 on top of
dotnet2.
I did the FontVal change around the new year, found work-around and moved on,
hence the 1.9.0 tag. It probably affects later versions of wine.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43744
Bug ID: 43744
Summary: Path of Exile: Rendering issues on DX11 mode
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
Created attachment 59234
--> https://bugs.winehq.org/attachment.cgi?id=59234
Log of PoE DX11 - Wine 2.17 Staging (~8mb unpacked)
NOTE: starting the game on DX11 mode requires Wine compiled with a custom
patchset described in bug 42695 (comment 15). Otherwise, you will get a WIC
Factory error.
Path of Exile has rendering issues on DX11 mode.
Issues are as follows:
A) Downsampled resolution. At initial state (meaning main menu), resolution is
correct but right after logging into character selection menu, the resolution
gets downsampled.
B) Missing letters. Many strings miss letters in main menu, in sub-menus and in
gameplay (font issue?)
C) Effect glitches. Affects rendering of some effects. For example, main menu
torch smokes are sometimes just individual squares consisting of large-scale
pixels hovering above the fire.
D) Flickering menu GUI. GUI elements appearing and disappearing.
E) Flickering full-screen colors. Can be pink, green...etc. It's like overcast
lasting for a fraction of second
-----------------------------
Tested on
- Clean Wine 2.17 Staging, 64-bit prefix (Win10 mode)
- Steam version of the game
- Clean prefix
- CSMT disabled, GLSL enabled
- Nvidia GTX 760M (drivers: 384.59)
- Arch Linux 64-bit
--
Do not reply 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=46121
Bug ID: 46121
Summary: display issue while using geneatique
Product: Wine
Version: 3.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: patrick.pochard(a)free.fr
Distribution: ---
Created attachment 62764
--> https://bugs.winehq.org/attachment.cgi?id=62764
trace I got at the time the problem happens
Hi,
While using "geneatique" a genealogy software,
I got these messages (unknown msg ) and the function I try to use does not
display anything (when it should)
Attached is part of the trace I manage to get .
I can do any test in any wine version.
This happens with wine-stable and wine-devel (3.20)
Thanks for helping
Patrick
--
Do not reply 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=28457
Summary: Gecko rendering of Skype login page not rendering
correctly
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xsist10(a)gmail.com
Created an attachment (id=36495)
--> (http://bugs.winehq.org/attachment.cgi?id=36495)
Wine debug output
Gecko rendering of Skype's HTML login page not rendering correctly. No HTML
formating or javascript/css applied. Unable to complete login process due to
this.
I then manually updated gecko to wine_gecko-1.3-x86.msi (from 1.1 which was
installed by default) and the issue still remained.
--
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=28549
Bug #: 28549
Summary: I can't lookup words in Youdao dictionary.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sinojelly(a)163.com
Classification: Unclassified
Created attachment 36648
--> http://bugs.winehq.org/attachment.cgi?id=36648
can not lookup words
please see attachments.
--
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=10955
Summary: Palm Desktop fixme's and errors in install and execute
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gc11772(a)optonline.net
Created an attachment (id=9891)
--> (http://bugs.winehq.org/attachment.cgi?id=9891)
Installing palm desktop
Installing Palm Desktop, get many fixme's and a few errors.
--
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=43787
Bug ID: 43787
Summary: Infoteam OpenPCS: can't get the successful compiling
progress and results
Product: Wine
Version: 2.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wj193102(a)gmail.com
Distribution: Ubuntu
First of all, I used the system environment as shown below:
1)The operating system is Ubuntu 17.04, 32-bit;
2)The version of wine is Wine 2.16, 32-bit;
3)The version of application is Infoteam OpenPCS2006_V550
Secondly, because the application software requires .Net 1.1 frameworks and
HTML, so I install Gecko and Mono before I install the application.
Tips:I installed with Infoteam OpenPCS comes with .Net environment is not
successful, but first install Gecko and then install the software successfully.
Finally, Infoteam OpenPCS can be started in two ways: desktop shortcuts and
enter the wine command in the terminal to make calls, such as wine openpcs.exe.
I use the command "wine openpcs.exe" in the terminal to start the application.
I get the following messages:
{
fixme:reg:RegQueryInfoKeyW security argument not supported.
fixme:advapi:ImpersonateLoggedOnUser
(0xc4)fixme:netapi32:DsRoleGetPrimaryDomainInformation ((nil), 1, 0x33f410)
stubfixme:advapi:LsaOpenPolicy ((null),0x33f3b4,0x00000001,0x33f3ac)
stubfixme:advapi:LsaClose (0xcafe)
stubfixme:msvcrt:_mbscspn don't handle double character
casefixme:msvcrt:_mbscspn don't handle double character
casefixme:ieframe:PersistStreamInit_InitNew (0x12d0810)
fixme:ieframe:navigate_url Unsupported args (Flags 0x32e574 {VT_I4: 0};
TargetFrameName 0x32e564 {VT_BSTR: (null)})
fixme:advapi:GetCurrentHwProfileA (0x32b7e0)
semi-stubfixme:shell:SHCreateShellPalette
stubfixme:shell:SHGetInverseCMAP - returning bogus address for SHGetInverseCMAP
fixme:ieframe:ClServiceProvider_QueryService
(0x12d08dc)->({d001f200-ef97-11ce-9bc9-00aa00608e01}
{d001f200-ef97-11ce-9bc9-00aa00608e01} 0x32bf64)
fixme:ieframe:ClServiceProvider_QueryService
(0x12d08dc)->({79eac9ee-baf9-11ce-8c82-00aa004ba90b}
{79eac9ee-baf9-11ce-8c82-00aa004ba90b} 0x1343fac)
fixme:ieframe:TargetFrame_GetFrameOptions (0x12d0844)->(0x32befc)
fixme:ieframe:DocObjectService_GetPendingUrl 0x10a9eb8 0x32c098
fixme:ieframe:ClServiceProvider_QueryService
(0x12d08dc)->({4c96be40-915c-11cf-99d3-00aa004ae837}
{6d5140c1-7436-11ce-8034-00aa006009fa} 0x32bfec)
fixme:ieframe:ClServiceProvider_QueryService
(0x12d08dc)->({332c4427-26cb-11d0-b483-00c04fd90119}
{332c4427-26cb-11d0-b483-00c04fd90119} 0x32bfc4)
fixme:ieframe:ShellBrowser_QueryInterface 0x10a9eb8
{6d5140c1-7436-11ce-8034-00aa006009fa} 0x32b928
fixme:ieframe:ClientSite_GetContainer (0x12d08dc)->(0x32bfc4)
fixme:ieframe:ClServiceProvider_QueryService
(0x12d08dc)->({4c96be40-915c-11cf-99d3-00aa004ae837}
{6d5140c1-7436-11ce-8034-00aa006009fa} 0x32cf34)
fixme:msimtf:DllGetClassObject ({50d5107a-d278-4871-8989-f4ceaaf59cfc}
{00000001-0000-0000-c000-000000000046} 0x32cbd8)
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {50d5107a-d278-4871-8989-f4ceaaf59cfc}
could be created for context 0x401
fixme:msvcrt:_mbscspn don't handle double character case
fixme:msvcrt:_mbscspn don't handle double character case
fixme:msvcrt:_mbscspn don't handle double character case
fixme:msvcrt:_mbscspn don't handle double character case
2, 2: Error found/expected : IDENTIFIER/_EOF_ PROGRAM FUNCTION_BLOCK FUNCTION
GLOBAL_TYPE_BEGIN GLOBAL_PROTOTYPE_BEGIN BASIC_TYPE_BEGIN TYPE VAR VAR_GLOBAL
VAR_EXTERNAL VAR_INPUT VAR_OUTPUT VAR_IN_OUT
9, 9: Error found/expected : VORDEF_DATA_TYPE_NAME/IDENTIFIER AT END_STRUCT
COMMENT
11, 5: Error found/expected : END_STRUCT/IDENTIFIER AT END_TYPE COMMENT
fixme:treeview:TREEVIEW_PrintClient Partial Stub: (hdc=0xd019b
options=0x00000014)
fixme:msvcrt:_mbscspn don't handle double character case
fixme:msvcrt:_mbscspn don't handle double character case
fixme:shell:MLLoadLibraryW (L"shdoclc.dll",0x19c0000,2) semi-stub!
fixme:ieframe:DocHostUIHandler_GetDropTarget (0x12d08dc)
fixme:advapi:GetCurrentHwProfileA (0x32efe0) semi-stub
fixme:ieframe:ClServiceProvider_QueryService
(0x12d08dc)->({4c96be40-915c-11cf-99d3-00aa004ae837}
{6d5140c1-7436-11ce-8034-00aa006009fa} 0x32ea28)
fixme:ieframe:TargetFrame_GetFrameMargins (0x12d0844)->(0x32ea5c 0x32ea64)
fixme:urlmon:SecManagerImpl_ProcessUrlActionEx
(0x1343fa0)->(L"file://C:\\users\\Public\\Application Data\\infoteam
Software\\OpenPCS2006\\splhtm\\startup.htm" 00001400 0x32f144 4 (nil) 0
00000000 00000000 0x32f128) stub
fixme:urlmon:SecManagerImpl_ProcessUrlActionEx
(0x1343fa0)->(L"file://C:\\users\\Public\\Application Data\\infoteam
Software\\OpenPCS2006\\splhtm\\startup.htm" 00001400 0x32f144 4 (nil) 0
00000000 00000000 0x32f128) stub
fixme:urlmon:SecManagerImpl_ProcessUrlActionEx
(0x1343fa0)->(L"file://C:\\users\\Public\\Application Data\\infoteam
Software\\OpenPCS2006\\splhtm\\startup.htm" 00001400 0x32f144 4 (nil) 0
00000000 00000000 0x32f128) stub
fixme:urlmon:SecManagerImpl_ProcessUrlActionEx
(0x1343fa0)->(L"file://C:\\users\\Public\\Application Data\\infoteam
Software\\OpenPCS2006\\splhtm\\startup.htm" 00001400 0x32f144 4 (nil) 0
00000000 00000000 0x32f128) stub
fixme:urlmon:SecManagerImpl_ProcessUrlActionEx
(0x1343fa0)->(L"file://C:\\users\\Public\\Application Data\\infoteam
Software\\OpenPCS2006\\splhtm\\startup.htm" 00001400 0x32f144 4 (nil) 0
00000000 00000000 0x32f128) stub
fixme:urlmon:SecManagerImpl_ProcessUrlActionEx
(0x1343fa0)->(L"file://C:\\users\\Public\\Application Data\\infoteam
Software\\OpenPCS2006\\splhtm\\startup.htm" 00001400 0x32f144 4 (nil) 0
00000000 00000000 0x32f128) stub
fixme:urlmon:SecManagerImpl_ProcessUrlActionEx
(0x1343fa0)->(L"file://C:\\users\\Public\\Application Data\\infoteam
Software\\OpenPCS2006\\splhtm\\startup.htm" 00001400 0x32f144 4 (nil) 0
00000000 00000000 0x32f128) stub
fixme:ieframe:ClServiceProvider_QueryService
(0x12d08dc)->({3c374a40-bae4-11cf-bf7d-00aa006946ee}
{3c374a41-bae4-11cf-bf7d-00aa006946ee}
0x10a9b78)fixme:ieframe:ClServiceProvider_QueryService
(0x12d08dc)->({3c374a40-bae4-11cf-bf7d-00aa006946ee}
{3c374a41-bae4-11cf-bf7d-00aa006946ee} 0x10a9b78)
fixme:ieframe:UrlHistoryStg_QueryUrl
(L"file:///C:/users/Public/Application%20Data/infoteam%20Software/OpenPCS2006/ReleaseNotes.pps"
00000000 (nil))
fixme:ieframe:UrlHistoryStg_QueryUrl
(L"file:///C:/users/Public/Application%20Data/infoteam%20Software/OpenPCS2006/samples/controlx/controlx.var"
00000000 (nil))
fixme:ieframe:UrlHistoryStg_QueryUrl
(L"file:///C:/users/Public/Application%20Data/infoteam%20Software/OpenPCS2006/samples/timer/timer.var"
00000000 (nil))
fixme:ieframe:UrlHistoryStg_QueryUrl
(L"file:///C:/users/Public/Application%20Data/infoteam%20Software/OpenPCS2006/samples/visu/visu.var"
00000000 (nil))
fixme:ieframe:UrlHistoryStg_QueryUrl
(L"file:///C:/users/Public/Application%20Data/infoteam%20Software/OpenPCS2006/samples/perform/perform.var"
00000000 (nil))
fixme:ieframe:UrlHistoryStg_QueryUrl
(L"file:///C:/users/Public/Application%20Data/infoteam%20Software/OpenPCS2006/samples/ISO9000/iso9000.var"
00000000 (nil))
fixme:ieframe:UrlHistoryStg_QueryUrl
(L"file:///C:/users/Public/Application%20Data/infoteam%20Software/OpenPCS2006/samples/BookExam/BookExam.var"
00000000 (nil))
fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
fixme:ieframe:DocObjectService_ActiveElementChanged 0x10a9eb8 0x1df54d0
fixme:ieframe:ShellBrowser_QueryInterface 0x10a9eb8
{f62d9369-75ef-4578-8856-232802c76468} 0x32eef8
fixme:ieframe:ClServiceProvider_QueryService
(0x12d08dc)->({3050f4b5-98b5-11cf-bb82-00aa00bdce0b}
{b722bccb-4e68-101b-a2bc-00aa00404770} 0x1df6690)
fixme:ieframe:ClServiceProvider_QueryService
(0x12d08dc)->({3050f4b5-98b5-11cf-bb82-00aa00bdce0b}
{b722bccb-4e68-101b-a2bc-00aa00404770} 0x1df6690)
}
Meanwihle, I provide a test case to explain the problem in detail, such as:
(1)Windows XP (native):
Illustration of the picture in the attachment: native_1.png and native_2.png.
(2)Wine 32-bit WINEPREFIX (Windows XP):
Illustration of the picture In the attachment: wine_1.png.
Tips: I use the application in the Chinese locale. In the Windows XP (native),
I can get the successful compiling process of the Infoteam OpenPCS, but not in
the 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=46528
Bug ID: 46528
Summary: Runes of magic - crash when entering item shop
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeux.comptecentral(a)gmail.com
Distribution: ---
Created attachment 63382
--> https://bugs.winehq.org/attachment.cgi?id=63382
Console ouput
Once in game (after "enter world"), clicking the item shop button causes a
crash.
Item shop isn't openning and consequently not usable..
Please see console ouput (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=39694
Bug ID: 39694
Summary: sttarg.h and va_list problem
Product: Wine
Version: 1.8-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blake1024(a)gmail.com
Distribution: ---
Don't get this problem under Windows 32 or 64 bit nor 32 bit Wine. Only on 64
bit Wine.
Building with 64 bit Wine on 64 bit Linux. Have code like this:
#include <stdarg.h>
...
... vSetStringValue(object self, va_list _rest_)
{
char * fmt = va_arg(_rest_, char *);
char *buf = gGetBuf(Application);
MAKE_REST(fmt);
vsprintf(buf, fmt, _rest_);
...
}
I get this:
StatusWindow.d: In function ‘StatusWindow_ivm_vSetStringValue’:
StatusWindow.d:115:2: warning: passing argument 3 of ‘vsprintf’ from
incompatible pointer type [enabled by default]
vsprintf(buf, fmt, _rest_);
^
In file included from ../include/dynl.h:110:0,
from ../include/generics.h:55,
from StatusWindow.c:42:
/usr/include/wine/msvcrt/stdio.h:182:16: note: expected ‘__builtin_ms_va_list’
but argument is of type ‘struct __va_list_tag *’
int __cdecl vsprintf(char*,const char*,__ms_va_list);
^
Thanks.
Blake McBride
--
Do not reply 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=41658
Bug ID: 41658
Summary: ImpotRapide 2015 crashes
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: danlizhot(a)gmail.com
Distribution: ---
Created attachment 56055
--> https://bugs.winehq.org/attachment.cgi?id=56055
ImpotRapide 2015 won't start
Le programme ir2015.exe a rencontré un problème sérieux et doit être fermé.
Nous sommes désolés pour le désagrément subi.
--
Do not reply 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=40439
Bug ID: 40439
Summary: digitalMaster fails to start 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: richllittle(a)logsol.com
Distribution: ---
Created attachment 54191
--> https://bugs.winehq.org/attachment.cgi?id=54191
error report from wine
Ham Radio Deluxe running, when try to start digitalMaster, get error screen
with bug report request.
--
Do not reply 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=16766
Summary: Gothic: drawing error on initial window resize to
fullscreen (title bar)
Product: Wine
Version: 1.1.12
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)codemadness.org
Drawing error on initial window resize to fullscreen (title bar)
--
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=42113
Bug ID: 42113
Summary: Tonka Garage: 3D vehicle models not shown
Product: Wine
Version: 2.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 56633
--> https://bugs.winehq.org/attachment.cgi?id=56633
Paint room (Wine)
Xubuntu 14.04 x86_64, AMD Phenom 9550, GeForce GTX 750Ti with Nvidia 340.98
driver.
Windows version: Windows XP (or 95)
Wine Staging
DirectX 5 game for Win95. Summary of Wine messages:
fixme:d3d:wined3d_device_decref Device released with resources still bound,
acceptable but unexpected.
fixme:d3d:wined3d_device_decref Leftover resource 0xfe6e78 with type
WINED3D_RTYPE_TEXTURE_2D (0x3).
fixme:ddraw:ddraw_surface_create Application wants to create rendering target
in system memory, using video memory instead
fixme:d3drm:d3drm_device3_SetShades iface 0xfe60b0, count 256 stub!
fixme:d3d:wined3d_device_decref Device released with resources still bound,
acceptable but unexpected.
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
These repeat more or less whenever an activity with 3D vehicles is used.
--
Do not reply 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=45152
Bug ID: 45152
Summary: It doesn't recieve input from some buttons of the XboX
One V2 controller
Product: Wine
Version: 3.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: zeioth(a)hotmail.com
Distribution: ---
TESTED ON:
Cemu.exe -> Input settings > Direct input mode
http://cemu.info/
HARDWARE:
https://www.xbox.com/en-US/xbox-one/accessories/controllers/sea-of-thieves
PROBLEM:
Cemu detects every single button of the gamepad except LT and RT.
MORE INFO:
Cemu uses dinput8.
POSSIBLE CAUSES:
This is the v2 of the XBox Wireless Controller.
--
Do not reply 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=43741
Bug ID: 43741
Summary: Evochron Legacy: Saitek X52 joystick axes don't work,
related to game's Direct Input system
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: fredebec(a)gmail.com
Distribution: ---
In the game Evochron Legacy, Saitek X52 axes don't work.
- X52 is recognized and fully functional (buttons & axes) in Wine Control
Panel
- In Evochron Legacy, X52 is recognized, buttons are functional, but axes are
not.
- It has been identified with the developers that it is related to the Direct
Input system used by the game.
- DLL overrides related to DirectX (DInput/DInput8) don't help or even make
things worst.
--
Do not reply 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=41303
Bug ID: 41303
Summary: JoyToKey has no text in the "Create profile window
Product: Wine
Version: 1.9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 55631
--> https://bugs.winehq.org/attachment.cgi?id=55631
JoyToKey's "Create Profile" window with no text
When attempting to create a joystick profile with JoyToKey in Wine, the "Create
Profile" window doesn't display text on its buttons and in the field where you
would type in the name of a profile.
--
Do not reply 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=14340
Summary: Dungeon Keeper 2 crashes after 10min with unhandled page
fault
Product: Wine
Version: 1.1.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hewus.owns(a)gmail.com
Created an attachment (id=14635)
--> (http://bugs.winehq.org/attachment.cgi?id=14635)
Crash log of standard debug output
Dungeon Keeper 2 crashes after working just fine for about 10 minutes. I have
experienced this twice now (out of two attempts at playing a game). I was
playing normally, and noticed no apparent trigger that caused the crash. Both
crashes happened at around 10 minutes into the game (although I didn't
accurately time them).
Using native dinput.dll due to bug 13290. Let me know if additional debug
output is required.
--
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=12060
Summary: Three bugs in MilkDrop Visualization in WinAMP 5.5.2
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download.nullsoft.com/winamp/client/winamp552_ful
l_en-us.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=11432)
--> (http://bugs.winehq.org/attachment.cgi?id=11432)
The way it looks like (red lines are painted intentionally)
1) Direct3D window is not placed withing its parent window
2) Some visualizations cause Direct3D window to be split weirdly (vertically by
two regions, then left region is split into two, and so on).
3) F1 button which has to show a help window within Direct3D window shows
garbage
Screenshot is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39969
Bug ID: 39969
Summary: Dead Space 2 crash on error again ??
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gtzrass(a)outlook.com
Distribution: ---
Created attachment 53404
--> https://bugs.winehq.org/attachment.cgi?id=53404
Backtrace and wine debug
Dead Space 2 crashes right after executing
Tested on wine 1.3, 1.7, 1.8, 1.9 (subversion's too)
--
Do not reply 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=42480
Bug ID: 42480
Summary: Last 1-2 characters of strings are truncated cut off
in MLO
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
Assignee: wine-bugs(a)winehq.org
Reporter: ddascalescu+wine(a)gmail.com
Distribution: ---
Created attachment 57335
--> https://bugs.winehq.org/attachment.cgi?id=57335
Last character mostly cut off
I'm using the last versions of Wine (2.1) and MLO
(https://www.mylifeorganized.net/), and wanted to report that most strings
rendered in the default font (see screenshot) have the last (half of) character
truncated.
Saw this with Wine 1.8 too, so it's not a regression.
--
Do not reply 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=46327
Bug ID: 46327
Summary: Wine (running War of the Rings) crashed after some
minute
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rossignolo94(a)gmail.com
Distribution: ---
Created attachment 63066
--> https://bugs.winehq.org/attachment.cgi?id=63066
PoL backtrace (War of the Rings)
I have PlayOnLinux emulating War of the Rings.
I start a new skirmish and after a few minutes it crashes.
--
Do not reply 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=36020
Bug ID: 36020
Summary: LEGO Lord of the Rings map not drawn - black
background; transparancy issue?
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andreas.angerer(a)hotmail.com
Created attachment 48158
--> http://bugs.winehq.org/attachment.cgi?id=48158
Black boxes around avatars
In Lego Lord of the Rings, there seems to be a tranparancy issue, since there
are areas where there are black boxes around certain pictures. Moreover there
is a severe problem when looking at the map (screenshot attached), I suppose
this happens because of the same bug, but I'm not sure.
Screenshot 1: Black boxes around character avatars, lifes...
Screenshot 2: opening 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.
https://bugs.winehq.org/show_bug.cgi?id=42816
Bug ID: 42816
Summary: The Lord of the Rings: War in the North crashes when
attempting to start the game
Product: Wine
Version: 2.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 57880
--> https://bugs.winehq.org/attachment.cgi?id=57880
wine-2.5-226-g9e35dd1545 terminal output
When attempting to start the game called The Lord of the Rings: War in the
North either via Steam or running the game's executable directly in the
terminal, the game opens up a window for about 10 seconds or so and then
promptly crashes without leaving so much as a backtrace.
I am running the game in Windows 7 mode. When I install the game via Steam it
appears to successfully perform the first time setup steps (installing DirectX,
the Visual C redistributables). I don't have any overrides installed via
winetricks.
Wine version 2.5-226-g9e35dd1545
Please let me know if you need further info or which channels I should use when
making a log file in case the terminal output doesn't give any clues.
--
Do not reply 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=41229
Bug ID: 41229
Summary: Reflections look wrong in GTA VC in Windows+WineD3D8
Product: Wine
Version: 1.9.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: b7.10110111(a)gmail.com
Distribution: ---
Created attachment 55503
--> https://bugs.winehq.org/attachment.cgi?id=55503
How it looks with wined3d8
This has been since at least wine 1.7.52 and remains true with current git
(with reverted commit from bug 41224). Attaching the screenshots.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41294
Bug ID: 41294
Summary: Enclave game bad palette quitting game on Windows 10
Product: Wine
Version: 1.7.52
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: hexaae(a)gmail.com
I've created the fix at
http://steamcommunity.com/sharedfiles/filedetails/?id=418308035 for Enclave
game to solve some gfx glitches incompatibilities with modern drivers/NVidia
gfx cards.
The bug with Enclave on Windows 10 is that desktop palette will be corrupt
after you quit the game.
It happens only if you use d3d8.dll from Wine package. If you play the game
vanilla the palette on quit won't be altered.
--
Do not reply 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=37208
Bug ID: 37208
Summary: FreeOrion hangs when starting a quick game
Product: Wine
Version: 1.7.25
Hardware: x86
URL: https://sourceforge.net/projects/freeorion/files/FreeO
rion/FreeOrion%20Version%200.4.4/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Created attachment 49460
--> https://bugs.winehq.org/attachment.cgi?id=49460
terminal output
The game needs native msvcp100.dll to start, see bug #37207
>From the main menu only <Single Player> works, when you click on <Quick Start>
the game hangs with high cpu usage.
Probably the same issue arises when you try to load a previously saved game
that was created during a single player match (<Load Game> menu) or when you
host a multiplayer game from the <Multi player> menu.
The same problem with Wine 1.4.1, 1.6.2 too.
Fedora 20
Nvidia binary drivers 340.32
FreeOrion-v0.4.4-RC4-7641-Win32-Setup.exe
md5sum: 55ab2bc94ff6df77b6f5eed30f3fc8df
--
Do not reply 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=37167
Bug ID: 37167
Summary: IEC 61850 v2.02 example client expects
'wine_pcap_findalldevs_ex' to return adapter names in
'<protocol>://\Device\NPF_<adaptername>' format
Product: Wine
Version: 1.7.25
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,
continuation of bug 37061
--- snip ---
$ wine ./IEC61850_Example_Client.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:wpcap:wine_pcap_findalldevs_ex ("rpcap://" (nil) 0x33fa64 0x33fb78):
partial stub
Can't start server: GOOSE Service failed to perform the requested action
(-73)
Stopping IEC61850 Client
Freeing IEC61850 Client
IEC61850 Client Example has ended, press enter to exit
--- snip ---
The client expects the returned adapter/interface names in following format:
<protocol>://\Device\NPF_<adaptername>
Where '<adaptername>' has usually '{GUID}' format on Windows.
It uses the adapter names returned from 'GetAdaptersInfo' to construct the
string and does 'stricmp' on 'name' member of each 'pcap_if' list entry
(returned by 'wine_pcap_findalldevs_ex') to match the entry.
Output of adapter names from Linux native:
--- snip ---
$ dumpcap -D
1. virbr0
2. tun0
3. nflog
4. nfqueue
5. em1
6. wlp4s0
7. any
8. lo (Loopback)
--- snip ---
$ sha1sum SET\ IEC61850DLLV2\ Demo.exe
72ebe36f11e4a3fb5c117db7bd6b367b4e0eb058 SET IEC61850DLLV2 Demo.exe
$ du -sh SET\ IEC61850DLLV2\ Demo.exe
1.1M SET IEC61850DLLV2 Demo.exe
$ wine --version
wine-1.7.25
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=32252
Bug #: 32252
Summary: Corel Painter 12 EULA next button greyed out no matter
what
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrewfulrich(a)gmail.com
Classification: Unclassified
Created attachment 42558
--> http://bugs.winehq.org/attachment.cgi?id=42558
wine output
When I run setup.exe for Corel Painter 12, it loads up and takes me to the
EULA. I can scroll to the bottom and check "I accept the terms and
conditions", but it doesn't un-grey the "Next" button so I can't continue the
setup. I am attaching the wine output. The last two lines are outputted when
I clicked the window and then the checkbox.
--
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=30760
Bug #: 30760
Summary: Crash (Unhandled page fault exception) exiting Open
Metronome (WAV version)
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: james_avera(a)yahoo.com
Classification: Unclassified
Created attachment 40278
--> http://bugs.winehq.org/attachment.cgi?id=40278
Crash trace saved from "Program Error" dialog
Open Metronome always crashes when exiting with "Unhandled exception: page
fault on read access to 0xffffffff in 32-bit code..."
See attached backtrace.txt
The program is Open Metronome 5.06 which works (no crashes) on 32-bit Windows
7.
The Wine host is Ubuntu 11.10 64-bit.
The .msi file I installed is Open_Metronome_for_Windows-WAV.msi
and can be downloaded at
http://sourceforge.net/projects/openmetronome/files/openmetronome/5.06/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.
https://bugs.winehq.org/show_bug.cgi?id=44336
Bug ID: 44336
Summary: PureBasic x64 IDE crashes when launching online help
("F1" key)
Product: Wine
Version: 2.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: niffo(a)free.fr
Distribution: ---
Launching the online help of PureBasic with "F1" crashes the IDE (seen at least
on Wine64 1.8.7 and 2.22).
The same bug was fixed for PureBasic x86 on wine x86 1.7.x but now (or still?)
it crashes with PureBasic x64 on wine64.
(tested With PureBasic 5.61 x64)
To reproduce, you just have to download the demo version of PureBasic x64 here
: http://www.purebasic.com/download/PureBasic_Demo_x64.zip
Install it and launch the IDE then press "F1" keyboard key.
--
Do not reply 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=32783
Bug #: 32783
Summary: STEP7_Lite_V30_incl_SP4 Setup Failed to start the
service, Error:1053, Service request timeout.
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fangendoucg(a)gmail.com
Classification: Unclassified
Created attachment 43286
--> http://bugs.winehq.org/attachment.cgi?id=43286
Terminal Output
env: ubuntu12.04 & wine 1.5.22 with the patch of the bug 32764
The software can be freely downloaded from:
https://a248.e.akamai.net/cache.automation.siemens.com/dnl/DQ/DQzMjkzAAAA_3…
extract it, cd to folder STEP7_Lite_V30_incl_SP4 , then run:
$wine Setup.exe
While installing Automation License Manager V4.0 SP3, a dialog box showed like
the attachment "dialog_box_1", click *R* showed another one like the attachment
"dialog_box_2". The Chinese words in dialog_box_2 means insufficient buffer.
--
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=46365
Bug ID: 46365
Summary: Proteus 8.7 SP3 - Cannot open network adapter: en0:
BIOCSRTIMEOUT: Invalid argument [U2]
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wpcap
Assignee: wine-bugs(a)winehq.org
Reporter: rajhlinux(a)yahoo.com
Created attachment 63098
--> https://bugs.winehq.org/attachment.cgi?id=63098
proteus simulation error without wpcap.dll override.
Everything is working fine in proteus 8.7 SP3 but when running a simulation
with an ENC28J60 ethernet controller on the schematic, proteus stops and gives
an error:
Cannot open network adapter: en0: BIOCSRTIMEOUT: Invalid argument [U2]
Proteus requires WinPcap drivers for networking simulations.
I attempted to use wpcap.ddl override from winecfg as native and did the
simulation again and got the error:
Failed to initialize WinPcap Drivers [U2]
I also tried installing proteus 8.7 SP3 on crossover, playonmac and wineskin
all give the same errors when running the same simulation above.
I tried using proteus in both 32 and 64bit installations with same errors.
After launching proteus from wine, proteus has a working internet connection
because I can see the news updates from the main home page of proteus.
I know the simulation works because I have installed windows 10 x64 using
vmware fusion on the same computer installing the same proteus 8.7 sp3
installer which I used for wine and runs perfectly using Win10Pcap drivers. I'm
sure the WincPcap drivers that comes with proteus installation which you have
to manually install from the programs folder will work without Win10Pcap
drivers.
I have attached the error log.
macOS Mojave: 10.14.2
Wine Dev 4.0 rc3
--
Do not reply 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=40173
Bug ID: 40173
Summary: traffic watcher complians "This program works only on
Ethernet networks." on wine with wpcap
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wpcap
Assignee: wine-bugs(a)winehq.org
Reporter: zhangjianqiu_133(a)yeah.net
Distribution: ---
Created attachment 53674
--> https://bugs.winehq.org/attachment.cgi?id=53674
Log for wine relay trace
When running traffic watcher on wine (with pcap supported), An err Msgbox pops
out shows "This program works only on Ethernet networks." and when use
WINEDEBUG=+relay,+wpcap,+tid wine xxx.exe it shows this, which I think is wrong
0009:trace:wpcap:wine_pcap_datalink (0x7d8c1b08)
0009:Ret wpcap.pcap_datalink() retval=00000071 ret=004078a7
The retval here seems to make no sense\
The app can be get via sourceforge:
https://sourceforge.net/projects/trafficwatcher/files/
The bug above is tested with ver 2.0.1
The attachment is the result of cutting full log with
cat log | grep wpcap
--
Do not reply 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=20907
Summary: $ORIGIN is undefined on NetBSD, breaking compile
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://mail-index.netbsd.org/netbsd-users/2009/07/29/m
sg004188.html
OS/Version: NetBSD
Status: UNCONFIRMED
Keywords: download, source
Severity: blocker
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
When compiling on NetBSD, build fails _really_ early, with:
execname not specified in AUX vector
googling around, I found:
http://mail-index.netbsd.org/netbsd-users/2009/07/29/msg004188.html
which shows that apparently $ORIGIN is not defined on NetBSD. I'm not quite
sure wine can work around it, so marking the bug as unconfirmed for now...
--
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=42875
Bug ID: 42875
Summary: gaokao.love.100 Days failed to start
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Distribution: ---
Created attachment 57993
--> https://bugs.winehq.org/attachment.cgi?id=57993
terminal.txt
gaokao.love.100 Days is a game available on steam:
http://store.steampowered.com/app/347620/
0. rm -rf ~/.wine
1. winetricks steam
2. Install gaokao.love.100 Days from steam
3. Launch it from steam
4. The screen is black, the background music plays normally
$ wine --version
wine-2.6-154-gcced5dfbde
--
Do not reply 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=29399
Bug #: 29399
Summary: CloneSpy: nested context menus inaccessible.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hgtoo(a)yahoo.com
Classification: Unclassified
Set CloneSpy File>Options>Report>Presentation of equal files = Wait until all
files are scanned AND display all equal files together in a list.
Scan a directory containing duplicate files.
Right-click any listed file to bring up the context menu.
Trying to access any of the nested sub-menus causes whole context menu to
disappear, whether with mouse or keyboard. I can't find a workaround to access
the nested commands.
CloneSpy 2.6.2, Wine 1.2.3, Mint 10 fully up to date.
CloneSpy doesn't seem to have come up here before for some reason. It's this
program here: http://www.clonespy.com
--
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=41300
Bug ID: 41300
Summary: BV_Ana scientific software (Brainvision) attempts to
access invalid license file path
Product: Wine
Version: 1.9.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bob.mt.wya(a)gmail.com
Distribution: ---
Created attachment 55627
--> https://bugs.winehq.org/attachment.cgi?id=55627
bv_ana_console_log_trunc
WineHQ Forum thread:
https://forum.winehq.org/viewtopic.php?f=8&t=27355&sid=4e52de6ff33e3a23b17c…
bv_Ana application fails after attempting to access license key:
138501.970:0027:0028:Call KERNEL32.GetFullPathNameA(0057cfb8
":\\brainvision\\ana20160420_anaOnly_x64\\program\\license.txt",00000104,0023f0a0,0023ee98)
ret=1401966e9
It appears to decide to attempt access an absolute path without a valid drive
letter specifier. The application fails to start saying it can't write to path:
":\brainvision\ana20160420_anaOnly_x64\program\license.txt"
which is naturally treated by wine as relative file access - starting with
directory :
I've attached a:
WINEDEBUG=+all
console log (truncated to prior and including the above line). I can't see/
find where the application detects what system drive letter it is installed to
(assuming it even bothers to)...
I've developed a couple of hacky patches that sanitise all wine ANSI path
accesses - simply remove a leading : (colon) character (if present). These are
also attached. These patches allow the demo-licensed version of the application
to launch successfully (with no overrides) and it appears to function
reasonably well (tested in a 64-bit Wineprefix on Gentoo w/ wine staging git
master).
The patches merely demonstrate that the license path issue is ALL that is
stopping this piece of software from working! They are definitely not intended
for production use!
--
Do not reply 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=23224
Summary: Cyberboard Player: menu has black shadows instead of
transparent
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://cyberboard.brainiac.com/cyberboardv310.exe
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=28903)
--> (http://bugs.winehq.org/attachment.cgi?id=28903)
Wine vs WinXP
I guess this will be general problem not just the Cyberboard Player. Menu
shadows are completely black, but they should be transparent.
Attachment shows that better. I tried many wine versions since 0.9.49 till
1.2-rc3, but it probably never worked correctly.
I left this in UNCONFIRMED, but someones confirmation is welcomed ;)
--
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=23627
Summary: installing Perseus 1.9.1 demo I got this error
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: efa(a)iol.it
Created an attachment (id=29557)
--> (http://bugs.winehq.org/attachment.cgi?id=29557)
error installing Perseus 1.9.1 demo
italian version downloadable from:
http://www.perseus.it/it/demo.php
english version downloadable from:
http://www.perseus.it/en/demo.php
double click on installer setup, while installing I always got this error:
---
Unable to execute file:
command.com
CreateProcess failed; code 2.
File non trovato [TN: File not found]
---
this error doesn't happen on Windows, seems related to Wine.
I attach a shot of the error.
--
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=39925
Bug ID: 39925
Summary: FontExpert 13 fails to show font thumbnails
Product: Wine
Version: 1.8
Hardware: x86
URL: http://www.proximasoftware.com/downloads/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Xubuntu 14.04 x86_64, AMD Phenom 9550, GeForce GTX 750Ti with Nvidia 340.96
driver.
Wine 1.8 (git)
FontExpert 13.0 Release 1 (2015)
Trialware font explorer and manager. The center "Main" frame of the app has
two view modes - thumbnails and details (rectangular controls in upper-left
corner of the frame). The details mode works normally and shows samples of all
fonts. The thumbnails mode doesn't show thumbnails, only font names.
Screenshots on the AppDB:
https://appdb.winehq.org/screenshots.php?iAppId=16573&iVersionId=33161
Dependency Walker doesn't show much other than comctl32. Using native version
breaks both view modes.
sha1sum FontExpertSetup.exe
4b5b7e161f9076fbd50abdf54022913f0c1d852b FontExpertSetup.exe
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38320
Bug ID: 38320
Summary: HDM_SETORDERARRAY sent to ListView header doesn't
affect column order in a list
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
We currently only support LVM_SETCOLUMNORDERARRAY to do same thing. When header
items are reordered separately with HDM_SETORDERARRAY cached column data at
ListView side is not updated accordingly (there's no notification to do that).
--
Do not reply 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=39088
Bug ID: 39088
Summary: CLSID {3050f3d6-98b5-11cf-bb82-00aa00bdce0b} - IImgCtx
is needed for image loading in certain installers made
by VivaMedia
Product: Wine
Version: 1.7.49
Hardware: x86
OS: Linux
Status: NEW
Keywords: Installer
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 52079
--> https://bugs.winehq.org/attachment.cgi?id=52079
screenshot showing the difference in the appearance of the same installer
Split off from bug #18970
Some of the installers from the game publisher Viva Media are showing images in
their installers, and the images are cycling as a slideshow during
installation.
The images are positioned below the progress bar inside the installer window.
Those images are missing when installing the game in Wine.There is a <Show
details> button below the progress bar, but it shows only 'Installing xyz...'
Terminal output:
fixme:mshtml:DllGetClassObject Unknown class
{3050f3d6-98b5-11cf-bb82-00aa00bdce0b}
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:create_server class {3050f3d6-98b5-11cf-bb82-00aa00bdce0b} not
registered
err:ole:CoGetClassObject no class object {3050f3d6-98b5-11cf-bb82-00aa00bdce0b}
could be created for context 0x7
I found this page describing the function of that clsid class:
http://www.geoffchappell.com/studies/windows/ie/mshtml/interfaces/iimgctx.h…
wine-1.7.49-41-g36a39ce
--
Do not reply 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=39351
Bug ID: 39351
Summary: Caesar III/Pharaoh/Zeus: flickering in the menus and
in-game when CSMT enabled
Product: Wine-staging
Version: unspecified
Hardware: x86
URL: http://www.fileplanet.com/11410/10000/fileinfo/Caesar-
III-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de,
stefan(a)codeweavers.com
Distribution: ---
Those city-building games in the bug title are from the same era (1999-2001)
and they use the same game engine.
They also share the same problem on my system:
When CSMT is enabled I'm experiencing heavy flickering in the menus and during
gameplay as well.
Reproduced with nvidia blob 340.93 and nouveau/mesa git.
Michael Müller did a bisect on the CSMT patchset:
commit b2abfa877929d8d6fe89d0cba20d62acc55e4c8d
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Mon Apr 29 18:49:53 2013 +0200
wined3d: Send blits through the command stream.
This needs more work. This patch breaks error handling, and the split
between surface_blt and surface_blt_ugly isn't particularly nice.
caesar3.exe
sha1: 0f342a7722a0819bcfb225d51148ceb3c8f309d5
wine-1.7.51-225-g3966aff
Fedora 22 32-bit
--
Do not reply 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=18970
Summary: COM components referencing invalid CLSID's
(appinstall)
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.ccleaner.com/download
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
Found while testing CCleaner for appinstall, wine's got ~10 registry errors.
I've sent patches for a few of them, but I'm not as sure on these...
First one:
The COM component IImgCtx references an invalid CLSID. These are often left
behind after uninstalling software.
Solution: Delete the registry value.
Registry value in question:
ActiveX/COM Issue IImgCtx - {3050F3D6-98B5-11CF-BB82-00AA00BDCE0B}h
HKCR\IImgCtx
Second one:
The COM component CLSID\{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C} references an
invalid CLSID. These are often left behind after uninstalling software.
Solution: Delete the registry value.
Registry entry:
ActiveX/COM Issue InProcServer32\C:\windows\system32\qmgrprxy.dll
HKCR\CLSID\{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}
--
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=13021
Summary: ConvertXToDVD don't load the templates combobox.
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaysonsantos2003(a)yahoo.com.br
Hello people, I have tried the wine irc but no responses.
In older versions of wine that list works fine, when trie to load a new
template I receive Index of Bounds.
In console the errors messages don't change.
The unique error is in screenshot attached.
Best Regards
Jayson Reis
--
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=43541
Bug ID: 43541
Summary: MikuMikuMoving errors when starting playback
Product: Wine
Version: 2.14
Hardware: x86
URL: https://sites.google.com/site/mikumikumoving/MikuMikuM
oving_v1275.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
When clicking the play button it shows an error message with
> Retrieving the COM class factory for component with CLSID {C1F400A4-3F08-11D3-9F0B-006008039E37} failed fue to the following error: 80040154 Exception from HRESULT 0x80040154 (REGDB_E_CLASSNOTREG).
It still plays the animation, but can't be stopped due to the error.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21653
Summary: Disabled menu bar in HY-TEK Team Manager for Track and
Field
Product: Wine
Version: 1.1.38
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=19279
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luigiwalser(a)yahoo.com
Most of the information needed for this bug is in the AppDB entry I made for
this application, which can be viewed at the given URL. When the AppDB entry
was accepted, I was advised to file a bug in Bugzilla about the Menu bar issue.
Note the download link, as you should be able to download the Lite version of
the application and test this for yourself. Also note that it is normal for
most of the Menu bar to be disabled the first time you run the program, as a
Team file is not open yet. However, the File menu should be enabled, and once
you open or create a new Team file/database using File > Open/New, the rest of
the Menu bar then becomes enabled.
--
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=36643
Bug ID: 36643
Summary: Scirra Construct 2: Cannot scroll or pan inside the
layout window
Product: Wine
Version: 20050930
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Cooldreng15(a)gmail.com
Created attachment 48682
--> http://bugs.winehq.org/attachment.cgi?id=48682
Screenshot of the panning, scroll problem
Running the newest build of wine with everything up to date, i've been trying
to make this application work properly. When you have installed and started
Construct 2 (release r168) in this case, create a new project. It should look
something like the attached screenshot, and whenever you try to move around,
change tab or stuff that would generally have to update the layout window,
nothing happens.
You can get construct 2 here:
https://www.scirra.com/construct2/releases/r168/download
--
Do not reply 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=40214
Bug ID: 40214
Summary: Error/crashes when reading "Nota Bene Help..."
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maraanne.chambers(a)gmail.com
Created attachment 53732
--> https://bugs.winehq.org/attachment.cgi?id=53732
"Nota Bene Help..." crash
I have a mac with Yosemite with Nota Bene newly installed. Whenever I click on
the help tab and select "Nota Bene Help...", it crashes and says there was an
error/bug.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40149
Bug ID: 40149
Summary: fireworx - Unhandled exception: page fault on read
access to 0x004a69c0 in 32-bit code (0x7e9fcbe2).
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: admin(a)issis.co.za
Distribution: ---
Created attachment 53649
--> https://bugs.winehq.org/attachment.cgi?id=53649
Unhandled exception: page fault on read access to 0x004a69c0 in 32-bit code
(0x7e9fcbe2).
Unhandled exception: page fault on read access to 0x004a69c0 in 32-bit code
(0x7e9fcbe2).
--
Do not reply 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=25666
Summary: DVDFab: Font is smudged
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=32693)
--> (http://bugs.winehq.org/attachment.cgi?id=32693)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) install DVDFab
4) start DVDFab
5) select Main Movie
6) change width of "Chapter" column
Behaviour:
See attachment (right image)
Expected behaviour:
See attachment (left image)
--
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=32884
Bug #: 32884
Summary: Tried to play a game on lol, but as soon as I start
connectiong to the game (summoning) this comes out and
tells me my firewall is not letting me connect to the
game.
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: justus.kiikeri(a)hotmail.fi
Classification: Unclassified
Created attachment 43431
--> http://bugs.winehq.org/attachment.cgi?id=43431
Lol bug report
Tried to play a game on lol, but as soon as I start connectiong to the game
(summoning) this comes out and tells me my firewall is not letting me connect
to the game.
--
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=40715
Bug ID: 40715
Summary: American Girls Dress Designer crashes on clicking
Print or Quit
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: peanuthead_069(a)yahoo.com
Created attachment 54613
--> https://bugs.winehq.org/attachment.cgi?id=54613
Crash log for Dress Designer
Title says all. I've been encountering this issue on Windows before, so I
thought of running the game on Wine to see if compatibility for this would be
better under it. At first I thought it was just Wineskin acting up so I ran it
on a clean, vanilla Wine to confirm things, but still no dice - Dress Designer
throws up an "An error occurred while opening a window" message and a Visual
C++ runtime error.
There's not much in the way of logs either, just a two EnumDisplayDevicesW
fixmes and what appears to be a ddraw error. On modern Windows versions, the
game's backgrounds are cut off to the right (http://i.imgur.com/BqGDfkF.png),
so that may have something to do with directdraw.
--
Do not reply 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=36994
Bug ID: 36994
Summary: War Thunder : Mouse aim unusable
Product: Wine
Version: 1.7.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: benoit(a)anbcorp.net
Created attachment 49143
--> http://bugs.winehq.org/attachment.cgi?id=49143
trace with +ddraw,+dinput,+cursor,+event
When using mouse aim in War Thunder (which is basically a FPS like control
mode), the cursor seems to be blocked by screen edges.
Normally, I should be able to go in a direction infinitely (much like in any
FPS).
Moreover, in dual screen, the auto-capture in fullscreen do not work, the
cursor go out in the second screen.
I tried MouseWrapOverride=Force with no success.
Forcing single screen doesn't help either. Neither does playing in windowed
mode or virtual desktop (fullscreen and windowed).
I suspected my window manager (awesome) and tried under xfce : no change.
I tried various versions of wine from 1.7.23 to 1.5.25 : no change either.
My configuration is :
Linux 3.14 on debian jessie,
Xorg server 1.15.1
Proprietary ati drivers 14.4
Wine 1.7.23
Attached is a trace with WINEDEBUG="+ddraw,+dinput,+cursor,+event" were I was
circling the mouse around. It seems the cursor is indeed blocked on the screen
edge.
Feel free to ask for more details.
--
Do not reply 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=37277
Bug ID: 37277
Summary: Minitab 17.10 fails with COM error
Product: Wine
Version: 1.7.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: graylion(a)sm-wg.net
After installation of minitab 17.10 starting it fails with "A necessary
component could not be created. Error code: 80040154
See http://support.microsoft.com/kb/175804
--
Do not reply 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=34584
Bug #: 34584
Summary: thai2english not working at all may ole32 related
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: genrobgen5(a)gmail.com
Classification: Unclassified
Hi
linux distr debian wheezy (recently updated)
gcc version 4.6.3 (Debian 4.6.3-14)
thai2english-setup-2.3.4233.exe
http://www.thai2english.com/downloading/thai2english-setup-2.3.4233.exe
started with wine '/root/.wine/drive_c/Program
Files/Thai2English/thai2english.exe'
wine version 1.7.2 with wine.git-87c459ab2359784f238c30073b1adc0111876987.patch
I tried the patch mplementing VarDecRound
(wine.git-87c459ab2359784f238c30073b1adc0111876987.patch) in wine-1.7.2,
unfortunately it does not seem to have helped with [Bug 34463] thai2english.
I think there is going to be more than one bug. A visable bug at the moment is
CoGetContextToken apartment not initialised (see attached log log-initial in
attachment). I did a
WINEDEBUG=+ole,+relay wine '/root/.wine/drive_c/Program
Files/Thai2English/thai2english.exe' 2>log+ole,+relay
followed by
grep 'CoGetContextToken' log+ole,+relay
to give
002c:Call ole32.CoGetContextToken(030be730) ret=791f525b
trace:ole:CoGetContextToken (0x30be730)
err:ole:CoGetContextToken apartment not initialised
002c:Ret ole32.CoGetContextToken() retval=800401f0 ret=791f525b
002d:Call ole32.CoGetContextToken(045be790) ret=791f525b
trace:ole:CoGetContextToken (0x45be790)
002d:Ret ole32.CoGetContextToken() retval=00000000 ret=791f525b
0030:Call ole32.CoGetContextToken(046be710) ret=791f525b
trace:ole:CoGetContextToken (0x46be710)
trace:ole:CoGetContextToken apt->context_token=0x188750
0030:Ret ole32.CoGetContextToken() retval=00000000 ret=791f525b
(see log+ole+relay-greped in attachment)
retval=800401f0 refers to return CO_E_NOTINITIALIZED in CoGetContextToken in
wine-1.7.2/dlls/ole32/compobj.c so apartment_find_multi_threaded() fails.
I suspect the following bit of code fails
LIST_FOR_EACH( cursor, &apts )
{
struct apartment *apt = LIST_ENTRY( cursor, struct apartment, entry );
if (apt->multi_threaded)
{
result = apt;
apartment_addref(result);
break;
}
}
this piece of code looks for a struct apartment in &apts (or possibly it might
create one if none exists)
&apts created by
static struct list apts = LIST_INIT( apts ); /* protected by csApartment */
however there does not appear to be any struct apartment or an appropriate
pointer in struct list
I am not sure how the program is supposed to work but there is a problem here.
By the way thai2english does not work at all I am not just making it up or
something. If the bug is not worth dealing with then that is not a problem to
me as I can us virtualbox however wine is a neater solution.
Rob
--
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=43109
Bug ID: 43109
Summary: (EZ4_Client) Crashes on start
Product: Wine
Version: 2.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rodrigodavy(a)gmail.com
Distribution: ---
Created attachment 58306
--> https://bugs.winehq.org/attachment.cgi?id=58306
Debug log
This is a software for patching GBA ROMs for use with a flashcart.
The app crashes on start
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38011
Bug ID: 38011
Summary: ID Photo Maker Opens Sucessfully but can't import
jpegs for editing
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: morpole(a)gmail.com
Distribution: ---
Created attachment 50646
--> https://bugs.winehq.org/attachment.cgi?id=50646
This bug report came up. Hope it's of use to you. Thanks.
Hi,
Complete novice with Linux. Just dicovered it. Love it. Found out about Wine
Seriously good idea! Would like to run this program for my small business. ID
Photo Maker www.idphotomaker.com I got it installed ok using wine but nothing
happens when i try to import a jpeg into it for editing. Help Please!
--
Do not reply 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=33761
Bug #: 33761
Summary: Touhou 10 and up have aliased dialogue text
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: murela_alba(a)abv.bg
Classification: Unclassified
Created attachment 44710
--> http://bugs.winehq.org/attachment.cgi?id=44710
touhou 10 music room english
This happens in touhou 10, 11, 12, 12.5, 12.8 and 13. It affects only the main
game font, used for the dialogue boxes, music room and some UI elements. The
touhou 14 demo has a similar, but much more widespread aliasing issue (bug
33760). Here's a comparison from the Mountain of Faith music room on Windows 7
and in on Ubuntu 13.04 (64-bit) with wine 1.5.30.
--
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=40131
Bug ID: 40131
Summary: SqlConnection to Microsoft SQL Server 2014 fails with
SSL error
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mr_wire(a)mail.ru
Distribution: ---
Created attachment 53627
--> https://bugs.winehq.org/attachment.cgi?id=53627
Error log (Wine 1.8)
Installed Wine 1.8 in Linux Mint 17.3 and tried to run simple console
application that opens and closes connection to Microsoft SQL Server. This
application works with Mono and fails with Wine.
Attached you can find application text, config file that contains connection
string and two log files - for successfull connection (using Mono) and for
broken connection (using 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=40107
Bug ID: 40107
Summary: ODBC Connection to MSSQL Server with SSL
Product: Wine
Version: 1.8-rc4
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: olaf.schumann(a)gmx.de
Created attachment 53591
--> https://bugs.winehq.org/attachment.cgi?id=53591
Connection Test with SSL
Hi,
ODBC with MDAC 2.8 works fine, but if the MSSQL-Server needs SSL the connection
fails.
To Test it, install MDAC 2.8 (winetrick: mdac 2.8)
Control Panel->Data Sources(ODBC)->SystemDSN->Add->SQL Server
Configure a Server without SSL: Everything's fine.
Configure a Server with SSL: Connection fails (See attachment).
I cross-checked this with a Windows 2k VM. Installing MDAC_TYP.EXE.
Configuring the above SQL Servers:
Connection to a SSL encryption enabled SQL Server works.
--
Do not reply 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=35186
Bug ID: 35186
Summary: X Error of failed request: BadAlloc (insufficient
resources for operation)
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: cigydd(a)gmail.com
Classification: Unclassified
Created attachment 46936
--> http://bugs.winehq.org/attachment.cgi?id=46936
A quote from the PlayOnLinux log
Hello wine community,
I have trouble running most of the Big Fish Games with wine (and also the
client but that's another issue) (www.bigfishgames.com).
I get errors similar to this:
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 153 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Serial number of failed request: 224
Current serial number in output stream: 228
I know this could be related to mesa and my mom's graphics card which is "Intel
Corporation 82865G Integrated Graphics Controller (rev 02)".
--
Do not reply 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=30639
Bug #: 30639
Summary: Audio stuttering and performance drops in Star Wolves
3
Product: Wine
Version: 1.5.3
Platform: x86
URL: http://www.gamershell.com/download_8237.shtml
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: patrakov(a)gmail.com
Classification: Unclassified
Regression SHA1: 275dfb83f2371a476b615b260465afb3cdf67f32
Due to a recent commit in Wine I get severe audio stuttering as well as
slowdowns in certain games. This seems to affect only a small number of games,
the vast majority of my games are still running fine. Whether these games are
buggy ones or it is indeed a problem with the patch I can't decide as I don't
have Windows installed to check how these games behave under native Windows.
275dfb83f2371a476b615b260465afb3cdf67f32 is the first bad commit
commit 275dfb83f2371a476b615b260465afb3cdf67f32
Author: Alexander E. Patrakov <patrakov(a)gmail.com>
Date: Mon May 7 00:06:13 2012 +0600
dsound: Added a windowed-sinc resampler.
:040000 040000 8ecb8b2fbc5c65c2066aaf9a5e8c58104996c5ab
3768c38fdafc656c5e18e14ad70884ea7864b758 M dlls
:040000 040000 680c52a0ebe164ca9b6a42d40c6521a91ae86e96
83407150c9beff0aa69d2d2e017b522543ac347f M tools
Star Wolves 3: Civil War (v1.12, Steam): audio playback is glitch-free and
performance is okay (well above 60 fps) in the menus and during the tutorial
mission. When I advance in the game or when I load a saved game I get severe
audio stuttering and framerate drops below 15 fps. This makes the game hardly
playable. If I quit playing and go back to the main menu, everything is back to
normal.
The demo for the game is protected with Starforce so it cannot be tested.
Droplitz (Steam version): this is a puzzle game. A certain sound effect is
intended to play when I create a path for the 'drops' and they make their way
to their goal. When this happens I observe the same audio stuttering and
performance drops. It lasts only for 2-3 seconds so it's not so severe.
Armored Fist 3: audio (both music and speech) are stuttering heavily and it
affects performance too. Link to the demo added to URL. There is no music in
the demo, but you should observe the problem with speech after starting a new
game.
HoverAce: the same stuttering in audio and slowdowns can be observed. No demo
available.
Terminal output doesn't show anything related.
Fedora 16 x86
Kernel 3.3.4-3.fc16.i686.PAE
Alsa 1.0.25
Pulseaudio is not running
Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
--
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=46014
Bug ID: 46014
Summary: Estlcam crashes with System.OverflowException in
button.resize()
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: j-p-t(a)gmx.net
Distribution: ---
Created attachment 62584
--> https://bugs.winehq.org/attachment.cgi?id=62584
stacktrace of 32 bit version
This app https://www.estlcam.de/
simply crashes on startup.
regardless of 32 or 64 bit version.
stacktrace follows
--
Do not reply 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=35637
Bug ID: 35637
Summary: Seagate Crystal Enterprise 8.0: 'inputfileserver.exe'
service needs msvcirt.dll.??0fstream@@QAE@XZ
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msvcirt
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says ...
--- snip ---
...
0072:trace:process:__wine_kernel_init starting process name=L"C:\\Program
Files\\Seagate Software\\Enterprise\\x86\\inputfileserver.exe"
argv[0]=L"C:\\Program Files\\Seagate
Software\\Enterprise\\x86\\inputfileserver.exe"
...
0075:trace:seh:raise_exception code=80000100 flags=1 addr=0x7b83a97b
ip=7b83a97b tid=0075
0075:trace:seh:raise_exception info[0]=f6e08d7c
0075:trace:seh:raise_exception info[1]=f6e08e76
wine: Call from 0x7b83a97b to unimplemented function
msvcirt.dll.??0fstream@@QAE@XZ, aborting
--- snip ---
Source:
http://source.winehq.org/git/wine.git/blob/799731f4b9e9495181e18a68eba16c92…
--- snip ---
27 @ stub -arch=win32 ??0fstream@@QAE@XZ # __thiscall fstream::fstream(void)
--- snip ---
Workaround: 'winetricks msvcirt' before running the installer.
$ wine --version
wine-1.7.13
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=28786
Bug #: 28786
Summary: Explorer filelist problem
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.downing(a)guardian-shield.com
Classification: Unclassified
In the Explorer file-list [left pane] the "expand" controls (plus "+" signs)
require double-click. They should be single-click.
--
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=22635
Summary: FindFileFirst should ignore some chars
Product: Wine
Version: 1.1.44
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: plr.vincent(a)gmail.com
When FindFileFirst is called with such path (c-style notation):
"C:\\Program Files/>"
it should match
"C:\\Program Files"
A test for this is in the works (first attempt:
http://www.winehq.org/pipermail/wine-devel/2010-May/083434.html ) and this
behavior was confirmed on winxp and win2k.
This has been discovered while investigating the problem of Earth 2160 packaged
by GOG.com:
The installer ciphers the cd key to put it in the registry (as GOG doesn't
provide different keys for each user, the installer contains one):
HKCU\Software\Reality Pump\Earth2160\SerialKey\SerialKey. One of the components
used for this is the creation time of the Earth 2160 installation directory.
It looks up the path of that directory using another registry key created
during the install: HKLM\Software\Reality Pump\Earth2160\FileSystem\DataPath .
This key contains that path with a trailing "/>", which seems to be present on
purpose (removing it makes the game fail very early when executed). The result
is that this path is not found after installation on wine, so the created
registry key is invalid when checked by the game.
Note that the problem is really only in the installer, as the parameter
received by FindFileFirst when game checks the key doesn't contain the trailing
"/>".
--
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=26035
Summary: ChipGenius cannot detect USB device
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mountmgr.sys
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
ChipGenius is a small green software for detecting USB pid/vid ,it returns the
device name, interface speed, serial number, equipment version, and provides
relevant information to download address.
See
http://translate.google.com/translate?js=n&prev=_t&hl=en&ie=UTF-8&layout=2&…
for a google translated introduction.
ChipGenius can be download free on its website (
http://dl.mydigit.net/2010/09/chipgenius.html ) , or a personal mirror here:
https://docs.google.com/leaf?id=0BxjsxTbiBaUHMDI5OWIxYTktZDBkOS00ODE3LWExOW…
Normally on WinXP, while running ChipGenius, it will draw a device tree and
auto detect usb devices and redraw device tree whenever a usb device is pluging
or unpluging.
However, ChipGenius didn't draw any device tree on wine.
Here is the log:
$ winetricks -q vb6run
$ wine '/home/fracting/Wine/USB/ChipGenius/ChipGenius.exe'
err:menubuilder:init_xdg error looking up the desktop directory
fixme:ole:OleLoadPictureEx
(0xa1f5ec,1414,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f6d4),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xa1f5ec,830,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f6a4),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xa1f5ec,1354,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f6a4),
partially implemented.
fixme:ole:OleLoadPictureEx
(0xa1f5ec,2238,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f6a4),
partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x18ae50)->(0x198fb8, 0, (nil)), hacked
stub.
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for
IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
fixme:mountmgr:harddisk_ioctl unsupported ioctl 2d1400
fixme:win:RegisterDeviceNotificationA (hwnd=0x1006e,
filter=0x32f82c,flags=0x00000000) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4f92-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
I also test chipgenius with Alexander Morozov's USB patchset, but it doesn't
work either.
Best 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.