https://bugs.winehq.org/show_bug.cgi?id=37402
Bug ID: 37402
Summary: WINAPI is not correct
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: k1-801(a)mail.ru
Distribution: ---
I've found a strang bug while testing my program.
I used few WINAPI funcs for codepage converting (the file path was in UTF-8,
and to open it, I needed to convert it to the Windows's awkward wchar_t and
back). I hadn't a copy of Windows that time, so I tested it on wine. There's
the tested code:
char* WcharToUTF8(wchar_t *in)
{
uint64_t len = WideCharToMultiByte(CP_UTF8, MB_ERR_INVALID_CHARS, in, -1,
NULL, 0, NULL, NULL);
char *out = (char*)calloc((len + 1) * 6, sizeof(char));
WideCharToMultiByte(CP_UTF8, MB_ERR_INVALID_CHARS, in, -1, out, len, NULL,
NULL);
return out;
}
It worked on wine. On wine it returns correctly converted string. On real
Windows it returns nothing, and empty string crashes the program.
After replasing MB_ERR_INVALID_CHARS with 0 it worked on both wine and Windows.
char* WcharToUTF8(wchar_t *in)
{
uint64_t len = WideCharToMultiByte(CP_UTF8, 0, in, -1, NULL, 0, NULL,
NULL);
char *out = (char*)calloc(len + 1, sizeof(char));
WideCharToMultiByte(CP_UTF8, 0, in, -1, out, len, NULL, NULL);
return out;
}
Also, the code was stolen from MSDN page about codepages, and there was a note
about "nothing will work correctly WITHOUT MB_ERR_INVALID_CHARS".
Windows bug? Wine bug? Wine did work as said in MSDN, Windows did not.
--
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=12714
Summary: SimCity 2000: crashes when saving or opening a file.
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mkno(a)earthlink.net
Whenever I open the file dialog to open or save a file, or when I just try to
save a file directly, SimCity 2000 crashes.
--
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=36441
Bug ID: 36441
Summary: joy.cpl crashes when PS4 Gamepad connected via
Bluetooth
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: lp-san(a)lostpoint.ru
Created attachment 48464
--> http://bugs.winehq.org/attachment.cgi?id=48464
crash log available via gui crash message
First of all, I'd like to apologize if I came to the wrong bigtracker, since
I'm a wineskin user, not pure wine user. But I believe the problem is a
wine-specific, not wineskin specific.
I'm using Wineskin 2.6.0 (latest) with Wine Engine WS9Wine1.7.18 (the latest
available via Wineskin).
I'm connecting PS4 Gamepad via Bluetooth, then I start a Wine/Wineskin Command
Line Shell, executing "control joy.cpl" and the control panel applet crashes.
If I disconnect the gamepad, the applet works fine.
I attached the crash log information in a text file. I can provide any debug
information from the wine logs if needed.
--
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=37336
Bug ID: 37336
Summary: U-blox U-Center crashes when importing or exporting
config file
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joshuapcloud(a)gmail.com
Created attachment 49650
--> https://bugs.winehq.org/attachment.cgi?id=49650
error generated
App runs well, but when I try to import a .txt configuration file, the app
crashes.
Tools > GNSS Configuration > Browse for file > Check the Store Config...box >
Click either GNSS to File (or File to GNSS), I get:
Program Error
The program u-Center.exe as encountered a serious problem and needs to close.
We are sorry for the inconvenience.
--
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=36517
Bug ID: 36517
Summary: slovoeb.exe: unhandled exception: 0xe0434352 in 32-bit
code (0x7b83bcd5)
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pr0sto(a)hotmail.com
Created attachment 48589
--> http://bugs.winehq.org/attachment.cgi?id=48589
backtrace.txt of exception by "slovoeb.exe" v.2.1
I get exception when I click open with WINE on "slovoeb.exe" v.2.1
(http://keycollector.ru/SlovoEB.zip)
--------------------------------------------
...see more on backtrace.txt in 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=33722
Bug #: 33722
Summary: Stereo IMA ADPCM encoding in WINE produces loud static
instead of sound
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msacm32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Nachanon_Vetjasit(a)hotmail.com
Classification: Unclassified
I've been using Microsoft Sound Recorder to convert PCM (44100Hz 16-bit Stereo)
wave file to IMA ADPCM (44100Hz 4-bit Stereo), and saved to a wave file.
When I played the file in MPlayer, instead of the desired sound,
it played a loud static on the right channel, and a mashup of both
original channels on the left channel.
Mono encoding didn't affected though.
Other codecs are fine, except PCM (crashes; bug #26388), MS ADPCM
and MP3 (unavailable).
To reproduce:
- Start Microsoft Sound Recorder (use Windows XP version or below):
$ wine sndrec32.exe
- Open some PCM wave file that is 44100Hz 16-bit Stereo.
- Go to File > Properties
- Click "Convert Now"
- Choose "IMA ADPCM" codec with 44100Hz 4-bit Stereo configuration.
- Click "OK"
- Save it to another wave file. (No matter play button is grayed out or not)
- Play that wave file with any player that supports IMA ADPCM.
You'll hear a loud static on the right channel, and mashed-up sound
on the left.
Another thing is after encoded, Sound Recorder saw a doubled length of audio,
MPlayer also saw so. When played, playhead moved twice the normal speed.
(Which is a strange behavior)
Note: I filed this as msacm32 since Sound Recorder is using it
directly for encoding.
Using WINE 1.3.8 (source) on Debian GNU/Linux 5.0 (i386: Intel Pentium 4
2.66GHz)
WINE Audio Driver: ALSA 44100Hz 16bit (Full Hardware Acceleration)
WINE installed without GStreamer support.
--
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=14937
Summary: Astroplanner crash
Product: Wine
Version: 1.1.2
Platform: PC
URL: http://www.ilangainc.com/astroplanner/reguserdl/V1.6.1/A
stroPlannerWindows.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s9999(a)penguinmail.com
Created an attachment (id=15529)
--> (http://bugs.winehq.org/attachment.cgi?id=15529)
Segment of relay output
I'm trying to get Astroplanner to run with Wine. The author has a low opinion
of Linux users being willing to pay for his software. So it only runs natively
on Windows and OSX. I'd like to prove him wrong, but I need to get it running
first. I'm doing this on an up to date Ubuntu 8.04 laptop. I've installed
Wine from the repository. I've attached a segment of the relay output around
what I think is causing the problem. Recreating the problem is very easy.
Download Astroplanner from
http://www.ilangainc.com/astroplanner/reguserdl/V1.6.1/AstroPlannerWindows.….
It runs in demo mode until registration. There is no installation process, so
just run it under Wine. After a lot of initialization, the application comes
up. Create a new plan when that screen comes up. Open the Edit,
Preferences... window. The problem occurs when you close that window. This
seems quite reliable. The problem seems to be an unhandled page fault in
ntdll, but I really don't know if that is the real problem. Thanks.
--
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=29871
Bug #: 29871
Summary: drawing in photoshop cs5 is almost impossible
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lenashou(a)gmail.com
Classification: Unclassified
launch photoshop cs5
open a new document (white background)
select the brush tool (black color for example)
try to draw something with the mouse.
most of the time, only the first click work, drawing the shape of the brush.
and sometime.. for whatever reason, you can draw something, as long as you keep
the left mouse button pushed.
the problem is not only on the brush, but on every tool where you need to keep
the left mouse button pushed.
this bug wasn't there in wine 1.3.28.
--
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=27106
Summary: EuroDEEM: Fails to start
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://re.jrc.ec.europa.eu/energyefficiency/eurodeem/e
urodeem%20version%201_0_17/IMSSA_EuroDEEM.exe
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=34548)
--> (http://bugs.winehq.org/attachment.cgi?id=34548)
Error messages
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko mfc42
3) install EuroDEEM
4) wine IMSSA.exe
Behaviour:
See attachment.
Expected behaviour:
I should be able to start application.
--
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=33318
Bug #: 33318
Summary: 3DMark2001 SE: upgrading to Wine 1.5.27 reduces
performance score by 20%
Product: Wine
Version: 1.5.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vernetzt(a)mail.ua
Classification: Unclassified
Created attachment 44068
--> http://bugs.winehq.org/attachment.cgi?id=44068
Screenshots with example scores for Wine 1.5.27 and Wine 1.4.1
I'm running Linux Mint 13 x86_64 with kernel 3.5.0-26-generic and X.Org Server
1.13.0 on my laptop (ThinkPad X61s with Intel X3100 graphics, see [1]). Before
upgrading Wine from 1.4.1 version to version 1.5.27 using the Ubuntu Wine PPA
[2] I decided to run 3DMark to see if the upgrade affected performance. I then
ran 3DMark after upgrading Wine. The result was an unexpected, consistent 20%
drop in the score.
The scores (averaged from three trials) were as follows:
Wine 1.4.1: 2614
Wine 1.5.27: 2080
I'll see if this can be reproduced on a machine with a different graphics chip.
[1] http://www.thinkwiki.org/wiki/Category:X61s
[2] http://www.ubuntuupdates.org/ppa/wine?dist=precise
--
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=29986
Bug #: 29986
Summary: IE6 and IE4 have greenish toolbar icons
Product: Wine
Version: 1.4-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: huw(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 9b7ea6f417a68517745203123d9df0516ebc60b1
Created attachment 39036
--> http://bugs.winehq.org/attachment.cgi?id=39036
Screenshots
The toolbar buttons' icons in IE6 and IE4 are slightly greenish compared to
Windows, especially the refresh and home buttons. This first occurred in
1.3.30, and regression testing indicated:
9b7ea6f417a68517745203123d9df0516ebc60b1 is the first bad commit
commit 9b7ea6f417a68517745203123d9df0516ebc60b1
Author: Huw Davies <huw(a)codeweavers.com>
Date: Tue Sep 27 16:13:39 2011 +0100
gdi32: Forward StretchBlt calls from the dib driver to the null driver.
:040000 040000 ce22d7943f0f7aecdda67e97b5812cb40b40cc96
c11b7ea6be9e5605ec4b3d2959af57b22ec7d54d M dlls
git checkout 9b7ea6f417a68517745203123d9df0516ebc60b1 -> bad
git checkout 9b7ea6f417a68517745203123d9df0516ebc60b1^ -> good
To reproduce, install IE6 with 'winetricks ie6' and set it to display large
toolbar icons (view -> toolbars -> customize -> icon options: large icons).
--
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=32202
Bug #: 32202
Summary: ActiveX install attempts to run wrong inf section
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advpack
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joel(a)airwebreathe.org.uk
Classification: Unclassified
In install_cab_file in axinstall.c, RunSetupCommandW is used to install ActiveX
controls from their INF files in the CAB.
A typical INF file might look like this:
http://msdn.microsoft.com/en-us/library/aa751974%28v=vs.85%29.aspx#Creating…
The one I'm working with looks like this:
---- SNIP ----
; INF file for install activex
[version]
signature="$CHICAGO$"
AdvancedINF=2.0
[Add.Code]
AxUMF.ocx=AxUMF.ocx
UMFTracer.dll=UMFTracer.dll
[UMFTracer.dll]
file-win32-x86=thiscab
FileVersion=1,0,3,4181
DestDir=11
[AxUMF.ocx]
file-win32-x86=thiscab
FileVersion=2,1,1,5830
clsid={D3BBBE84-3866-4FA1-A4D4-EFA9B9FE611D}
RegisterServer=yes
---- SNIP ----
RunSetupCommandW is always invoked with szInfSection=NULL, which causes it to
attempt to use the [DefaultInstall] section which is not present.
--
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=13548
Summary: Wine's setupapi does not know how to recursively delete
registry keys
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
On Windows (XP) the following inf file deletes the Telephony registry key
without trouble, even though it has lots of subkeys and values.
---
[version]
signature="$CHICAGO$"
[DelTest]
DelReg=DelTestReg
[DelTestReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Telephony
---
In Wine this fails unless the Telephony registry key has no subkey.
Notes:
* You can run the inf file with the following command:
rundll32 setupapi.dll,InstallHinfSection DelTest 128 c:\deltest.inf
* The above command needs a full path to the inf file.
* Obviously, don't do this on a real Windows machine unless you know how to
restore your Telephony registry key. If you must try this on Windows, then the
best is to do it in a virtual machine with a good snapshot.
--
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=38334
Bug ID: 38334
Summary: SpinTires crashes with unimplemented function
d3dx9_36.dll.D3DXFrameFind
Product: Wine
Version: 1.7.39
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Crashes at launch.
wine: Call from 0x7b8394e4 to unimplemented function
d3dx9_36.dll.D3DXFrameFind, aborting
--
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=24436
Summary: the ping command with a wine cmd does nothing
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joachim.backes(a)rhrk.uni-kl.de
I built wine from the git version
wine-1.3.2-225-g5815b63.
Then I called "wine cmd", so the cmd utility is started. Then I enter
ping 131.246.137.16
(that is a valid IP address), but the output is only
fixme:ping:main this command currently just sleeps based on -n parameter
and nothing more happens.
My platform: Fedora14 with all updates, kernel 2.6.35.4-12.fc14.i686, network
is fully operable.
--
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=26304
Summary: Rayman 2 Demo system menu item doesn't work
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is a followon to bug 26303, but is about the system menu, not desktop
icons.
The system menu item created by winemenubulder for Rayman 2 Demo does this:
env WINEPREFIX="/home/dank/.local/share/wineprefixes/rayman2_demo" wine
C:\\windows\\command\\start.exe /Unix
/home/dank/.local/share/wineprefixes/rayman2_demo/dosdevices/c:/users/dank/Start
Menu/Programs/Ubi Soft Games/Rayman 2 Demo/1 To Play Rayman 2 Demo.lnk
This doesn't work, it says file not found. If you quote the path to the
.lnk file, you get a second problem.
--
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=31151
Bug #: 31151
Summary: Pegasus Mail v4.63 - err:seh:setup_exception_record
stack overflow 848 bytes in thread 0009 eip 681d24b8
esp 00230fe0 stack 0x230000-0x231000-0x330000
Product: Wine
Version: 1.5.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mccarthy(a)volny.cz
Classification: Unclassified
Created attachment 40895
--> http://bugs.winehq.org/attachment.cgi?id=40895
terminal output (debug)
Pegasus Mail 4.63 build 325 w/ IERenderer 2.4.7.2
pmail: http://download-us.pmail.com/w32-463.exe
Wine 1.5.8
Gecko: wine-1.5.6 (wine_gecko-1.6-x86.msi)
stack overflow
--
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=35454
Bug ID: 35454
Summary: 酷我音乐(KuWo Music) installer crashes
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Classification: Unclassified
Created attachment 47326
--> http://bugs.winehq.org/attachment.cgi?id=47326
terminal output.txt
0. download from http://down.kuwo.cn/mbox/kwmusic2014.exe
$ sha1sum kwmusic2014.exe
50a3bcc2b64b64e0a8ae7f79332c76cd5c3f6c96 kwmusic2014.exe
1. wine kwmusic2014.exe
It crashed
--
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=38265
Bug ID: 38265
Summary: World of Warcraft 64bit client can not open ticket
message from of GM
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hark110(a)163.com
Distribution: ---
GM send player ticket message can not display in the Customer Support of help
--
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=37593
Bug ID: 37593
Summary: Wine explorer column headers only appear on mouseover
when themed
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
Created attachment 50028
--> https://bugs.winehq.org/attachment.cgi?id=50028
Video showing the bug
Run wine explorer when running under Luna or a freely available theme.
Column headers are invisible until mouseover.
Video is attachment and also available here:
https://www.youtube.com/watch?v=8GpPr-n8epI&feature=youtu.be
--
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=32903
Bug #: 32903
Summary: Make test crash in d3d8
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Classification: Unclassified
Created attachment 43455
--> http://bugs.winehq.org/attachment.cgi?id=43455
Backtrace of the crash
This is under Ubuntu 13.04 and wine-1.5.23-27-gef4b7c5
OpenGL renderer string: Gallium 0.4 on AMD REDWOOD
OpenGL version string: 3.0 Mesa 9.0.2
OpenGL shading language version string: 1.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.
http://bugs.winehq.org/show_bug.cgi?id=32699
Bug #: 32699
Summary: Add StartupWMClass to .desktop files.
Product: Wine
Version: 1.5.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Schnuff_Forum(a)web.de
Classification: Unclassified
See launchpad bug here: https://bugs.launchpad.net/unity/+bug/702452
In Ubuntu Unity applications run via wine have the default wine-icon (the
wine-bottle) in the "Running Program-Icons"-bar (The Task-bar).
Thus all applications are getting "stacked" under one icon.
To stop this behavior you have to write in each (generated) .desktop-file the
Line:
StartupWMClass=<name of the exe-file>
Example Firefox:
StartupWMClass=firefox.exe
Wine should do this automatically after I installed my program, so the users
would get the expected Icons and "Stacking-Mechanism" in Unity.
--
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=29774
Bug #: 29774
Summary: Texture filtering doesn't work in nGlide
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mihal812ag(a)gmail.com
Classification: Unclassified
Created attachment 38665
--> http://bugs.winehq.org/attachment.cgi?id=38665
NFS: Porsche Unleashed as it works with nGlide
When I run games, such as Mortal Kombat 4, or Need for Speed: Porsche Unleashed
using nGlide Glide wrapper, there is no texture filtering. Textures look
pixelated as if it were sotware rendering.
--
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=10744
Summary: Robot Arena main menu is extremely slow
Product: Wine
Version: 0.9.50.
Platform: PC
URL: http://www.topdownloads.net/games/view.php?id=4536
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
The main menu for this game is very, very slow. Sound seems to be okay though.
The Direct3D menu/cursor are lagged to hell though. This also makes it very
hard to click stuff. Fixme's present:
fixme:win:EnumDisplayDevicesW ((null),0,0x34f5d8,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:d3d:IWineD3DClipperImpl_SetClipList (0x215cc0,0x8c32f0,0),stub!
fixme:dsound:mmErr Unknown MMSYS error 2
fixme:dinput:SysMouseAImpl_Acquire Clipping cursor to (0,0)-(640,480)
Demo available at url. (Finally, an application with a bug that actually has a
*demo*...)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11811
Summary: App sees no COM ports although COM1...5 defined in
dosdevices
Product: Wine
Version: 0.9.56.
Platform: PC
URL: http://rosepointnav.com/CoastalExplorer/Trial/default.ht
m
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n5470(a)pinefields.com
Created an attachment (id=11072)
--> (http://bugs.winehq.org/attachment.cgi?id=11072)
Screen shot w/ error message
Coastal Explorer has an Options section for connecting the app to COM ports for
I/O (Tools -> Options -> Instruments -> Port Settings). All available COM
ports are listed when running under Windows. Under Wine, none are found (see
attached screen shot). Defined COM1...4 (/dev/ttyS0...3) and COM5
(/dev/ttyUSB0) were all chmod to 666 to ensure permissions weren't a problem;
the problem remains.
Without serial I/O, the app's function of reading a GPS' serial stream and
writing commands to an autopilot controller (also via serial stream) is lost.
Without it CE functions only as a trip planner and tide predictor.
--
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.