http://bugs.winehq.org/show_bug.cgi?id=18404
Summary: Metatrader installation
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dyvazar(a)numericable.fr
hi,
i'm a user of Metatrader (MT4) on Linux (ubuntu intrepid & jaunty 32) with last
wine 1.1.21.
Even using Winedoors to install Metatrader, there is a lot of non conventional
errors:
- first, before installing this program, wine folders have to be filled with
windows fonts and 2 special dll: MFC42.DLL (like that, all in capital and with
a lenght of 995383 bytes) & mfc40.dll
- winetricks have to be used too
I send you this url:
http://articles.mql4.com/416
where you can follow the rules to install Metatrader on Linux.
Wish this help you (and users indeed)
ps: doing all this do not resolve yet the icons fonts (stay grey but work)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30343
Bug #: 30343
Summary: Metatrader 4, Installation crash
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: virtualreal(a)gmail.com
Classification: Unclassified
After choosing the preferred language during the Metatrader 4 installation (I
changed nothing), I select 'next'. This results in a crash with the following
details:
Here's a detailed log:
>wine "/home/tc/mt4setup.exe" (21170)
X Error of failed request: BadRequest (invalid request code or no such
operation)
Major opcode of failed request: 134 (RENDER)
Minor opcode of failed request: 34 ()
Serial number of failed request: 1325
Current serial number in output stream: 2213
>wine "/home/tc/mt4setup.exe" (21170) returned '0'r
This is a slightly modified version of Metatrader 4 by the MB Trading
brokerage. Because the latest Wine version, supported by my Linux distribution
(Tiny Core Linux 4.3.1) is 1.4, I can't upgrade to a newer version, since they
have their own extention (TCZ).
--
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=36996
Bug ID: 36996
Summary: World Of Tanks 9.2 crash after login
Product: Wine
Version: 1.7.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: amenzhinsky(a)gmail.com
The game immediately crashes after log-in with the error message:
wine: Call from 0x7b83d8b2 to unimplemented function
msvcp110.dll.??0_Pad@std@@QAE@XZ, aborting
This is confirmed by many users on official forums (RU:
http://forum.worldoftanks.ru/index.php?/topic/985067-wot-%D0%BF%D0%BE%D0%B4…)
It seems to be a regression bug.
I tried some versions: 1.7.12, 1.7.22 and the latest from git but ended up with
the same error.
Installing the oldest version from pacman's cache (1.7.1-1) solved the problem.
--
Do not reply 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=5903
Michael Müller <michael(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |michael(a)fds-team.de
--- Comment #20 from Michael Müller <michael(a)fds-team.de> ---
The crash is not really a Wine bug. During the speed test the installer opens a
file on the drive and measures the time needed to read some data from it (only
the 16 bit calls are shown):
0029:Call MMSYSTEM.1210: MMIOOPEN(12b77c5c
"D:\\HD\\AQUADCT.WAV",0000:0000,00000000) ret=1277:e107 ds=12b7
0029:Ret MMSYSTEM.1210: MMIOOPEN() retval=0000002e ret=1277:e107 ds=12b7
0029:Call MMSYSTEM.1214: MMIOSEEK(002e,00000000,0002) ret=1277:e192 ds=12b7
0029:Ret MMSYSTEM.1214: MMIOSEEK() retval=00004dc2 ret=1277:e192 ds=12b7
0029:Call MMSYSTEM.1214: MMIOSEEK(002e,00000000,0000) ret=1277:e1a6 ds=12b7
0029:Ret MMSYSTEM.1214: MMIOSEEK() retval=00000000 ret=1277:e1a6 ds=12b7
0029:Call MMSYSTEM.607: TIMEGETTIME() ret=1277:e218 ds=12b7
0029:Ret MMSYSTEM.607: TIMEGETTIME() retval=02ce0beb ret=1277:e218 ds=12b7
0029:Call MMSYSTEM.1212: MMIOREAD(002e,13cf:0000,00004dc2) ret=1277:e232
ds=12b7
0029:Ret MMSYSTEM.1212: MMIOREAD() retval=00004dc2 ret=1277:e232 ds=12b7
0029:Call MMSYSTEM.607: TIMEGETTIME() ret=1277:e23d ds=12b7
0029:Ret MMSYSTEM.607: TIMEGETTIME() retval=02ce0beb ret=1277:e23d ds=12b7
0029:Call KERNEL32.UnhandledExceptionFilter(0070a3a4) ret=7bca9005
wine: Unhandled division by zero at address 0x1277:0x00004f90 (thread 0029),
starting debugger...
In my case the time needed to read the data was lower than the resolution of
TIMEGETTIME (both calls return 02ce0beb as time), so we have a time difference
of zero. The application doesn't seem to be prepared for this and uses the
value as denominator in a division, leading to the division by zero exception.
If you hack TIMEGETTIME to return at least an offset of 1 compared to the
previous call, the crash is gone and my drive passes the test.
I don't think we can fix anything here as this is basically an application bug.
Dropping the filesystem cache just before running the drive test could be a
feasible workaround to slow down the read (when using a real CD drive).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30753
Bug #: 30753
Summary: GitHub for windows installer: pops up an ie window
instead of installer
Product: Wine
Version: 1.5.4
Platform: x86
URL: http://windows.github.com/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Running the installer:
$ wine GitHubSetup.exe
opens an iexplore window with the following url:
http://github-windows.s3.amazonaws.com/GitHub.application
but nothing else visible.
Terminal output is really short:
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:advapi:LsaOpenPolicy ((null),0x33e5c0,0x00000001,0x33e5e8) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:ieframe:ClassFactory_QueryInterface
(0x7eddeb10)->({00000003-0000-0000-c000-000000000046} 0x33fc54)
fixme:ole:CoResumeClassObjects stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:urlmon:URLMoniker_BindToObject use running object table
fixme:urlmon:create_object Could not find object for MIME
L"application/x-ms-application"
fixme:ieframe:BindStatusCallback_OnProgress status code 5
fixme:urlmon:create_object Could not find object for MIME
L"application/x-ms-application"
fixme:urlmon:create_object Could not find object for MIME
L"application/x-ms-application"
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
tried native ie7, thinking that urlmon may be involved, but that doesn't help.
austin@aw25 ~ $ sha1sum GitHubSetup.exe
c5800ce4c2118f4b4a82747aff7d066274ad8872 GitHubSetup.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40615
Bug ID: 40615
Summary: Trackmania United Forever cannot access the internet
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: generalacc0001(a)gmail.com
Distribution: ---
Starting the game, it tries to connect to the master server infinitely. It
neither connects nor says it cannot connect as it should.
Pressing the Update button in the launcher causes the launcher completely
freeze.
Expected behavior: A MessageBox should pop up saying the game is up-to-date.
The game worked fine with wine 1.9.8 and 1.9.7-staging, an fails to work
properly with wine 1.9.9 and 1.9.8-staging.
One of the 1.9.8-staging bugfix is:
"Add support for async handling in InternetReadFile (ManiaPlanet / Trackmania
2)"
It may or may not be related to this.
Wine does not produce error messages related to the bug. The working and
non-working versions has exactly the same messages.
--
Do not reply 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=17674
Summary: wine recaching font metrics on every run
Product: Wine
Version: 1.1.16
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrewroth(a)gmail.com
fresh install of OS X, with updates (10.5.6)
fresh git clone and build (wine-1.1.16-292-g1b9a6fb)
every time wine runs it regenerates the cache, which takes roughly 30 seconds
--
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=40604
Bug ID: 40604
Summary: "Invalid address" with minidump file
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: haxmeadroom(a)gmail.com
Distribution: ---
Created attachment 54458
--> https://bugs.winehq.org/attachment.cgi?id=54458
winedbg logfile
Running winedbg on several minidump files causes *** Invalid address 0x00c1fc7c
***. Here is an example minidump file:
https://github.com/haxmeadroom/tmp/blob/master/fauxware.dmp.gz
The output is attached.
Running Arch Linux, kernel 4.4.9-1-MANJARO #1 SMP PREEMPT Thu May 5 15:49:15
UTC 2016 x86_64 GNU/Linux .
--
Do not reply 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=40603
Bug ID: 40603
Summary: Wordview 2003 ruler band does not refresh after
resizing
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rebe(a)gmx.net
Distribution: ---
Created attachment 54456
--> https://bugs.winehq.org/attachment.cgi?id=54456
Shows the ruler band not refreshed
The ruler band of Microsoft Word View 2003 does not automatically refresh when
resizing window, switching between full screen mode and window mode. This
results in a ruler band that is out of place (see 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=25258
Summary: AutoCAD 2010: Fails to run
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=32078)
--> (http://bugs.winehq.org/attachment.cgi?id=32078)
Terminal output on wine-1.3.7-172-g8925024
Steps to reproduce:
1) remove ~/.wine
2) winetricks dotnet30
3) install AutoCAD 2010 (watch out for bug #20211)
4) override windowscodecs.dll
5) wine acad.exe
Behaviour:
AutoCAD error, Wine error, AutoCAD splash screen and information that AutoCAD
was installed incorrectly
Expected behaviour:
AutoCAD should start.
--
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.