http://bugs.winehq.org/show_bug.cgi?id=36548
Bug ID: 36548
Summary: 3DMark 2003 cannot start: Errors occured initializing
Futuremark SystemInfo.
Product: Wine
Version: 1.7.19
Hardware: x86
URL: http://www.futuremark.com/benchmarks/legacy
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Tested using 3DMark03_v360_1901.exe
You must set msvcp70 to "native" in winecfg before attempting to start
3DMark03.exe.
./3DMark03.exe -nosysteminfo
doesn't help either.
It's a regression, however I cannot say or identify when it happened.
--
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=28097
Summary: gdiplus fonts test fails unless Times New Roman
installed?
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
"make test" is failing for me on a fresh Ubuntu 11.04 install
with
font.c:264: Tests skipped: Times New Roman not installed
font.c:322: Test failed: Expected Times New Roman, got L"Liberation Serif"
It looks like the check just above line 322 is wrong...
--
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=8532
--- Comment #10 from Austin English <austinenglish(a)gmail.com> ---
(In reply to super_man from comment #9)
> I am considering this bug as fixed after patch
>
> http://source.winehq.org/patches/data/116910
>
> I downloaded version 3.0 and 3.5 (not 2.0 not available?). And both seem to
> start just fine.
>
> Reverting commit 212dd9c226c7f20c28697592468b3e631c250809 brings back the
> issue. I tested reverting only against 3.5 version.
>
> wine-1.8-rc1-51-g3a6ac60
That patch was reverted:
https://source.winehq.org/git/wine.git/commitdiff/28598cca7a50a3885cb814786…
--
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=38505
Bug ID: 38505
Summary: Unhandled exception: page fault on read access to 0x
exiting a vb5 program
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: joluinfante(a)gmail.com
Distribution: ---
I’m trying to execute sijpv12.exe (a fiscal program from Argentina), and, when
I try to exit it, the wine crash.
I did try with wine 1.4.1, 1.7.x, and the problem is not repaired.
I did see the problem is here:
static LRESULT call_window_proc( HWND hwnd, UINT msg, WPARAM wp, LPARAM lp,
LRESULT *result, void *arg )
{
WNDPROC proc = arg;
USER_CheckNotLock();
hwnd = WIN_GetFullHandle( hwnd );
if (TRACE_ON(relay))
DPRINTF( "%04x:Call window proc %p (hwnd=%p,msg=%s,wp=%08lx,lp=%08lx)\n",
GetCurrentThreadId(), proc, hwnd, SPY_GetMsgName(msg, hwnd), wp, lp );
FIXME("%04x:Call window proc %p (hwnd=%p,msg=%s,wp=%08lx,lp=%08lx)\n",
GetCurrentThreadId(), proc, hwnd, SPY_GetMsgName(msg, hwnd), wp, lp );
*result = WINPROC_wrapper( proc, hwnd, msg, wp, lp ); <<<<<- The problem is
here
if (TRACE_ON(relay))
DPRINTF( "%04x:Ret window proc %p (hwnd=%p,msg=%s,wp=%08lx,lp=%08lx)
retval=%08lx\n",
GetCurrentThreadId(), proc, hwnd, SPY_GetMsgName(msg, hwnd), wp, lp, *result );
return *result;
}
I did "repair" (using wine1.5), adding this to except.c:
430a431,433
> case EXCEPTION_READ_FAULT:
> TerminateProcess( GetCurrentProcess(), 1 );
> break;
This works for me, because I can complete the exit, but, is not appropiate.
To reproduce the problem:
Download siap application from:
http://www.afip.gob.ar/aplicativos/siap/archivos/siap.zip
Install It (It is a vb5 application, only next, next with default options).
Download sicoss application from:
http://www.afip.gob.ar/Aplicativos/seguridadSocial/archivos/SICOSS_39_R1-Ma…
Install It (like siap)
Start the application siap.
Add information required for business.
Select business, and click on sicoss (right, upper icon).
Add minimal information required.
Try to exit. Your program hung.
I'll send more information later, including screen shots, but this the problem.
TIA
--
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=38202
Bug ID: 38202
Summary: Windows exectuable fails to open and process
spreadsheet
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: udippel(a)gmail.com
Distribution: ---
Created attachment 50983
--> https://bugs.winehq.org/attachment.cgi?id=50983
Executable for reading from Excel file
There is a VB6 application that opens an Excel file and reads some items from
it.
(It does work in Windows.)
When opening with wine, strangely enough, visible is the second instance
....(2) of the window, and it fails to read the number of entries from the
sheet.
Instructions:
Start it
Datei->Klausurdaten laden
This should result in a display of
"5 Kandidaten 1 nicht erschienen 4 Blätter"
I spare things to happen later, as long as this does not work.
I attach the very basic sample spreadsheet for this first step, and I'll try to
attach the executable - both as test case.
--
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=8532
--- Comment #9 from super_man(a)post.com ---
I am considering this bug as fixed after patch
http://source.winehq.org/patches/data/116910
I downloaded version 3.0 and 3.5 (not 2.0 not available?). And both seem to
start just fine.
Reverting commit 212dd9c226c7f20c28697592468b3e631c250809 brings back the
issue. I tested reverting only against 3.5 version.
wine-1.8-rc1-51-g3a6ac60
--
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=39384
Bug ID: 39384
Summary: QQ 7.6 can't be started after the installer first
start it
Product: Wine
Version: 1.7.51
Hardware: x86
URL: http://dldir1.qq.com/qqfile/qq/QQ7.6/15742/QQ7.6.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hillwoodroc(a)gmail.com
Distribution: SUSE
Created attachment 52491
--> https://bugs.winehq.org/attachment.cgi?id=52491
output-log
1. Download from http://dldir1.qq.com/qqfile/qq/QQ7.6/15742/QQ7.6.exe and
install it.
2. Using "winesevice -k" to kill all wine processes after QQ7.6 being started
by installer.
3. wine "C:\Program Files\Tencent\QQ\Bin\QQScLauncher.exe"
But it can't be started.
Using this way could fix the bug, but it is not perfect:
cd ~/.wine/drive_c/windows/system32/drivers/
chmod 000 QQFrmMgr.sys QQProtect.sys
And then the QQ7.6 could be started. Sometimes, I need reboot system to start
QQ7.6.
--
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=31013
Bug #: 31013
Summary: ~/.wine is not a directory when trying to run wine
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: qparis(a)playonlinux.com
Classification: Unclassified
When I run wine winecfg in a clean wine prefix, I get the error
"/Users/Tinou/.wine" is not a directory.
Of course I've checked, and /Users/Tinou/.wine IS a directory
If I remove /Users/Tinou/.wine (rm -rf), I get wine: '/Users/Tinou is not owned
by you, refusing to create ...'
The problem is that my home directory is owned by me...
tinoumac:~ Tinou$ ls -l /Users/
total 0
drwxrwxrwt 11 root wheel 374 15 mai 21:45 Shared
drwxr-xr-x@ 115 Tinou staff 3910 25 jui 17:13 Tinou
The problem is quite critical, it prevents wine from running.
Wine version concerned:
1.4.1
1.5.6
1.5.7
Last version working : 1.5.5
Tell me if you want a regression testing
--
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=27187
Summary: GunZ fails to start
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://www.joystiq.com/game/gunz/download/gunz-install
-client
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Installs fine (I declined XFire, but that shouldn't make a difference here).
Running fails, only showing:
fixme:shdocvw:PersistStreamInit_Load (0x131790)->(0x32d4b8)
fixme:shdocvw:OleControl_FreezeEvents (0x131790)->(1)
fixme:shdocvw:OleControl_FreezeEvents (0x131790)->(0)
so, I tried native ie7, but that just gives more shdocvw related spam:
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_RESET_URLCACHE_SESSION:
STUB
err:ole:create_server class {9ba05972-f6a8-11cf-a442-00a0c90a8f39} not
registered
err:ole:CoGetClassObject no class object {9ba05972-f6a8-11cf-a442-00a0c90a8f39}
could be created for context 0x4
err:ole:apartment_getclassobject DllGetClassObject returned error 0x8007000e
err:ole:create_server class {9ba05972-f6a8-11cf-a442-00a0c90a8f39} not
registered
err:ole:CoGetClassObject no class object {9ba05972-f6a8-11cf-a442-00a0c90a8f39}
could be created for context 0x5
fixme:advapi:RegisterTraceGuidsW (0x459f97, 0x594b08,
{3e1fd72a-c323-4574-9917-5ce9c936f78c}, 1, 0x33fae8, (null), (null),
0x594b10,): stub
fixme:advapi:RegisterTraceGuidsW (0x459f97, 0x594b28,
{afff9c82-5be3-4205-9b3e-49e014c09a63}, 1, 0x33fae8, (null), (null),
0x594b30,): stub
and the game never starts.
--
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.