https://bugs.winehq.org/show_bug.cgi?id=37583
Bug ID: 37583
Summary: Trion's Glyph MMO manager crashes unimplemented
function
msvcr110.dll.?_GetConcurrency@details@Concurrency@@YAI
XZ
Product: Wine
Version: 1.7.31
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as the summary says.
This appeared with recent client update.
--- snip ---
$ pwd
/home/focht/wine-games/wineprefix-trion/drive_c/Program Files/Glyph
$ wine ./GlyphClient.exe
...
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33fd34 63 ) semi-stub
fixme:msvcp:locale__Locimp__Makexloc (0x33fd34 63 0x2736c78 (nil)) semi-stub
fixme:msvcp:locale__Locimp__Makewloc (0x33fd34 63 0x2736c78 (nil)) semi-stub
fixme:msvcp:locale__Locimp__Makeushloc (0x33fd34 63 0x2736c78 (nil)) semi-stub
wine: Call from 0x7b83b1d3 to unimplemented function
msvcr110.dll.?_GetConcurrency@details@Concurrency@@YAIXZ, aborting
wine: Unimplemented function
msvcr110.dll.?_GetConcurrency@details@Concurrency@@YAIXZ called at address
0x7b83b1d3 (thread 0009), starting debugger...
--- snip ---
Source:
http://source.winehq.org/git/wine.git/blob/bcbd83d1543a345fca994266eff224fb…
$ sha1sum GlyphInstall-0-1.exe
d56109ec05c665cc2e745c8d06265a834f0a7f65 GlyphInstall-0-1.exe
$ du -sh GlyphInstall-0-1.exe
31M GlyphInstall-0-1.exe
$ wine --version
wine-1.7.31-47-g516ed8e
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=39076
Bug ID: 39076
Summary: Trion Glyph (MMPORG Defiance) installer crashes when
trying to run through wine
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: whiskeykitten(a)gmail.com
Distribution: ---
When attempting to install the Trion GLyph installer to use their MMO manager,
to play the game Defiance - it will not run the installer. It crashes out, but
gives no error message (it says "Loading.... Please Wait" but even if left to
load for hours, it does not load any error information.
--
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=39114
Bug ID: 39114
Summary: Trion's Glyph MMO manager installer crashes.
"Unhandled exception: unimplemented function
msvcr110.dll.?"
Product: Wine
Version: 1.7.26
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: version
Assignee: wine-bugs(a)winehq.org
Reporter: harsimar.singh(a)outlook.com
Created attachment 52117
--> https://bugs.winehq.org/attachment.cgi?id=52117
Glyph Error after crashing
I tried to download to trion's glyph using wine to play archeage but everytime
i tried to install it it would crash and give me an error."Unhandled exception:
unimplemented function msvcr110.dll.?" you can find that in the 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=52130
Bug ID: 52130
Summary: Multiple applications need LsaEnumerateAccountRights
implementation
Product: Wine
Version: 6.22
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
placeholder for the future, split off from bug 52059. I found a small tool
which uses LSA API for granting 'SeLockMemoryPrivilege'. Good for testing
because it actually calls 'LsaEnumerateAccountRights' later and dumps the
returned info ('SeLockMemoryPrivilege' privilege ought to be in the list).
https://web.archive.org/web/20211128192930/http://www.numberworld.org/y-cru…
--- quote ---
There are 3 requirements for large (and locked) pages to work on Windows:
1. You need to have the "SeLockMemoryPrivilege" token. This privilege is
disabled for all users by default. You will need to enable it manually.
2. y-cruncher needs to be running as an administrator.
3. There needs to be enough contiguous physical memory in the system.
Enabling SeLockMemoryPrivilege:
"SeLockMemoryPrivilege" is disabled for all users by default. So you will
likely need to enable it manually.
Instructions for enabling it using the Group Policy Editor can be found here:
https://msdn.microsoft.com/en-us/library/ms190730.aspx
If your version of Windows is a Home Edition and does not have the Group Policy
Editor, you can also enable it by running the following program:
Enable "SeLockMemoryPrivilege" on Windows:
* Precompiled Binary
* Source Code
Run y-cruncher as an Administrator:
Right-click the program and select "Run as administrator". You may get a UAC
warning depending on your settings.
--- quote ---
https://web.archive.org/web/20171109063809/http://numberworld.org/y-crunche…
--- snip ---
$ wine ./enable_permissions.exe
...
Retrieving Account Name... Account Name: focht
Opening LSA Handle... Success
Obtaining Security ID... Domain: N550
Adding permission for: SeLockMemoryPrivilege
0024:fixme:advapi:LsaAddAccountRights (0000CAFE,0045EC38,0032FE6C,0x00000001)
stub
Success
Enumerating User-specific Permissions...
0024:fixme:advapi:LsaEnumerateAccountRights
(0000CAFE,0045EC38,0032FE54,0032FE50) stub
Please restart for changes to take effect.
Press any key to continue...
--- snip ---
$ sha1sum enable_permissions.exe
947cc8f8c809b88fa22d72f283f123a712f38b02 enable_permissions.exe
$ du -sh enable_permissions.exe
216K enable_permissions.exe
https://web.archive.org/web/20190924092347/http://www.numberworld.org/y-cru…
$ wine --version
wine-6.22-204-gf03933fbb73
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.
http://bugs.winehq.org/show_bug.cgi?id=18797
Summary: CATIAV5R19: Fails to install on Wine higher than
1.1.18
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=21574)
--> (http://bugs.winehq.org/attachment.cgi?id=21574)
Output from terminal
I'm using Wine 1.1.22 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is that CATIAV5R19 crashes during setup (doesn't even start to copy
files). This is probably regression because this program installs fine on
Wine-1.1.18 (not in 1.1.19 and later).
--
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=4709
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Unable to locate |Multiple applications need
|LsaRemoveAccountRights in |stub implementations for
|ADVAPI32.dll |LSA APIs in advapi32.dll
| |(LsaRemoveAccountRights,
| |LsaAddAccountRights,
| |LsaEnumerateAccountRights)
Component|kernel32 |advapi32
Severity|blocker |normal
Fixed by SHA1| |93676b10c6dcffa7492416876f0
| |bd705bebdfc31
CC| |focht(a)gmx.net
--
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=52059
Bug ID: 52059
Summary: Non-installable program needs Admin rights.
Product: Wine
Version: 6.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 2ndforwine(a)inmano.com
Distribution: ---
Created attachment 71071
--> https://bugs.winehq.org/attachment.cgi?id=71071
log
Hello,
I downloaded a memory testing program(https://testmem.tz.ru/tm5.rar) which
doesn't have an installer. When i try to launch it it states:
To enable AWE you must run with Administrator privileges
and the console prints:
01f8:fixme:process:GetProcessWorkingSetSizeEx
(FFFFFFFF,01D1FC10,01D1FC0C,00000000): stub
--
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=33006
Bug #: 33006
Summary: Installation of Garmin Training Center 3.6.5 fails
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: par.johansson8(a)comhem.se
Classification: Unclassified
Installation of Garmin Training Center 3.6.5 fails with "You must be a local
administrator to run this application".
According to the app database
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=26537), at least
installation should work.
I use Fedora 17.
Best regards,
Pär Johansson
--
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=36066
Bug ID: 36066
Summary: Basecamp 4.25 : If an application complains about a
lack of administrator privileges
Product: Wine
Version: 1.6-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sbec(a)heustoeffel.ch
Garmin BaseCamp 4.25 complains about a lack of administrator privileges.
Wont run under Win98 (as many Threads say to do)
How can i bypass this ?
--
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.