https://bugs.winehq.org/show_bug.cgi?id=51621
Bug ID: 51621
Summary: Wineboot fails to create 64-bit prefix if
$HOME/.cache/gstreamer-1.0/registry.x86_64.bin is
missing.
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: igo95862(a)yandex.ru
Distribution: ---
That file is gstreamer plugin cache.
For some reason wine fails to create it if its missing.
This causes the wineboot to hang up and timeout.
However, running tools like gst-inspect-1.0 without the cache file present will
properly initialize 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.
https://bugs.winehq.org/show_bug.cgi?id=51611
Bug ID: 51611
Summary: Mouse cursor appears as a black square in 3D software
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: reserv0(a)yahoo.com
Distribution: ---
Greetings,
There is a bug that appeared in Wine v6.10 and that has not yet been fixed.
When using a 3D software (I am seeing it with Poser 7 but others have seen it
with games as well, as shows this Reddit thread:
https://www.reddit.com/r/wine_gaming/comments/nzxrpg/black_square_instead_o…
), instead of its custom mouse pointer, I see a black square.
For now, I reverted to Wine v6.9 which is the last functioning version in this
respect.
--
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=51610
Bug ID: 51610
Summary: Cygwin (x64) programs only run when piped
Product: Wine
Version: 6.14
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 70466
--> https://bugs.winehq.org/attachment.cgi?id=70466
Test binaries to reproduce the issue
Might or might not be related to bug 40528. And probably bug 51609.
Tested with cygwin 3.2.0. Fresh WINEPREFIX.
Binaries using cygwin1.dll just silenty quit when run.
Like "wine test.exe" quits without working.
When running then with "wineconsole test.exe" it silently quits as well.
However, when called like "wine test.exe &> test.log" it works.
Attaching test binaries for simplicity.
--
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=51609
Bug ID: 51609
Summary: Cygwin (x86) programs only run with wineconsole
Product: Wine
Version: 6.14
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 70465
--> https://bugs.winehq.org/attachment.cgi?id=70465
Test binaries to reproduce the issue
Might or might not be related to bug 40528.
Tested with cygwin 3.2.0. Fresh WINEPREFIX.
Binaries using cygwin1.dll just silenty quit when run.
Like "wine test.exe" quits without working.
When running then with "wineconsole test.exe" it works.
However, when called like "wine test.exe &> test.log" it works.
Attaching test binaries for simplicity.
--
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=51605
Bug ID: 51605
Summary: R returns Cygwin warning and installation error during
package installation
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: virtualreal(a)gmail.com
Distribution: ---
Hello,
(specific details like versions & sources can be found below)
Using R with the Devtools library I try to install a package called Catboost,
with the following R script:
--
install.packages("devtools", dependencies = TRUE)
library(devtools)
devtools::install_url('https://github.com/catboost/catboost/releases/download/v0.26.1/catboost-R-W…')
--
Devtools was already installed successfully, but the last command
(devtools::install_url...) returns:
--
Downloading package from url:
https://github.com/catboost/catboost/releases/download/v0.26.1/catboost-R-W…
Cygwin WARNING:
Couldn't compute FAST_CWD pointer. This typically occurs if you're using
an older Cygwin version on a newer Windows. Please update to the latest
available Cygwin version from https://cygwin.com/. If the problem persists,
please see https://cygwin.com/problems.html
Error: Failed to install 'unknown package' from URL:
Does not appear to be an R package (no DESCRIPTION)
--
Under Windows 8 the same installation script runs fine:
--
Downloading package from url:
https://github.com/catboost/catboost/releases/download/v0.26.1/catboost-R-W…
checking for file
'C:\Users\Admin\AppData\Local\Temp\Rtmp6tcsba\remotesd9c63bc54db\catboost/DESCRIPTION'
...
√ checking for file
'C:\Users\Admin\AppData\Local\Temp\Rtmp6tcsba\remotesd9c63bc54db\catboost/DESCRIPTION'
(1.1s)
- preparing 'catboost': (2s)
checking DESCRIPTION meta-information ...
√ checking DESCRIPTION meta-information
- checking for LF line-endings in source and make files and shell scripts
(430ms)
- checking for empty or unneeded directories
- building 'catboost_0.26.1.tar.gz'
* installing *source* package 'catboost' ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
converting help for package 'catboost'
finding HTML links ... done
catboost.caret html
catboost.cv html
catboost.drop_unused_features html
catboost.eval_metrics html
catboost.get_feature_importance html
catboost.get_model_params html
catboost.get_object_importance html
catboost.get_plain_params html
catboost.load_model html
catboost.load_pool html
catboost.predict html
catboost.restore_handle html
catboost.save_model html
catboost.save_pool html
catboost.shrink html
catboost.staged_predict html
catboost.sum_models html
catboost.train html
catboost.virtual_ensembles_predict html
dim.catboost.Pool html
dimnames.catboost.Pool html
head.catboost.Pool html
print.catboost.Model html
print.catboost.Pool html
summary.catboost.Model html
tail.catboost.Pool html
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (catboost)
Making 'packages.html' ... done
--
For R, check https://mirror.lyrahosting.com/CRAN/ I'm forced to use the Windows
version due to a dependency from another Windows program.
I use the latest version of Cygwin: 2.909, 64-bit.
I use the 64-bit version of Bunsenlabs, which is based on Debian 10.
In case you need any more info, please let me know.
Thanks!
--
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=42859
Bug ID: 42859
Summary: .Net program doesn't use native visual c++ run-time
despite override
Product: Wine
Version: 2.6
Hardware: x86
URL: http://download1324.mediafire.com/a9qj7l083vxg/ah10ud0
7vdvlco8/Athena%5C%27s+Armor+Set+Search+MHGen+v0.96b.z
ip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Found using a program called "Athenas Armor Set Search MHGen v0.96b" (download
link added).
Installed it in a fresh wineprefix with
"WINEARCH=win32 winetricks -q dotnet20 vcrun2008",
but it crashes due to an unimplemented function:
> wine: Call from 0x7b43d2dc to unimplemented function msvcm90.dll.?_Cin_func@std@@YAAAV?$basic_istream@DU?$char_traits@D@std@@@1@XZ, aborting
> wine: Call from 0x7b43d2dc to unimplemented function msvcm90.dll.?ThrowModuleLoadException@<CrtImplementationDetails>@@YAXP$AAVString@System@@P$AAVException@3@@Z, aborting
Now, if using winecfg and changing the DLL-override for msvcm90.dll from
"native, then builtin" to "native (windows)" it works.
But I expected it to work either way. Maybe due to the fact it's a .NET
program, but really not sure.
--
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=51627
Bug ID: 51627
Summary: recent GetAdaptersAddresses() changes break Temtem
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: justinrun(a)gmail.com
Distribution: ---
As of wine v6.15, Temtem crashes on startup. It was fine in v6.14.
GloriousEggroll discovered that reverting these 3 recent commits fixes the
issue:
091c92521ee22558bbc2adcdd8b18b213d818180
fade7a5862a31d26c7368818824cce6c4988a1b3
3bace8862f1b49e40574d1c9647e6984f10d026f
Seems like the reimplementation of GetAdaptersAddresses() ontop of nsi caused
the issue.
--
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=21639
Summary: Test report submitted 634 times (automated attack?)
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
I just logged into the AppDB, and the test report queue has 640 items. 634 of
them are repeats of the same test report, submitted at a rate of about 3 per
second starting February 08 2010 02:46:58 and ending February 08 2010 02:51:13.
Automated attack, or has the AppDB just gone nuts?
--
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=51657
Bug ID: 51657
Summary: Gaea installer doesn't recognize wine mono, wants to
install .NET 4.8
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
The program says that .NET 4.8 is not installed and offers to install it. AFAIK
wine-mono should provide .NET 4.8, and the application should not complain.
Minor issue since you can just skip the installation of .NET 4.8.
--
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=51654
Bug ID: 51654
Summary: DebBuster: winehq-stable inst.: Depends: wine-stable
(= 6.0.1~buster-1): where to find wine-stable?
Product: Wine
Version: 6.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: roger.weihrauch(a)gmail.com
Distribution: ---
Hello @all
I tried to setup winehq-stable as described this way:
https://wiki.winehq.org/Debian on Debian Buster 10.10.
Following error message appears on missing/unfullfilled dependancy:
The following packages have unmet dependencies:
winehq-stable : Depends: wine-stable (= 6.0.1~buster-1)
E: Unable to correct problems, you have held broken packages.
So, Where to find wine-stable to solve this?
On my host system there is only:
wine64/oldstable 4.0-2 amd64
Windows API implementation - 64-bit binary loader
or:
wine32/oldstable 4.0-2 i386
Windows API implementation - 32-bit binary loader
How to do this setup?
Any help and/or suggestion will be highly appreceated.
Thanks and kind regards
Roger
--
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.