https://bugs.winehq.org/show_bug.cgi?id=7054
--- Comment #21 from joaopa <jeremielapuree(a)yahoo.fr> ---
Bug still occurs with wine-5.1.
--
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=48526
Bug ID: 48526
Summary: Farming Simulator 19 crashes when loading game
Product: Wine
Version: 5.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scaniaking326(a)gmail.com
Distribution: ---
After recent update of wine Farming Simulator 19 crashes when going from main
menu to farm (simply said when i create new save with or without DLC/mods game
loaded but when i hit play it fully crashes with error 0). I have tryed several
compatibility changes (Windows 7 Windows 8.1 Windows 10) create new wine 64 bit
prefix and reinstall game with dependecies (Net 3.5 and DX9) but game still
crashes as i say when ggoing from menu to game
Please note that Net Framework is optional and game dont require it but with
NET installed game runs a bit better
--
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=48590
Bug ID: 48590
Summary: World of Tanks crashes on launch
Product: Wine
Version: 4.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chris(a)cjwatts.com
Distribution: ---
Created attachment 66424
--> https://bugs.winehq.org/attachment.cgi?id=66424
Crash backtrace
1. Open Wargaming.com Game Center
2. Launch World of Tanks
3. Immediate crash with error reporting dialog (see attached backtrace)
Ubuntu 19.10
Tested with Ubuntu-bundled Wine 4.0.2 and the latest tested version of Wine
(4.19-staging), both with identical results.
Tried with winetricks, no effect.
Unable to test Wine 5.0+ due to black screen.
--
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=38054
Bug ID: 38054
Summary: DoDragDrop() should abort when
IDropSource::QueryContinueDrag fails
Product: Wine
Version: 1.7.36
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Distribution: ---
Created attachment 50692
--> https://bugs.winehq.org/attachment.cgi?id=50692
IDrop_Example.exe
I've written some test code for DoDragDrop, and if
IDropSource::QueryContinueDrag returned a FAILED value (for example,
0xdeadbeef), DoDragDrop would about in Win8.
But wine will continue to do the job of DoDragDrop, so I'll see a MessageBox I
created in IDropTarget::DragEnter (In [MSDN], this is the 2nd step of
DoDragDrop)
Code sample:
https://gitcafe.com/endle/IDrop_Helper_Example/tree/DoDragDrop_should_stop
The .exe file was created with VS2013 Community
[MSDN]:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms678486%28v=vs.85…
--
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=31802
Bug #: 31802
Summary: World of Warplanes fails to play intro video
Product: Wine
Version: 20050930
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blakekl10(a)gmail.com
Classification: Unclassified
Created attachment 41840
--> http://bugs.winehq.org/attachment.cgi?id=41840
log from wine.
after launching World of Warplanes, the loading screen appears. Once the
progress bar is full, the screen goes black and the intro movie is supposed to
play. The screen remains black. Attached are the wine logs, X11 logs, and the
World of Warplanes log.
--
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=44834
Bug ID: 44834
Summary: World of Tanks don't unload from memory after exit
Product: Wine
Version: 3.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: reisenfag(a)gmail.com
Distribution: ---
After update World of Tanks to 1.0 version, if quit from game, process
worlrdoftanks.exe, wineserver and other wine's processes not terminating. In
log no errors. Wine prefix is pure, in 32 / 64 same 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=48589
Bug ID: 48589
Summary: Old-Style OpenFileDialog displays folder list as flat
current folders- windows uses pseudo-tree-view of
current folder.
Product: Wine
Version: 5.1
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: dirk.niggemann(a)gmail.com
When using an old-style (ostensibly win3.1) file comctl32 dialog called from
OpenFileDialogA or OpenFileDialogW (triggered by using OFN_ENABLEHOOK or not
setting OFN_EXPLORER) the folder view is different from any current windows
implementation.
Windows (7 and 10 tested) displays a fake tree view of the current directory
and parent directories by indenting the folders a single space for each level
and showing all folders on the path.
Wine displays a flat list of folders in the current directory including '[..]'.
Each folder has its name surrounded by square brackets, as defined in
DlgDirListW.
I have a pre-95 win32 application (MSDA.EXE from HP ChemStation G1701BA) which
depends on the windows behaviour. It doesn't expect brackets around folder
names in the listbox so cannot 'see' the folders that it treats as files to
load. Its hook function appears to be doing a WM_GETTEXT on the currently
selected entry in the directory listbox and does not match directory entries
ending in *.D as the square brackets are there.
I have a sample application (very dumb) that demonstrates the difference in
appearance but not in behaviour.
--
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=48588
Bug ID: 48588
Summary: Nox app player fails at 90% loading
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: barfin(a)protonmail.com
Distribution: ---
Created attachment 66418
--> https://bugs.winehq.org/attachment.cgi?id=66418
Logs
Download link to the application:
https://www.bignox.com/en/download/fullPackage
--
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=47972
Bug ID: 47972
Summary: Paraworld: segfaults at start
Product: Wine
Version: 4.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ybyt4t(a)gmail.com
Distribution: ---
On start I just get a crash with:
# wine C:/Program\ Files/Sunflowers/ParaWorld/bin/Paraworld.exe
---
0009:err:seh:setup_exception_record stack overflow 1040 bytes in thread 0009
eip 7bc6c30c esp 00230f20 stack 0x230000-0x231000-0x330000
---
I did
---
setcap cap_net_bind_service=+eip /usr/bin/wine-preloader
---
before this, as suggested in #18014, which seemed to fix something, as
otherwise it seems to crashes earlier into the debugger with:
--- (crash without setcap) ---
wine: Unhandled page fault on write access to 0x00aceb99 at address 007075C0
(thread 0009), starting debugger...
---
Not sure about the Paraworld version, probably 1.0 (DVD version, box label
ECD008134M).
Distro: Arch (x86-64)
--
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.