Jump to content

Failed compiling 'RaidSelector.cs': | Carbon: 2.0.215

Fixed v4.7.2 v4.7.10

DeutscherRitterPlatz
DeutscherRitterPlatz

Posted

We’re getting this error with the latest version of Carbon.

 Failed compiling 'RaidSelector.cs':
[14:51:42] >   1. 'object' does not contain a definition for 'Call' and no accessible extension method 'Call' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) [CS1061]
     (RaidSelector 32 line 1796)
[14:51:42] >   2. The type arguments for method 'OxideMod.GetLibrary<T>(string)' cannot be inferred from the usage. Try specifying the type arguments explicitly. [CS0411]
     (RaidSelector 50 line 1846)

 

Hiro Of Canton

Posted

Hi DeutscherRitterPlatz,

Can you confirm if you're using Oxide or Carbon.  If you're on Carbon, try adding the imageLibrary plugin and changing

#if CARBON
                _imageDatabase?.Call("Queue", imageUrl, imageName);
#else
                _imageLibrary?.Call("AddImage", imageUrl, imageName, 0UL);
#endif

to

_imageLibrary?.Call("AddImage", imageUrl, imageName, 0UL);

I'll re-test with Carbon and get a permanent patch out soon.

Thanks for purchasing!

DeutscherRitterPlatz

Posted

We are using Carbon.
We are waiting for a solution from you, thank you for the quick response.

  • Like 1
Hiro Of Canton

Posted

Changed Status from Work in Progress to Fixed

Changed Fixed In to v4.7.10

Hiro Of Canton

Posted

Turns out my carbon rust server died and it wasn't reporting the build failures anymore.  This should be working now.  Let me know if you have any issues or any suggestions and thanks again for your purchase.

2m

Downloads

Total number of downloads.

9.5k

Customers

Total customers served.

139.1k

Files Sold

Total number of files sold.

2.9m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.