http://bugs.winehq.org/show_bug.cgi?id=15973
Summary: Bad encoding on help Metatrader 4
Product: Wine
Version: 1.1.8
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zburguy(a)gmail.com
Created an attachment (id=17164)
--> (http://bugs.winehq.org/attachment.cgi?id=17164)
screenshot
Bad Russian encoding help MENU in Metatrader 4 http://www.metaquotes.ru/
--
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=16471
Summary: New version of Mplus (5.2) does not work under wine
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gg.alex.weiss(a)gmail.com
Created an attachment (id=17848)
--> (http://bugs.winehq.org/attachment.cgi?id=17848)
Message I get when trying to run Mplus 5.2 under wine
I am a user of Mplus, a statistical software package. For some time and from
versions 4.2 to 5.1, I successfully ran Mplus under wine in Linux.
Unfortunately, the newest version (5.2) no longer runs under wine.
I contacted the authors of Mplus and they indicated that the problem appears to
have arisen due to their use of the latest version of the Intel Fortran
compiler (10.1.025).
At present, I am using version 5.1 of Mplus, though it would be nice to be able
to use the more recent version.
If any more information is needed, I can ask the people who produce Mplus; they
are quite good about supporting their product and this would likely benefit
them as well.
--
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=18590
Summary: Silent Heroes: Out of adapter memory
Product: Wine
Version: 1.1.22
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kitmaxter(a)gmail.com
Created an attachment (id=21260)
--> (http://bugs.winehq.org/attachment.cgi?id=21260)
Console output WINEDEBUG=+d3d
Game starts and while loading initial data errors out with message "Program
will be terminated".
In console it writes:
err:d3d:resource_init Out of adapter memory
--
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=16366
Summary: Wine crashes with graphics exception
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 412(a)gmx.net
Created an attachment (id=17685)
--> (http://bugs.winehq.org/attachment.cgi?id=17685)
Shell dump
Once I tricked A Vampyre Story into thinking it was properly installed (broken
installer did the registry things and I copied the files from a windows
installation) I get an error message. I start the game in Windows XP mode and
with a replaced d3d_x38 (or whatever the name is) DLL.
The really weird thing are these two lines which is the last of the output I
get before it crashes completely:
Assertion failed: _pipe == (GraphicsPipe *)NULL at line 194 of
c:\orenpanda\panda\src\display\graphicsOutput.cxx
Assertion failed: _window == (GraphicsOutput *)NULL at line 99 of
c:\orenpanda\panda\src\display\displayRegion.cxx
There is no such thing as "panda" installed by the game and I didn't do it
either. I have no clue what that is.
--
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=15336
Summary: DirectInputCreate(): hInst is ignored; NULL value
doesn't result in an error.
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gerbilsoft(a)verizon.net
While porting an application from Linux to Win32, I noticed a bug in Wine's
implementation of DirectInputCreate(). Specifically, Wine allows a NULL value
for hInst, whereas on Windows, specifying a NULL hInst results in error
0x80070057 ("The parameter is incorrect.")
Code:
HRESULT rval;
LPDIRECTINPUT lpDI;
HINSTANCE ghInstance = NULL;
rval = DirectInputCreate(hInst, 0x0500, &lpDI, NULL);
Expected Result: rval should contain 0x80070057 and lpDI should remain
uninitialized.
Actual Result: rval contains 0 and lpDI is initialized.
--
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=15539
Summary: quartz: referencemapper.ok sometimes fails in pc-bsd
(race condition?)
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: FreeBSD
Status: NEW
Keywords: source, testcase
Severity: enhancement
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Looks like it might need some slop:
[pcbsd@pcbsd ~/wine-git/dlls/quartz/tests]$ rm referenceclock.ok ; make
referenceclock.ok
../../../tools/runtest -q -P wine -M quartz.dll -T ../../.. -p
quartz_test.exe.so referenceclock.c && touch referenceclock.ok
referenceclock.c:89: Test failed: SystemClock - Expected difference around
10000000, got 11750000
*** Error code 1
Fails around 1/4 time.
--
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=12069
Summary: native msvcp60.dll enhaces wines
Product: Wine
Version: 0.9.57.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacobidiego(a)gmail.com
Hi.
This is not exactly a bug, but i think that you should have it in mind. I dont
know how can it be related to wines internal behavior or not.
I only play one game. Tactical Ops 3.5
This game uses Unreal99 Engine.
It works in Wine as a Gold and sadly with at most 30 fps with all builtin.
With only one override it can grow to 70 fps in the same test conditions.
This native is msvcp60.dll
The game runs better with this dll present on the system. I dont know why or
what does this dlls or why the game can run without it but, it does makes a
difference.
I think that this override can improve all Unreal99 based games.
Close this bug if you think that it is invalid. I post to contribute and
documentate to other looking for the same issue.
Cheers.
Diego
--
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=15510
Summary: Rockwell check for OS fails
Product: Wine
Version: 1.1.5
Platform: PC
URL: http://www.rockwellautomation.com/rockwellsoftware/desig
n/rslogix5000/demo.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: JosephHenryBlack(a)yahoo.co.nz
Created an attachment (id=16455)
--> (http://bugs.winehq.org/attachment.cgi?id=16455)
Setup Log
RS Logix demo software for programming PLC's works for 90days. On clean wine,
without net1.1 installed and also using winetricks with net1.1 on a clean wine,
the install terminates quickly. The install log shows
RSLogix 5000 Setup: Begin loading step: Verifying operating system is
supported
RSLogix 5000 Setup: OS check failed: There is no available software that
will run on this OS
RSLogix 5000 Setup: End loading step: Verifying operating system is
supported
to reproduce:
run setup.exe
The window will open for the RSLogix 5000 series
Click Install RS Logix 5000 Demo Edition V16 and select English.
--
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=17849
Summary: Tree doesn't fold/unfold on mouse click
Product: Wine
Version: 1.1.17
Platform: PC
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=20122)
--> (http://bugs.winehq.org/attachment.cgi?id=20122)
Tree
I'm using Wine 1.1.17 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is in CATIAV5R19 with tree (attached image) in main window and this
is very annoying:
1) LMB in drawing area to lose focus on tree
2) LMB on "plus sign" in tree
behaviour:
nothing does happen
expected behaviour:
tree should unfold
3) move mouse pointer and tree unfolds as it should earlier
1) LMB in drawing area to lose focus on tree
2) LMB on "plus sign" in tree
behaviour:
nothing does happen
expected behaviour:
tree should unfold
3) LMB on "plus sign" again and tree unfolds but if i move mouse pointer the
tree folds again which is unwelcome
LMB-left mouse button
--
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.