https://bugs.winehq.org/show_bug.cgi?id=42166
Bug ID: 42166
Summary: Custom application needs mf3216.dll (32-bit to 16-bit
metafile converter)
Product: Wine
Version: 2.0-rc3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
found the app in an email attachment ... stuff normal users shouldn't run ;-)
--- snip ---
$ WINEDEBUG=+tid,+seh,+relay wine ./foobar.exe >>log.txt 2>&1
...
004f:Call KERNEL32.__wine_kernel_init() ret=7bc6993d
004f:err:module:import_dll Library mf3216.dll (which is needed by
L"Z:\\home\\focht\\Downloads\\foobar.exe") not found
004f:err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\focht\\Downloads\\foobar.exe" failed, status c0000135
...
--- snip ---
Relevant part of import table:
--- snip ---
...
4. ImageImportDescriptor:
OriginalFirstThunk: 0x0000B289
TimeDateStamp: 0x00000000 (GMT: Thu Jan 01 00:00:00 1970)
ForwarderChain: 0x00000000
Name: 0x0000B6D9 ("mf3216.dll")
FirstThunk: 0x0000A104
Ordinal/Hint API name
------------ ---------------------------------------
0x0000 "ConvertEmfToWmf"
...
--- snip ---
'ConvertEmfToWmf' API entry is pretty much the same as gdiplus
'GdipEmfToWmfBits' (as the name implies).
The import isn't called yet as the app suffers from multiple issues prior hence
only a stub dll is needed for now.
$ sha1sum foobar.exe
dd1463df107376e9fd1574ccfebabc5fd3ae8f2e foobar.exe
$ du -sh foobar.exe
592K foobar.exe
$ wine --version
wine-2.0-rc3-14-g56959b1
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=41324
Bug ID: 41324
Summary: Everspace (UE4) requires bfi opcode
Product: Wine
Version: 1.9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 55664
--> https://bugs.winehq.org/attachment.cgi?id=55664
Terminal output Wine 1.9.18
WHen I run Everspace in Wine 1.9.18, deep in the terminal output there's the
following line:
fixme:d3d_shader:shader_glsl_handle_instruction Backend can't handle opcode
bfi.
--
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=17923
Summary: No music in X-COM: UFO Defense
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: afffect(a)gmail.com
No music playing in X-COM: UFO Defense Collectors Edition. Sound is ok. Older
Wine versions are affected too.
The only output is those 3 lines:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f644,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
8
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x13af28,0x13ae28): stub
Probably has something to do with the SetVolumePan stub, I've tried to dig in
the code to implement it, but failed. I guess it shouldn't be too difficult to
implement for someone familiar with wine sound stuff.
--
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=36501
Bug ID: 36501
Summary: Dyn Updater configuration 4.1.10
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: julien9z4fz(a)gmail.com
Created attachment 48576
--> http://bugs.winehq.org/attachment.cgi?id=48576
Dyn Updater configuration 4.1.10 error
Dyn Updater configuration 4.1.10 install perfect I went through all the wine
installation great when I open the dyn updater to put in my username and
password I get an error and closes with wine
--
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=42163
Bug ID: 42163
Summary: Sid Meier's Railroads! crash loading multiplayer lobby
Product: Wine
Version: 2.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bronsonmathews(a)gmail.com
Distribution: ---
Created attachment 56739
--> https://bugs.winehq.org/attachment.cgi?id=56739
cmd log
Game runs fine in singleplayer.
The crash:
Click multiplayer - host, select the map and click host. The next screen should
be the multiplayer lobby where others can join. But it crashes instantly.
I have included the console output.
--
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=42225
Bug ID: 42225
Summary: HID device not initialize properly
Product: Wine
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hid
Assignee: wine-bugs(a)winehq.org
Reporter: sguerrini97(a)gmail.com
Distribution: ---
Created attachment 56865
--> https://bugs.winehq.org/attachment.cgi?id=56865
commandline output
When running a Windows software which is supposed to talk to a RAW HID device,
the software reports the error "External Exception 80000100".
The software talks to a magnetic stripe reader/writer device and can be found
here (the hardware needs to be connected to reproduce the issue)
http://www.card-device.com/files/201511/20151123214221196.zip
Cmdline shows unimplemented call to hid.dll.HidD_GetNumInputBuffers
--
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=18631
Summary: regedit
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Based off bug 18622, regedit pops up the wrong error when recasing a file. To
preproduce:
$ wine regedit
insert a new key 'foobar'
right click, rename 'foobar' to 'FOOBAR'
Error 'File exists'.
On windows 2K, it gives:
'Error Renaming Value'
'Cannot rename foobar: The specified value name already exists. Type another
name and try again'
'OK'
--
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=38192
Bug ID: 38192
Summary: Harry Potter 7 Part 2 Videogame crash at begins
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
Created attachment 50968
--> https://bugs.winehq.org/attachment.cgi?id=50968
backtrace
Game crash at begins
--
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=41175
Bug ID: 41175
Summary: Firefox tooltips are partly black
Product: Wine
Version: 1.9.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: b7.10110111(a)gmail.com
Distribution: ---
It reproduces 100% of time if you follow these steps:
1. Hover over toolbar "Menu" button (the identity sign ≡), see "Open menu"
tooltip
2. Move cursor to Downloads button (the down-pointing arrow), see
"Display p████████████████████████████" (instead of "Display progress of
ongoing downloads"). Notice that the non-black rectangle is the same as was in
previous tooltip ("Open menu").
3. Try opening any other menu or tooltip — it only has that original rectangle
of "Open menu" tooltip drawn, with other parts black.
In some cases jumping to another submenu clears the blackness, and a bigger
rectangle becomes visible on all menus for a while.
Tested on Firefox 47 and 48.
--
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=34960
Bug #: 34960
Summary: Civilization V crashes when loading game
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.lopen(a)gmail.com
Classification: Unclassified
Created attachment 46586
--> http://bugs.winehq.org/attachment.cgi?id=46586
Crash after "Play now" is pressed
Cicilization V Gods&Kings extensions (Seam version) crashes after "Play now"
button. Game starts to load but at soon as message "Loading" blinks, it crashes
with error attached (backtrace_crash.txt). It crashes each time on exactly same
address. Same issue happened when 64 bit wine prefix was used.
It happens in fullscreen and also in windowed mode.
Last message before crash in civ V log system_init.log:
[27024.659] DBG: SystemInit: LoadGameState::StartInitStuffOnMap(): 9
Milliseconds
I tried to use WINEDEBUG=+relay, then it crashes during game startup
(backtrace_debug.txt). It never gets into game menu.
I have exactly same wineprefix configuration on older notebook and civ v works
there perfectly.
Software verions:
OS: Kubuntu 13.10 64bit
Wine: 1.7.6
Xorg: 7.7
Xorg Intel driver: 2.99.904
Kernel: 3.11.0
Seam installed using winetrics.
Graphics card: Intel HD 4600 (integraded, CPU i5-4200M)
--
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.