http://bugs.winehq.org/show_bug.cgi?id=10810
Summary: Constant crash while using EDXOR
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: justivo(a)gmail.com
Created an attachment (id=9677)
--> (http://bugs.winehq.org/attachment.cgi?id=9677)
back trace
I'm trying to use an application called EDXOR, but it crashes every time I try
to move the cursor with left and right keys. Back trace attached.
The program is still able to open files and allows me to use the scrollbar
(with the mouse) to go up and down. It seems to be always triggered by the use
of the keyboard, though.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10579
Summary: mingw32: reimp and other tools can't launch each other
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ErV2005(a)rambler.ru
I have windows version mingw32 (g++ (GCC) 3.4.2 (mingw-special) installed in
~/.wine/drive_c/mingw32. It looks like mingw tools like "reimp" can't launch
each other (path for c:\mingw32\bin is specified in registry). I.e. I can use
"wine mingw", "wine reimp", "wine dlltool", "wine as", but reimp can't find
dlltool, dlltool can't find "as" and they fail with messages like
"
reimp: dlltool: No such file or directory
bash-3.1$ g++ (GCC) 3.4.2 (mingw-special)
"
According to debug output (added as attachment), problem occurs in _spawnve
function, which doesn't search for ".exe" version of arguments. (not sure if it
should, but I believe that mingw worked fine with previous versions of wine).
wine was compiled from sources into packages, with default flags.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10375
Summary: Stranger demo makes Wine segfaults
Product: Wine
Version: 0.9.48.
Platform: PC
URL: http://www.gamershell.com/news/43273.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Created an attachment (id=9044)
--> (http://bugs.winehq.org/attachment.cgi?id=9044)
console output
The screen displays for one second and then Wine crashes : "erreur de
segmentation"....
I attached the console output
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10129
Summary: Guitar Rig 3 crashes with 0.9.47, worked fine in 0.9.46
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefan+wine(a)lanpartei.de
Created an attachment (id=8706)
--> (http://bugs.winehq.org/attachment.cgi?id=8706)
backtrace on crash
Guitar Rig 3 worked pretty well until I updated to wine 0.9.47
which cashes GR3 on the use of some components (but happens pretty often).
Sound and gui works, as do some presets. Others repeatedly crash.
If I should do more things to debug, please ask.
Cheers,
Stefan
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9715
Summary: winecfg should allow display resolution beyond 200dpi
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjk3(a)msstate.edu
My screen is 133dpi, but winecfg only allows me to set it up to 120dpi. This
should be changed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9714
Summary: MapViewOfFile with write permissions should not succeed
on a read-only file mapping
Product: Wine
Version: 0.9.38.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: silverblade_uk(a)hotmail.com
I had duplicated some code in one of my programs and accidentally forgot to
change the "desired access" for the MapViewOfFile call, despite having changed
this in the OpenFileMapping call.
The code below *incorrectly* succeeds on WINE but fails on Windows XP.
=== EXAMPLE ===
HANDLE h;
void* m;
h = OpenFileMapping(FILE_MAP_READ, FALSE, "Global\Foo");
m = MapViewOfFile(h, FILE_MAP_WRITE, 0, 0, 0);
=== END EXAMPLE ===
Basically I was opening the mapped file READ-ONLY, but was then trying to
create a writable mapping to it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9577
Summary: Serious Sam II demo installer creates blank window
Product: Wine
Version: 0.9.44.
Platform: PC
URL: http://file-fly.net/fly.php?term=serious_sam_ii_pc_demo_2.exe&Submit
=Fly+Search
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neftune(a)gmail.com
Created an attachment (id=7952)
--> (http://bugs.winehq.org/attachment.cgi?id=7952)
WINEDEBUG="+file" log
The Serious Sam II demo installer creates a blank window with wine-0.9.44. I
think this could be because the installer is trying to load graphics from the
wrong path. Almost all paths are prefixed with the string "<forbidden>", which
is a string from the installer .exe.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9460
Summary: Sid Meiers Pirates does not load after caps changes
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the3dfxdude(a)gmail.com
CC: stefandoesinger(a)gmx.at
Created an attachment (id=7796)
--> (http://bugs.winehq.org/attachment.cgi?id=7796)
backtrace of loading problem
Sid Meiers Pirates does not load after caps changes. Backtrace attached. Using
DRI/r200.
Regression test:
01c6c982bb8f2f8c8d5ab786272419d9f6a04684 is first bad commit
commit 01c6c982bb8f2f8c8d5ab786272419d9f6a04684
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Aug 21 12:13:42 2007 +0200
d3d9: Some caps fixes.
:040000 040000 7d7e55a0e937f77e68bfe48575d2dd6a6b78520a
8186b172ea0112a91188393f871c96d003700a4b M dlls
:040000 040000 85652824116b1ef17f65148f20b0b4ee584d488a
86ea9d380eae65bbdf87eb47b931804034416c0a M include
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10568
Summary: World of Warcraft does not patch to 2.3.0
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: realszopen(a)gmail.com
Created an attachment (id=9336)
--> (http://bugs.winehq.org/attachment.cgi?id=9336)
Output from console when patch is exeuted manually
When Blizzard introducednew patch, my WoW stopped working, I tried installing
it from scratch, it didn't help, copying installed version from windows
partition did not help. I attach output from console when I try to execute
patch manually.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11275
Summary: Savage game uses incorrect vdeo resolution making gaming
impossible
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Savage game uses incorrect video resolution making gaming impossible.
--
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.