http://bugs.winehq.org/show_bug.cgi?id=26802
Summary: Bully: Scholarship Edition has missing textures
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=34151)
--> (http://bugs.winehq.org/attachment.cgi?id=34151)
terminal output
The game (version 1.2 here) has lots of missing textures: people are invisible
as well as certain objects (e.g. doors). Characters are invisible in the
cutscenes, too (I refer to those short conversations during gameplay not the
intro movie).
Maybe related to the problem, sky and floor textures turn into solid grey/black
as I turn the camera.
For confirmation, please have a look at the AppDB page of the game: all of the
submitted test results mention the problem.
http://appdb.winehq.org/objectManager.php?sClass=application&iId=8581
Disabling GLSL didn't solve the problem for me.
Native components in use: d3dx9_36 xact vcrun2005.
No demo available.
Fedora 14
Nvidia GeForce 250 GTS / driver 270.30
--
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=36364
Bug ID: 36364
Summary: valgrind shows a few leaks in ieframe/tests/intshcut.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==15610== 8 bytes in 1 blocks are possibly lost in loss record 34 of 732
==15610== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==15610== by 0x7B8442B8: HeapAlloc (heap.c:271)
==15610== by 0x7B8444DA: GlobalAlloc (heap.c:376)
==15610== by 0x4E3DEF5: OLEClipbrd_Initialize (clipboard.c:1732)
==15610== by 0x4E72447: OleInitialize (ole2.c:215)
==15610== by 0x4A56DFF: func_intshcut (intshcut.c:396)
==15610== by 0x4A673B4: run_test (test.h:584)
==15610== by 0x4A677A3: main (test.h:654)
==15610==
==15610== 15 bytes in 1 blocks are definitely lost in loss record 76 of 732
==15610== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==15610== by 0x4E63493: IMalloc_fnAlloc (ifs.c:186)
==15610== by 0x4E639D4: CoTaskMemAlloc (objidl.h:1236)
==15610== by 0x64A93F9: UniformResourceLocatorA_GetUrl (ieframe.h:386)
==15610== by 0x4A55E96: _check_string_transform (intshcut.c:149)
==15610== by 0x4A572E3: func_intshcut (intshcut.c:368)
==15610== by 0x4A673B4: run_test (test.h:584)
==15610== by 0x4A677A3: main (test.h:654)
==15610==
==15597== 36 bytes in 1 blocks are definitely lost in loss record 245 of 714
==15597== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==15597== by 0x64AA693: create_shortcut (intshcut.c:809)
==15597== by 0x64AB9AC: InternetShortcut_Create (intshcut.c:855)
==15597== by 0x4E494DD: CoCreateInstance (unknwn.h:226)
==15597== by 0x4A56E3D: func_intshcut (intshcut.c:381)
==15597== by 0x4A673B4: run_test (test.h:584)
==15597== by 0x4A677A3: main (test.h:654)
==15597==
etc.
--
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=36271
Bug ID: 36271
Summary: valgrind shows several leaks in dmime/tests/dmime.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48390
--> https://bugs.winehq.org/attachment.cgi?id=48390
valgrind log
Lots of
==26861== 20 bytes in 1 blocks are definitely lost in loss record 160 of 830
==26861== at 0x7BC4C735: notify_alloc (heap.c:255)
==26861== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==26861== by 0x5D39C11: create_dmlyricstrack (lyricstrack.c:272)
==26861== by 0x5D33088: ClassFactory_CreateInstance (dmime_main.c:100)
==26861== by 0x4AAEE26: CoCreateInstance (unknwn.h:226)
==26861== by 0x4946639: test_COM_track (dmime.c:338)
==26861== by 0x49469C8: func_dmime (dmime.c:385)
==26861== by 0x4948B90: run_test (test.h:584)
==26861== by 0x4948F7F: main (test.h:654)
==26861==
and:
==6372== 44 bytes in 1 blocks are definitely lost in loss record 366 of 864
==6372== at 0x7BC4C735: notify_alloc (heap.c:255)
==6372== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==6372== by 0x5F9CB1E: create_dmaudiopath (audiopath.c:642)
==6372== by 0x5FA99FE: IDirectMusicPerformance8Impl_CreateStandardAudioPath
(performance.c:1033)
==6372== by 0x5FA95BF: IDirectMusicPerformance8Impl_InitAudio
(performance.c:952)
==6372== by 0x4954F43: test_COM_audiopath (dmime.c:58)
==6372== by 0x49569AF: func_dmime (dmime.c:380)
==6372== by 0x4958B90: run_test (test.h:584)
==6372== by 0x4958F7F: main (test.h:654)
==6372==
--
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=33907
Bug #: 33907
Summary: Civilization 4: missing some sound (could not read
file)
Product: Wine
Version: 1.6-rc3
Platform: x86
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fiziologus(a)gmail.com
Classification: Unclassified
No some sound (footstep, diplomaci) -- could not read file. in wine-1.4 is OK.
settings: msxml3 -> native, dxd9_36 -> native
in attach -- audio.log from game.
--
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=22782
Summary: Battlefield 1942: missing some textures inside
vehicles
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Created an attachment (id=28110)
--> (http://bugs.winehq.org/attachment.cgi?id=28110)
screenshot of missing textures at top of screen and at bottom
Somewhere maybe around 1.1.38 this was working but now the textures of the
inside of vehicles, eg tanks was correct now they are partly missing so that
the ground and sky can be seen. (see screenshot)
I should be able to complete a regression test in the next few days.
wine-1.1.44-322-g5cc00e8 geforce 8, 195.36.15.
--
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=22579
Summary: Outlook Express does not show menu bar
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Outlook Express, installed with winetricks does not show menu bar. See the
screenshot.
--
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=17597
Summary: CharmTale2 crashes when releasing mshtml if gecko not
installed
Product: Wine
Version: 1.1.16
Platform: Other
URL: http://www.playfirst.com/game/charmtale2
OS/Version: other
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Trying out a game a user wanted in
https://answers.edge.launchpad.net/ubuntu/+source/wine/+question/61290
If you decline to install gecko, the game crashes quickly with
Unhandled exception: page fault on read access to 0x00000008 in 32-bit code
(0x7d026c32).
Backtrace:
=>0 SupportErrorInfo_Release+0x12(iface=0x74112c) [dlls/mshtml/htmldoc.c:1597]
1 0x00407900 in charmtale2 (+0x7900) (0x0032cfcc)
2 0x00407a2e in charmtale2 (+0x7a2e) (0x00000000)
SupportErrorInfo_Release+0x12 [dlls/mshtml/htmldoc.c:1597] in mshtml: call
*0x8(%eax)
1597 return IHTMLDocument_Release(HTMLDOC(This));
--
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=29636
Bug #: 29636
Summary: QQ International crash after login (riched20)
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download and install qq:
http://dl_dir.qq.com/qqfile/qq/QQ2010/QQIntl1.0.exe
sha1sum:
10f67ede6b52f260257d2217800dd2a700332f9d QQIntl1.0.exe
2. Start QQ and login to QQ
$ cd ".wine/drive_c/Program Files/Tencent/QQIntl/Bin"
$ wine QQ.exe
3. if the password is correct, then there will be a crash without backtrace,
however, a minidump file will be generated by QQ
open the minidump file with winedbg:
Backtrace:
=>0 0x7bd59369 ME_GetOLEObjectSize+0x196(c=0x32c544, run=0xd263044,
pSize=0x32c3dc) [/home/fracting/wine-git/dlls/riched20/richole.c:1569] in
riched20 (0x0032c3a8)
1 0x7bd5bb77 ME_GetRunSizeCommon+0x24e(c=0x32c544, para=0xd262a3c,
run=0xd263044, nLen=0x1, startx=0, pAscent=0xd263058, pDescent=0xd26305c)
[/home/fracting/wine-git/dlls/riched20/run.c:661] in riched20 (0x0032c408)
2 0x7bd5bc7d ME_CalcRunExtent+0x7c(c=0x32c544, para=0xd262a3c, startx=0,
run=0xd263044) [/home/fracting/wine-git/dlls/riched20/run.c:697] in riched20
(0x0032c458)
winetricks riche20 will workaround for this crash, but there will be another
crash in iexplore
--
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=36194
Bug ID: 36194
Summary: valgrind shows some possible leaks in
mmdevapi/tests/dependency.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: mmdevapi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==12067== 28 bytes in 1 blocks are possibly lost in loss record 170 of 726
==12067== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==12067== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==12067== by 0x4FB483E: COMPOBJ_DllList_Add (compobj.c:526)
==12067== by 0x4FB6B7A: apartment_getclassobject (compobj.c:1335)
==12067== by 0x4FBA2C4: get_inproc_class_object (compobj.c:2894)
==12067== by 0x4FBA783: CoGetClassObject (compobj.c:3032)
==12067== by 0x4FBAD45: CoCreateInstance (compobj.c:3197)
==12067== by 0x4E5656A: func_dependency (dependency.c:42)
==12067== by 0x4E6BEAF: run_test (test.h:584)
==12067== by 0x4E6C29E: main (test.h:654)
==12067==
==12067== 28 bytes in 1 blocks are possibly lost in loss record 177 of 726
==12067== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==12067== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==12067== by 0x4FB483E: COMPOBJ_DllList_Add (compobj.c:526)
==12067== by 0x4FB6B7A: apartment_getclassobject (compobj.c:1335)
==12067== by 0x4FBA2C4: get_inproc_class_object (compobj.c:2894)
==12067== by 0x4FBA783: CoGetClassObject (compobj.c:3032)
==12067== by 0x4FBAD45: CoCreateInstance (compobj.c:3197)
==12067== by 0x60B8344: MMDevice_Activate (devenum.c:594)
==12067== by 0x4E56737: func_dependency (mmdeviceapi.h:395)
==12067== by 0x4E6BEAF: run_test (test.h:584)
==12067== by 0x4E6C29E: main (test.h:654)
==12067==
==12067== 120 bytes in 3 blocks are definitely lost in loss record 446 of 726
==12067== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==12067== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==12067== by 0x4FD9590: IMalloc_fnAlloc (ifs.c:186)
==12067== by 0x4FD9EAB: CoTaskMemAlloc (objidl.h:1236)
==12067== by 0x655D652: AudioClient_GetMixFormat (mmdevdrv.c:1747)
==12067== by 0x60B7860: set_format (audioclient.h:330)
==12067== by 0x60B79DF: load_driver_devices (devenum.c:464)
==12067== by 0x60B9231: MMDevEnum_Create (devenum.c:852)
==12067== by 0x60BC445: MMCF_CreateInstance (main.c:252)
==12067== by 0x4FBAD96: CoCreateInstance (unknwn.h:226)
==12067== by 0x4E5656A: func_dependency (dependency.c:42)
==12067== by 0x4E6BEAF: run_test (test.h:584)
==12067== by 0x4E6C29E: main (test.h:654)
==12067==
==12067== 240 bytes in 6 blocks are definitely lost in loss record 505 of 726
==12067== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==12067== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==12067== by 0x4FD9590: IMalloc_fnAlloc (ifs.c:186)
==12067== by 0x4FD9EAB: CoTaskMemAlloc (objidl.h:1236)
==12067== by 0x655D652: AudioClient_GetMixFormat (mmdevdrv.c:1747)
==12067== by 0x60B7860: set_format (audioclient.h:330)
==12067== by 0x60B79DF: load_driver_devices (devenum.c:464)
==12067== by 0x60B9225: MMDevEnum_Create (devenum.c:851)
==12067== by 0x60BC445: MMCF_CreateInstance (main.c:252)
==12067== by 0x4FBAD96: CoCreateInstance (unknwn.h:226)
==12067== by 0x4E5656A: func_dependency (dependency.c:42)
==12067== by 0x4E6BEAF: run_test (test.h:584)
==12067== by 0x4E6C29E: main (test.h:654)
==12067==
--
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=25289
Summary: Civilization 4: fails with 'error loading shader
libraries' unless native d3dx9_26 is used
Product: Wine
Version: 1.3.7
Platform: x86
URL: http://download.cnet.com/Civilization-IV-demo/3000-748
9_4-10465206.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: wine-bugs(a)winehq.org
Created an attachment (id=32132)
--> (http://bugs.winehq.org/attachment.cgi?id=32132)
terminal output
Terminal doesn't d3d/d3dx9 related stuff, but I'll attach it anyway.
--
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=36357
Bug ID: 36357
Summary: valgrind shows a leak in dswave/tests/dswave.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==22533== 24 bytes in 1 blocks are definitely lost in loss record 156 of 566
==22533== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==22533== by 0x5DC1E5A: create_dswave (dswave.c:730)
==22533== by 0x5DC2670: WaveCF_CreateInstance (dswave_main.c:97)
==22533== by 0x4CB14DD: CoCreateInstance (unknwn.h:226)
==22533== by 0x4B48E2E: func_dswave (dswave.c:57)
==22533== by 0x4B49F8C: run_test (test.h:584)
==22533== by 0x4B4A37A: main (test.h:654)
==22533==
--
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=34945
Bug #: 34945
Summary: AppleWin 1.23.0: CPU usage is very high when should be
minimal
Product: Wine
Version: 1.7.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.lutynski(a)gmail.com
Classification: Unclassified
Created attachment 46567
--> http://bugs.winehq.org/attachment.cgi?id=46567
htop showing CPU usage
A performance issue where Wine puts an excessive load upon the CPU; CPU usage
should be marginal.
Both of my cores in my dual-core computer run at nearly 100% when I run
AppleWin 1.23.0, a self-contained Apple II emulator.
Mentioning this issue to the AppleWin developers, they say this is how AppleWin
is functioning internally, which may be of help:
>>>
During *normal* emulation, the emulator will:
i) Start a 1ms timer
ii) Execute AppleII for 1ms of emulated time
iii) Wait for 1ms timer to expire
So assuming you have a sufficiently fast PC (ie. any PC from the past 10 years)
then the wait at step-(iii) will dominate the above sequence.
Also, Applewin is single-threaded, so on your dual-core, it will at most
consume 50% of the CPU capacity.
<<<
To replicate:
Just run Applewin.exe, and when the main window appears, press F2 to start the
emulator. A flashing prompt appears and the Applewin.exe CPU usage runs at, for
example, 72% and wineserver is at 66% (see attached screenshot from htop).
Download link:
http://download.berlios.de/applewin/AppleWin1.23.0.0.zip
51cbe8790d5fdbd3809a17a5b8b66923e676605b AppleWin1.23.0.0.zip
--
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=11499
Summary: sound effects not played correctly Battlefield 1942
Product: Wine
Version: 0.9.54.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
wine-0.9.54, Ubuntu 7.04
When playing Battlefield 1942 with audio set to either oss or alsa, sound
effects are not played correctly, some are not audible, some sound muffled or
cut short at the start and end.
I've searched through bugzilla for "dsound" "directsound" and "sound effects"
but I haven't been able to spot anything similar to this. I did try the patch
on bug 9358 but if anything, subjectively it seemed worse.
I also tested the demo for bug 7755 but didn't find any problems with sound
effects.
I've created a log of WINEDEBUG=+dsound, it's 80+ MB uncompressed for loading
the game, loading a level and firing a weapon and then exiting immediately.
The log does mention "Buffer starting or buffer underrun" - I don't know if
this message is normal though.
2.5MB bzip2'd log http://members.iinet.net.au/~something/dsound.log.bz2
--
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=15924
Summary: Program freezes during login
Product: Wine
Version: 1.1.7
Platform: Other
URL: http://www.cmsfx.com/en/trading-software/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail2gaz(a)yahoo.com.au
When installing this application in wine the following error occurs "Module not
found (msls31.dll)"
The rest of the installation goes smoothly. Clicking the application after
install appears to do nothing yet it is listed in "services" in Xubuntu as
"zombie".
After "killing" the "zombie" and clicking the application again, it gets all
the way to the login screen. At that point a username and passwaord can be
entered but the application then gives the error " failed to connect to
server".
--
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=31001
Bug #: 31001
Summary: SecureCRT: could not write to the host key database
file
Product: Wine
Version: 1.5.7
Platform: x86
URL: http://www.vandyke.com/products/securecrt/index.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Doesn't seem to affect anything, as far as I can tell, but when connecting to a
new host, it can't save the host's key:
Could not write to the host key database file
C:\users\austin\Application Data\VanDyke\Config\KnownHosts\hostsmap.txt
Access Denied
if you click ok to dismiss it, the connection seems fine.
--
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=27286
Summary: Source Insight: Crashes when jumping to function
definition.
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: philbyjohn(a)gmail.com
Created an attachment (id=34894)
--> (http://bugs.winehq.org/attachment.cgi?id=34894)
Log of error dump.
Source Insight crashes when jumping to certain function definitions.
A demo version of Source Insight can be obtained here.
http://www.sourceinsight.com/downeval.html
--
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=28125
Summary: unimplemented function msctf.dll.TF_InitMlngInfo
called by ctfmon.exe
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
1. get a native msutb.dll and native ctfmon.exe from WinXP.
(native msutb.dll to avoid Bug 28124)
2. start ctfmon.exe
$ wine ctfmon.exe
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 -
assuming all bytes
wine: Call from 0x7b83a537 to unimplemented function msctf.dll.TF_InitMlngInfo,
aborting
err:module:attach_process_dlls "MSUTB.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\fracting\\\4e0b\8f7d\\system32\\tmp\\ctfmon.exe" failed, status
80000100
--
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=36837
Bug ID: 36837
Summary: Steam fallout new vegas error
Product: Wine
Version: 1.7.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jacobgold12(a)hotmail.com
Created attachment 48921
--> http://bugs.winehq.org/attachment.cgi?id=48921
Back trace codes
So i am new to the community and just starting to use wine, need some help
trying to figure it out, i am currently using steam and it works fine game runs
great except sometimes it just drops randomly not sure how to fix error please
advise.
--
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=36273
Bug ID: 36273
Summary: valgrind shows several leaks in
dmstyle/tests/dmstyle.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==7603== 20 bytes in 1 blocks are definitely lost in loss record 127 of 598
==7603== at 0x7BC4C735: notify_alloc (heap.c:255)
==7603== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==7603== by 0x5F8ABD0: ???
==7603== by 0x5F8F189: ???
==7603== by 0x4D4AE26: CoCreateInstance (unknwn.h:226)
==7603== by 0x49557C2: test_COM_track (dmstyle.c:179)
==7603== by 0x4955B3F: func_dmstyle (dmstyle.c:223)
==7603== by 0x495693C: run_test (test.h:584)
==7603== by 0x4956D2A: main (test.h:654)
==7603==
--
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=36164
Bug ID: 36164
Summary: valgrind shows an unitialized variable in
programs/cmd/tests/batch.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==763== Conditional jump or move depends on uninitialised value(s)
==763== at 0x4EE36BD: WCMD_execute (wcmdmain.c:1335)
==763== by 0x4EE5E52: WCMD_process_commands (wcmdmain.c:2294)
==763== by 0x4ECEFD0: WCMD_batch (batch.c:95)
==763== by 0x4EE30A0: WCMD_run_program (wcmdmain.c:1187)
==763== by 0x4EE4383: WCMD_execute (wcmdmain.c:1618)
==763== by 0x4EE5E52: WCMD_process_commands (wcmdmain.c:2294)
==763== by 0x4EE6CE7: wmain (wcmdmain.c:2590)
==763== by 0x4EE724A: __wine_spec_exe_wentry (exe_wentry.c:36)
==763== by 0x7B8641DB: ??? (process.c:1045)
==763== by 0x7B864328: start_process (process.c:1097)
==763== by 0x7BC87017: ??? (signal_i386.c:2571)
==763== by 0x7BC87060: call_thread_func (signal_i386.c:2630)
==763== by 0x7BC86FF5: ??? (signal_i386.c:2571)
==763== by 0x7BC5A14C: start_process (loader.c:2840)
==763== by 0x403DFD4: ??? (port.c:60)
==763== Uninitialised value was created by a client request
==763== at 0x7BC4C4AE: mark_block_uninitialized (heap.c:209)
==763== by 0x7BC4C619: initialize_block (heap.c:240)
==763== by 0x7BC50F25: RtlAllocateHeap (heap.c:1717)
==763== by 0x4EE134A: heap_alloc (wcmdmain.c:444)
==763== by 0x4EE358C: WCMD_execute (wcmdmain.c:1310)
==763== by 0x4EE5E52: WCMD_process_commands (wcmdmain.c:2294)
==763== by 0x4ECEFD0: WCMD_batch (batch.c:95)
==763== by 0x4EE30A0: WCMD_run_program (wcmdmain.c:1187)
==763== by 0x4EE4383: WCMD_execute (wcmdmain.c:1618)
==763== by 0x4EE5E52: WCMD_process_commands (wcmdmain.c:2294)
==763== by 0x4EE6CE7: wmain (wcmdmain.c:2590)
==763== by 0x4EE724A: __wine_spec_exe_wentry (exe_wentry.c:36)
==763== by 0x7B8641DB: ??? (process.c:1045)
==763== by 0x7B864328: start_process (process.c:1097)
==763== by 0x7BC87017: ??? (signal_i386.c:2571)
==763== by 0x7BC87060: call_thread_func (signal_i386.c:2630)
==763== by 0x7BC86FF5: ??? (signal_i386.c:2571)
==763== by 0x7BC5A14C: start_process (loader.c:2840)
==763== by 0x403DFD4: ??? (port.c:60)
==763==
--
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=31156
Bug #: 31156
Summary: Skyrim does not work with ENB
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: franchukrom(a)gmail.com
Classification: Unclassified
Created attachment 40902
--> http://bugs.winehq.org/attachment.cgi?id=40902
Console output
ENB ( http://enbdev.com/ ) does not work with wine.
When I run Skyrim (TESV.exe) with ENBInjector started, it fails. Console output
of wine is in attachment.
--
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=17402
Summary: Battlefield 2 runs unplayably slow (and mission loading
takes longer) on ATi with GLSL
Product: Wine
Version: 1.1.15
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
When trying to play Battlefield 2 with an ATi card and GLSL enabled, the
mission loading takes far, far longer than it should (several minutes) when it
reaches the "Loading Geometry" stage. When it finally loads it runs at about
0.2fps and has odd graphics corruption (mainly on remote hills and the far
right part of the screen, unfortunately print screen is black).
Disabling GLSL fixes both these issues but that in turn locks the game to all
low quality settings.
ATi driver is 2.1.8395 (9.1) although was present with 8.11 and 8.12 as well
(only started using ATi at 8.11).
--
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=36236
Bug ID: 36236
Summary: valgrind shows a leak in comctl32/tests/propsheet.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==25320== 56 bytes in 1 blocks are definitely lost in loss record 389 of 894
==25320== at 0x7BC4C735: notify_alloc (heap.c:255)
==25320== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==25320== by 0x7B84586B: HeapAlloc (heap.c:271)
==25320== by 0x7B845A92: GlobalAlloc (heap.c:364)
==25320== by 0x7B846ECF: LocalAlloc (heap.c:967)
==25320== by 0x4C84A16: Alloc (comctl32undoc.c:74)
==25320== by 0x4CD47F0: CreatePropertySheetPageA (propsheet.c:2918)
==25320== by 0x49BEBFD: test_PSM_ADDPAGE (propsheet.c:781)
==25320== by 0x49BF142: func_propsheet (propsheet.c:852)
==25320== by 0x4A14A1C: run_test (test.h:584)
==25320== by 0x4A14E0B: main (test.h:654)
==25320==
--
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=36171
Bug ID: 36171
Summary: valgrind shows several leaks in winmm/waveform.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==4477== 6,156 bytes in 342 blocks are definitely lost in loss record 823 of
838
==4477== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==4477== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==4477== by 0x4FEACEF: WINMM_OpenDevice (waveform.c:1093)
==4477== by 0x4FEB8D0: WOD_Open (waveform.c:1272)
==4477== by 0x4FEF2F1: WINMM_DevicesMsgProc (waveform.c:2409)
==4477== by 0x514943D: ??? (winproc.c:173)
==4477== by 0x51495B2: call_window_proc (winproc.c:244)
==4477== by 0x514B74B: WINPROC_call_window (winproc.c:900)
==4477== by 0x51080F8: call_window_proc (message.c:2223)
==4477== by 0x510A2FC: peek_message (message.c:2953)
==4477== by 0x510BDA2: PeekMessageW (message.c:3757)
==4477== by 0x4FEF773: WINMM_DevicesThreadProc (waveform.c:2503)
==4477== by 0x7BC87017: ??? (signal_i386.c:2571)
==4477== by 0x7BC87060: call_thread_func (signal_i386.c:2630)
==4477== by 0x7BC86FF5: ??? (signal_i386.c:2571)
==4477== by 0x7BC8E43C: start_thread (thread.c:428)
==4477== by 0x4218F92: start_thread (pthread_create.c:309)
==4477== by 0x431D7ED: clone (clone.S:129)
==4477== 240 bytes in 6 blocks are definitely lost in loss record 575 of 838
==4477== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==4477== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==4477== by 0x5823590: IMalloc_fnAlloc (ifs.c:186)
==4477== by 0x5823EAB: CoTaskMemAlloc (objidl.h:1236)
==4477== by 0x69AE652: AudioClient_GetMixFormat (mmdevdrv.c:1747)
==4477== by 0x6510860: set_format (audioclient.h:330)
==4477== by 0x65109DF: load_driver_devices (devenum.c:464)
==4477== by 0x6512225: MMDevEnum_Create (devenum.c:851)
==4477== by 0x6515445: MMCF_CreateInstance (main.c:252)
==4477== by 0x5804D96: CoCreateInstance (unknwn.h:226)
==4477== by 0x4FE9C53: WINMM_InitMMDevices (waveform.c:843)
==4477== by 0x4FEF50F: WINMM_DevicesThreadProc (waveform.c:2468)
==4477== by 0x7BC87017: ??? (signal_i386.c:2571)
==4477== by 0x7BC87060: call_thread_func (signal_i386.c:2630)
==4477== by 0x7BC86FF5: ??? (signal_i386.c:2571)
==4477== by 0x7BC8E43C: start_thread (thread.c:428)
==4477== by 0x4218F92: start_thread (pthread_create.c:309)
==4477== by 0x431D7ED: clone (clone.S:129)
==4477==
--
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=36265
Bug ID: 36265
Summary: valgrind shows a couple leaks in dmband/tests/dmband.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==4122== 32 bytes in 1 blocks are possibly lost in loss record 72 of 263
==4122== at 0x7BC4C735: notify_alloc (heap.c:255)
==4122== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==4122== by 0x5BBE7DE: ???
==4122== by 0x5BBED52: ???
==4122== by 0x4D4AE26: CoCreateInstance (unknwn.h:226)
==4122== by 0x49552AF: test_COM_bandtrack (dmband.c:114)
==4122== by 0x49556B9: func_dmband (dmband.c:161)
==4122== by 0x49564B4: run_test (test.h:584)
==4122== by 0x49568A2: main (test.h:654)
==4122==
==4122== 848 bytes in 1 blocks are definitely lost in loss record 226 of 263
==4122== at 0x7BC4C735: notify_alloc (heap.c:255)
==4122== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==4122== by 0x5BBE847: ???
==4122== by 0x5BBED52: ???
==4122== by 0x4D4AE26: CoCreateInstance (unknwn.h:226)
==4122== by 0x4955320: test_COM_bandtrack (dmband.c:119)
==4122== by 0x49556B9: func_dmband (dmband.c:161)
==4122== by 0x49564B4: run_test (test.h:584)
==4122== by 0x49568A2: main (test.h:654)
==4122==
--
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.