http://bugs.winehq.org/show_bug.cgi?id=14025
Summary: Heroes of Might Magic V: camera does not move well
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mkstoyanov(a)hotmail.com
Heroes of Might and Magic V (original) and HOMMV: Hammers of Fate, on should be
able to swing the camera left and right by pressing the right mouse button and
move the mouse. It works under windows. In wine (9.58 on, until 1.0 inclusive)
the camera moves only barely, in order to make a 90 degree change of view, I
need to swipe the mouse over the pad several time, in windows I can make 180
with half a pad. The game has no mouse sensitivity option. (camera moves
normally from the keyboard, so the game still plays 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.
http://bugs.winehq.org/show_bug.cgi?id=28254
Summary: Problem with activation program pm_fastrack-pmp.exe
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lavir.2010(a)gmail.com
After installing the program pm_fastrack_pmp version 6.0 when trying to enable
execution of the program he presents an information stating that the
program-pm_fastrack pmp.exe found 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.
https://bugs.winehq.org/show_bug.cgi?id=35824
Bug ID: 35824
Summary: UltraISO 'ISODrive.sys' crashes in entry point (SCM
doesn't start SERVICE_FILE_SYSTEM_DRIVER type services
with winedevice hosting process)
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
found during bug 35755
--- snip ---
$ WINEDEBUG=+tid,+seh,+relay,+winedevice,+ntoskrnl,+service wine ./uiso9_pe.exe
>>log.txt 2>&1
...
0016:Call KERNEL32.CreateNamedPipeW(00119d70
L"\\\\.\\pipe\\net\\NtControlPipe2",40000003,00000000,00000001,00000100,00000100,00002710,00000000)
ret=7eded4ac
0016:Ret KERNEL32.CreateNamedPipeW() retval=000000d8 ret=7eded4ac
...
0016:Call KERNEL32.ExpandEnvironmentStringsW(0011a038 L"C:\\Program
Files\\UltraISO\\drivers\\ISODrive.sys",00000000,00000000) ret=7edecacd
0016:Ret KERNEL32.ExpandEnvironmentStringsW() retval=0000002f ret=7edecacd
...
0016:Call KERNEL32.ExpandEnvironmentStringsW(0011a038 L"C:\\Program
Files\\UltraISO\\drivers\\ISODrive.sys",00119d70,0000002f) ret=7edecb39
0016:Ret KERNEL32.ExpandEnvironmentStringsW() retval=0000002f ret=7edecb39
0016:Call KERNEL32.CreateProcessW(00000000,00119d70 L"C:\\Program
Files\\UltraISO\\drivers\\ISODrive.sys",00000000,00000000,00000000,00000400,00540000,00000000,0084e4c8,0084e50c)
ret=7edecd84
...
0037:Call KERNEL32.__wine_kernel_init() ret=7bc5a3aa
0016:Ret KERNEL32.CreateProcessW() retval=00000001 ret=7edecd84
...
0037:Starting process L"C:\\Program Files\\UltraISO\\drivers\\ISODrive.sys"
(entryproc=0x253b3f)
0037:trace:seh:raise_exception code=c0000005 flags=0 addr=0x2537a9 ip=002537a9
tid=0037
0037:trace:seh:raise_exception info[0]=00000000
0037:trace:seh:raise_exception info[1]=00000061
0037:trace:seh:raise_exception eax=00000061 ebx=00000000 ecx=0000bb40
edx=7edfefe4 esi=7edd4ce0 edi=00251d4c
0037:trace:seh:raise_exception ebp=0035fe20 esp=0035fd5c cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00010246
...
--- snip ---
The random crashes during relay trace are the result from the driver entry
point accessing the second parameter which ought to be 'RegistryPath.
The binary is started as plain win32 process (not loaded in winedevice hosting
process) hence the driver entry point params are not setup.
The kernel driver is a file system driver service, currently not handled with
Wine's service manager.
MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms682450%28v=vs.85%…
--- quote ---
dwServiceType [in]
The service type. This parameter can be one of the following values.
Value Meaning
SERVICE_ADAPTER 0x00000004
Reserved.
SERVICE_FILE_SYSTEM_DRIVER 0x00000002
File system driver service.
SERVICE_KERNEL_DRIVER 0x00000001
Driver service.
SERVICE_RECOGNIZER_DRIVER 0x00000008
Reserved.
SERVICE_WIN32_OWN_PROCESS 0x00000010
Service that runs in its own process.
SERVICE_WIN32_SHARE_PROCESS 0x00000020
Service that shares a process with one or more other services. For more
information, see Service Programs.
--- quote ---
Registry export of driver service:
--- snip ---
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\ISODrive]
"DisplayName"="ISO DVD/CD-ROM Device Driver"
"ErrorControl"=dword:00000000
"ImagePath"="C:\\Program Files\\UltraISO\\drivers\\ISODrive.sys"
"ObjectName"="LocalSystem"
"PreshutdownTimeout"=dword:0002bf20
"Start"=dword:00000001
"Type"=dword:00000002
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\ISODrive\Parameters]
"AutoMount"=dword:00000001
"ExcludeDrives"="CDEZ"
--- snip ---
Type -> 0x2 -> SERVICE_FILE_SYSTEM_DRIVER
Source:
http://source.winehq.org/git/wine.git/blob/debd1346b003ae34013a04318e7105f8…
--- snip ---
606 static DWORD service_start_process(struct service_entry *service_entry,
HANDLE *process)
607 {
...
634
ExpandEnvironmentStringsW(service_entry->config.lpBinaryPathName,path,size);
635
636 if (service_entry->config.dwServiceType == SERVICE_KERNEL_DRIVER)
637 {
638 static const WCHAR winedeviceW[] =
{'\\','w','i','n','e','d','e','v','i','c','e','.','e','x','e',' ',0};
...
--- snip ---
$ sha1sum uiso9_pe.exe
77d93c41f45530e58892b276a3fa92c7128b7539 uiso9_pe.exe
$ du -sh uiso9_pe.exe
4.2M uiso9_pe.exe
$ wine --version
wine-1.7.14-185-g5cf20ce
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=39121
Bug ID: 39121
Summary: The Quest Editor (
http://www.redshift.hu/quest/editor.zip ) : crashes
when loading an expansion file with a "surface map"
(e.g. loading this:
https://www.dropbox.com/s/4zxh11sgyj5b47c/TheQuestTest
.pdb?dl=0 will crash it).
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark_god990(a)yahoo.com
Distribution: ---
Created attachment 52130
--> https://bugs.winehq.org/attachment.cgi?id=52130
log outputted after crash
The Quest Editor ( http://www.redshift.hu/quest/editor.zip ) : crashes when
loading an expansion file with a "surface map" (e.g. loading this:
https://www.dropbox.com/s/4zxh11sgyj5b47c/TheQuestTest.pdb?dl=0 will crash it).
To replicate crash:
Download this: http://www.redshift.hu/quest/editor.zip . Extract contents. Run
"TheQuestEditor.exe". At the top toolbar, click "File", then "New". Follow
instructions in dialogue box that opens, then click "Ok". At the top toolbar,
click "Map", then "Create Surface Maps". In corresponding field to "base_id:",
type in an id prefixed by your world id and and an underscore (it should have
both already, you just need to append with and id not containing spaces). Click
"Ok". Press Ctrl+S to save your expansion. Click "Ok" in the resulting dialogue
box. Reload the application. Load your previously saved expansion with the
surface map. It will crash.
To determine that it is caused by the surface map, you can repeat this by
loading a file without a surface map and it will open without problems.
Alternatively: Download this: http://www.redshift.hu/quest/editor.zip . Extract
contents. Download this:
https://www.dropbox.com/s/4zxh11sgyj5b47c/TheQuestTest.pdb?dl=0 and save the
file to the folder containing the contents of the zip file. Run
"TheQuestEditor.exe". At the top toolbar, click "File", then "Load". Open
"TheQuestTest.pdb". It will also crash.
--
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=39184
Bug ID: 39184
Summary: Doxie: Error Creating OCR File in Doxie.exe
Product: Wine
Version: 1.7.50
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: m(a)2kmark.com
Distribution: ---
Created attachment 52230
--> https://bugs.winehq.org/attachment.cgi?id=52230
Command Line Debug Log
Prereqs:
1. Install Doxie
(http://www.getdoxie.com/resources/files/old/DoxieSetup_2_6.exe)
2. Import JPG files.
To reproduce:
1. Click on any imported JPG file.
2. Click "Save."
3. Choose as PDF OCR (B&W or Color).
4. Save anywhere.
It seems to call a program called CommandLineInterface.com (inside OCR folder)
and has some components from ABBYY.
PS - Same problem on the newest version 2.8.1.
--
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=17331
Summary: ABBYY ScanTo Office 1.0 Demo: program doesn't run, no
output on console
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.strich.b(a)web.de
ABBYY ScanTo Office 1.0 is a GUI application. I got the demo at
http://fr7.abbyy.com/scanto/Scanto01TB.exe
The install works (with lots of fixme's and err's), but when I try to run
ScanToOffice.exe, nothing happens. No log output on console, even with
WINEDBG="+trace,+all"
--
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=32771
Bug #: 32771
Summary: Euro Truck Simulator 2 in-game radio does not work
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmlipman(a)gmail.com
Classification: Unclassified
When I try to play an internet radio station in Euro Truck Simulator 2, the
stream doesn't play. This error is printed in my terminal:
err:ole:CoGetClassObject class {187463a0-5bb7-11d3-acbe-0080c75e246e} not
registered
err:ole:CoGetClassObject no class object {187463a0-5bb7-11d3-acbe-0080c75e246e}
could be created for context 0x1
How to reproduce:
1. Open game
2. Open radio menu
3. Update from internet if list is empty
4. Choose a stream and click play
What I expected:
The stream should start playing
What I got:
The stream does not play
--
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=43826
Bug ID: 43826
Summary: Tomb Raider (1996) GOG now launches only in safe mode
Product: Wine
Version: 2.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeffry84(a)hotmail.it
Distribution: ---
The game used to work fully on the Wine version provided on Debian Jessie, but
ever since I've switched to Wine Devel the game runs only in safe mode, with
less colours and lower resolution. I've tried every graphical option in its
Dosbox configurator (previously Direct3D and OpenGL were the best options but
they don't work now). It's of course a Dosbox game but as it worked before I'm
sure the issue is not on their end.
I'm sorry I can't be more specific, but if further testing or info are needed
just ask
--
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=43612
Bug ID: 43612
Summary: Running on Unsupported OS. OS is not Windows 7 or
later
Product: Wine
Version: 2.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chrnoboost(a)mailinator.com
Distribution: ---
Created attachment 59028
--> https://bugs.winehq.org/attachment.cgi?id=59028
Error: Running on Unsupported OS. OS is not Windows 7 or later
Setup & Installation
1. Installed Wine-2.15 staging via package installer
2. pass in WINEARCH=win32 and WINEPREFIX=[some perfix] to winecfg. Directory is
not pre-made, so Wine created the directory and did the work.
3. chose Windows 7 and enabled CSMT, VAAPI, EAX under "Staging" tab in winecfg
3. Used Winetricks to install vcrun 2005 - 2015, vcrun6, vcrun6sp6; msxml4 and
6;msc40 and 42 to run Clip Studio Paint 1.6.2
Installed Clip Studio Paint 1.6.2 and started the software with stylus on
tablet ready for use.
Running the software
I got an error saying "Running on unsupported OS. OS is not Windows 7 or later"
--- This software runs on Windows 7. I ran this software on a Windows 7 64bit
machine before.
Clicked passed it, and the workspace loads but I couldn't draw on the canvas. I
get no response from either stylus nor mouse.
--
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.