https://bugs.winehq.org/show_bug.cgi?id=39811
Bug ID: 39811
Summary: GetLongPathName not working on case insensitive
filesystems when short path is passed
Product: Wine
Version: 1.7.49
Hardware: x86
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: piotr.caban(a)gmail.com
When short path is passed to GetLongPathName on case insensitive file system
(and it's not vfat) it will fail. So far I have only confirmed the issue on Mac
(when both read_directory_getattrlist and read_directory_stat is used). But I
think there will be similar problem if case insensitive FS is used on Linux.
It's a regression that breaks some functionality in Quicken 2013.
It's caused by following commits:
- read_directory_getattrlist: 5c98448aa3acb9bac40a0afa28ffbee3001081d0
- read_directory_stat: 2f0febe60a9f0b29840fc8d60679a8585b788ad5
Steps to reproduce the problem (on case insensitive file system):
touch ~/.wine/drive_c/somelongname
char short_path[256], path2[256];
printf("%x\n", GetShortPathNameA("c:\\somelongname", path, sizeof(path)));
printf("%s\n", path);
printf("%x\n", GetLongPathNameA(path, path2, sizeof(path2));
printf("%s\n", path2);
Output:
b
c:\SOME~LJ0
0
Correct output will be following:
b
c:\SOME~LJ0
f
c:\somelongname
--
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=39953
Bug ID: 39953
Summary: StarCraft II: 64bit client crashing regularly due to
access violation (0xC0000005)
Product: Wine
Version: 1.9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hybrid(a)onlinehome.de
Distribution: ---
Created attachment 53380
--> https://bugs.winehq.org/attachment.cgi?id=53380
Starcraft2 crash log
The 64bit client crashes frequently as in it will close the game and Blizzards
error reporter will pop up. The higher the graphics settings, the faster the
crashes will appear. From graphics preset "low" and texture preset "medium" on
up it'll crash in every 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=39611
Bug ID: 39611
Summary: any video converter (AVC) crashs after converting a
video
Product: Wine
Version: 1.7.28
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mr_mke(a)yahoo.com
Distribution: ---
Created attachment 52782
--> https://bugs.winehq.org/attachment.cgi?id=52782
backtrace information
after converting a video in AVC (Any Video Converter) the program crashes and
if there was other videos they are not converted
--
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=39678
Bug ID: 39678
Summary: Zararadio can not read folder/file name path with
Latin characters
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jotape1960(a)yahoo.com
Distribution: ---
Zararadio (a radio automation software for windows) needs to use special text
files called:
*.rot (rotations, are playlists which will be played one audio file each time
it is called from the central control; it is intended to animations).
*.seq (sequences, are playlists which will be played full, from the first to
the last audio files in the list, each time it is called; it is intended to
advertising break).
Well, the issue is that if those special files have references to folders
and/or files which names have Latin characters (ñ, Ã, ó, ~, etc.), the program
can not read it well and it truncates those path into blank spaces after the
first Latin characters in the line.
For example: If the original path is:
D:\PROGRAMAS\COMERCIALES\La Malagueña 2.mp3
(Reference to an advertising audio file)
The software reads it as:
D:\PROGRAMAS\COMERCIALES\La Malague ...blank spaces...
(because of the ñ character)
As a result of that, the scheduled events (the main reason to use the software)
doesn't work so fine (the audio files with Latin characters aren't be played),
so... It isn't useful as an automatic schedule program.
I use Wine 1.6.2 into Ubuntu Studio 15.10
(BTW: How can I install the latest version of Wine?)
--
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=39974
Bug ID: 39974
Summary: Thumb slider doesn't respond to key events
Product: Wine
Version: 1.9.1
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Download these examples
http://www.bcgsoft.com/download/BCGControlBarProDemo.zip
To work around a drawing issue.
disable d2d1 dll.
Run the DiagramEditor.exe example
Select the "RoundBox" on screen
In Diagram Properties List, Click the ... of Outline Brush
This will show the Edit Brush dialog.
Move Opacity Slider to about half way though.
Use the keyboard to move the slider.
Left,Right,PgUp,PgDown,End,Home.
The preview reflects there is a change but the thumb stays in the same place.
--
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=38076
Bug ID: 38076
Summary: GameRanger: unimplemented function
dnsapi.dll.DnsFlushResolverCacheEntry_A
Product: Wine
Version: 1.7.34
Hardware: x86
URL: http://www.gameranger.com/download/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dnsapi
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
GameRanger is an advertisement and subscription-based online multiplayer game
front-end for many games, especially old titles. Free download link to the
installer in the URL.
The client requires mfc42.dll (winetricks -q mfc42) and Adobe Flash. The Flash
12 install option was broken in my version of winetricks but the client opens
the default web browser to the Flash download page. I didn't have any problems
installing Flash 16.
During installation the client will ask for an email address and new password
to create an account (will send verification link to the email account).
When launched, it will park in the system tray. IIRC it then shows the release
notes and asks for the login credentials. It gets stuck logging in (animated
dialog) due to this missing function.
The workaround is to use a native dnsapi.dll. I used the SP2GDR (Service Pack
2 General Distribution Release) version from the WindowsXP KB945553 security
update to get it working. The update hung for some reason when I started it :D
so I simply copied the DLL out of the temp directory it created.
I think bug #32204 may the same problem but the reporter never verified it.
--
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=28113
Summary: winverbs doesn't work
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joserojales(a)hotmail.com
When I try to start the program, it fails.
--
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=39954
Bug ID: 39954
Summary: StarCraft II: 64bit client only runs with lowest
shader settings
Product: Wine-staging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hybrid(a)onlinehome.de
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 53382
--> https://bugs.winehq.org/attachment.cgi?id=53382
stderr and stdout when changing shader settings in-game
The 64bit client only works when shaders are set to low. Setting shaders to low
also impacts a variety of graphics settings in StarCraft II so it might not
only be tied to shaders.
Trying to set shaders on anything higher in-game and then clicking on "accept"
will freeze the screen (doesn't turn black), cursor remains controllable, music
runs until the end (doesn't start to play again). The "game needs to be
restarted" dialog doesn't appear, clicking on visible elements from the options
menu doesn't do anything.
Setting shaders on anything higher than low in the 32bit client, quitting and
then starting the 64bit client results in a black screen freeze right at the
loading screen.
--
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=39752
Bug ID: 39752
Summary: The elder scrolls IV: Oblivion issues
Product: Wine
Version: 1.7.53
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 0isavalidnumber(a)gmail.com
Regression SHA1: 09eda02b6896f5fe4ca7db5e1c13cbc67f8118e8
Distribution: ArchLinux
Created attachment 53026
--> https://bugs.winehq.org/attachment.cgi?id=53026
The stderr when running the game for long enough to see the bug
Text on menu buttons are grey
The eye icon that's supposed to appear when sneaking and only light up if
anyone sees you is constantly displayed and lighted up, regardless of wether
you're sneaking(and if you are, seen) or not.
There is also a grayed out text "Hotkey" visible while playing.
https://i.imgur.com/qvJcsSk.pnghttps://i.imgur.com/aU4eVF9.png
All of these issues seem to be caused by the same commit
(09eda02b6896f5fe4ca7db5e1c13cbc67f8118e8) (The one before it worked just fine)
--
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=39952
Bug ID: 39952
Summary: trackbar thumb always at zero on dialog load.
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Download these examples
http://www.bcgsoft.com/download/BCGControlBarProDemo.zip
To work around a drawing issue.
disable d2d1 dll.
Run the DiagramEditor.exe example
Select the "RoundBox" on screen
In Diagram Properties List, Click the ... of Outline Brush
This will show the Edit Brush dialog.
Change the Opacity Slider to something other then 0.
Click OK.
Reopen of the Edit Brush dialog.
The slider is back at zero, it should be the last saved value.
--
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.