http://bugs.winehq.org/show_bug.cgi?id=32073
Bug #: 32073
Summary: Some chars are mapped as dead key
Product: Wine
Version: 1.5.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cerebro.alexiel(a)gmail.com
Classification: Unclassified
When I use TapTouche, a typing training software, it warns me my keyboard is
mis-configured and disables automatically some exercices.
I installed it in an XP VM, compared with wine and found that exercices using
the following chars were not available in wine : é ç à ù â ê û î ô É È Ç À Ù Â
Ê Û Î Ô
Thanks to +relay and +key,+keyboard, I found that
VkKeyScan(0xe7) returns -1 in wine, 0x39 in windows
VkKeyScan(0xe8) returns -1 in wine, 0x37 in windows
I have a french keyboard and as you may have guessed, the 7 key contains 'è'
and '`' while the 9 key contains 'ç' and '^'.
For the following, I only focus on the 7 key (keycode 16) as it's the same
issue for the 9 key.
I played with XkbKeycodeToKeysym(display, 16, 0, [0-4]) and it returns
0xe8 'è' / 0x37 '7' / 0x60 '`' / 0xac6 '⅞'.
showing my keyboard is correctly mapped/configured so the issue is on the wine
side.
I looked at the source code and found the issue was in the loop at
http://source.winehq.org/git/wine.git/blob/HEAD:/dlls/winex11.drv/keyboard.…
More precisely, line 1728, keycode_to_keysym returns 0xe8 for i=0,
XkbTranslateKeySym fails and as 0xe8 > 0x7F (the lastest ascii char), ckey[i]
is 0.
There is an explicit FIXME but as I don't fully understand it, I prefer filing
a bug.
If you need any info, testcase or log, just let me know.
--
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=12443
Summary: Multi-monitor handling in ddraw/d3d
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
In bug 1347, I write:
I'm guessing slideshows in Picasa with multi-monitors is affected by this as
well. When starting the slideshow, the entire screen gets blanked. After the
slideshow ends, the screen that showed the slideshow gets restored, but the
secondary screen remains blank until it gets drawn over.
Stefan replied:
This could as well be a bug with multi-monitor handling in ddraw, as ddraw is
pretty ignorant to that.
Yes, a bug on d3d multi-monitor handling is a good idea I think.
Thus this bug serves as a reminder to look at multi-monitor handling issues in
ddraw/d3d.
--
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=14398
Summary: X3 Reunion crash on opening comm menu
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.egosoft.com/games/x3/info_en.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pablo.bueti(a)gmail.com
Created an attachment (id=14712)
--> (http://bugs.winehq.org/attachment.cgi?id=14712)
The console outuput when game hangs
When selecting a ship and pressing C to open comms dialog the game hangs, there
are several fixme:amstream lines in console that don't stop showing while games
is hang. After pressing Ctrl-c in console I got the output to report the error
here (attached).
This was tested on openSuSe 10.3, kernel 2.6.22.18-0.2-default and Wine 1.1.0
without modifications.
Also videos and sounds aparently in mp3 format don't play. I found that I'm not
the only having this problem and seems to be related to amstream.dll. Also
tried using native dll but don't help (game crashes and return to console).
--
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=31342
Bug #: 31342
Summary: Trespasser wont launch
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mstilson153(a)gmail.com
Classification: Unclassified
Created attachment 41183
--> http://bugs.winehq.org/attachment.cgi?id=41183
Error report information
Trespasser.exe: trespasser has encountered a serious problem and needs to
close.
--
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=25390
Summary: wineconsole doesn't returns exit code of subprocess
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cblp(a)cblp.su
wineconsole should exit with the code, that was returned by nested command.
Example 1.
$ wineconsole cmd
CMD Version 1.2
> thereisnosuchcommand
File not found
> echo %ERRORLEVEL%
9009
> exit
$ echo $?
0
Example 2.
$ wineconsole thereisnosuchcommand
wine: cannot find L"C:\\windows\\system32\\thereisnosuchcommand.exe"
wineconsole: Starting command "thereisnosuchcommand" failed.
The command is invalid.
$ echo $?
0
And always 0, regardless of subprocess.
--
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=36778
Bug ID: 36778
Summary: Webbrowser can't show local images (urls)
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: ocean04(a)suomi24.fi
Created attachment 48844
--> http://bugs.winehq.org/attachment.cgi?id=48844
Sample + source
Attached sample code is used to show html previews
Extract zip to c:/ (.wine/drive_c/) Run imagepreview.exe and click button.
It should show test.jpg, but instead broken image icon.
Sample works if replace "file:///c:/test.jpg" with some http url.
Workaround winetricks ie8
--
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=37625
Bug ID: 37625
Summary: Fallout: New Vegas fails to allocate system memory
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oinabilac(a)gmail.com
Distribution: ---
Fallout: New Vegas fails to allocate enough system memory when running on
high/ultra graphics settings. The game does not crash but the game is not
rendered properly; the interface disappears and certain textures are not
visible.
Wine repeatedly gives the following messages:
err:d3d:resource_init Failed to allocate system memory.
This issue can be fixed by setting the large address aware flag enabled (works
for Fallout 3 which has the same issue and runs the same game engine), but for
some reason New Vegas will not start if this is done. This is also true under
Windows and people have made workarounds to this and created mods which solve
the issue. For an example the following:
http://www.nexusmods.com/newvegas/mods/35262/?
This mod does not work under Wine, when you attempt to apply this patch by
running fnv4gb.exe you get the following error:
err:module:attach_process_dlls "XINPUT1_3.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files
(x86)\\Steam\\steamapps\\common\\Fallout New Vegas\\FalloutNV.4gb" failed,
status c00000fd
As described previously, Fallout 3 has the exact same issue and by setting the
large address aware flag the game functions flawlessly. The same would probably
be true if the flag could be set for Fallout: New Vegas.
--
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=25166
Summary: Multiple mime type handling registered for different
file extensions
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: quentin.denis(a)gmail.com
Created an attachment (id=31923)
--> (http://bugs.winehq.org/attachment.cgi?id=31923)
screenshot illustrating the issue
The title might be confusing, but to be more precise, for file extensions
associated to Office Application (and even others) I get multiple "open with"
proposals, all referring to the same Office component (screenshot illustrates).
The issue seems to lie in the way wine registers the file mime-types. For a
.ppt file, i.e., I should get only one "PowerPoint" entry in my open with
dialog.
--
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=21368
Summary: TeamViewer: Some tooltips are shown incorrectly
Product: Wine
Version: 1.1.36
Platform: x86
URL: http://www.teamviewer.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: caliga(a)arcor.de
Created an attachment (id=25730)
--> (http://bugs.winehq.org/attachment.cgi?id=25730)
screenshot of incorrectly rendered tooltip
Some of the tooltips in TeamViewer are rendered incorrectly.
For example the tooltips in the toolbar when you do a remote support session.
There are also tooltips in the options dialog, but those work.
I get the impression that the width and height of the tooltips are switched.
Attached is a screenshot of a tooltip.
--
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=33678
Bug #: 33678
Summary: PSX2PSP Version 1.4.2 crashes with an unhandled page
fault while writing out a file
Product: Wine
Version: 1.5.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hibbsncc1701(a)yahoo.com
Classification: Unclassified
Regression SHA1: 4adfb787f4e8c36a37ce1d53a7e6df16d03ecd8a
Created attachment 44582
--> http://bugs.winehq.org/attachment.cgi?id=44582
Console log of crash in PSX2PSP
After writing the EBOOT file the program crashes with an unhandled page fault.
(i.e when it's progress reaches 100%. It does not matter what game is used to
create the file, nor does it matter what modifications are made.)
I ran a regression test and git identified
4adfb787f4e8c36a37ce1d53a7e6df16d03ecd8a as the bad patch.
I've attached the console log from the crash. I'll attach the git regresssion
info, with the next comment.
--
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=38447
Bug ID: 38447
Summary: valgrind shows an invalid read in
ole32/tests/hglobalstream.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==13974== Invalid read of size 2
==13974== at 0x7B843008: GlobalLock (heap.c:441)
==13974== by 0x4A9B5D8: HGLOBALStreamImpl_Read (hglobalstream.c:169)
==13974== by 0x48885CC: IStream_Read (objidl.h:4381)
==13974== by 0x48885CC: test_freed_hglobal (???:0)
==13974== by 0x488885C: func_hglobalstream (hglobalstream.c:522)
==13974== by 0x48D5D00: run_test (test.h:584)
==13974== by 0x48D613A: main (test.h:666)
==13974== Address 0x7f02aaf8 is 16 bytes after a block of size 32 free'd
==13974== at 0x7BC49E5B: notify_free (heap.c:262)
==13974== by 0x7BC4E178: RtlFreeHeap (heap.c:1761)
==13974== by 0x4A9B51A: HGLOBALStreamImpl_Release (hglobalstream.c:123)
==13974== by 0x4888325: IStream_Release (objidl.h:4377)
==13974== by 0x4888325: test_copyto (???:0)
==13974== by 0x4888857: func_hglobalstream (hglobalstream.c:521)
==13974== by 0x48D5D00: run_test (test.h:584)
==13974== by 0x48D613A: main (test.h:666)
==13974==
--
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=27437
Summary: IW2 Edge of Chaos freezes every second
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Originally in bug 24239.
fixme:quartz:ACMWrapper_SetMediaType acmStreamOpen returned 512
spams every second or so. When it does, the game freezes completely for a few
milliseconds.
winetricks devenum quartz works around it.
--
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=17039
Summary: Wine does not appear to read disc IDs (DVDs)
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
URL: http://www.invelos.com/Downloads.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Stuart(a)houseofanime.org
For app DVD Profiler
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=14707), Wine
seems to fail to read DVD disc IDs correctly.
I believe that this relates to this functionality, but I'm not sure:
http://msdn.microsoft.com/en-us/library/ms785496.aspx
DVD Profiler stores information on DVDs, including several areas of
functionality that make use of the unique disc IDs.
Under Windows, inserting a DVD into your drive triggers the application read
the disc ID and either move focus to that disc (if it is in your collection) or
prompt to download it from the online database (if it is not). This check can
also be triggered from the menu 'DVD, scan DVD-ROM drive'.
The on-line database is user-populated, and disc IDs are entered by editing a
profile and selecting 'set disc ID' under the 'discs' section.
As a demonstration, I chose a USA DVD title: 'Time Bokan'.
Under Windows, if I set the disc ID as described above, I get this string:
"76797847B89AE080 [TimeBokan]". When I insert the DVD in the drive, the correct
profile gains focus or I am prompted to download the profile (depending on
whether I have DVD in my collection or not).
Under Wine, if I set the disc ID as described above, I get this string: "-
[TimeBokan]". Inserting the DVD into the drive triggers no action (probably
because of bug 17037). However, I can force the application to check the
DVD-ROM by choosing 'DVD, scan DVD-ROM drive' from the menu. When I do so, the
application prompts me to download a DVD called "The Wedding Party", which is
defined by the string "43D62B0BAEE070B7 [THE_WEDDING_PARTY]". This profile is
returned consistently, and the application will give focus to this profile once
it is in my collection should I repeat the process.
In summary, Wine is returning an incorrect Disc ID for DVDs.
--
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=37802
Bug ID: 37802
Summary: Unhandled exception when starting Theme Park World
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hededrk(a)gmail.com
Distribution: ---
Created attachment 50348
--> https://bugs.winehq.org/attachment.cgi?id=50348
Crash report
I followed the instructions on the appdb page. Game doesn't launch, and either
requests to insert CD, or crashes with unhandled exception.
--
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=10603
Summary: IDirectSoundBufferImpl_SetFX should be implemented
Product: Wine
Version: 0.9.49.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pawel.stolowski(a)wp.pl
IDirectSoundBufferImpl_SetFX should be implemented - this is probably the only
problem left to have two games working correctly (both from the same company
and using same engine): "Dangerous Waters" and "Sub Command" - now they lack
sound effects - see my test results:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=9913http://appdb.winehq.org/objectManager.php?sClass=version&iId=9914
These are the "fixme" messages printed for "Dangerous Waters":
fixme:dsound:IDirectSoundBufferImpl_SetFX (0xe96248,9,0x309d89c,0x34f39c): stub
fixme:dsound:IDirectSoundBufferImpl_SetFX (0xe96248,0,(nil),(nil)): stub
fixme:dsound:IDirectSoundBufferImpl_SetFX (0xe96248,0,(nil),(nil)): stub
fixme:dsound:IDirectSoundBufferImpl_SetFX (0x1112ae8,0,(nil),(nil)): stub
fixme:dsound:IDirectSoundBufferImpl_SetFX (0x1173b50,0,(nil),(nil)): stub
...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37491
Bug ID: 37491
Summary: wineconsole requires/uses TERM environment variable
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luke-jr+winebugs(a)utopios.org
Distribution: ---
For some reason, wineconsole requires TERM to be set to a valid value. However,
Windows ncurses requires TERM to be unset, clear, or "#win32con" or it starts
talking vt100, which wineconsole doesn't understand.
--
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=37644
Bug ID: 37644
Summary: .NET 3.5 crash when running System.Console.Clear()
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: james(a)jameswarner.us
Distribution: ---
Created attachment 50099
--> https://bugs.winehq.org/attachment.cgi?id=50099
Example program, source code to said program and output log
When running System.Console.Clear() under .NET 3.5 in WINE (installed in a
clean .wine through Winetricks), it will crash with:
Unhandled Exception: System.IO.IOException: Invalid handle.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.Console.GetBufferInfo(Boolean throwOnNoConsole, Boolean&
succeeded)
at System.Console.Clear()
This can be reproduced by running System.Console.Clear() under any application
in .NET 3.5.
Attached is a demo application to reproduce this, the source code to produce
this issue and the log generated.
WINE version: 1.7.30 under Debian (sid) x86.
--
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=36960
Bug ID: 36960
Summary: Avencast: Rise of the Mage fails to start
(D3DXCreateTextureFromFileA failed)
Product: Wine
Version: 0.9.48.
Hardware: x86
URL: http://www.strategyinformer.com/pc/avencast/demo/17710
.html
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Blocks: 10325
Created attachment 49077
--> https://bugs.winehq.org/attachment.cgi?id=49077
+d3dx,+d3d trace
While looking at old bugs (bug 10325), I noticed that Avencast has a problem
with d3dx:
"DXC_Gfx: D3DXCreateTextureFromFileA failed: D3DERR_INVALIDCALL
(file:graphics\\gui\\windows\\gui_energybar02_frame.tga)"
terminal shows:
fixme:d3d:wined3d_device_set_software_vertex_processing device 0x169430,
software 0 stub!
fixme:d3d:swapchain_gl_present WINED3D_SWAP_EFFECT_FLIP not implemented.
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:d3dx:D3DXCreateTextureFromFileInMemoryEx Texture creation failed.
doing winetricks d3dx9 let's the game start without that error. I've attached a
+d3d,+d3dx trace
austin@aw25 ~ $ du -h avencastdemo.exe
309M avencastdemo.exe
austin@aw25 ~ $ sha1sum avencastdemo.exe
704c0f3fd05405e00814282cc6247401b2884574 avencastdemo.exe
austin@aw25 ~ $ wine --version
wine-1.7.22
--
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=37254
Bug ID: 37254
Summary: server/curses.c fails to build on NetBSD 6.1.4
Product: Wine
Version: 1.7.26
Hardware: x86
OS: NetBSD
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
gcc -c -o curses.o curses.c -I. -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wempty-body -Wignored-qualifiers -Wstrict-prototypes -Wtype-limits -Wvla
-Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-2 -gstrict-dwarf
-fno-omit-frame-pointer -g -O2
curses.c:102:1: error: 'getmouse' undeclared here (not in a function)
curses.c:102:1: warning: type defaults to 'int' in declaration of 'p_getmouse'
curses.c:128:1: error: 'acs_map' undeclared here (not in a function)
curses.c:128:1: warning: type defaults to 'int' in declaration of 'p_acs_map'
--
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=35467
Bug ID: 35467
Summary: Error with native and buildin msvcirt.dll with LockOn
Product: Wine
Version: 1.6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: msvcirt
Assignee: wine-bugs(a)winehq.org
Reporter: wine.mj(a)farbpigmente.org
Classification: Unclassified
Created attachment 47339
--> http://bugs.winehq.org/attachment.cgi?id=47339
Debug File
x86-64 Linux (Ubuntu 12.04) with Wine 1.6.1 from Launchpad
Wine prefix with Wine Arch win32.
Install LockOn 1.0 from CD: OK
Start Lockon with the prefix and arch: Error
WINEARCH=win32 WINEPREFIX=~/.wine_LockOn wine .wine_LockOn/drive_c/Program\
Files/Ubisoft/Eagle\ Dynamics/Lock\ On/LockOn.exe
wine: Call from 0x7b83bcd5 to unimplemented function
msvcirt.dll.??0fstream@@QAE@PBDHH@Z, aborting
err:module:attach_process_dlls "Common.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"...\\.wine_LockOn\\drive_c\\Program Files\\Ubisoft\\Eagle Dynamics\\Lock
On\\LockOn.exe" failed, status 80000100
Install native msvcirt.dll via winetricks and change config to "Native
(Windows)".
Start LockOn with new Confg: Error
WINEARCH=win32 WINEPREFIX=~/.wine_LockOn wine .wine_LockOn/drive_c/Program\
Files/Ubisoft/Eagle\ Dynamics/Lock\ On/LockOn.exe
fixme:winediag:AUDDRV_GetAudioEndpoint Winepulse is not officially supported by
the wine project
fixme:winediag:AUDDRV_GetAudioEndpoint For sound related feedback and support,
please visit http://ubuntuforums.org/showthread.php?t=1960599
wine: Unhandled page fault on read access to 0x00000000 at address 0x3ab320
(thread 0009), starting debugger...
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
Debug File, see Attachment
--
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=37280
Bug ID: 37280
Summary: extension ARB_framebuffer_object not supported
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: the_q123(a)hotmail.com
Discovered this while trying to load shaders for the Aali's FF7/8 OGL driver:
http://forums.qhimm.com/index.php?topic=14922.0
The shader I used in particular is Asmodean's ComplexMultiShader:
http://www.mediafire.com/download/p214x9ftu2rxbge/ComplexMultiShader.post
This message (with shader model < 140, it's a warning; with 140+ it's an error)
comes up in FF7's APP.LOG:
0(21) : warning C7508: extension ARB_framebuffer_object not supported
I do not believe this is a problem with either the Aali's driver or Asmodean's
shader because they appear to be working for windows users. This must be a
problem in wine, probably in OpenGL.
I am building wine from git on 64-bit Archlinux and my GPU is a GeForce GT 630
with nvidia drivers 343.13.
ARB_framebuffer_object is listed explicitly as a supported extension by
nvidia-config.
--
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=35770
Bug ID: 35770
Summary: Contacam Surveillance Software Crashing at Random
Product: Wine
Version: 1.4.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: msvfw32
Assignee: wine-bugs(a)winehq.org
Reporter: isaacemch(a)gmail.com
Created attachment 47763
--> http://bugs.winehq.org/attachment.cgi?id=47763
Contacam surveillance software crashing (msvfw32)
I'm running Contacam (video surveillance software -from contaware.com) with
WINE 1.4.1, and the application is crashing at random intervals. Sometimes 6
minutes, sometimes 6 hours, and everything in between.
The error log seems to be pointing to msvfw32 as the culprit, but I'm not
absolutely sure.
I think this only happens when I run the application to record upon detection.
When I have all camera detections set to off (monitor only) the system does not
crash. It seems that when (maybe) contacam detects motion and then starts
recording to disc, the crash occurs.
This doesn't happen on every detection though. ContaCam will detect some
movements, and record them to disk just fine, but after a (seemingly) random
amount of time later, the application crashes, showing the attached log.
I am not completely sure what is going on here and why.
My clues are that msvfw32 (seems) to be a 16bit video compression DLL. My
question to this finding would be: "What would make the video compression
fail?"
I wonder if I do not have my WINE environment setup properly.
I have made sure to install the 32bit configuration of WINE (I am running
Ubuntu 13.10 x64)
I am also not sure if it is a result of what folder I am having Contacam
storing its images to. I am telling Contacam to store images to /var/www
directory, but have allowed all permissions to this /var/www directory.
Contacam is able to store videos to this location fine (most of the time at
least). I wonder if permissions are being overridden to denied sometimes
maybe. Maybe this has nothing to do with it though.
I'm hoping to get this app to not crash soon, because I need my surveillance
system to be reliable.
Thanks,
Isaac
--
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=33000
Bug #: 33000
Summary: Sim Theme Park fails to install/copy SafeDisc v1.x
driver to system32\drivers
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
a guy on IRC #winehq asked for help to get "Sim Theme Park" to work.
The game is copy-protected and the installer seems somehow fail to installer
the SafeDisc 1.x driver properly in system32/drivers folder.
Manually copying the driver after installation lets the game recognize the
original disc (for that SafeDisc 1.x has to be run in Win2K mode, see bug
12653) -> workaround.
The installer is Installshield based (year 2000).
+tid,+seh,+relay gives:
--- snip ---
0024:Call KERNEL32.CreateProcessW(00000000,0032e398
L"E:\\USEnglish\\Setup\\SETUP.EXE",00000000,00000000,00000000,00000400,00000000,001a7690
L"E:\\USEnglish\\Setup\\",0032da40,0032da30) ret=7e51f1c3
0026:trace:relay:load_list L"RelayExclude" =
L"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.48;kernel32.49;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98;kernel32.TlsGetValue;kernel32.TlsSetValue;kernel32.FlsGetValue;kernel32.FlsSetValue;kernel32.SetLastError"
0026:trace:relay:load_list L"RelayFromExclude" =
L"winex11.drv;user32;gdi32;advapi32;kernel32"
0026:Call KERNEL32.__wine_kernel_init() ret=7bc54420
0024:Ret KERNEL32.CreateProcessW() retval=00000001 ret=7e51f1c3
...
0028:Call KERNEL32.CreateProcessA(00000000,0015a7d0
"C:\\users\\focht\\Temp\\_INS5176._MP",00000000,00000000,00000000,00000000,00000000,00000000,0081e024,0081e068)
ret=f6edb8d0
002a:trace:relay:load_list L"RelayExclude" =
L"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.48;kernel32.49;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98;kernel32.TlsGetValue;kernel32.TlsSetValue;kernel32.FlsGetValue;kernel32.FlsSetValue;kernel32.SetLastError"
002a:trace:relay:load_list L"RelayFromExclude" =
L"winex11.drv;user32;gdi32;advapi32;kernel32"
002a:Call KERNEL32.__wine_kernel_init() ret=7bc54420
0028:Ret KERNEL32.CreateProcessA() retval=00000001 ret=f6edb8d0
...
002a:Call KERNEL32.lstrcmpA(0033f098 "SdSelectFolder",0153f897
"SdSelectFolder") ret=0040fbc8
002a:Ret KERNEL32.lstrcmpA() retval=00000000 ret=0040fbc8
...
002a:Call KERNEL32.lstrcmpiA(0033f498 "Edit",00480738 "Static") ret=0040e9cb
002a:Ret KERNEL32.lstrcmpiA() retval=ffffffff ret=0040e9cb
002a:Call user32.SetWindowTextA(000200fc,0033f8a8 "SimTheme Park") ret=0040e9ff
...
002a:Call KERNEL32.lstrcpyA(0033fb74,001bf1ca "C:\\Program Files\\SimTheme
Park") ret=00439e6d
002a:Ret KERNEL32.lstrcpyA() retval=0033fb74 ret=00439e6d
...
002a:Call KERNEL32.LoadLibraryA(0033f254 "C:\\Program Files\\SimTheme
Park\\drvmgt.dll") ret=0041f8d6
002a:Call PE DLL (proc=0x19023b0,module=0x1900000
L"drvmgt.dll",reason=PROCESS_ATTACH,res=(nil))
...
002a:Call KERNEL32.GetProcAddress(01900000,001788be "Setup") ret=00455b5f
002a:Ret KERNEL32.GetProcAddress() retval=019013d0 ret=00455b5f
...
002a:Call KERNEL32.CreateFileA(0033f690
"\\\\.\\Secdrv",c0000000,00000003,00000000,00000003,00000080,00000000)
ret=0190107b
002a:Ret KERNEL32.CreateFileA() retval=ffffffff ret=0190107b
...
002a:Call advapi32.CreateServiceA(0156fae8,01906038 "Secdrv",01906038
"Secdrv",000f01ff,00000001,00000003,00000001,0033f688
"C:\\windows\\system32\\drivers\\\\SECDRV.SYS",00000000,00000000,00000000,00000000,00000000)
ret=01901b35
...
002a:Ret advapi32.CreateServiceA() retval=0156fd30 ret=01901b35
...
002a:fixme:service:SetServiceObjectSecurity 0x156fd30 4 0x33f274
002a:Ret advapi32.SetServiceObjectSecurity() retval=00000001 ret=01901a5f
002a:Call KERNEL32.GetSystemDirectoryA(0033f370,00000100) ret=019017b8
002a:Ret KERNEL32.GetSystemDirectoryA() retval=00000013 ret=019017b8
002a:Call KERNEL32.lstrlenA(0033f370 "C:\\windows\\system32") ret=019017cf
002a:Ret KERNEL32.lstrlenA() retval=00000013 ret=019017cf
002a:Call KERNEL32.lstrlenA(0033f370 "C:\\windows\\system32\\drivers\\")
ret=019017f0
002a:Ret KERNEL32.lstrlenA() retval=0000001c ret=019017f0
002a:Call KERNEL32.GetFileAttributesA(0033f370
"C:\\windows\\system32\\drivers\\\\SECDRV.SYS") ret=01901fdc
002a:Ret KERNEL32.GetFileAttributesA() retval=ffffffff ret=01901fdc
...
002a:Call KERNEL32.CopyFileA(0033f570 "C:\\Program Files\\SECDRV.SYS",0033f370
"C:\\windows\\system32\\drivers\\\\SECDRV.SYS",00000000) ret=0190187b
002a:Ret KERNEL32.CopyFileA() retval=00000000 ret=0190187b
002a:Call KERNEL32.GetLastError() ret=01901885
002a:Ret KERNEL32.GetLastError() retval=00000002 ret=01901885
...
--- snip ---
It looks like the path passed to drvmgt.dll "Setup" API function (first
argument) needs to have a backslash appended.
Somewhere in installshield script this path is constructed, most likely at the
point of "SdSelectFolder" (Installshield folder selection).
To properly analyze this, the installshield script needs to be
decrypted/decompiled... low priority.
Regards
--
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=18732
Summary: Installer fails with the message: "You can install
this programm only on a computer running Windows XP
Tablet PC Edition 2005"
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tobias.jakobs(a)web.de
I've tried to install the "Microsoft Experience Pack for Tablet PC 1" that you
can download here:
http://download.cnet.com/Microsoft-Experience-Pack-for-Tablet-PC/3000-10250…
But it fails with the message:
"You can install this programm only on a computer running Windows XP Tablet PC
Edition 2005"
--
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.