http://bugs.winehq.org/show_bug.cgi?id=11124
Summary: VAZ Modular Demo unable to exit raising access violation
exception
Product: Wine
Version: 0.9.52.
Platform: Other
URL: http://software-technology.com
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.hurst(a)shef.ac.uk
Created an attachment (id=10162)
--> (http://bugs.winehq.org/attachment.cgi?id=10162)
Screenshot showing popup error message
After running Vaz Modular Demo, trying to exit either through 'File->Exit', or
by clicking top-right X, an access violation is raised, and the application
does not exit.
--
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=11021
Summary: Unable to launch Universal Combat
Product: Wine
Version: 0.9.52.
Platform: Other
URL: http://www.worthdownloading.com/download.php?gid=490&id=
13639
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)temporaryforwarding.com
CC: wine(a)temporaryforwarding.com
Created an attachment (id=10017)
--> (http://bugs.winehq.org/attachment.cgi?id=10017)
Error messages from wine
I downloaded and installed Universal Combat
from the given url.
After I first launched the game it claimed
that d3dx9_25.dll could not be found.
So I downloaded it from this url:
http://www.dll-files.com/dllindex/dll-files.shtml?d3dx9_25
I moved it to:
~/.wine/drive_c/Programme/3000AD/Universal Combat/
I launch the game with this command:
cd ~/.wine/drive_c/Programme/3000AD/Universal\ Combat
env WINEDEBUG=fixme-all WINEPREFIX="~/.wine" wine
"C:\Programme\3000AD\Universal Combat\uc.exe"
The game has to be launched from the install directory
because otherwise it claims the the config files
can not be found.
After executing the command sometimes a black game window
appears without changing and sometimes it does not.
But the error messages from wine are always the same
and can be found in the attachment.
Can someone confirm this bug or present a fix?
--
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=25865
Summary: EVE Online crashes if a character portrait requests
fails
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: MattFinn(a)gmail.com
Created an attachment (id=32965)
--> (http://bugs.winehq.org/attachment.cgi?id=32965)
EVE's log server output showing the failure
EVE Online crashes, somewhere between 30 seconds and 30 minutes of gameplay.
This crash happens when a character portrait image request fails.
It can be reproduced instantly on login by overriding the image server dns so
it always fails:
echo "127.0.0.1 images.cdn1.eveonline.com" >> /etc/hosts
I tried this on my Windows Vista laptop, and when I did the same hosts file
thing, the game played normally with all character portraits being replaced by
the default.
--
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=26071
Summary: urlmon/class tests show some valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Invalid read of size 1
at strlen (mc_replace_strmem.c:282)
by lstrlenA (string.c:194)
by test_IUri_GetPropertyLength (uri.c:7079)
by func_uri (uri.c:9961)
by run_test (test.h:556)
by main (test.h:624)
Address 0x0 is not stack'd, malloc'd or (recently) free'd
...
Invalid read of size 1
at strlen (mc_replace_strmem.c:282)
by lstrlenA (string.c:194)
by test_IUriBuilder_GetPath (uri.c:8279)
by test_IUriBuilder (uri.c:8838)
by func_uri (uri.c:9988)
by run_test (test.h:556)
by main (test.h:624)
Address 0x0 is not stack'd, malloc'd or (recently) free'd
...
Invalid read of size 1
at strlen (mc_replace_strmem.c:282)
by lstrlenA (string.c:194)
by test_IUriBuilder_GetPath (uri.c:8279)
by test_IUriBuilder (uri.c:8838)
by func_uri (uri.c:9988)
by run_test (test.h:556)
by main (test.h:624)
Address 0x0 is not stack'd, malloc'd or (recently) free'd
...
Invalid write of size 2
at combine_uri (uri.c:6018)
by CoInternetCombineIUri (uri.c:6132)
by test_CoInternetCombineIUri (uri.c:9359)
by func_uri (uri.c:10009)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f01e458 is 256 bytes inside a block of size 312 free'd
at notify_free (heap.c:262)
by RtlFreeHeap (heap.c:1747)
by RtlFreeAnsiString (rtlstr.c:173)
by FILE_CreateFile (file.c:182)
by NtCreateFile (file.c:271)
by CreateFileW (file.c:1386)
by PROFILE_Open (profile.c:781)
by GetPrivateProfileStringW (profile.c:1128)
by GetPrivateProfileStringA (profile.c:1171)
by GetProfileStringA (profile.c:1199)
by SYSPARAMS_Init (sysparams.c:941)
by process_attach (user_main.c:276)
by DllMain (user_main.c:332)
by __wine_spec_dll_entry (dll_entry.c:40)
by ??? (loader.c:139)
by MODULE_InitDLL (loader.c:978)
by process_attach (loader.c:1067)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
...
Invalid read of size 2
at parse_path_hierarchical (uri.c:1968)
by combine_uri (uri.c:6028)
by CoInternetCombineIUri (uri.c:6132)
by test_CoInternetCombineIUri (uri.c:9359)
by func_uri (uri.c:10009)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f01e458 is 256 bytes inside a block of size 312 free'd
at notify_free (heap.c:262)
by RtlFreeHeap (heap.c:1747)
by RtlFreeAnsiString (rtlstr.c:173)
by FILE_CreateFile (file.c:182)
by NtCreateFile (file.c:271)
by CreateFileW (file.c:1386)
by PROFILE_Open (profile.c:781)
by GetPrivateProfileStringW (profile.c:1128)
by GetPrivateProfileStringA (profile.c:1171)
by GetProfileStringA (profile.c:1199)
by SYSPARAMS_Init (sysparams.c:941)
by process_attach (user_main.c:276)
by DllMain (user_main.c:332)
by __wine_spec_dll_entry (dll_entry.c:40)
by ??? (loader.c:139)
by MODULE_InitDLL (loader.c:978)
by process_attach (loader.c:1067)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
...
Invalid write of size 2
at combine_uri (uri.c:6018)
by CoInternetCombineUrlEx (uri.c:6191)
by test_CoInternetCombineUrlEx (uri.c:9673)
by func_uri (uri.c:10012)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f01ebf0 is 14 bytes after a block of size 18 free'd
at notify_free (heap.c:262)
by RtlFreeHeap (heap.c:1747)
by RtlFreeUnicodeString (rtlstr.c:319)
by RegQueryValueExA (registry.c:1488)
by SYSPARAMS_Init (sysparams.c:934)
by process_attach (user_main.c:276)
by DllMain (user_main.c:332)
by __wine_spec_dll_entry (dll_entry.c:40)
by ??? (loader.c:139)
by MODULE_InitDLL (loader.c:978)
by process_attach (loader.c:1067)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by attach_process_dlls (loader.c:2535)
by ??? (port.c:60)
...
Invalid read of size 2
at parse_path_hierarchical (uri.c:1968)
by combine_uri (uri.c:6028)
by CoInternetCombineUrlEx (uri.c:6191)
by test_CoInternetCombineUrlEx (uri.c:9673)
by func_uri (uri.c:10012)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f01ebf0 is 14 bytes after a block of size 18 free'd
at notify_free (heap.c:262)
by RtlFreeHeap (heap.c:1747)
by RtlFreeUnicodeString (rtlstr.c:319)
by RegQueryValueExA (registry.c:1488)
by SYSPARAMS_Init (sysparams.c:934)
by process_attach (user_main.c:276)
by DllMain (user_main.c:332)
by __wine_spec_dll_entry (dll_entry.c:40)
by ??? (loader.c:139)
by MODULE_InitDLL (loader.c:978)
by process_attach (loader.c:1067)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by process_attach (loader.c:1059)
by attach_process_dlls (loader.c:2535)
by ??? (port.c:60)
--
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=14282
Summary: regression when running Eve Online in windowed mode
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www.eve-online.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelfe(a)gmx.de
Created an attachment (id=14582)
--> (http://bugs.winehq.org/attachment.cgi?id=14582)
additional black borders after the commit
The windowed mode of Eve Online is broken by:
89a3bd0c1514eb59c537d0f0fa318395c33156cf is first bad commit
commit 89a3bd0c1514eb59c537d0f0fa318395c33156cf
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Jul 2 15:40:10 2008 +0200
user32: Split the SetWindowPos driver backend in WindowPosChanging/Changed.
This is needed to allow updating the visible rect before invalidating
the DCEs.
--
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=25951
Summary: Mathematica 6 error on installation version 1.2.2
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gary719_list1(a)verizon.net
When attempting to install Mathematica 6.0.0 on Wine 1.2.2 the process failed
with the following message:
Program IDriver.exe has encountered a serious problem and needs to close. At
which point closing the window closed wine.
Platform i386 i5-750 processor intel board, 4 GB memory
OS Debian Linux Squeeze
KDE Desktop
This copy of Mathematica works fine on Win2k OS.
--
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=16695
Summary: Wine broken on PowerPC
Product: Wine
Version: 1.1.11
Platform: Macintosh
OS/Version: Linux
Status: NEW
Keywords: source, testcase
Severity: critical
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Next bug in line (and most major). Running all winelib apps fails:
austin@ubuntu-ppc:~/wine$ ./wine notepad
wine: created the configuration directory '/home/austin/.wine'
wineserver: request.c:745: open_master_socket: Assertion `sizeof(union
generic_reply) == sizeof(struct request_max_size)' failed.
--
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=19202
Summary: eve online 100% cpu usage
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pht(a)spatium.org
the main eve online process (exefile.exe) almost always takes 100% cpu.
graphics details settings have no impact on this, also the frame rate is
acceptable (no choppy stuff) and rendering is accelerated. in windows xp x64
ed. the game takes about 25% cpu tops on the same hw. tried out various
versions of wine, 1.1.17, .22, .24, .25, git. can't find a solution for this on
the net.
--
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=13629
Summary: ABEV (Hungarian Tax Returning SW) has some GFX problem
with logo
Product: Wine
Version: 1.0-rc3
Platform: Other
URL: http://www.apeh.hu/bevallasok/nyomtatvany
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kamihir(a)freemail.hu
Created an attachment (id=13612)
--> (http://bugs.winehq.org/attachment.cgi?id=13612)
Big (blue) rectangle in the upper left corner
The viewed and printed forms' logo has visual glithes. It shows only a
rectangle instead of the picture of our tax agency.
--
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=17884
Summary: Tree glitch in fable
Product: Wine
Version: 1.1.18
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puciek(a)gmail.com
Created an attachment (id=20187)
--> (http://bugs.winehq.org/attachment.cgi?id=20187)
Screenshot of the weird tree
While playing fable, from time to time you will get glitch that will draw
upside-down conturs of tree in lower left side of screen.
--
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.