Jump to content
  • 0
Sign in to follow this  
tedexx

How to run GRF Editor on Ubuntu 14.04 LTS?

Question

First of all, sorry for my poor english.
 
So... I'm trying to run GRF Editor with Wine 1.8 x32, but nothing so far.
 
I already installed the .net frameworks for wine, some others dlls and now im getting the following error:

 

wine GRF\ Editor.exe
fixme:thread:SetThreadStackGuarantee (0x33fc04): stub
fixme:advapi:EventRegister {e13c0d23-ccbc-4e12-931b-d9cc2eee27e4}, 0x7932a40c, 0x797293b0, 0x79764880
fixme:advapi:EventRegister {763fd754-7086-4dfe-95eb-c01a46faf4ca}, 0x7932a40c, 0x797292f0, 0x79729998
fixme:advapi:EventRegister {a669021c-c450-4609-a035-5af59af4df18}, 0x7932a40c, 0x79764890, 0x79764888
fixme:advapi:EventRegister {cc2bcbba-16b6-4cf3-8990-d74c2e8af500}, 0x7932a40c, 0x797648c0, 0x797292e8
fixme:wer:WerRegisterRuntimeExceptionModule (L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordacwks.dll", 0x79140000) stub!
err:ole:CoGetContextToken apartment not initialised
fixme:nls:LocaleNameToLCID unsupported flags 8000000
fixme:nls:LocaleNameToLCID unsupported flags 8000000
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"PresentationFramework"
fixme:shell:URL_ParseUrl failed to parse L"WindowsBase"
fixme:shell:URL_ParseUrl failed to parse L"System.Xaml"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"PresentationCore"
fixme:shell:URL_ParseUrl failed to parse L"Utilities"
fixme:nls:LCIDToLocaleName unsupported flags 8000000
fixme:shell:URL_ParseUrl failed to parse L"System.Core"
fixme:nls:LocaleNameToLCID unsupported flags 8000000
fixme:nls:LocaleNameToLCID unsupported flags 8000000
fixme:nls:LCIDToLocaleName unsupported flags 8000000
fixme:nls:GetUserPreferredUILanguages stub: 0 0x33b05c (nil) 0x33b058
fixme:thread:GetThreadPreferredUILanguages 0, 0x33b05c, (nil) 0x33b058
fixme:nls:LocaleNameToLCID unsupported flags 8000000
fixme:nls:LocaleNameToLCID unsupported flags 8000000
fixme:nls:LocaleNameToLCID unsupported flags 8000000
fixme:shell:URL_ParseUrl failed to parse L"TokeiLibrary"
fixme:shell:URL_ParseUrl failed to parse L"PresentationCore"
fixme:shell:URL_ParseUrl failed to parse L"GrfToWpfBridge"
fixme:shell:URL_ParseUrl failed to parse L"ErrorManager"
fixme:shell:URL_ParseUrl failed to parse L"GRF"
fixme:process:FlushProcessWriteBuffers : stub
fixme:system:SetProcessDPIAware stub!
fixme:advapi:EventRegister {8e9f5090-2d75-4d03-8a81-e5afbf85daf1}, 0xd304a2, (nil), 0x10815e0
fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000402,(nil),0x0001,0x00000000,0x33d518,(nil)): stub
err:eventlog:ReportEventW L"Application: GRF Editor.exe\nFramework Version: v4.0.30319\nDescription: The process was terminated due to an unhandled exception.\nException Info: System.TypeInitializationException\nStack:\n   at System.Windows.Application..ctor()\n   at GRFEditor.App..ctor()\n   at GRFEditor.GRFEditorMain.Main(Sys"...
fixme:advapi:DeregisterEventSource (0xcafe4242) stub

Unhandled Exception: System.TypeInitializationException: The type initializer for 'System.Windows.Application' threw an exception. ---> System.TypeInitializationException: The type initializer for '<Module>' threw an exception. ---> <CrtImplementationDetails>.ModuleLoadException: The C++ module failed to load during appdomain initialization.
 ---> System.IO.FileNotFoundException: File not found. (Exception from HRESULT: 0x80070002)
   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
   at CModuleInitialize.LoadNativeDLLs(CModuleInitialize* )
   at CModuleInitialize.{ctor}(CModuleInitialize* , IntPtr cleaningUpFunc)
   at ?A0x7914d42b.CreateCModuleInitialize()
   at ?A0x7914d42b.??__E?A0x7914d42b@cmiStartupRunner@@YMXXZ()
   at _initterm_m((fnptr)* pfbegin, (fnptr)* pfend)
   at <CrtImplementationDetails>.LanguageSupport.InitializePerAppDomain(LanguageSupport* )
   at <CrtImplementationDetails>.LanguageSupport._Initialize(LanguageSupport* )
   at <CrtImplementationDetails>.LanguageSupport.Initialize(LanguageSupport* )
   --- End of inner exception stack trace ---
   at <CrtImplementationDetails>.LanguageSupport.Initialize(LanguageSupport* )
   at .cctor()
   --- End of inner exception stack trace ---
   at System.Windows.Application.ApplicationInit()
   at System.Windows.Application..cctor()
   --- End of inner exception stack trace ---
   at System.Windows.Application..ctor()
   at GRFEditor.App..ctor()
   at GRFEditor.GRFEditorMain.Main(String[] args)
wine: Unhandled exception 0xe0434352 in thread ca at address 0x7b83c3ae (thread 00ca), starting debugger...

 

I don't know if there's any other way to run this, if so, please help me :)

Edited by tedexx

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

I've tried multiple time in Linux (Linux Mint 17.2 for myself) to run it with Wine, but it never works perfectly fine. The "best" configuration I found was to use the "PlayOnLinux" interface and installing .NET Framework (I tried several versions), but even then I got some error.

 

Best workaround is to simply install VirtualBox and run a version of Windows XP inside Linux.

Share this post


Link to post
Share on other sites
  • 0

I've tried multiple time in Linux (Linux Mint 17.2 for myself) to run it with Wine, but it never works perfectly fine. The "best" configuration I found was to use the "PlayOnLinux" interface and installing .NET Framework (I tried several versions), but even then I got some error.

 

Best workaround is to simply install VirtualBox and run a version of Windows XP inside Linux.

 

Oh, thats sad :(

 

Anyway, thanks for the help! I post here if I make any progress.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.