http://bugs.winehq.org/show_bug.cgi?id=23279
Summary: MetaTrade4: Items in navigator are sorted differently
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.metatrader4.com/files/mt4setup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=29015)
--> (http://bugs.winehq.org/attachment.cgi?id=29015)
Screen shot WinXP vs Wine
Entries in navigator's window of MetaEditor.exe (part of MetaTrader4) are
sorted differently compared to WinXP. I tried many versions since 0.9.49 till
1.2-rc4, but it looks like MT4 never worked correctly. Attachment shows that
better.
Requires: winetricks mfc42
--
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=13529
Summary: wine doesn't run under a X client for windows under wine
[dogfood?]
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andriusmao(a)gmail.com
I was doing some tests and kde runs properly under a X client for windows (such
as Xming and WinaXe) under wine. But wine starts debugger when trying to run
any windows program (such as these provided by WinaXe or such as winecfg) in
"remote" display.
--
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=37833
Bug ID: 37833
Summary: BOINC uninstaller claims to be upgrading
Product: Wine
Version: 1.6.2
Hardware: x86-64
URL: http://boinc.berkeley.edu/dl/boinc_7.4.36_windows_inte
lx86.exe
OS: Linux
Status: NEW
Keywords: download, Installer, source
Severity: trivial
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 50381
--> https://bugs.winehq.org/attachment.cgi?id=50381
Wine 1.7.33 +msiexec,+msidb [5.5 MB]
When running the uninstall for BOINC from "wine uninstaller", the uninstaller
claims to be upgrading BOINC. The uninstall completes successfully. For some
reason the wrong messages are being displayed.
Tested with Wine 1.6.2 and Wine 1.7.33 with BOINC version 5.8.16, 6.6.38,
7.0.64 and 7.4.36, all 32-bit. 64-bit uninstall does not appear in the
uninstaller list.
Very little in the console so attaching a trace.
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:rpc:I_RpcGetBuffer no binding
err:rpc:I_RpcGetBuffer no binding
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35250
Bug ID: 35250
Summary: BOINC service install fails
Product: Wine
Version: 1.7.9
Hardware: x86-64
URL: http://boinc.berkeley.edu/dl/boinc_7.2.33_windows_inte
lx86.exe
OS: Linux
Status: NEW
Keywords: download, Installer, source
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 47015
--> http://bugs.winehq.org/attachment.cgi?id=47015
wine-1.7.9-43-gbfb4f28 console output
The installer for BOINC 7.2.33 fails if "install as a service" is chosen during
the installation.
err:msi:ITERATE_Actions Execution halted, action L"CAGrantBOINCMasterRights"
returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
Workaround: uncheck this option.
BOINC is open source but I don't know about the installer.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20036
Summary: Monopoly Tycoon crash while starting
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=23582)
--> (http://bugs.winehq.org/attachment.cgi?id=23582)
Console output
While the game is starting it shows a warning an after i close it it just
crash. You can see the console output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26225
Summary: An unmanaged window moves wrong way (and disappears)
when mouse goes to another X screen
Product: Wine
Version: 1.3.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: exclusion(a)gmail.com
When the window managed by Wine (not by X window manager) is moving with the
mouse and the mouse pointer goes to another screen (for example, at the right
side), the window starts to move down the screen and then dissapears.
It seems it's related to the MotionNotify event handler in
dlls/winex11.drv/mouse.c.
Xlib programming manual describes XMotionEvent as follows:
The same_screen member is set to indicate whether the event window is on the
same screen as the root window and can be either True or False . If True , the
event and root windows are on the same screen. If False , the event and root
windows are not on the same screen.
…
If the event window is on the same screen as the root window, the x and y
members are set to the coordinates relative to the event window's origin.
Otherwise, these members are set to zero.
But the MotionNotify event doesn't check the same_screen member and passes null
coordinates to the update_mouse_state function and it causes wrong window
positioning.
--
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=45182
Bug ID: 45182
Summary: RebelBetting: restore from systray crashes
Product: Wine
Version: 3.8
Hardware: x86
URL: http://rebelbetting.com/files/RebelBettingSetup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 61402
--> https://bugs.winehq.org/attachment.cgi?id=61402
Wine 3.8 first run
With Wine 3.8, after configuring RebelBetting to "hide when closed" and "hide
from taskbar", the application will crash when restoring from the systray
(though sometimes it just zombies!).
However, the application reappears before truly "hiding" into the systray and
has to be "closed" (to systray) a second time. I am assuming the two are
related rather than separate bugs, but it is a pretty big assumption.
“winetricks dotnet45” needed to get this far (Bug 37883).
Account required to get this far.
Second run has a different log. Both attached (again, assuming to be the same
issue).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44870
Bug ID: 44870
Summary: dotnet40 doesn't install properly with windows version
> XP
Product: Wine
Version: 3.4
Hardware: x86
URL: https://www.microsoft.com/en-US/Download/confirmation.
aspx?id=17718
OS: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Steps to reproduce:
Fresh 32bit wineprefix
wine uninstaller, remove wine-mono
(Set windows version to xp)
Run installer
Set mscoree to 'native'
When you don't set the windows version to xp, then it won't be able to find
mscoree:
> 0071:err:module:fixup_imports_ilonly mscoree.dll not found, IL-only binary L"WindowsFormsApplication1.exe" cannot be loaded
> 0071:err:module:attach_dlls Importing dlls for L"Z:\\dev\\shm\\ramdisk\\WindowsFormsApplication1.exe" failed, status c0000135
This affects both 32bit and 64bit prefixes.
--
Do not reply 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=43481
Bug ID: 43481
Summary: GeoForms Demo needs "vs_2_a" compilation target
Product: Wine
Version: 2.14
Hardware: x86-64
URL: http://www.nvidia.com/coolstuff/demos#!/geoforms
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
fixme:d3dcompiler:compile_shader Compilation target "vs_2_a" not yet supported
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35103
Bug #: 35103
Summary: Baofeng5-5.31.1128's Welcome window crash on start
Product: Wine
Version: 1.7.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zturnxin(a)gmail.com
Classification: Unclassified
Created attachment 46822
--> http://bugs.winehq.org/attachment.cgi?id=46822
Log: terminal log and backtrace
Reproduce:
1. Download Baofeng5-5.31.1128 from url:
http://dl.baofeng.com/baofeng5/Baofeng5-5.31.1128.exe
$ sha1sum Baofeng5-5.31.1128.exe
e4dca110432999bcfd0c264fdfaf5d3d5c8da15b Baofeng5-5.31.1128.exe
2. Install Baofeng5-5.31.1128
wine Baofeng5-5.31.1128.exe
3. Click "立即体验" on the setup diaglog window.
4. Click "立即体验" on the "Welcome window"
Crash happens.
--
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.