https://bugs.winehq.org/show_bug.cgi?id=44631
Bug ID: 44631
Summary: Malformed line 1 in source list
/etc/apt/sources.list.d/additional-repositories.list
(dist parse)
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tinflower2000(a)protonmail.com
Distribution: ---
Novice user of Linux Mint 17.2
Simply trying to install Wine 3.0.
Follow WineHQ install instructions.
CMD reads:
@ ~ $ sudo apt-add-repository 'deb
https://dl.winehq.org/wine-builds/ubuntu/trusty main'
@ ~ $ sudo apt-get update
E: Malformed line 1 in source list
/etc/apt/sources.list.d/additional-repositories.list (dist parse)
E: The list of sources could not be read.
@ ~ $ sudo apt-get install --install-recommends winehq-stable
Reading package lists... Error!
E: Malformed line 1 in source list
/etc/apt/sources.list.d/additional-repositories.list (dist parse)
E: The list of sources could not be read.
E: The package lists or status file could not be parsed or opened.
Wine install fails.
I hope I haven't made a nooby mistakes. I don't mean to divert your attention.
--
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=44621
Bug ID: 44621
Summary: Quake 2 Game not working
Product: Wine
Version: 3.1
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rexax007(a)gmail.com
forum.xda-developers.com/attachment.php?attachmentid=1640830&d=1358070370
--
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=44531
Bug ID: 44531
Summary: wine_get_host_version corrupts stack
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: nikolaysemenkov(a)gmail.com
Distribution: ---
Ubuntu 17.10
Once wine_get_host_version is called, the pointers it returns goes out of
scope, hence corrupt stack.
ie the object which goes out of scope is buf;
and its pointers: buf.sysname
Wine Code:
/*********************************************************************
* wine_get_host_version (NTDLL.@)
*/
void CDECL NTDLL_wine_get_host_version( const char **sysname, const char
**release )
{
#ifdef HAVE_SYS_UTSNAME_H
static struct utsname buf;
static BOOL init_done;
if (!init_done)
{
uname( &buf );
init_done = TRUE;
}
if (sysname) *sysname = buf.sysname;
if (release) *release = buf.release;
#else
if (sysname) *sysname = "";
if (release) *release = "";
#endif
}
--
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=44518
Bug ID: 44518
Summary: Wine 3.0 can't run Aquad 7 (data analysis program)
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: utentevino(a)20boxme.org
Distribution: ---
As per title Wine 3.0 is unable to run this free and open source data analysis
program. I had reported in the forum that an older version of Wine (2.18) would
throw the following error:
wine: Unhandled exception 0x0eedfade in thread 140 at address
0x7bca1ce0:0x7b43c69c (thread 0140), starting debugger...
err:seh:setup_exception_record stack overflow 880 bytes in thread 0140 eip
f7576c37 esp 00230fc0 stack 0x230000-0x231000-0x330000
With Wine 3.0 things did not improve, the software "initiliazes" but after
clicking ok it just crashes. In fact with the 3.0 when click to see more about
the error it doesn't produce anything as it gets stuck.
In the same thread an user replied with:
"Hi, I gave the program a try and got the same crash,
>From debuglog it appears it was printer-related. I have no printer installed,
but did not believe a program can crash because of that. But remarkebly the
following did the trick to get the program running:
sudo apt-get --no-install-recommends install cups-pdf
I`m not sure if this is a bug in wine and /or the program?."
It would be very useful having Wine run this software as it is a very powerful
(and one of the few actively maintained) open source data analysis software
--
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=44495
Bug ID: 44495
Summary: Touhou 14 starts but crashes with non-ASCII path
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: regretfulumbrella(a)gmail.com
Distribution: ---
Created attachment 60456
--> https://bugs.winehq.org/attachment.cgi?id=60456
Backtrace of the crash
If Touhou 14 (Double Dealing Character) is in a folder with non-ASCII
characters (e.g. "東方"), it "[encounters] a serious problem" (Wine crashes)
after clicking "Play" on the "Choose resolution" picker. Renaming the folder to
use ASCII characters prevents the crash. This might have something to do with
file read/write access.
A demo, that will display the same issues if the extracted directory is renamed
to contain non-ASCII characters, can be found here:
http://playism-games.com/game-demo/215
--
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=44479
Bug ID: 44479
Summary: Battle.net "Failed to create a graphics context. "
Product: Wine
Version: 2.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hewanci(a)gmail.com
Distribution: ---
As of today, battle-net doesn't work anymore. I believe the app just updated.
After logging in, the app window comes up all black, and a few seconds later
halts with the following error:
"Failed to create a graphics context. "
https://us.battle.net/support/en/article/12706
Curiously that Blizz support page even says "Note: This error is also occurring
with some Linux-based installations using WINE." but does not say anything
else.
I tried several things that helped Windows users having the "Failed to create a
graphics context." error in the past, as well as some Wine related suggestions.
- Tried setting QT_ANGLE_PLATFORM to "warp"
- Ensured my nVidia drivers and Wine are up to date
- Ensured I have 32 bit packages for nVidia
- Disabled browser acceleration
- Tried using both Windows' DX11 dlls as well as Wine's built in ones
I have noticed the following in console:
err:ntdll:NtQueryInformationToken Unhandled Token Information class 24!
err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect
problems
Arch Linux
KDE 5
Wine 2.21 Staging
Posted to Blizz forums too, just in case:
https://us.battle.net/forums/en/bnet/topic/20761646679
--
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=44470
Bug ID: 44470
Summary: libmpg123.so.0: cannot open shared object file
Product: Wine
Version: 3.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: bghome(a)gmail.com
Distribution: ---
Created attachment 60411
--> https://bugs.winehq.org/attachment.cgi?id=60411
Console output of winecfg
When I run winecfg, it get an error saying that libmpg123.so.0 cannot be loaded
(see attached log for the full message). Fortunately winecfg works well despite
of this error.
I have checked the file exists and readable by users:
$ file /usr/lib/libmpg123.so.0
/usr/lib/libmpg123.so.0: symbolic link to libmpg123.so.0.44.7
$ file /usr/lib/libmpg123.so.0.44.7
/usr/lib/libmpg123.so.0.44.7: ELF 64-bit LSB shared object, x86-64, version 1
(SYSV), dynamically linked,
BuildID[sha1]=037a06d675c5ddd57e1e9872ab589c8be6b00d15, stripped
$ ls -l /usr/lib/libmpg123.so.0.44.7
-rwxr-xr-x 1 root root 322624 Dec 25 10:54 /usr/lib/libmpg123.so.0.44.7
What could be the problem then?
--
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=44458
Bug ID: 44458
Summary: CBM prg 3.12.0Studio crashes with .NET 4.0 installed
Product: Wine
Version: 2.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gonzomdx(a)gmail.com
Distribution: ---
Created attachment 60398
--> https://bugs.winehq.org/attachment.cgi?id=60398
log/stacktrace
When trying to start CBM prg Studio 3.12.0 it crashes.
.NET Framework 4.0 is installed.
--
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=44420
Bug ID: 44420
Summary: Error intalling Firefox on Wine for Android
Product: Wine
Version: unspecified
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rexax007(a)gmail.com
Created attachment 60351
--> https://bugs.winehq.org/attachment.cgi?id=60351
Screen-Shot
Installer and portable both are not working
--
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=44039
Bug ID: 44039
Summary: Starcraft 64 bits fails to launch
Product: Wine
Version: 2.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tukkek(a)gmail.com
Distribution: ---
Created attachment 59707
--> https://bugs.winehq.org/attachment.cgi?id=59707
Console output after the "play" button is clicked
Hello and first of all let me address that the 32 bit version of the game seems
to be working near-flawlessly (despite some non-Wine crashes confirmed by
Blizzard). I'd like to thank each and every person involved with Wine in any
capacity for this, it's been amazing to enjoy the game since it became
free-to-play yesterday :)
Now for the bug itself, as I said, the game runs fine when, in the launcher,
you set it to run with 32-bit. Otherwise it fails with a message "your
operating system is not supported". I'll attach some console output to this
issue too.
I am running a clean install of Wine-staging installed via apt-get from the
official WineHQ repository. When run for the first time, I let it install the
missing dependencies for me (some Mono and Gecko stuff if I'm not mistaken).
I'd like to note though that I had confirmation from 2 different users on
reddit that staging seems to run the 64 bit version fine, so maybe this is a
problem with my system only
https://www.reddit.com/r/linux_gaming/comments/7cymon/blizzard_might_be_mov…
Anyway, thanks again, the game works great when running 32 bit, so I'm making
this a minor issue. Just thought I'd give some information back to you guys in
return for all the great work you've done so far with 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.