-
Member
I have set up a limited user on a friends machine, so he too can play POE with the HUD. Mine works fine with a runas shortcut.
Whenever I try the shortcut on his machine, the game throws a cannot open content.ggpk and crashes. I have set the properties on the directory and all sub files for access by the limited user.
I have tried pointing the shortcut to both Client.exe and PathOfExile_x64.exe, neither works
I have tried renaming content.ggpk to see if the game will rebuild it, and that has no effect.
Now the kicker is that if I shift + right click the exe program and choose run as another user, I can put in the credentials and it works fine. It seems that there is something going on with the shortcut, even though it is identical to mine. (exvept the path to the exe and the start in directory)
Anyone have any thoughts?
-
Banned
Originally Posted by
Dwarvenlord
I have set up a limited user on a friends machine, so he too can play POE with the HUD. Mine works fine with a runas shortcut.
Whenever I try the shortcut on his machine, the game throws a cannot open content.ggpk and crashes. I have set the properties on the directory and all sub files for access by the limited user.
I have tried pointing the shortcut to both Client.exe and PathOfExile_x64.exe, neither works
I have tried renaming content.ggpk to see if the game will rebuild it, and that has no effect.
Now the kicker is that if I shift + right click the exe program and choose run as another user, I can put in the credentials and it works fine. It seems that there is something going on with the shortcut, even though it is identical to mine. (exvept the path to the exe and the start in directory)
Anyone have any thoughts?
same issue. i just settled for using shift right click. not that much of a hassle to do it that way.
-
Member
Originally Posted by
Dwarvenlord
I have set up a limited user on a friends machine, so he too can play POE with the HUD. Mine works fine with a runas shortcut.
Whenever I try the shortcut on his machine, the game throws a cannot open content.ggpk and crashes. I have set the properties on the directory and all sub files for access by the limited user.
I have tried pointing the shortcut to both Client.exe and PathOfExile_x64.exe, neither works
I have tried renaming content.ggpk to see if the game will rebuild it, and that has no effect.
Now the kicker is that if I shift + right click the exe program and choose run as another user, I can put in the credentials and it works fine. It seems that there is something going on with the shortcut, even though it is identical to mine. (exvept the path to the exe and the start in directory)
Anyone have any thoughts?
Did you try this?
https://www.ownedcore.com/forums/mmo...ml#post3945846 (Run PoE as a limited user)
-
★ Elder ★
That was my first hunch, that the shortcut was created with the old shortcut text for the limited user method instead of the new runas with the cmd call.
Bad:
Code:
C:\Windows\System32\runas.exe /user:YOURNAME /savecred "C:\Program Files (x86)\Grinding Gear Games\Path of Exile\PathOfExile_x64.exe"
Good:
Code:
C:\Windows\System32\runas.exe /user:YOURNAME /savecred "cmd /C cd \"C:/Program Files (x86)/Grinding Gear Games/Path of Exile/\" && PathOfExile_x64.exe"
-
Member
Originally Posted by
TehCheat
That was my first hunch, that the shortcut was created with the old shortcut text for the limited user method instead of the new runas with the cmd call.
Bad:
Code:
C:\Windows\System32\runas.exe /user:YOURNAME /savecred "C:\Program Files (x86)\Grinding Gear Games\Path of Exile\PathOfExile_x64.exe"
Good:
Code:
C:\Windows\System32\runas.exe /user:YOURNAME /savecred "cmd /C cd \"C:/Program Files (x86)/Grinding Gear Games/Path of Exile/\" && PathOfExile_x64.exe"
Its not working in other drive?
lets say my user name is 222 and poe exe location is E:/POE/
C:\Windows\System32\runas.exe /user:222 /savecred "cmd /C cd "E:/POE/" && PathOfExile_x64.exe"
This shortcut gives me cmd windows for 1 sec and its disappear. I cant even enter password. What im doing wrong?
-
★ Elder ★
Originally Posted by
kisapl
Its not working in other drive?
lets say my user name is 222 and poe exe location is E:/POE/
C:\Windows\System32\runas.exe /user:222 /savecred "cmd /C cd "E:/POE/" && PathOfExile_x64.exe"
This shortcut gives me cmd windows for 1 sec and its disappear. I cant even enter password. What im doing wrong?
Probably because it's changing drives. You're also missing a '\' before each of the quotes inside the larger quote string.
For example should be But again, it's changing drives, so you might need to something like
Code:
C:\Windows\System32\runas.exe /user:222 /savecred "cmd /C e: && cd \"E:/POE/\" && PathOfExile_x64.exe"
Or you could use a batch (.bat) file to get it to do things properly.
Last edited by TehCheat; 10-29-2018 at 02:22 PM.
-
Banned
After some digging around content.ggpk, I have managed to find and include lightning mirage's spawns in monster_names_alerts.txt Metadata/Monsters/Clone;CLONE CLONE CLONE;;;ms-purple-gray.png Metadata/Monster - Pastebin.com
Where in ggpk can i find the nemesis mods exact names for use in monster_mod_alerts.txt?
-
Member
Originally Posted by
TehCheat
Probably because it's changing drives. You're also missing a '\' before each of the quotes inside the larger quote string.
For example
should be
But again, it's changing drives, so you might need to something like
Code:
C:\Windows\System32\runas.exe /user:222 /savecred "cmd /C e: && cd \"E:/POE/\" && PathOfExile_x64.exe"
Or you could use a batch (.bat) file to get it to do things properly.
Thank you for helping but im still cant get it working.
I will stay with shift rmb method
-
★ Elder ★
Originally Posted by
kisapl
Thank you for helping but im still cant get it working.

I will stay with shift rmb method
In my testing, it didn't seem to like the /savecred on a PC that's on a domain, maybe that's what you're running into. If I remove /savecred and type the limited user's password in each time, it works fine. If I add /savecred, it instantly fails. Not sure why, but I'd be curious if the PC giving you trouble is on a domain. It might also be some weird group policy or something.
-
Member
Can anyone make a basic version of HUD? My game becomes a bit laggy when I use HUD for a long time. I would like a version with just the function of showing stuffs on the map
-
Contributor
Originally Posted by
antitank
oh boy, that would be exactly what i need in hardcore, those lightning dudes killed me last league and this league also lvl 96 on hc.
Another idea for those who still play this league: show valuable fossils like glyphic/bloodstained/faceted/hollow in another colour on the minimap, like the strongbox unique colour.
-
Banned
Originally Posted by
Leozan
oh boy, that would be exactly what i need in hardcore, those lightning dudes killed me last league and this league also lvl 96 on hc.
Another idea for those who still play this league: show valuable fossils like glyphic/bloodstained/faceted/hollow in another colour on the minimap, like the strongbox unique colour.
its already fufilled and running by the random features plugin. i edited its images to make them clearer and Fossil_Tiers.json files to tier the fossils to my own preferences.
-
Post Thanks / Like - 1 Thanks
Leozan (1 members gave Thanks to antitank for this useful post)
-
Member
Hi. My preload alert on my strongbox isn’t working. Can I fix it somehow?
-
Contributor
Originally Posted by
antitank
its already fufilled and running by the random features plugin. i edited its images to make them clearer and Fossil_Tiers.json files to tier the fossils to my own preferences.
PERFECT, thanks
-
★ Elder ★
Originally Posted by
mrcreat1ve
Hi. My preload alert on my strongbox isn’t working. Can I fix it somehow?
Your options are:
1) Time machine to the beginning of the league before they changed how chests are loaded.
2) Ask Chris to change it back.
They changed how chests are loaded and it's no longer possible to see strongboxes in preloads.