http://bugs.winehq.org/show_bug.cgi?id=35248
Bug ID: 35248
Summary: Context menu vanishes on mousing over sub-menu
dropdown in Crescendo music editor
Product: Wine
Version: 1.7.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: torquill(a)gmail.com
Classification: Unclassified
Created attachment 47010
--> http://bugs.winehq.org/attachment.cgi?id=47010
Menu channel output
Crescendo uses right-click context menus to access functions on certain
elements. When I right-click on such an element (such as the time signature)
the context menu appears, and responds properly to mousing over simple items in
it; selecting one results in the correct action. As soon as the mouse hits an
item with a sub-menu dropdown, the whole context menu disappears.
To reproduce: run Crescendo under wine. When it shows a new composition
window, right-click on the "4/4" which is the second item in the staff. Run
the mouse pointer down the available items. When it gets to "Repetition >" the
menu disappears.
I'm not seeing anything obvious in the logs for menu; I looked there first to
make sure this wasn't similar to bug 29399. Relevant portion of menu log
attached.
Crescendo is available at http://www.nch.com.au/notation/
--
Do not reply 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=21801
Summary: 3D Rad demo "BeltBall" (and others) crash on exit
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://www.3drad.com/games/BeltBall%20v102.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The smallest demo from http://www.3drad.com/free-pc-games.php is the 8MB
http://www.3drad.com/games/BeltBall%20v102.exe, sha1sum
d8827274480b0391ad200478b2ebe26a2658166d BeltBall v102.exe
Runs great on Vista.
It installs fine; to run it, to get past bug 21790 by doing
'winetricks vcrun2005'.
The next problem is a crash related to
d3dx9_36.D3DXAssembleShaderFromResourceW,
roughly bug 12020. Work around this with 'winetricks d3dx9'.
The next problem is that full-screen mode doesn't work (bug 21791).
Work around this by telling the game to run in a window.
Let the game start, then quit. It will crash after shutting down.
This affects all the demo games at that site, not just this one,
but the reported error seems to vary by game.
+relay is really slow, so I had to use
[HKEY_CURRENT_USER\Software\Wine\Debug]
"RelayExclude"="ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.48;kernel32.49;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98;RtlAllocateHeap;msvcrt.isxdigit;KERNEL32.GetProcessHeap;msvcrt.isalnum;KERNEL32.CompareStringA;msvcrt.isspace;RtlAllocateHeap;msvcrt.isxdigit;KERNEL32.GetProcessHeap;msvcrt.isalnum;KERNEL32.CompareStringA;msvcrt.isspace;msvcrt.realloc;msvcrt.isalpha;msvcrt.??3@YAXPAX@Z;msvcrt.??2@YAPAXI@Z;msvcrt.isdigit;msvcrt.malloc;msvcrt.free;ntdll.RtlFreeHeap;KERNEL32.TlsGetValue;wined3d.wined3d_mutex_lock;wined3d.wined3d_mutex_unlock;user32.PeekMessageW;KERNEL32.GetTickCount;KERNEL32.lstrlenA"
to get a log of the end. (This was arrived at by starting the game,
quitting after ten seconds, analyzing the log with
tail -n 10000 log | grep Call|sed 's/(.*//;s/.*Cal| sort | uniq -c | sort -n |
awk '$1 > 200 {print $2}' | tr '\012' ';' && echo ""
adding that to the registry key, and repeating until the game ran
fast enough.)
According to the log I got, the game shuts down and all the dlls
(including ntdll) detach... then for some reason the game tries
to start again, and crashes very quickly.
--
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=20612
Summary: MIME types still added even if winemenubuilder is
disabled
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Spawned from bug 19182. Setting WINEDLLOVERRIDES=winemenubuilder.exe=d disables
it, and .desktop files are no longer made. MIME types are still integrated, so
I get, e.g., open MPEG files with Windows Media Player after installing wmp
with winetricks.
--
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=17585
Summary: Wine behave case sensitive over CIFS/samba share
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pepie34(a)gmail.com
Assuming you've got a computer A with the following files:
- use_mingw_dll.exe
- MinGW_DLL.dll
'use_mingw_dll.exe' was compiled to use 'mingw_dll.dll' all in lower case.
(file sources/ build script in the attachment)
You can run Wine locally on computer A with 'use_mingw_dll.exe'. Wine is clever
enough to load all the dll that the app needs even if the dll case may vary and
even if the local file system is case sensitive.
Computer A as a samba share defined to export those two files.
(smb.conf share definition in the attachment).
Now we introduce computer B, it mounts this share to mnt:
$ mount -t cifs -o username=mylogin //serverip/testdll mnt
If you try to launch 'use_mingw_dll.exe' it will failed as Wine behave now with
case sensitivity:
$wine mnt/use_mingw_dll.exe
err:module:import_dll Library mingw_dll.dll (which is needed by
L"Z:\\home\\mylogin\\tmp\\testdll\\mnt\\use_mingw_dll.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\mylogin\\tmp\\testdll\\mnt\\use_mingw_dll.exe" failed, status
c0000135
Whereas 'ls' command recognizes correctly the dll with no case sensitivity:
$ ls mnt/mingw_dll.dll
mnt/mingw_dll.dll
$ ls mnt/mingw_DLL.dll
mnt/mingw_DLL.dll
$ls mnt/MiNgW_DlL.DlL
mnt/MiNgW_DlL.DlL
I have noticed this behavior on at least 3 different win32 apps and on the toy
example in the attachment.
(I'm on ubuntu intrepid ibex, samba 3.2 wine 1.1.16)
Strangely, if I put "case sensitive=yes" on the definition of the samba share,
Wine will work. Nevertheless, you'd better not set this option on yes when real
windows computer access the share. "unix extensions = no" option do nothing.
--
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=12686
Summary: Lego Racers crashes at startup
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Lego Racers crashes during startup with Wine 0.9.60. Here is the console
output, I'm not attaching it since it's only 2 lines:
wine: Unhandled page fault on write access to 0x00223000 at address 0xb7d224e7
(thread 0009), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7ef9efdc
To reach this crash one must bypass bug 12675 by either using the -novideo
option to launch the game or by using a native quartz.dll. Either workaround
gives the same crash.
The demo of the game doesn't crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46302
Bug ID: 46302
Summary: Space Sparcle crashes at start
Product: Wine-staging
Version: 3.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bodqhrohro(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 63026
--> https://bugs.winehq.org/attachment.cgi?id=63026
stderr
https://yadi.sk/d/VH1qTHvFS2Nx0w
At first, it wasn't starting because of missing MFC42.DLL. So I added it from
Windows XP SP3 distribution, but the game still doesn't start. According to
GUID in the log, maybe this is a XAudio2 issue, but not sure though. The
developer explicitly states that the game requires some old DirectX version,
which seems to be included in Wine already.
--
Do not reply 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=43783
Bug ID: 43783
Summary: Cannot activate Office2013 (KMS nor MAK)
Product: Wine
Version: 2.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luizluca(a)gmail.com
Distribution: ---
Created attachment 59296
--> https://bugs.winehq.org/attachment.cgi?id=59296
backtrace
Hello,
Office2013 cannot active by itself using KMS. Also, when I tried to supply with
a MAK key, wine crashes.
How I installed:
I installed native msxml6.0 before installation.
Added this reg:
[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"MaxVersionGL"=dword:00030002
[HKEY_LOCAL_MACHINE\Software\Microsoft\OfficeSoftwareProtectionPlatform]
"KeyManagementServiceName="kms.mydomain.com"
"KeyManagementServicePort"="1688"
[HKEY_CURRENT_USER\Software\Wine\DllOverrides]
"riched20"="native,builtin"
And runned installer.
The "reboot simulation" seems to be somehow lost as office program never
closes.
As KMS did not work, I tried to inform MAK key. It opens the activation wizard.
When I select to activate using internet, mso crashes.
I'll attach backtrace and logs
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40774
Bug ID: 40774
Summary: Amateur Contact Log
Product: Wine
Version: 0.9.
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dndrcy(a)aol.com
Distribution: ---
Created attachment 54673
--> https://bugs.winehq.org/attachment.cgi?id=54673
Log of crash
Amateur contact log crashed on install with the below error codes
--
Do not reply 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=44225
Bug ID: 44225
Summary: Age of Mythology: Extended Edition Multiplayer doesn't
work against Windows
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mounir(a)lamouri.fr
Distribution: ---
Steps to reproduce:
1. Start AoM EE on Steam using Wine
2. Play with another person running Windows
Expected result: multiplayer works
Actual result: unsync after a few seconds to a couple of minutes
Notes:
- it works fine with Wine <> Wine (2h+ games)
- failed consistently with different persons at different locations (LAN or
Online)
- when it fails, other games work so not a problem with the setup
Usually runs Wine 2.21-staging with PlayOnLinux and tested with Wine 2.22. Did
not try 3.0 yet.
--
Do not reply 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=20123
Summary: Addition of Windows Vista Split Button Support
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
Created an attachment (id=23691)
--> (http://bugs.winehq.org/attachment.cgi?id=23691)
Scren capture showing Split Buttons working on Windows 7
I have just been updating SIV (http://rh-software.com/) to use Split Buttons
(http://msdn.microsoft.com/en-us/library/aa511453.aspx) on Windows Vista and
later systems. When I tested on Wine 1.1.29, after setting the Windows Version
to Vista, all of my calls DialogBoxIndirectParam() calls started failing and I
guessed was down to Wine not supporting these. I then searched the source for
BS_SPLITBUTTON and BS_DEFSPLITBUTTON neither of which are defined which I feel
confirms this.
Please can the addition of Split Button support be added to the list of planned
enhancements.
I have currently worked around this by not using then on Wine, even when it
announces itself as Windows Vista. I have also added a -SPLIT command line
qualifier to force their use and am happy to made a SIV 4.02 Beta release
available for testing should support be added before I actually release 4.02.
--
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=44093
Bug ID: 44093
Summary: Sourcetree installer gives error in loginwindow with
builtin jscript (native jscript is workaround)
Product: Wine
Version: 2.22
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: jscript
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 59812
--> https://bugs.winehq.org/attachment.cgi?id=59812
+jscript,+seh,+tid log
Prerequisites:
* winetricks -q dotnet462
* /opt/wine-staging/bin/wine runas /trustlevel:0x20000
SourceTreeSetup-2.3.5.0.exe
(make sure you are in the same directory as where the setup file is, and make
sure you use Staging )
After a while the setupwindow comes up and after you agree, and select login as
existing user, an error window comes up. I`ll attach a screenshot later.
Native jscript works around the bug.
There are two fixme from jscript in the console, dunno if they are related:
0056:fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000001
0056:fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000002
Attached a +jscript,+seh,+tid log
sha1sum SourceTreeSetup-2.3.5.0.exe
9b1077ce9be277444bcda655db8b14bdeb2bc1c6 SourceTreeSetup-2.3.5.0.exe
https://downloads.atlassian.com/software/sourcetree/windows/ga/SourceTreeSe…
--
Do not reply 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=35780
Bug ID: 35780
Summary: unhandled exception; qcap; while running cura.py
Product: Wine
Version: 1.6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jluscher(a)gmail.com
Created attachment 47775
--> http://bugs.winehq.org/attachment.cgi?id=47775
backtrace file from wine at crash
Running Cura (for 3D printing - developed in Python).
Cura is running very well under wine 1.6; manipulating models in 3D, slicing
the
models into GCode, saving the GCode to disk, etc.
Linux detects the attachment of the USB cable to the printer controller
(Marlin) at 'ttyUSB0', and Cura also acknowledges the connection has been made
- it changes a button of the GUI from 'slice' to 'print'.
When I click on 'print' a window is opened and at the same time another is
opened from wine reporting a crash (backtrace attached).
I have searched for something called 'qcap' which, to me, appears to be the
last code being run - but I can find nothing on it.
I am running Cura 14.01 from website: http://software.ultimaker.com/
James Luscher
--
Do not reply 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=34918
Bug #: 34918
Summary: Error1: Necessary system call failed: Create a File
mapping failed
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: micet2004-winehq(a)yahoo.de
Classification: Unclassified
Could not start the Program
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13351
Summary: Empire Earth v. 1.00 Wine Bugs (Wine 1-0-rc1)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fr.fr(a)vr-web.de
Created an attachment (id=13250)
--> (http://bugs.winehq.org/attachment.cgi?id=13250)
everything of the error output ( 2> EElog.txt)
Game has a very low FPS Rate. Even the Menu is very slow, so that the mouse
hangs.
The first frames are ok, but then the game gets a little bit brighter and
brighter, and the mouse begins to hang. I think there could be a problem with
the transparency of the mousecourser. Sorry that I can't give you detailed
information about this Problem.
I Attach every thing i found out.
PS: Now i recogniced that the coursor is drawen 2 or more times to the screen.
Or the Screen is not refreshed. And the coursor background is not realey
transparenct. Every thing in the Game witch needs transparency has problems.
When I start a Map i got 60 FPS after 5 sec. i got only 2 FPS. But i don't
changed anything.
If you need a Screenshot of the brighter Game feel free to contact me.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18879
Summary: The Sims 3 Textures go Black and sometimes Abnormal
patterns.
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markh789(a)gmail.com
When playing The Sims 3, your figures, objects walls, floors, cars, grass and
plants go either Black or have abnormal textures.
I have no idea what to post in the attachment, if you could please direct me to
what I have to then I will do so.
The only way to fix this is to set your texture details to the lowest possible,
though my Graphics card (GeForce 8500 GT) should be able to support highest
possible details, as it did on Windows.
Here is an example of what someone posted:
http://i43.tinypic.com/2mpwiuh.png
The couch appears to have some kind of outfit design on it.
Also, Shaders 2.0 don't work (in-game known as advanced rendering).
Apparently this is due to memory leaks, though when I applied memory leak
patches I still got the same results. (Which is
bugs.winehq.org/attachment.cgi?id=20484
and bugs.winehq.org/attachment.cgi?id=20483 - applied in that order).
--
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=35731
Bug ID: 35731
Summary: Startopia: menu contents flicker
Product: Wine
Version: 1.7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: billy65bob(a)gmail.com
Created attachment 47718
--> http://bugs.winehq.org/attachment.cgi?id=47718
the menu
When the OffscreenRenderingMode is set to "fbo" (default) the contents of the
menus flicker in and out of existence when moving the cursor; when the cursor
isn't moving the contents are absent.
At higher resolutions, as in, bigger than 640x480, the menus are almost
constantly invisible, making it very difficult to navigate.
wine does print the following possibly relevant message
fixme:d3d:state_lastpixel Last Pixel Drawing Disabled, not handled yet
When the OffscreenRenderingMode is set to "backbuffer", the menu in question
renders and displays properly
startopia version: retail patched to 1.01B
Wine: Git wine-1.7.13-186-g049f08f
Driver: nvidia 334.21
--
Do not reply 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=39804
Bug ID: 39804
Summary: Crashed for Algodoo
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spob71(a)gmail.com
Distribution: ---
Created attachment 53126
--> https://bugs.winehq.org/attachment.cgi?id=53126
The crash report for the bug.
When I run Algodoo for Windows with Wine, the game crashed automatically.
After I click Close, it closes the game.
--
Do not reply 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=38596
Bug ID: 38596
Summary: Photo Ninja 1.2.5 (32 bit) crashes on startup
Product: Wine
Version: 1.7.43
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: dansemail4bugzilla(a)gmail.com
Distribution: ---
Created attachment 51495
--> https://bugs.winehq.org/attachment.cgi?id=51495
Terminal output
Photo Ninja installs but crashes on startup. The crash is accompanied by an
MSVCRT__invalid_parameter error (see attached terminal output). There is also
an error message earlier about a Qt dll being missing, but this does not seem
to be crucial, as execution continues until the MSVCRT error. The error has
been confirmed by others, but may not always be reproducible on every system
(it occurred for other users only intermittently). For reference, see this
winehq thread:
https://forum.winehq.org/viewtopic.php?f=8&t=24613
Download link for Photo Ninja 1.2.5:
http://picturecode.cachefly.net/photoninja/downloads/Install_PhotoNinja32_1…
sha1sum Install_PhotoNinja32_1.2.5.exe
51ef332f33941c99208fde57444bcac9be79f3cc Install_PhotoNinja32_1.2.5.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=43189
Bug ID: 43189
Summary: Christmas Magic crashes on start without native d3drm
Product: Wine
Version: 2.10
Hardware: x86-64
URL: https://web.archive.org/web/20070922150355/http://www.
hades2.com/cm/cmdemo.zip
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Created attachment 58462
--> https://bugs.winehq.org/attachment.cgi?id=58462
+d3drm,+seh
Extract the game to a new folder, run cmagic.exe. Without native d3drm the log
is attached. With native it reaches the menu, crashes trying to enter the game
though.
--
Do not reply 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=31399
Bug #: 31399
Summary: Pegasus Mail is crashing
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fojtik(a)penguin.cz
Classification: Unclassified
Created attachment 41264
--> http://bugs.winehq.org/attachment.cgi?id=41264
Textual log from wine 1.5.5.
This bug has been introduced in 1.5.5.
1.5.2. seems to work fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35205
Bug ID: 35205
Summary: WOLF RPG Editor 2.10 (Game.exe): Broken font rendering
in GPU rendering mode
Product: Wine
Version: 1.7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kakurasan(a)gmail.com
Classification: Unclassified
Created attachment 46956
--> http://bugs.winehq.org/attachment.cgi?id=46956
Screenshot (GPU rendering mode)
Font rendering is broken in GPU rendering mode since WOLF RPG Editor 2.10. It
works fine in software rendering mode (and GPU rendering mode in previous
version).
Notes:
* GPU rendering mode (3D mode) is the default mode. To use software rendering
mode (software mode), open Game.ini and set SoftModeFlag to 1.
* 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://homepage2.nifty.com/natupaji/DxLib/dxdload.html
--
Do not reply 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=31543
Bug #: 31543
Summary: Warface not started
Product: Wine
Version: 1.5.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor.demyanov(a)gmail.com
Classification: Unclassified
Created attachment 41476
--> http://bugs.winehq.org/attachment.cgi?id=41476
Error1
Download and install free to play game Warface.
http://wf.mail.ru/download
Install - ok
Start - fatal error
Sorry, attached only screenshots 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.
http://bugs.winehq.org/show_bug.cgi?id=10696
Summary: Direct3D mode in Age of Wonders 2 demo is unusably slow
and glitchy
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sharparrow1(a)yahoo.com
(Demo available at http://www.triumphstudios.com/ageofwonders2/files.html; it
installs quite painlessly.)
Note that Direct3D mode is the default for this game, but can be turned off
through the included configuration app aow2Setup.exe. However, when Direct3D
mode is not enabled, some graphical effects are disabled.
Multiple issues with Direct3D mode in Age of Wonders 2 demo; I'm not really
sure how related these are, but I'll put them together, I guess, since I'm not
sure separate bugs would be useful without any real idea of what is causing
these effects:
1. In-game repainting speed is unusably slow. (To get in-game quickly, press
the "Tutorial" button.)
2. There are graphical glitches in-game: for one very obvious example, use the
scroll wheel to change the zoom level, and all the UI on the bottom gets
painted over.
3. The "buy now" screen (accessible by clicking "Quit" on the main menu)
flickers severely.
I'm using Wine 0.9.50 on Ubuntu 7.10; I have an Intel Core Duo and and
ATI Mobility X1400, and I'm using the version of fglrx that comes with
Ubuntu.
--
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=42942
Bug ID: 42942
Summary: Fatal error when adding a person to the database
(Sqlite).
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jan-olof.svensson(a)abc.se
Distribution: ---
Disgen 2016: Running Wine 2.7-devel. Fatal error when adding a person to the
database. The program has to be restarted or terminated. The added person can
be found but when trying to proceed I get a fatal error again. If selecting
Help, Look for help about... the error temporarily disappears.
The error does not occur in Wine-staging.
Expected result: When selecting the person (from menu, double clicking,
pressing space bar or pressing F9) the next page should appear.
Steps to reproduce: I did this:
https://www.dropbox.com/s/tt8ad63v98pvzk6/Disgen-2016.5_Wine-2.7-devel.ogv
Download link for Disgen 2016 update 5:
https://medlem.dis.se/download/dg2016/disgen_install_2016_5.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.