Thread: Editor
View Single Post
  #8  
Old 03-12-2016, 04:46 PM
Cubes Cubes is offline
Registered User
Cubes's Avatar
Join Date: Dec 2005
Location: Chesapeake, Virginia
Posts: 498
Cubes is a jewel in the roughCubes is a jewel in the rough
Quote:
Originally Posted by fowlplay4 View Post
I found a workaround that allows the editor to work in Windows 10 64-bit.

If GraalEditor.exe loads d2d1.dll and/or d3d11.dll in CSysWow64 it causes the crash on open and iertutil.dll which causes the file dialogs to crash.

Blocking access to the dlls allows it to run properly.

To safely block access to those dlls:

1. create a second user (e.g. test) with a password and configured a runas batch script:
2. changed ownership of the dlls to administrators
3. set deny full control to test user

Editor.bat:

PHP Code:
runas /env /user:test /savecred "GraalEditor.exe %1" 
Then configured my .nw files to open with the batch file:

You would probably be better off finger painting the level's and using OCR to convert the digital images into levels.
Reply With Quote