Giter Club home page Giter Club logo

ccmaps-net's People

Contributors

e1elite avatar eeng321 avatar felith avatar metadorius avatar starkku avatar zzattack avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ccmaps-net's Issues

[ActiveAnim,BibShape][X/Y] ignored

Bittah Commander: "The tree at the bottom with the misplaced shadow is actually a building that has ActiveAnimY=12. From what I can tell the ActiveAnimY=12 key is being ignored, which is why the shadow appears to be misplaced (or rather, the tree/building animation itself is misplaced)."

[BUG] Incorrect rendering of "Ground" value under map [Lighting].

The "Ground" value listed under the [Lighting] section of a map reduces the brightness of the ground when increased in numerical value and increases brightness when reduced in value.

The maps renderer interprets this in reverse to the game engine, rendering map previews either too bright or too dark.

CNCMaps GUI tries to access Win32 registry on Linux with Mono

System.Security.SecurityException: No access to the given key
  at Microsoft.Win32.KeyHandler..ctor (Microsoft.Win32.RegistryKey rkey, System.String basedir, Boolean is_volatile) [0x00057] in /home/abuild/rpmbuild/BUILD/mono-2.10.6/mcs/class/corlib/Microsoft.Win32/UnixRegistryApi.cs:138 
  at Microsoft.Win32.KeyHandler..ctor (Microsoft.Win32.RegistryKey rkey, System.String basedir) [0x00000] in <filename unknown>:0 
  at Microsoft.Win32.KeyHandler.Lookup (Microsoft.Win32.RegistryKey rkey, Boolean createNonExisting) [0x000c8] in /home/abuild/rpmbuild/BUILD/mono-2.10.6/mcs/class/corlib/Microsoft.Win32/UnixRegistryApi.cs:411 
  at Microsoft.Win32.UnixRegistryApi.OpenSubKey (Microsoft.Win32.RegistryKey rkey, System.String keyname, Boolean writable) [0x00000] in /home/abuild/rpmbuild/BUILD/mono-2.10.6/mcs/class/corlib/Microsoft.Win32/UnixRegistryApi.cs:842 
  at Microsoft.Win32.RegistryKey.OpenSubKey (System.String name, Boolean writable) [0x0001e] in /home/abuild/rpmbuild/BUILD/mono-2.10.6/mcs/class/corlib/Microsoft.Win32/RegistryKey.cs:278 
  at Microsoft.Win32.RegistryKey.OpenSubKey (System.String name) [0x00000] in /home/abuild/rpmbuild/BUILD/mono-2.10.6/mcs/class/corlib/Microsoft.Win32/RegistryKey.cs:262 
  at (wrapper remoting-invoke-with-check) Microsoft.Win32.RegistryKey:OpenSubKey (string)
  at CNCMaps.GUI.MainForm.FindRenderProg () [0x00000] in /home/matthias/Projekte/ccmaps-net/CNCMaps GUI/MainForm.cs:27 
  at CNCMaps.GUI.MainForm.MainFormLoad (System.Object sender, System.EventArgs e) [0x00000] in /home/matthias/Projekte/ccmaps-net/CNCMaps GUI/MainForm.cs:19 
  at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00022] in /home/abuild/rpmbuild/BUILD/mono-2.10.6/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs:2179 
  at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00029] in /home/abuild/rpmbuild/BUILD/mono-2.10.6/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs:3010 

FR: Mod-specific settings

LKO: "
Better would be imo an ini file that tells the editor everything it needs to know.

Another issue i noticed is the new DTA desert theater.
Having Theater=DESERT in the [MAP] section and using .des files for the terrain is completely unknown to the tool. An ini file that sets these would allow it to read even future new theaters."

Crash with libOSMesa.so.8 on Linux

I had to adjust OpenTK.config and change the line to libOSMesa.so.8 to avoid .dll not found errors, but it will crash hard anyway:

mono --debug CNCMaps.exe --mixdir=/home/matthias/.wine/drive_c/Westwood/SUN/ --infile=/home/matthias/.wine/drive_c/Westwood/SUN/fsgdi01.map --force-fs --force-ts --outdir=./ --outfile=test.png -p       
0.0043 [Info] Initializing virtual filesystem
0.0069 [Info] Initializing filesystem on /home/matthias/.wine/drive_c/Westwood/SUN/, without Yuri's Revenge support
0.0099 [Info] Parsing fsgdi01.map
0.0122 [Info] Reading tiles
0.0138 [Info] Reading map overlay
0.0140 [Info] Reading map overlay objects
0.0141 [Info] Reading map terrain object
0.0141 [Info] Reading infantry on map
0.0143 [Info] Reading vehicles on map
0.0143 [Info] Reading aircraft on map
0.0144 [Warn] Aircraft section unavailable in fsgdi01.map
0.0144 [Info] Reading map structures
0.0146 [Info] Parsing rules.ini
0.0189 [Info] Parsing art.ini
0.0215 [Debug] Initializing DrawingSurface with dimensions (200,200), pixel format Format32bppArgb
Stacktrace:                                                                                                                   

  at (wrapper managed-to-native) OpenTK.Platform.Mesa.MesaContext.OSMesaMakeCurrent (OpenTK.ContextHandle,intptr,OpenTK.Graphics.OpenGL.PixelType,int,int) <IL 0x0002a, 0xffffffff>                                                                         
  at OpenTK.Platform.Mesa.MesaContext.MakeCurrent (OpenTK.Platform.IWindowInfo) <IL 0x0003c, 0x0009b>                         
  at OpenTK.Graphics.GraphicsContext.MakeCurrent (OpenTK.Platform.IWindowInfo) <IL 0x00007, 0x0001c>                          
  at CNCMaps.MapLogic.VoxelRenderer..ctor () [0x000a5] in /home/matthias/Projekte/ccmaps-net/CNCMaps/MapLogic/VoxelRenderer.cs:26                                                                                                                           
  at CNCMaps.MapLogic.Drawable..cctor () <IL 0x0000a, 0x00033>                                                                
  at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) <IL 0x0004c, 0xffffffff>               
  at CNCMaps.MapLogic.MapFile.LoadMap (CNCMaps.EngineType) [0x001d7] in /home/matthias/Projekte/ccmaps-net/CNCMaps/MapLogic/MapFile.cs:237                                                                                                                  
  at (wrapper remoting-invoke-with-check) CNCMaps.MapLogic.MapFile.LoadMap (CNCMaps.EngineType) <IL 0x00039, 0xffffffff>      
  at CNCMaps.Program.Main (string[]) [0x0064d] in /home/matthias/Projekte/ccmaps-net/CNCMaps/Program.cs:107                   
  at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <IL 0x00050, 0xffffffff>      

Native stacktrace:                                                                                                            














Debug info from gdb:                                                                                                          

warning: File "/usr/bin/mono-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load:%{_root_bindir}/mono-gdb.py".                                                                                        
[Thread debugging using libthread_db enabled]                                                                                 
Using host libthread_db library "/lib/libthread_db.so.1".                                                                     
[New Thread 0xb5783b40 (LWP 5242)]                                                                                            
[New Thread 0xb63d2b40 (LWP 5241)]                                                                                            
[New Thread 0xb6bd3b40 (LWP 5240)]                                                                                            
[New Thread 0xb73d4b40 (LWP 5239)]                                                                                            
0xb7779424 in __kernel_vsyscall ()                                                                                            
  Id   Target Id         Frame                                                                                                
  5    Thread 0xb73d4b40 (LWP 5239) "mono" 0xb7779424 in __kernel_vsyscall ()                                                 
  4    Thread 0xb6bd3b40 (LWP 5240) "mono" 0xb7779424 in __kernel_vsyscall ()                                                 
  3    Thread 0xb63d2b40 (LWP 5241) "mono" 0xb7779424 in __kernel_vsyscall ()                                                 
  2    Thread 0xb5783b40 (LWP 5242) "mono" 0xb7779424 in __kernel_vsyscall ()                                                 
* 1    Thread 0xb7555700 (LWP 5238) "mono" 0xb7779424 in __kernel_vsyscall ()                                                 

Thread 5 (Thread 0xb73d4b40 (LWP 5239)):                                                                                      
#0  0xb7779424 in __kernel_vsyscall ()                                                                                        
#1  0xb7707a4c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0                                                 
#2  0x0822bac7 in ?? ()                                                                                                       
#3  0x0822d4c9 in ?? ()                                                                                                       
#4  0x0822a223 in ?? ()                                                                                                       
#5  0xb7703e32 in start_thread () from /lib/libpthread.so.0                                                                   
#6  0xb76407ee in clone () from /lib/libc.so.6                                                                                

Thread 4 (Thread 0xb6bd3b40 (LWP 5240)):                                                                                      
#0  0xb7779424 in __kernel_vsyscall ()                                                                                        
#1  0xb7707a4c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0                                                 
#2  0x0822bac7 in ?? ()                                                                                                       
#3  0x0822d4c9 in ?? ()                                                                                                       
#4  0x0822a223 in ?? ()                                                                                                       
#5  0xb7703e32 in start_thread () from /lib/libpthread.so.0                                                                   
#6  0xb76407ee in clone () from /lib/libc.so.6                                                                                

Thread 3 (Thread 0xb63d2b40 (LWP 5241)):                                                                                      
#0  0xb7779424 in __kernel_vsyscall ()                                                                                        
#1  0xb7707a4c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0                                                 
#2  0x0822bac7 in ?? ()                                                                                                       
#3  0x0822d4c9 in ?? ()                                                                                                       
#4  0x0822a223 in ?? ()                                                                                                       
#5  0xb7703e32 in start_thread () from /lib/libpthread.so.0                                                                   
#6  0xb76407ee in clone () from /lib/libc.so.6                                                                                

Thread 2 (Thread 0xb5783b40 (LWP 5242)):                                                                                      
#0  0xb7779424 in __kernel_vsyscall ()                                                                                        
#1  0xb7709da5 in sem_wait@@GLIBC_2.1 () from /lib/libpthread.so.0                                                            
#2  0x0821e0b8 in mono_sem_wait ()                                                                                            
#3  0x081c12bc in ?? ()                                                                                                       
#4  0x081a212d in ?? ()                                                                                                       
#5  0x081fc993 in ?? ()                                                                                                       
#6  0x0822b8b8 in ?? ()                                                                                                       
#7  0xb7703e32 in start_thread () from /lib/libpthread.so.0                                                                   
#8  0xb76407ee in clone () from /lib/libc.so.6                                                                                

Thread 1 (Thread 0xb7555700 (LWP 5238)):                                                                                      
#0  0xb7779424 in __kernel_vsyscall ()                                                                                        
#1  0xb770aadb in read () from /lib/libpthread.so.0                                                                           
#2  0x080e8ea4 in ?? ()                                                                                                       
#3  0x0812999c in ?? ()                                                                                                       
#4  0x0806441f in ?? ()                                                                                                       
#5  <signal handler called>                                                                                                   
#6  0xb3e36118 in OSMesaMakeCurrent () from /usr/lib/libOSMesa.so.8                                                           
#7  0xb41a00e4 in ?? ()                                                                                                       
#8  0xb41a005c in ?? ()                                                                                                       
#9  0xb419ffb5 in ?? ()                                                                                                       
#10 0xb4c499f8 in ?? ()                                                                                                       
#11 0xb4c497b4 in ?? ()                                                                                                       
#12 0xb57e9ead in ?? ()                                                                                                       
#13 0x0806912c in ?? ()                                                                                                       
#14 0x081dd62f in mono_runtime_invoke ()                                                                                      
#15 0x081e2edb in ?? ()                                                                                                       
#16 0x0809ce53 in ?? ()                                                                                                       
#17 0x0806645d in ?? ()                                                                                                       
#18 0x080688e4 in ?? ()                                                                                                       
#19 0x0806901e in ?? ()                                                                                                       
#20 0x080ead25 in ?? ()                                                                                                       
#21 0xb73d5066 in ?? ()                                                                                                       
#22 0xb4c433bc in ?? ()                                                                                                       
#23 0xb57eb9c0 in ?? ()                                                                                                       
#24 0xb57ec75f in ?? ()                                                                                                       
#25 0x0806912c in ?? ()                                                                                                       
#26 0x081dd62f in mono_runtime_invoke ()                                                                                      
#27 0x081e04c5 in mono_runtime_exec_main ()                                                                                   
#28 0x080c2f26 in mono_main ()                                                                                                
#29 0x0805de28 in ?? ()                                                                                                       
#30 0xb756f3d5 in __libc_start_main () from /lib/libc.so.6                                                                    
#31 0x0805df25 in ?? ()                                                                                                       

=================================================================                                                             
Got a SIGSEGV while executing native code. This usually indicates                                                             
a fatal error in the mono runtime or one of the native libraries                                                              
used by your application.                                                                                                     
=================================================================

using

Mono JIT compiler version 2.10.6 (tarball Wed Aug 15 11:51:07 UTC 2012)

and Mesa 9.0.1 on openSUSE 12.2 with Linux Kernel 3.7.2

The EcacheXX.mix files aren't read

Even if the engine is set to Force TS or Force FS, the program won't automatically read the EcacheXX.mix files (XX is a number between 00 and 99).
Manually specifying that the EcacheXX.mix files need to be read also isn't possible because you can't use wildcards for file names (and manually entering Ecache00.mix up until Ecache99.mix of course isn't an option).

NewTheater=yes on extra building parts ignored

Bittah Commander: "Also, did you take notice of the fact that the bib anim (ActiveAnimFour) uses the wrong NewTheater image (cabib43.shp instead of ctbib43.shp) even though the correct NewTheaterChar has been specified?) "

Ares-specific changes to YR NewTheater handling not taken into accord

Basically in vanilla Yuri's Revenge it is possible to use NewTheater only if the filename starts with one of letters G, C, N or Y. Ares allows use of any letter as the first letter simultaneously with NewTheater.

Currently renderer assumes that the former is the case, even if it might not be. This should be changed.

GUI height too large for small screens

LKO: "the interface is getting really big in height and i have already trouble to see the complete one on my laptop. (the height shouldn't be bigger than 600 pixel imo; e.g. put the misc. options in a second page of a tabcontrol, with input/output on the first page of the tabcontrol) "

The program's settings need to be saved in own directory

Currently the program saves its settings in the registry and/or App Data, which is highly impractical if people want to include the renderer with their mod.
In general saving settings in the registry/App Data also offers no advantages for a small program such as the renderer.

[BUG] Application switches DPI during map rendering.

When rendering a map the application switches to 100% DPI scaling on its UI, even though the scaling of the OS is set to another value (125%) and the application is started at this scaling. This occurs at about 4/10 times when rendering a map.

Startup crash XML error

`See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Xml.XmlException: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at CNCMaps.GUI.CustomSettingsProvider.SaveValuesToFile()
at CNCMaps.GUI.CustomSettingsProvider.SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection collection)
at System.Configuration.SettingsBase.SaveCore()
at System.Configuration.SettingsBase.Save()
at System.Configuration.ApplicationSettingsBase.Save()
at CNCMaps.GUI.MainForm.MainFormClosing(Object sender, FormClosingEventArgs e)
at System.Windows.Forms.Form.OnFormClosing(FormClosingEventArgs e)
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4515.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll

CNCMaps.Renderer.GUI
Assembly Version: 2.4.0.0
Win32 Version: 2.4.0
CodeBase: file:///C:/apps/yr-maptool/Map%20Renderer/CNCMaps.Renderer.GUI.exe

System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4550.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4536.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4390.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

CNCMaps.Shared
Assembly Version: 2.4.0.0
Win32 Version: 2.4.0
CodeBase: file:///C:/apps/yr-maptool/Map%20Renderer/CNCMaps.Shared.DLL

NLog
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///C:/apps/yr-maptool/Map%20Renderer/NLog.DLL

System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4536.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

System.ServiceModel
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4536.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll

System.Data
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4536.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll

System.Runtime.Serialization
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4536.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll

System.Xml.Linq
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

`

FR: Tiberium specific object settings

Bittah Commander: "First of all, DTA uses a hack to make the tiberium use the isotem/isodes palettes instead of unittem/unitdes. The result of this is that the tiberium is no longer remapable, but it however is now affected by lighting (meaning it no longer stands out or looks ugly on dark maps)."

Ramp edge fixup ignored

Ganster: I have notised that 1-height-high-ramps are using wrong tileset. There is a special artwork for it in rmpfx. I can't tell for sure which one is but rmpfx have been made for smooth transition betwin ramps and flat terrain and it have grafic for top part, bottom and 1height ramps

Incorrect color used on Tiberium related to Image=

The Map Renderer gets confused when dealing with Tiberium that has it's image swapped. I encountered this issue when swapping [Cruentus] image=2 with [Cruentus] image=4. The renderer does not check the color= tag.

To Reproduce this
-Enable 4th Tiberium
-Replace image=2 for Cruentus with image=4
-Replace image=4 for Aborues with image=2
-Render map with the 4 Tiberium Types

Error on --help

When invoked with just --help:

00:00:00.0001 [Error] An unknown fatal exception occured: System.ArgumentException: Empty path name is not legal.
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at CNCMaps.Engine.EngineSettings.Execute()

Lazy-load objects

Currently, all objects in rules and art are loaded from the ini files. Some performance can be gained when loading these when they are first actually needed.

--force-fs parameter is ignored

mono --debug CNCMaps.exe --mixdir=/home/matthias/.wine/drive_c/Westwood/SUN/ --infile=/home/matthias/.wine/drive_c/Westwood/SUN/fsgdi01.map --force-fs --outdir=./ --outfile=test.png -p                  
0.0042 [Info] Initializing virtual filesystem
0.0065 [Info] Initializing filesystem on /home/matthias/.wine/drive_c/Westwood/SUN/, with Yuri's Revenge support
0.0092 [Info] Parsing fsgdi01.map
0.0117 [Info] Reading tiles
0.0132 [Info] Reading map overlay
0.0135 [Info] Reading map overlay objects
0.0136 [Info] Reading map terrain object
0.0136 [Info] Reading infantry on map
0.0138 [Info] Reading vehicles on map
0.0138 [Info] Reading aircraft on map
0.0139 [Warn] Aircraft section unavailable in fsgdi01.map
0.0139 [Info] Reading map structures
0.0141 [Fatal] Rules or art config file could not be loaded! You cannot render a YR/FS map without the expansion installed
0.0141 [Error] Could not successfully load all required components for this map. Aborting.

Is CentOS7 Support for render Voxel?

I'm trying to install libsomesa but not worked. Then I just print exception log it say "Operation is not supported on this platform." from OpenTK lib.

image

I'm using Mono that execute C# project

GUI settings should persist

LKO: "the program should save the main menu settings, so you don't fall back to the RA2 default settings when you restart the tool"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.