https://bugs.winehq.org/show_bug.cgi?id=43823
Bug ID: 43823
Summary: FL Studio: Cannot play wav files
Product: Wine
Version: 2.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tichit.bryce(a)gmail.com
Distribution: ---
Hello,
I have an issue with wine when I use it on FL Studio (x64), I can't play any of
the wav files with the program. I tried many things in order to get it working
but I'm no wine expert.
Launching FL Studio in a terminal doesn't give me a lot more information, but
it seems like it is a system-wide issue since I tried to play a wav directly
with wine (and a windows soft called Gspot) and it doesn't work indeed I've got
a "unable to render the audio" issue.
Also if I try to open a media file (mp3 or wav, I did not test other formats)
with foobar2000 it doesn't work. Error "Unrecoverable playback error: Audio
data format not supported by this device (0x88780064)" while playing a wav
file.
Anyone has any clues on how to troubleshoot this issue? I file this as a bug
but maybe there is a codec issue or something.
Regards.
--
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=31563
Bug #: 31563
Summary: Problem with an usb-serial card reader
Product: Wine
Version: 1.5.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matthieu.nue(a)gmail.com
Classification: Unclassified
I would like to use a cards reader (twin30
http://medprice.fr/lecteur-carte-vitale-fixe/lecteur-sesam-vitale-twin30-us…)
on linux with a windows programm.
The cards reader is a native serial device but it solds with a USB-serial
converter.
For testing the cards reader, i use a little programme named cpgesw32.exe.
On windows, it works.
On linux, it works with the equivalent program for linux.
So my card reader works on linux.
Now i want testing my cards reader with cpgesw32.exe on linux with wine.
The cards reader freeze after several seconds.
So i look the source code of wine.
The freeze of the device happens with the command
KERNEL32.WriteFile(0000004c,0033f2a4,00000009,0033f13c,00000000).
To continue, i used an usb sniffer. Before the freeze, the cpgesw32's program
call several command :
KERNEL32.GetCommState(0000004c,003552c0)
KERNEL32.SetCommState(0000004c,003552c0)
KERNEL32.GetCommTimeouts(0000004c,0033f8f8)
and others.
When KERNEL32.GetCommState(0000004c,003552c0) is called, the wine programm
launch :
- get_baud_rate
- get_line_control
- get_hand_flow
- get_special_chars
With the sniffer, i noticed that only the first command (get_baud_rate)
transmit a packet on the usb. After that, nothing on the usb port before the
WriteFile.
I noticed that if i open a connexion with my serial-usb device, only one
command works. If i want a second command, i need to close the conexion and
reopen it.
I suppose this is the object of the "server_get_unix_fd" function for wine.
So,
- is everyserial device works like that (one command by connexion) or is it
only my device ?
- is someone can help me on the "server_get_unix_fd" function ?
Thank you and sorry for my english (french speaker).
Matteli
--
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=52521
Bug ID: 52521
Summary: RMS Express: Intermittent TCP connections between
program components
Product: Wine
Version: 7.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eric.wheez(a)gmail.com
Distribution: ---
Context: RMS Express is a "Email over Radio" email-like client that interfaces
with sound modems (sound is then sent over radio to listening stations), much
like the old dial-up modems of the 1990's. Its modems are separate programs
that connect to it over local TCP.
Problem: I would technically call this a minor bug, but since many users of
this program don't like using computers and might not try closing and
re-running RMS Express, I would consider it basically a 'crash' for this
program. RMS Express's code can be peeked at with ILspy and ARDOP (one of the
modem programs) is open-source (available by joining
https://ardop.groups.io/g/main - and then later joining
ardop.groups.io/g/developers )
System:
- Happens on Debain 10/x86 (VMWare) & on RPi4/armv7l (see
https://github.com/WheezyE/Winelink/)
- Using wine-devel-7.1 (has been present since at least wine-devel-5.19 -
haven't tried earlier than that)
- Happens whether using wine-mono or .NET 4.6 (so we can rule out a wine-mono
bug)
Installation: If you're interested, here are some quick install commands &
notes.
```
# Set up wine
# NOTE: wine-mono is also required for RMS Express!
winetricks -q win7 sound=alsa # for RMS Express
winetricks -q vb6run pdh_nt4 win7 sound=alsa # for VARA
# Install RMS Express & VARA HF/FM (no matter what their version numbers are)
# NOTE: ARDOP, VARA HF, & VARA FM need the user to configure soundcards after
installation.
mkdir rmsdownloads 2>/dev/null; cd rmsdownloads
sudo apt-get install curl megatools p7zip-full -y
# Download / extract RMS Express
echo -e "\nDownloading and installing RMS Express . . .\n"
wget -q -r -l1 -np -nd -A "Winlink_Express_install_*.zip"
https://downloads.winlink.org/User%20Programs
7z x Winlink_Express_install_*.zip -o"WinlinkExpressInstaller"
wine WinlinkExpressInstaller/Winlink_Express_install.exe /SILENT
# Download / extract VARA HF
echo -e "\nDownloading VARA HF . . .\n"
VARAHFLINK=$(curl -s https://rosmodem.wordpress.com/ | grep -oP
'(?=https://mega.nz).*?(?=" target="_blank" rel="noopener noreferrer">VARA HF
v)') # Find the mega.nz link from the rosmodem website no matter its version,
then store it as a variable
megadl ${VARAHFLINK}
7z x VARA\ HF*.zip -o"VARAHFInstaller"
wine VARAHFInstaller/VARA\ setup*.exe /SILENT
# Download / extract VARA FM
echo -e "\nDownloading VARA FM . . .\n"
VARAFMLINK=$(curl -s https://rosmodem.wordpress.com/ | grep -oP
'(?=https://mega.nz).*?(?=" target="_blank" rel="noopener noreferrer">VARA FM
v)') # Find the mega.nz link from the rosmodem website no matter its version,
then store it as a variable
megadl ${VARAFMLINK}
7z x VARA\ FM*.zip -o"VARAFMInstaller"
wine VARAFMInstaller/VARA\ FM\ setup*.exe /SILENT
cd ..
rm -rf rmsdownloads
# NOTE: RMS Express requires a free user account, which you can sign up for on
first run of the program.
```
Terminal output: The terminal output segments when ARDOP connects to RMS
Express (vs when ARDOP fails to connect to RMS Express) look basically
identical
(process numbers -and also the address in ImmReleaseContext- change every run)
Connects:
---snip---
0238:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0238:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll",
(null), 0021E7F8, 00258AF8, 0021E7FC, 0021E7F0
0238:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll",
(null), 0021E7F8, 00258AF8, 0021E7FC, 0021E7F0
0238:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll",
(null), 0021E7F8, 00258AF8, 0021E7FC, 0021E7F0
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0238:fixme:imm:ImeSetActiveContext (0x2596c8, 1): stub
0238:fixme:imm:ImmReleaseContext (000200E4, 002596C8): stub
---snip---
Doesn't connect:
---snip---
0288:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0288:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll",
(null), 0021E7F8, 00258AF8, 0021E7FC, 0021E7F0
0288:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll",
(null), 0021E7F8, 00258AF8, 0021E7FC, 0021E7F0
0288:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll",
(null), 0021E7F8, 00258AF8, 0021E7FC, 0021E7F0
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0060:fixme:nsi:ipv6_forward_enumerate_all not implemented
0288:fixme:imm:ImeSetActiveContext (0x2596c8, 1): stub
0288:fixme:imm:ImmReleaseContext (000300EC, 002596C8): stub
---snip---
I'm excited to say I got this program working on Android (without root)
recently thanks to box86/Termux/PRoot https://youtu.be/FkeP_IW3GGQ?t=23 . Lots
of ham radio operators are using really old Windows PC's to run this software
on their message servers. Many people want to take this software with them in a
backpack too (without getting an expensive Windows tablet) or strapped to their
radio on a Raspberry Pi, and I think solving this weird intermittent TCP
connection issue in Wine could help make using wine with RMS Express pretty
popular.
--
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=42460
Bug ID: 42460
Summary: League of Legends performance degradation over time
Product: Wine
Version: 2.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: krzysztofmachura1(a)gmail.com
Distribution: ---
After 30-40 min in game any spell casted causes stutter and fps becomes a lot
lower.
I get ~25fps at 30 min as well as stutter, after restarting game its back at
~80fps without any sttuter
Checked with
Windows xp, winetricks d3dx9_39+old LoL launcher
Windows 10, winetricks d3dx9, d3dcompiler_47 set to native+old Launcher
It happens on wine-staging with CSMT on and CSMT off, as well as normal 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=39689
Bug ID: 39689
Summary: I was trying to open sims 4 then it said there was a
erroe but i was like whatever but now whenever i try
to open the game it is just blank. It seems to have a
error with origin
Product: Wine
Version: unspecified
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: yungeun123(a)yahoo.com
Created attachment 52923
--> https://bugs.winehq.org/attachment.cgi?id=52923
I was trying to load the game sims 4 but there seems to be a problem
I was trying to open sims 4 then it said there was a erroe but i was like
whatever but now whenever i try to open the game it is just blank
--
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=29071
Bug #: 29071
Summary: Falcon BMS 4: Low FPS on Wine 1.3.32
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: victhor.foster(a)gmail.com
Classification: Unclassified
Created attachment 37463
--> http://bugs.winehq.org/attachment.cgi?id=37463
In-game graphics settings window
Falcon 4 BMS runs with a very low framerate(5-7 FPS as reported by the in-game
FPS indicator) in Wine 1.3.32. However, in Wine 1.2.3, the game runs at 20-23
FPS.
The scene used for the tests was the same(default "Korea" theater, game was
started using "instant action" > "commit" button). Attached is a screenshot of
the settings window, the settings used were exactly the same for both Wine
versions.
I would just use 1.2.3 for the time being if it wasn't for a annoying bug,
where switching to another window while the game is being played(Alt+Tab)
causes the gameplay window to turn black(on menu windows, this doesn't happen).
This does not happen on 1.3.32.
--
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=21267
Summary: Fallout 3 GOTY: Crashes Randomly
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hibbsncc1701(a)yahoo.com
Created an attachment (id=25570)
--> (http://bugs.winehq.org/attachment.cgi?id=25570)
The Console log after a crash during the black screen after the opening video.
Fallout 3 Game of the Year Edition will crash in semi-random places when
starting a New game. Some of these places include the black screen right after
the opening video, after inputting the player's name, after customizing the
character, During the Birthday scene when you are shooting the radroach with
your BB Gun, etc. It seams to be a script executing error as the game is
usually supposed to be doing something (ie. controlling the radroach so it
doesn't attack the player, moving an NPC somewhere, setting game values(player
name, how the player looks) when it stops. The Game has two different crashes
for these events, but only one shows at anytime. The first one is obvious and
the rarest a Message box pops up saying the Program encountered an error an
needs to close. A stacktrace is able to be retrieved in this case. The second
one is a freeze, ie the game is no longer controllable by the user, and the
render has stopped. Music and sound effects (such as talking) still work until
the program is killed, but the player cannot make any sound effects such as
walking or shooting a gun. The game's menus are also disabled.
I've followed the hq's guides on getting the program to run, with the small
exception of manually installing the Games for Windows Live client and .Net
Framework. As the game's installer hangs when the installer for those
components have crashed, and thus must be killed to allow the installer to
continue.
It must be noted that a save game made after Vault 101 will work normally. It's
unknown if it's the result of the save being from another computer with the
game running normally or just after Vault 101 because i can't get the game past
Vault 101 when starting a new game.
System Specs:
Mandriva Linux 2010.0 X86_64
Intel Core 2 Quadcore
Latest Nvidia Drivers as of 1/5/2010
Wine 1.1.35 Mandriva Linux Repo
(If anyone needs more just ask.)
--
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=47819
Bug ID: 47819
Summary: Gramps does not display text labels, displays boxes
instead
Product: Wine
Version: 4.16
Hardware: x86-64
URL: https://www.gramps-project.org/wiki/index.php?title=Do
wnload#MS_Windows
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tobbi.bugs(a)googlemail.com
Created attachment 65316
--> https://bugs.winehq.org/attachment.cgi?id=65316
screenshot
$ wine --version
wine-4.16
$ openssl sha256 GrampsAIO-5.1.1-1_win32.exe
SHA256(GrampsAIO-5.1.1-1_win32.exe)=
fa32bb3914508844420fe602f6746ba8f77709775c584481b979a024e3e2a69a
Gramps does not display labels properly, it shows boxes instead.
--
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=26706
Summary: SolidWorks: Some tools cannot be activated
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maarten.bezemer(a)gmail.com
When clicking on the toolbar button or the menu item to activate a tool,
nothing happens.
Known tools which do not work:
- Plane (menu Insert -> Reference Geometry -> Plane)
- Convert Entities (menu Tools -> Sketch Tools -> Convert Entities)
But there are probably more occurences...?
Steps to reproduce:
- Start designing a new part
- Click the new plane button
Actual results:
Nothing happens
Expected results:
After clicking the button a new plane pane should show to fill in the
properties of the new plane and to actually create it.
--
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.