https://bugs.winehq.org/show_bug.cgi?id=46810
Bug ID: 46810
Summary: MusicBee getting errors (and after a bit, crashing)
when opening seemingly any popup menu and album art
does not show up properly.
Product: Wine
Version: 4.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: newbie13xd(a)gmail.com
Distribution: ---
Created attachment 63834
--> https://bugs.winehq.org/attachment.cgi?id=63834
Image showcasing what MusicBee looks like playing music
MusicBee installs and loads up just fine. It's able to detect seemingly all my
music, however, it does ask me if I want to abort the music scan after it has
finished, something it does not do when running in Windows. This popup can
easily be dismissed and the music shows up regardless.
Once in MusicBee music does play like usual, with no, to me, perceivable
degrade of audio quality. With this said, however, most artist covers do not
show up (these are downloaded from the Internet, and many more show up in
Windows than under Wine) and no album covers show up, except as background for
the music controls where it should not be displayed (see attachment).
Other than that, opening mostly any menu that displays a popup (such as most
settings) generates an error which sometimes can be dismissed, other times not
and MusicBee crashes after a bit (seemingly after the current track has
finished playing).
--
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=46837
Bug ID: 46837
Summary: Happy Foto Designer cannot connect to server.
Product: Wine
Version: 4.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: martin.marmsoler(a)gmail.com
Distribution: ---
Hello,
the application HappyFoto-Designer from https://www.happyfoto.at/ is not able
to connect to the server and shows always "Verbindung zum Server wird
aufgebaut". Somebody helped me with that and I had to install msxml to get it
working
winetricks -q msxml3
--
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=33117
Bug #: 33117
Summary: Can't load Bach41.ttf with CreateFontIndirect under
Wine - this works fine in Windows
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: forums(a)robertinventor.com
Classification: Unclassified
Created attachment 43794
--> http://bugs.winehq.org/attachment.cgi?id=43794
Bach41 True Type Musicological Font
The code is simple:
Basically I'm just using
hFont=CreateFontIndirect(&lfTest);
with
strcpy(lfTest.lfFaceName,"Bach");
When I select this font into an example hdc, then use GetTextFace(..) to check
which font was selected, then it reports that it found Martlett. Under Windows
it finds the Bach font.
Why can't it find the Bach font, and why does it find Marlett instead?
It seems to be installed okay in my version of Wine since it shows up fine in
the font dialog launched from within my program (using ChooseFont).
It displays the characters fine within that dialog too.
But I can't seem to use it within my application under Wine.
Also - may be related - if I try to set the font for a selection of text in a
rich text field to the Bach font, again this doesn't work in Wine though it
works fine in Windows.
Everything is fine in Windows.
I also tried using AddFontResourceEx(szFontPFile,FR_PRIVATE,0);
- but wasn't able to load it from
I attach the Bach41.ttf font as an attachment.
Thanks for your help. I have been puzzling over this for several days now and
can't find a solution, but as you see, I have reduced the issue to a few lines
of code, which should help.
Here is the actual source code I used for testing this bug:
----------------------------------------------------
/**
Extract from the code:
(where SpecialDebugLogLine() just outputs a time stamped version of the line to
a file).
**/
#define ONE_K 1024
void TestCreateFontIndirectFor(char *szfont,int ichar_set)
{
LOGFONT lfTest;
HFONT hFont=NULL,hFontWas=NULL;
char szt[ONE_K];
char szfont_found[ONE_K];
HDC hdc=GetDC(NULL);
memset(&lfTest,0,sizeof(lfTest));
lfTest.lfHeight=12;
lfTest.lfCharSet=ichar_set;
strcpy(lfTest.lfFaceName,szfont);
hFont=CreateFontIndirect(&lfTest);
hFontWas=SelectObject(hdc,hFont);
GetTextFace(hdc,1024,szfont_found);
sprintf
(szt,"***Test of CreateFontIndirect for %s***\n"
"Font found: %s\n\n",szfont,szfont_found
);
SpecialDebugLogLine(szt);
SelectObject(hdc,hFontWas);
DeleteObject(hFont);
hFont=NULL;
ReleaseDC(NULL,hdc);
}
void TestCreateFontIndirect(void)
{
SpecialDebugLogLine("\n\n****TestCreateFontIndirect****\n\n");
TestCreateFontIndirectFor("Courier",0);
TestCreateFontIndirectFor("Arial",0);
TestCreateFontIndirectFor("Bach",SYMBOL_CHARSET);
}
/**
and the output from Wine is:
****TestCreateFontIndirect****
2.06.41 AM March 04, 2013 (2746.3):***Test of CreateFontIndirect for Courier***
Font found: Courier
2.06.41 AM March 04, 2013 (2746.32):***Test of CreateFontIndirect for Arial***
Font found: Arial
2.06.41 AM March 04, 2013 (2746.34):***Test of CreateFontIndirect for Bach***
Font found: Marlett
2.06.41 AM March 04, 2013 (2746.35):
Test of AddFontResourceEx for CreateFontIndirect***
2.06.41 AM March 04, 2013 (2746.35):***Test of CreateFontIndirect for Bach***
Font found: Marlett
**/
--
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=46875
Bug ID: 46875
Summary: Corrupt screen and bad refresh on mouse movement when
running Ultima Online
Product: Wine
Version: 4.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aviopene(a)gmail.com
Distribution: ---
Created attachment 63937
--> https://bugs.winehq.org/attachment.cgi?id=63937
Ultima Online screen corruption and bad refresh only with mouse movement
I've had this bug even before wine-3.0 I think. Just today I've upgraded to
wine-4.4 on Ubuntu 18.04 (amd64, wine32) and the bug showed up after just a
couple of hours of run time.
The bug shows up randomly, sometimes after many hours of the same instance of
the game client running, but especially after having logged out one character
to make another character enter the game (this also causes the game screen to
resize from 1920x1080 to 640x480 and maybe some re-initialization that triggers
the bug).
In short, the screen goes all grey and then, moving the mouse cursor, one can
"manually refresh" only a few screen blocks at a time, with the end product
being a completely corrupt game screen (see attachments).
Does anyhone have a clue about what's going on here? Is there a simple export
DISABLE_SOMETHING_GL=1 workaround that can fix this bug?
Thanks!
Avio
--
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=46739
Bug ID: 46739
Summary: Prototype has garbled sound when using FAudio
Product: Wine
Version: 4.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 63743
--> https://bugs.winehq.org/attachment.cgi?id=63743
log
wine-4.2-236-gd88f129507
--
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=22409
Summary: Dxdllreg.exe encountered a problem and closed
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ashl1future(a)gmail.com
Created an attachment (id=27427)
--> (http://bugs.winehq.org/attachment.cgi?id=27427)
Backtrace for MTG Online (dxdllreg.xe)
I installed Magic The Gathering Online (latest MTGOInstall.exe).
Before I installed "Mono 2.20 for Windows" by winetricks.
MTGO installed DirectX but I know shouldn't install DirectX in Wine. So after
MTGO started (wine "C:\Program Files\Magic Online\Renamer.exe") (it also
started Kicker.exe), error occured (The program dxdllreg.exe has encountered a
serious problem and needs to close. We are sorry for the inconvenience.)
And the program started with bad graphic and the "Unknown error" for less then
second.
--
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=46855
Bug ID: 46855
Summary: system.drawing.fontfamily.families property has no
access to windows fonts in drive_c/windows/Fonts
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: MyBugzilla(a)mailinator.com
Distribution: ---
https://docs.microsoft.com/en-us/dotnet/api/system.drawing.fontfamily.famil…
Installed Microsoft core fonts (Arial etc). NotePad see all fonts.
But T=the FontFamilies/Families property in .Net returns only returns names of
all fonts in the Linux OS. But it does not return any of the fonts in
drive_c\Windows\Fonts
How does a .net program access the fonts in drive_c/Windows/Fonts
--
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=46448
Bug ID: 46448
Summary: MATLAB Runtime installer wants administrator rights
Product: Wine
Version: 4.0-rc5
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: craig(a)cottingham.net
Created attachment 63231
--> https://bugs.winehq.org/attachment.cgi?id=63231
Log output
macOS 10.14.2
XQuartz 2.7.11
Wine 4.0-rc5 development + 64 bit support
winetricks stable 20181203, HEAD (installed via Homebrew)
installed vcrun2012
Download MATLAB Runtime R2017b (for Windows) from
http://ssd.mathworks.com/supportfiles/downloads/R2017b/deployment_files/R20…
(SHA-1: d7387891df664e2fb6fad08a144423669d68ee19)
Launch "Wine Devel". `cd` to the directory containing the installer and run
wine MCR_R2017b_win64_installer.exe
WinZip self-extractor runs successfully, then launches the MCR installer.
The installer launches successfully, but when you click on "Next >", you get a
"Permissions error" alert with "You must have administrator privileges to
install this application. Please contact your system administrator." Clicking
"OK" terminates the installer.
Log output from running "wine MCR_R2017b_win64_installer.exe 2>&1 | tee
MCR_R2017b_win64_installer.log" is attached.
--
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=46859
Bug ID: 46859
Summary: Medibang Paint Pro Version 23.1 32-bit Windows through
wine: Pop-up windows and drop-down menus open in wrong
monitor
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sashakitz-jen(a)protonmail.com
Distribution: ---
Created attachment 63915
--> https://bugs.winehq.org/attachment.cgi?id=63915
Terminal log
No matter what one of my four monitors Medibang's main window is dragged to,
the initial start pop-ups and all menu drop-downs open in the top-left corner
of my right-most monitor.
program download link:
https://medibangpaint.com/static/installer/MediBangPaintPro/MediBangPaintPr…
--
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=42839
Bug ID: 42839
Summary: Text Area is not editable/text not shown in MyHeritage
Family Tree Builder
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)agilob.net
Distribution: ---
Created attachment 57933
--> https://bugs.winehq.org/attachment.cgi?id=57933
screenshot of faulty filed
Text area "Notes" in a persons profile is not editable and text saved there is
not shown.
The text area in screenshot is not editable, clicking there does nothing,
typing there does nothing. If I load existing project with notes on a person it
doesn't show anything.
Last time I used it was over a year ago and the filed worked as expected on the
same system (arch linux).
I tried downloading all fonts using winetricks and starting wine with
-no-dwrite but it doesn't change anything.
--
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.