http://bugs.winehq.org/show_bug.cgi?id=35771
Bug ID: 35771
Summary: DVD Shrink operates normally but crashes with page
fault on exit
Product: Wine
Version: 1.4.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)ish.net
Created attachment 47764
--> http://bugs.winehq.org/attachment.cgi?id=47764
backtrace after app crash
DVD Shrink 3.2.0.15 operates normally and successfully, but then crashes on
exit.
Maybe a duplicate of bug 8091? But that bug reports random crashes, while my
bug reports crash specifically on app exit.
App downloaded from here:
http://www.afterdawn.com/software/cd_dvd/copy_dvd/dvd_shrink.cfm
Wine 1.4.1 stock as packaged with Ubuntu 13.10 (saucy).
--
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=8091
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|https://web.archive.org/sav |https://web.archive.org/web
|e/https://softpedia-secure- |/20211230093106/https://sof
|download.com/dl/0a3d9138e16 |tpedia-secure-download.com/
|971fc49cd8c5d88cbf5b9/61cd7 |dl/0a3d9138e16971fc49cd8c5d
|bd7/100004128/software/cd_d |88cbf5b9/61cd7bd7/100004128
|vd_tools/dvdshrink32setup.z |/software/cd_dvd_tools/dvds
|ip |hrink32setup.zip
--
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=8091
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|DVDShrink randomly crashes |DVDShrink 3.2.0.15 randomly
|with page fault |crashes with page fault
URL|http://dvdshrink.org |https://web.archive.org/sav
| |e/https://softpedia-secure-
| |download.com/dl/0a3d9138e16
| |971fc49cd8c5d88cbf5b9/61cd7
| |bd7/100004128/software/cd_d
| |vd_tools/dvdshrink32setup.z
| |ip
--- Comment #34 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
adding stable download link via Internet Archive for documentation.
https://web.archive.org/save/https://softpedia-secure-download.com/dl/0a3d9…
$ sha1sum dvdshrink32setup.zip
011c6a1caa485c54b585d774d6438473ce5f9b39 dvdshrink32setup.zip
$Â du -sh dvdshrink32setup.zip
1.1M dvdshrink32setup.zip
--- snip ---
$ 7z l dvdshrink32setup.zip
Scanning the drive for archives:
1 file, 1094021 bytes (1069 KiB)
Listing archive: dvdshrink32setup.zip
--
Path = dvdshrink32setup.zip
Type = zip
Physical Size = 1094021
Date Time Attr Size Compressed Name
------------------- ----- ------------ ------------ ------------------------
2004-07-26 03:16:40 ....A 1117491 1093883 dvdshrink32setup.exe
------------------- ----- ------------ ------------ ------------------------
2004-07-26 03:16:40 1117491 1093883 1 files
--- snip ---
https://www.virustotal.com/gui/file/eb2b029003e4b600a4204fc72d896195835b333…
Regards
--
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=5903
--- Comment #25 from Zebediah Figura <z.figura12(a)gmail.com> ---
Note also that application bugs in general are something that we try to
accommodate. There's a reason we use the term "bug-for-bug compatibility". If
we can't accommodate this one it should be resolved as WONTFIX, not INVALID.
--
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=5903
Zebediah Figura <z.figura12(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |z.figura12(a)gmail.com
--- Comment #24 from Zebediah Figura <z.figura12(a)gmail.com> ---
(In reply to joaopa from comment #23)
> Third time: no one wants to close this INVALID (see comment 20)?
Personally I don't think it's unfixable.
--
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=35071
Bug #: 35071
Summary: UOSteam: "page fault on read access" in get_pixel_32
Product: Wine
Version: 1.7.7
Platform: x86
URL: http://uosteam.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zajec5(a)gmail.com
Classification: Unclassified
Created attachment 46777
--> http://bugs.winehq.org/attachment.cgi?id=46777
Full output of WINEPREFIX="/home/zajec/.wine-uoevolution/" winedbg UOSteam.exe
UOSteam is a 3rd party tool for Ultima Online. It manages list of servers,
starts Ultima Online client and provides additional features (probably by
hacking client memory).
When using UOSteam in wine, Ultima Online starts nicely but after login process
(when the game world is supposed to appear) wine crashes.
Crash doesn't happen when running Ultima Online directly, without using
UOSteam. So I think it's UOSteam that does something wine doesn't handle.
Unhandled exception: page fault on read access to 0x2df87828 in 32-bit code
(0x7e9eb92d).
Backtrace:
=>0 0x7e9eb92d get_pixel_32+0x1d(dib=0x20975c, x=0xe, y=0x8)
[/usr/src/debug/wine-1.7.7/dlls/gdi32/dibdrv/primitives.c:1603] in gdi32
(0x0033ef68)
1 0x7e9e3000 dibdrv_GetPixel+0xdf(dev=0x209750, x=0xe, y=0x8)
[/usr/src/debug/wine-1.7.7/dlls/gdi32/dibdrv/graphics.c:1035] in gdi32
(0x0033ef68)
2 0x7e9deee6 windrv_GetPixel+0x55(dev=<is not available>, x=0xe, y=0x8)
[/usr/src/debug/wine-1.7.7/dlls/gdi32/dibdrv/dc.c:783] in gdi32 (0x0033ef88)
3 0x7ea3b92e GetPixel+0x5d(hdc=0xd0032, x=0xe, y=0x8)
[/usr/src/debug/wine-1.7.7/dlls/gdi32/painting.c:474] in gdi32 (0x0033efbc)
4 0x00b8bb39 in uos (+0x1bb38) (0x0033f100)
--
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=5903
--- Comment #23 from joaopa <jeremielapuree(a)yahoo.fr> ---
Third time: no one wants to close this INVALID (see comment 20)?
--
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=7586
--- Comment #28 from joaopa <jeremielapuree(a)yahoo.fr> ---
Bug still occurs with wine-7.0-rc3.
--
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=51948
Bug ID: 51948
Summary: Gothic 2 Gold crashes when first entering addonworld
(Jharkendar)
Product: Wine
Version: 6.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: broatchgill(a)gmail.com
Distribution: ---
Created attachment 70921
--> https://bugs.winehq.org/attachment.cgi?id=70921
Backtrace.txt - Unhandled exception: page fault on read access
Wine crashes when I first enter addonworld in Gothic 2 Gold. Newworld and
oldworld have worked great until this. Works in Windows 10.
--
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=50092
Bug ID: 50092
Summary: Version 1.00 of Vellum's DrawingBoard works well, but
crashes when a straight line is drawn
Product: Wine
Version: 5.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dodgy(a)ntlworld.com
Distribution: ---
Created attachment 68562
--> https://bugs.winehq.org/attachment.cgi?id=68562
Vellum DrawingBoard V1.00 crashes when straight line drawn
Vellum's DrawingBoard package is an early (Windows 3.1/DOS) technical drawing
package. It no longer runs on Windows after XP, and would be very expensive to
replace! It runs very well with Ubuntu under WINE, except for the following
major issue:
When drawing a straight line using the 'elastic band' icon, the program crashes
as soon as the initial start point is specified by a mouse click. Occasionally
it does not, and several lines may be drawn, but it will usually crash before
less than 10 are drawn. An inability to draw lines is a major problem for a
drafting package. I have tested most other commands, and so far everything
works except this one failing.
--
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.