https://bugs.winehq.org/show_bug.cgi?id=42344
Bug ID: 42344
Summary: Metal Gear Solid V: The Phantom Pain - Doesn't
launch/hangs
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
Created attachment 57111
--> https://bugs.winehq.org/attachment.cgi?id=57111
steam MGSV launch log
Using steam version and wine-staging.
Set W7 in winecfg.
Launching the executable through the terminal just makes it kill itself after a
few seconds.
Launching through Steam makes one thread work at 100% and it just hangs there.
--
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=47917
Bug ID: 47917
Summary: RAOB Reader crashes with Run-time error '7': Out of
memory
Product: Wine
Version: 4.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: snesivan1(a)gmail.com
Distribution: ---
Created attachment 65412
--> https://bugs.winehq.org/attachment.cgi?id=65412
Console output from trying to run RAOB Reader.
RAOB Reader crashes on startup after the splash screen is displayed with the
"Run-time error '7': Out of memory".
The program is written using Visual Basic 6. To run it, one must first install
mfc40 through winetricks.
I attached the console output. Tested on Wine-Staging 4.17.
--
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=31047
Bug #: 31047
Summary: unable to edit gedit's preferences
Product: Wine
Version: 1.5.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
Created attachment 40760
--> http://bugs.winehq.org/attachment.cgi?id=40760
Log: +winsock trace
1. Download win32 version of gedit
http://ftp.gnome.org/pub/gnome/binaries/win32/gedit/2.30/gedit-setup-2.30.1…
2. install via wine
3. start gedit
$ cd ~/.wine/drive_c/Program Files/gedit/bin
$ wine gedit.exe
4. click on edit->preference->view
Expect result:
"Text Wrapping"/"Line Numbers" and other options should be able to edit.
Actual result:
All these checkboxes are unable to edit.
There are two warnings from console at the first of running gedit:
** (gedit.exe:8): WARNING **: Failed to send buffer
** (gedit.exe:8): WARNING **: Failed to send buffer
A +winsock trace show:
warn:winsock:wsaErrno errno 32, (Broken pipe).
warn:winsock:WS2_sendto -> ERROR 10054
After that there are a lot output from console as below:
GConf Error: Adding client to server's list failed, CORBA error:
IDL:omg.org/CORBA/COMM_FAILURE:1.0
There as much of msvcrt message and winsock message with those "GConf Error":
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01c0 ignored
warn:winsock:wsaErrno errno 115, (Operation now in progress).
native msvcrt doesn't help.
Will attach a +winsock trace, maybe helpful. Not sure what component yet.
--
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=34153
Bug #: 34153
Summary: wine does not restore mode of direction keys properly
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: unsuspicious.fakename+wine(a)gmail.com
Classification: Unclassified
Wine seems to change the up key from ^[[A to ^[OA but not always back (reliably
reproducible on unclean exits / crashes and such, but randomly happens after
clean exits too).
1) open terminal (tested in bash / zsh; with xfce4-terminal and lxterminal)
2) ctrl+v [up key] should give you: ^[[A
3) winecfg
4) ctrl+c in terminal to end winecfg
5) ctrl+v [up key] now gives you: ^[OA
This can - depending on shell configuration - temporarily break features like
p.e. bash history search bound to up/down ^[[A (but not explicitly ^[OA) and
leave end-users clueless due to the subtle / weird nature of the unexpected
behaviour.
That being said: Not sure if (wine) bug or (for some reason I can't grasp)
normal / intended behaviour. All I know is it took me quite a while and also
help to figure out what's happening and how to work around 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.
https://bugs.winehq.org/show_bug.cgi?id=8780
Zebediah Figura <z.figura12(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |STAGED
CC| |z.figura12(a)gmail.com
Staged patchset| |https://github.com/wine-sta
| |ging/wine-staging/tree/mast
| |er/patches/oleaut32-CreateT
| |ypeLib
--
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=48518
Bug ID: 48518
Summary: Unrailed! produces unhandled exception and crashes
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lubosz(a)gmail.com
Distribution: ---
Created attachment 66325
--> https://bugs.winehq.org/attachment.cgi?id=66325
Wine 5.0 log and backtrace
The Steam game Unrailed! crashes on wine 5.0, as well as 5.0-staging.
I needed to install dotnet472 with winetricks for the game to run, otherwise I
got:
```
006e:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.7.2"
not implemented
```
Related Proton issue:
https://github.com/ValveSoftware/Proton/issues/3449
--
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=21456
Summary: Mathematica 4.0 crash
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jean-pierre(a)piantino.com
Created an attachment (id=25836)
--> (http://bugs.winehq.org/attachment.cgi?id=25836)
Terminal output after launching Mathematica
Mathematica 4.0 was running in Wine 1.1.36 under openSUSE 11.1.
Upgrading openSUSE to 11.2 makes Mathematica crash at launch.
--
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=52
IvanDSM <snesivan1(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |snesivan1(a)gmail.com
--- Comment #42 from IvanDSM <snesivan1(a)gmail.com> ---
Tested on Wine Staging 5.0 with a clean WINEPREFIX on a Fedora Rawhide
installation running Xfce. No issues whatsoever with a static background.
Running glxgears in the background made it a bit flickery (in the sense that it
would reset between very short intervals, but I believe that's intended
behavior) but otherwise no issues. The program runs the effect, the tiles do
not look corrupted and all windows return to normal after the program is done.
--
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.